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