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