Google OR-Tools v9.14
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// NO CHECKED-IN PROTOBUF GENCODE
3// source: ortools/util/optional_boolean.proto
4// Protobuf Java Version: 4.31.1
5
6package com.google.ortools.util;
7
8@com.google.protobuf.Generated
9public final class OptionalBooleanOuterClass {
10 private OptionalBooleanOuterClass() {}
11 static {
12 com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
13 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
14 /* major= */ 4,
15 /* minor= */ 31,
16 /* patch= */ 1,
17 /* suffix= */ "",
18 OptionalBooleanOuterClass.class.getName());
19 }
20 public static void registerAllExtensions(
21 com.google.protobuf.ExtensionRegistryLite registry) {
22 }
23
24 public static void registerAllExtensions(
25 com.google.protobuf.ExtensionRegistry registry) {
27 (com.google.protobuf.ExtensionRegistryLite) registry);
28 }
29
30 public static com.google.protobuf.Descriptors.FileDescriptor
32 return descriptor;
33 }
34 private static com.google.protobuf.Descriptors.FileDescriptor
35 descriptor;
36 static {
37 java.lang.String[] descriptorData = {
38 "\n#ortools/util/optional_boolean.proto\022\023o" +
39 "perations_research*F\n\017OptionalBoolean\022\024\n" +
40 "\020BOOL_UNSPECIFIED\020\000\022\016\n\nBOOL_FALSE\020\002\022\r\n\tB" +
41 "OOL_TRUE\020\003B1\n\027com.google.ortools.utilP\001\252" +
42 "\002\023Google.OrTools.Utilb\006proto3"
43 };
44 descriptor = com.google.protobuf.Descriptors.FileDescriptor
45 .internalBuildGeneratedFileFrom(descriptorData,
46 new com.google.protobuf.Descriptors.FileDescriptor[] {
47 });
48 descriptor.resolveAllFeaturesImmutable();
49 }
50
51 // @@protoc_insertion_point(outer_class_scope)
52}
static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)
static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)