6package com.google.ortools.constraintsolver;
15public final class RoutingSearchStatus
extends
16 com.google.protobuf.GeneratedMessage implements
19private static final long serialVersionUID = 0L;
21 com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
22 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
27 RoutingSearchStatus.class.getName());
30 private RoutingSearchStatus(com.google.protobuf.GeneratedMessage.Builder<?> builder) {
33 private RoutingSearchStatus() {
36 public static final com.google.protobuf.Descriptors.Descriptor
38 return com.google.ortools.constraintsolver.RoutingEnums.internal_static_operations_research_RoutingSearchStatus_descriptor;
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);
53 implements com.google.protobuf.ProtocolMessageEnum {
124 com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion(
125 com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC,
130 Value.class.getName());
202 throw new java.lang.IllegalArgumentException(
203 "Can't get the number of an unknown enum value.");
213 @java.lang.Deprecated
232 default:
return null;
236 public static com.google.protobuf.Internal.EnumLiteMap<
Value>
238 return internalValueMap;
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) {
248 public final com.google.protobuf.Descriptors.EnumValueDescriptor
251 throw new java.lang.IllegalStateException(
252 "Can't get the descriptor of an unrecognized enum value.");
256 public final com.google.protobuf.Descriptors.EnumDescriptor
260 public static final com.google.protobuf.Descriptors.EnumDescriptor
262 return com.google.ortools.constraintsolver.RoutingSearchStatus.getDescriptor().getEnumTypes().get(0);
265 private static final Value[] VALUES = values();
268 com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
270 throw new java.lang.IllegalArgumentException(
271 "EnumValueDescriptor is not for this type.");
273 if (desc.getIndex() == -1) {
276 return VALUES[desc.getIndex()];
279 private final int value;
281 private Value(
int value) {
288 private byte memoizedIsInitialized = -1;
295 memoizedIsInitialized = 1;
300 public void writeTo(com.google.protobuf.CodedOutputStream output)
301 throws java.io.IOException {
302 getUnknownFields().writeTo(output);
307 int size = memoizedSize;
308 if (size != -1)
return size;
311 size += getUnknownFields().getSerializedSize();
317 public boolean equals(
final java.lang.Object obj) {
321 if (!(obj instanceof com.google.ortools.constraintsolver.RoutingSearchStatus)) {
322 return super.equals(obj);
326 if (!getUnknownFields().
equals(other.getUnknownFields()))
return false;
332 if (memoizedHashCode != 0) {
333 return memoizedHashCode;
337 hash = (29 * hash) + getUnknownFields().hashCode();
338 memoizedHashCode = hash;
343 java.nio.ByteBuffer data)
344 throws com.google.protobuf.InvalidProtocolBufferException {
345 return PARSER.parseFrom(data);
348 java.nio.ByteBuffer data,
349 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
350 throws com.google.protobuf.InvalidProtocolBufferException {
351 return PARSER.parseFrom(data, extensionRegistry);
354 com.google.protobuf.ByteString data)
355 throws com.google.protobuf.InvalidProtocolBufferException {
356 return PARSER.parseFrom(data);
359 com.google.protobuf.ByteString data,
360 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
361 throws com.google.protobuf.InvalidProtocolBufferException {
362 return PARSER.parseFrom(data, extensionRegistry);
365 throws com.google.protobuf.InvalidProtocolBufferException {
366 return PARSER.parseFrom(data);
370 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
371 throws com.google.protobuf.InvalidProtocolBufferException {
372 return PARSER.parseFrom(data, extensionRegistry);
375 throws java.io.IOException {
376 return com.google.protobuf.GeneratedMessage
377 .parseWithIOException(PARSER, input);
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);
388 throws java.io.IOException {
389 return com.google.protobuf.GeneratedMessage
390 .parseDelimitedWithIOException(PARSER, input);
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);
401 com.google.protobuf.CodedInputStream input)
402 throws java.io.IOException {
403 return com.google.protobuf.GeneratedMessage
404 .parseWithIOException(PARSER, input);
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);
417 return DEFAULT_INSTANCE.toBuilder();
419 public static Builder newBuilder(com.google.ortools.constraintsolver.RoutingSearchStatus prototype) {
420 return DEFAULT_INSTANCE.toBuilder().
mergeFrom(prototype);
424 return this == DEFAULT_INSTANCE
430 com.google.protobuf.GeneratedMessage.BuilderParent parent) {
441 public static final class Builder
extends
442 com.google.protobuf.GeneratedMessage.Builder<Builder> implements
445 public static final com.google.protobuf.Descriptors.Descriptor
447 return com.google.ortools.constraintsolver.RoutingEnums.internal_static_operations_research_RoutingSearchStatus_descriptor;
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);
464 com.google.protobuf.GeneratedMessage.BuilderParent parent) {
475 public com.google.protobuf.Descriptors.Descriptor
477 return com.google.ortools.constraintsolver.RoutingEnums.internal_static_operations_research_RoutingSearchStatus_descriptor;
482 return com.google.ortools.constraintsolver.RoutingSearchStatus.getDefaultInstance();
489 throw newUninitializedMessageException(result);
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);
506 super.mergeFrom(other);
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());
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();
532 boolean done =
false;
534 int tag = input.readTag();
540 if (!super.parseUnknownField(input, extensionRegistry, tag)) {
547 }
catch (com.google.protobuf.InvalidProtocolBufferException e) {
548 throw e.unwrapIOException();
561 DEFAULT_INSTANCE =
new com.google.ortools.constraintsolver.RoutingSearchStatus();
565 return DEFAULT_INSTANCE;
572 com.google.protobuf.CodedInputStream input,
573 com.google.protobuf.ExtensionRegistryLite extensionRegistry)
574 throws com.google.protobuf.InvalidProtocolBufferException {
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());
586 return builder.buildPartial();
590 public static com.google.protobuf.Parser<RoutingSearchStatus>
parser() {
601 return DEFAULT_INSTANCE;