Google OR-Tools v9.9
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
OptionalBooleanOuterClass.java
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: ortools/util/optional_boolean.proto
3
4// Protobuf Java Version: 3.25.3
5package com.google.ortools.util;
6
7public final class OptionalBooleanOuterClass {
9 public static void registerAllExtensions(
10 com.google.protobuf.ExtensionRegistryLite registry) {
11 }
12
13 public static void registerAllExtensions(
14 com.google.protobuf.ExtensionRegistry registry) {
16 (com.google.protobuf.ExtensionRegistryLite) registry);
17 }
18
19 public static com.google.protobuf.Descriptors.FileDescriptor
21 return descriptor;
22 }
23 private static com.google.protobuf.Descriptors.FileDescriptor
24 descriptor;
25 static {
26 java.lang.String[] descriptorData = {
27 "\n#ortools/util/optional_boolean.proto\022\023o" +
28 "perations_research*F\n\017OptionalBoolean\022\024\n" +
29 "\020BOOL_UNSPECIFIED\020\000\022\016\n\nBOOL_FALSE\020\002\022\r\n\tB" +
30 "OOL_TRUE\020\003B1\n\027com.google.ortools.utilP\001\252" +
31 "\002\023Google.OrTools.Utilb\006proto3"
32 };
33 descriptor = com.google.protobuf.Descriptors.FileDescriptor
34 .internalBuildGeneratedFileFrom(descriptorData,
35 new com.google.protobuf.Descriptors.FileDescriptor[] {
36 });
37 }
38
39 // @@protoc_insertion_point(outer_class_scope)
40}
static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)