Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
RoutingSearchStatus.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/constraint_solver/routing_enums.proto
4// Protobuf Java Version: 4.29.3
5
6package com.google.ortools.constraintsolver;
7
15public final class RoutingSearchStatus extends
16 com.google.protobuf.GeneratedMessage implements
17 // @@protoc_insertion_point(message_implements:operations_research.RoutingSearchStatus)
19private static final long serialVersionUID = 0L;
20 static {
21 com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
22 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
23 /* major= */ 4,
24 /* minor= */ 29,
25 /* patch= */ 3,
26 /* suffix= */ "",
27 RoutingSearchStatus.class.getName());
28 }
29 // Use RoutingSearchStatus.newBuilder() to construct.
30 private RoutingSearchStatus(com.google.protobuf.GeneratedMessage.Builder<?> builder) {
31 super(builder);
32 }
33 private RoutingSearchStatus() {
34 }
35
36 public static final com.google.protobuf.Descriptors.Descriptor
38 return com.google.ortools.constraintsolver.RoutingEnums.internal_static_operations_research_RoutingSearchStatus_descriptor;
39 }
40
41 @java.lang.Override
42 protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
44 return com.google.ortools.constraintsolver.RoutingEnums.internal_static_operations_research_RoutingSearchStatus_fieldAccessorTable
45 .ensureFieldAccessorsInitialized(
46 com.google.ortools.constraintsolver.RoutingSearchStatus.class, com.google.ortools.constraintsolver.RoutingSearchStatus.Builder.class);
47 }
48
52 public enum Value
53 implements com.google.protobuf.ProtocolMessageEnum {
121 ;
122
123 static {
124 com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
125 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
126 /* major= */ 4,
127 /* minor= */ 29,
128 /* patch= */ 3,
129 /* suffix= */ "",
130 Value.class.getName());
131 }
139 public static final int ROUTING_NOT_SOLVED_VALUE = 0;
147 public static final int ROUTING_SUCCESS_VALUE = 1;
165 public static final int ROUTING_FAIL_VALUE = 3;
173 public static final int ROUTING_FAIL_TIMEOUT_VALUE = 4;
181 public static final int ROUTING_INVALID_VALUE = 5;
189 public static final int ROUTING_INFEASIBLE_VALUE = 6;
197 public static final int ROUTING_OPTIMAL_VALUE = 7;
198
199
200 public final int getNumber() {
201 if (this == UNRECOGNIZED) {
202 throw new java.lang.IllegalArgumentException(
203 "Can't get the number of an unknown enum value.");
204 }
205 return value;
206 }
207
213 @java.lang.Deprecated
214 public static Value valueOf(int value) {
215 return forNumber(value);
216 }
217
222 public static Value forNumber(int value) {
223 switch (value) {
224 case 0: return ROUTING_NOT_SOLVED;
225 case 1: return ROUTING_SUCCESS;
227 case 3: return ROUTING_FAIL;
228 case 4: return ROUTING_FAIL_TIMEOUT;
229 case 5: return ROUTING_INVALID;
230 case 6: return ROUTING_INFEASIBLE;
231 case 7: return ROUTING_OPTIMAL;
232 default: return null;
233 }
234 }
235
236 public static com.google.protobuf.Internal.EnumLiteMap<Value>
238 return internalValueMap;
239 }
240 private static final com.google.protobuf.Internal.EnumLiteMap<
241 Value> internalValueMap =
242 new com.google.protobuf.Internal.EnumLiteMap<Value>() {
243 public Value findValueByNumber(int number) {
244 return Value.forNumber(number);
245 }
246 };
247
248 public final com.google.protobuf.Descriptors.EnumValueDescriptor
250 if (this == UNRECOGNIZED) {
251 throw new java.lang.IllegalStateException(
252 "Can't get the descriptor of an unrecognized enum value.");
253 }
254 return getDescriptor().getValues().get(ordinal());
255 }
256 public final com.google.protobuf.Descriptors.EnumDescriptor
258 return getDescriptor();
259 }
260 public static final com.google.protobuf.Descriptors.EnumDescriptor
262 return com.google.ortools.constraintsolver.RoutingSearchStatus.getDescriptor().getEnumTypes().get(0);
263 }
264
265 private static final Value[] VALUES = values();
266
267 public static Value valueOf(
268 com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
269 if (desc.getType() != getDescriptor()) {
270 throw new java.lang.IllegalArgumentException(
271 "EnumValueDescriptor is not for this type.");
272 }
273 if (desc.getIndex() == -1) {
274 return UNRECOGNIZED;
275 }
276 return VALUES[desc.getIndex()];
277 }
278
279 private final int value;
280
281 private Value(int value) {
282 this.value = value;
283 }
284
285 // @@protoc_insertion_point(enum_scope:operations_research.RoutingSearchStatus.Value)
286 }
287
288 private byte memoizedIsInitialized = -1;
289 @java.lang.Override
290 public final boolean isInitialized() {
291 byte isInitialized = memoizedIsInitialized;
292 if (isInitialized == 1) return true;
293 if (isInitialized == 0) return false;
294
295 memoizedIsInitialized = 1;
296 return true;
297 }
298
299 @java.lang.Override
300 public void writeTo(com.google.protobuf.CodedOutputStream output)
301 throws java.io.IOException {
302 getUnknownFields().writeTo(output);
303 }
304
305 @java.lang.Override
306 public int getSerializedSize() {
307 int size = memoizedSize;
308 if (size != -1) return size;
309
310 size = 0;
311 size += getUnknownFields().getSerializedSize();
312 memoizedSize = size;
313 return size;
314 }
315
316 @java.lang.Override
317 public boolean equals(final java.lang.Object obj) {
318 if (obj == this) {
319 return true;
320 }
321 if (!(obj instanceof com.google.ortools.constraintsolver.RoutingSearchStatus)) {
322 return super.equals(obj);
323 }
324 com.google.ortools.constraintsolver.RoutingSearchStatus other = (com.google.ortools.constraintsolver.RoutingSearchStatus) obj;
325
326 if (!getUnknownFields().equals(other.getUnknownFields())) return false;
327 return true;
328 }
329
330 @java.lang.Override
331 public int hashCode() {
332 if (memoizedHashCode != 0) {
333 return memoizedHashCode;
334 }
335 int hash = 41;
336 hash = (19 * hash) + getDescriptor().hashCode();
337 hash = (29 * hash) + getUnknownFields().hashCode();
338 memoizedHashCode = hash;
339 return hash;
340 }
341
343 java.nio.ByteBuffer data)
344 throws com.google.protobuf.InvalidProtocolBufferException {
345 return PARSER.parseFrom(data);
346 }
348 java.nio.ByteBuffer data,
349 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
350 throws com.google.protobuf.InvalidProtocolBufferException {
351 return PARSER.parseFrom(data, extensionRegistry);
352 }
354 com.google.protobuf.ByteString data)
355 throws com.google.protobuf.InvalidProtocolBufferException {
356 return PARSER.parseFrom(data);
357 }
359 com.google.protobuf.ByteString data,
360 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
361 throws com.google.protobuf.InvalidProtocolBufferException {
362 return PARSER.parseFrom(data, extensionRegistry);
363 }
365 throws com.google.protobuf.InvalidProtocolBufferException {
366 return PARSER.parseFrom(data);
367 }
369 byte[] data,
370 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
371 throws com.google.protobuf.InvalidProtocolBufferException {
372 return PARSER.parseFrom(data, extensionRegistry);
373 }
375 throws java.io.IOException {
376 return com.google.protobuf.GeneratedMessage
377 .parseWithIOException(PARSER, input);
378 }
380 java.io.InputStream input,
381 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
382 throws java.io.IOException {
383 return com.google.protobuf.GeneratedMessage
384 .parseWithIOException(PARSER, input, extensionRegistry);
385 }
386
388 throws java.io.IOException {
389 return com.google.protobuf.GeneratedMessage
390 .parseDelimitedWithIOException(PARSER, input);
391 }
392
394 java.io.InputStream input,
395 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
396 throws java.io.IOException {
397 return com.google.protobuf.GeneratedMessage
398 .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
399 }
401 com.google.protobuf.CodedInputStream input)
402 throws java.io.IOException {
403 return com.google.protobuf.GeneratedMessage
404 .parseWithIOException(PARSER, input);
405 }
407 com.google.protobuf.CodedInputStream input,
408 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
409 throws java.io.IOException {
410 return com.google.protobuf.GeneratedMessage
411 .parseWithIOException(PARSER, input, extensionRegistry);
412 }
413
414 @java.lang.Override
415 public Builder newBuilderForType() { return newBuilder(); }
416 public static Builder newBuilder() {
417 return DEFAULT_INSTANCE.toBuilder();
418 }
419 public static Builder newBuilder(com.google.ortools.constraintsolver.RoutingSearchStatus prototype) {
420 return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
421 }
422 @java.lang.Override
424 return this == DEFAULT_INSTANCE
425 ? new Builder() : new Builder().mergeFrom(this);
426 }
427
428 @java.lang.Override
430 com.google.protobuf.GeneratedMessage.BuilderParent parent) {
431 Builder builder = new Builder(parent);
432 return builder;
433 }
434
441 public static final class Builder extends
442 com.google.protobuf.GeneratedMessage.Builder<Builder> implements
443 // @@protoc_insertion_point(builder_implements:operations_research.RoutingSearchStatus)
445 public static final com.google.protobuf.Descriptors.Descriptor
447 return com.google.ortools.constraintsolver.RoutingEnums.internal_static_operations_research_RoutingSearchStatus_descriptor;
448 }
449
450 @java.lang.Override
451 protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
453 return com.google.ortools.constraintsolver.RoutingEnums.internal_static_operations_research_RoutingSearchStatus_fieldAccessorTable
454 .ensureFieldAccessorsInitialized(
455 com.google.ortools.constraintsolver.RoutingSearchStatus.class, com.google.ortools.constraintsolver.RoutingSearchStatus.Builder.class);
456 }
457
458 // Construct using com.google.ortools.constraintsolver.RoutingSearchStatus.newBuilder()
459 private Builder() {
460
461 }
462
463 private Builder(
464 com.google.protobuf.GeneratedMessage.BuilderParent parent) {
465 super(parent);
466
467 }
468 @java.lang.Override
469 public Builder clear() {
470 super.clear();
471 return this;
472 }
473
474 @java.lang.Override
475 public com.google.protobuf.Descriptors.Descriptor
477 return com.google.ortools.constraintsolver.RoutingEnums.internal_static_operations_research_RoutingSearchStatus_descriptor;
478 }
479
480 @java.lang.Override
482 return com.google.ortools.constraintsolver.RoutingSearchStatus.getDefaultInstance();
483 }
484
485 @java.lang.Override
488 if (!result.isInitialized()) {
489 throw newUninitializedMessageException(result);
490 }
491 return result;
492 }
493
494 @java.lang.Override
496 com.google.ortools.constraintsolver.RoutingSearchStatus result = new com.google.ortools.constraintsolver.RoutingSearchStatus(this);
497 onBuilt();
498 return result;
499 }
500
501 @java.lang.Override
502 public Builder mergeFrom(com.google.protobuf.Message other) {
503 if (other instanceof com.google.ortools.constraintsolver.RoutingSearchStatus) {
504 return mergeFrom((com.google.ortools.constraintsolver.RoutingSearchStatus)other);
505 } else {
506 super.mergeFrom(other);
507 return this;
508 }
509 }
510
511 public Builder mergeFrom(com.google.ortools.constraintsolver.RoutingSearchStatus other) {
512 if (other == com.google.ortools.constraintsolver.RoutingSearchStatus.getDefaultInstance()) return this;
513 this.mergeUnknownFields(other.getUnknownFields());
514 onChanged();
515 return this;
516 }
517
518 @java.lang.Override
519 public final boolean isInitialized() {
520 return true;
521 }
522
523 @java.lang.Override
524 public Builder mergeFrom(
525 com.google.protobuf.CodedInputStream input,
526 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
527 throws java.io.IOException {
528 if (extensionRegistry == null) {
529 throw new java.lang.NullPointerException();
530 }
531 try {
532 boolean done = false;
533 while (!done) {
534 int tag = input.readTag();
535 switch (tag) {
536 case 0:
537 done = true;
538 break;
539 default: {
540 if (!super.parseUnknownField(input, extensionRegistry, tag)) {
541 done = true; // was an endgroup tag
542 }
543 break;
544 } // default:
545 } // switch (tag)
546 } // while (!done)
547 } catch (com.google.protobuf.InvalidProtocolBufferException e) {
548 throw e.unwrapIOException();
549 } finally {
550 onChanged();
551 } // finally
552 return this;
553 }
554
555 // @@protoc_insertion_point(builder_scope:operations_research.RoutingSearchStatus)
556 }
557
558 // @@protoc_insertion_point(class_scope:operations_research.RoutingSearchStatus)
559 private static final com.google.ortools.constraintsolver.RoutingSearchStatus DEFAULT_INSTANCE;
560 static {
561 DEFAULT_INSTANCE = new com.google.ortools.constraintsolver.RoutingSearchStatus();
562 }
563
565 return DEFAULT_INSTANCE;
566 }
567
568 private static final com.google.protobuf.Parser<RoutingSearchStatus>
569 PARSER = new com.google.protobuf.AbstractParser<RoutingSearchStatus>() {
570 @java.lang.Override
571 public RoutingSearchStatus parsePartialFrom(
572 com.google.protobuf.CodedInputStream input,
573 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
574 throws com.google.protobuf.InvalidProtocolBufferException {
575 Builder builder = newBuilder();
576 try {
577 builder.mergeFrom(input, extensionRegistry);
578 } catch (com.google.protobuf.InvalidProtocolBufferException e) {
579 throw e.setUnfinishedMessage(builder.buildPartial());
580 } catch (com.google.protobuf.UninitializedMessageException e) {
581 throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
582 } catch (java.io.IOException e) {
583 throw new com.google.protobuf.InvalidProtocolBufferException(e)
584 .setUnfinishedMessage(builder.buildPartial());
585 }
586 return builder.buildPartial();
587 }
588 };
589
590 public static com.google.protobuf.Parser<RoutingSearchStatus> parser() {
591 return PARSER;
592 }
593
594 @java.lang.Override
595 public com.google.protobuf.Parser<RoutingSearchStatus> getParserForType() {
596 return PARSER;
597 }
598
599 @java.lang.Override
601 return DEFAULT_INSTANCE;
602 }
603
604}
605
com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
com.google.ortools.constraintsolver.RoutingSearchStatus getDefaultInstanceForType()
com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Builder mergeFrom(com.google.ortools.constraintsolver.RoutingSearchStatus other)
Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
com.google.ortools.constraintsolver.RoutingSearchStatus build()
static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
com.google.ortools.constraintsolver.RoutingSearchStatus buildPartial()
static com.google.ortools.constraintsolver.RoutingSearchStatus parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser< RoutingSearchStatus > parser()
static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
static com.google.ortools.constraintsolver.RoutingSearchStatus parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.ortools.constraintsolver.RoutingSearchStatus parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Builder newBuilder(com.google.ortools.constraintsolver.RoutingSearchStatus prototype)
com.google.ortools.constraintsolver.RoutingSearchStatus getDefaultInstanceForType()
static com.google.ortools.constraintsolver.RoutingSearchStatus parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
void writeTo(com.google.protobuf.CodedOutputStream output)
static com.google.ortools.constraintsolver.RoutingSearchStatus parseFrom(java.nio.ByteBuffer data)
static com.google.ortools.constraintsolver.RoutingSearchStatus parseFrom(com.google.protobuf.ByteString data)
static com.google.ortools.constraintsolver.RoutingSearchStatus parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.ortools.constraintsolver.RoutingSearchStatus parseFrom(com.google.protobuf.CodedInputStream input)
static com.google.ortools.constraintsolver.RoutingSearchStatus parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.ortools.constraintsolver.RoutingSearchStatus getDefaultInstance()
com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
static com.google.ortools.constraintsolver.RoutingSearchStatus parseDelimitedFrom(java.io.InputStream input)
static com.google.ortools.constraintsolver.RoutingSearchStatus parseFrom(byte[] data)
com.google.protobuf.Parser< RoutingSearchStatus > getParserForType()
static com.google.ortools.constraintsolver.RoutingSearchStatus parseFrom(java.io.InputStream input)
Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap< Value > internalGetValueMap()
static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
static Value valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)