All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/spanner/admin/instance/v1/spanner_instance_admin.proto

package nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1;

/**
 * 
 * Metadata type for the operation returned by
 * [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance].
 * 
* * Protobuf type {@code google.spanner.admin.instance.v1.UpdateInstanceMetadata} */ public final class UpdateInstanceMetadata extends nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.spanner.admin.instance.v1.UpdateInstanceMetadata) UpdateInstanceMetadataOrBuilder { private static final long serialVersionUID = 0L; // Use UpdateInstanceMetadata.newBuilder() to construct. private UpdateInstanceMetadata(nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private UpdateInstanceMetadata() { } @java.lang.Override public final nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private UpdateInstanceMetadata( nl.topicus.jdbc.shaded.com.google.protobuf.CodedInputStream input, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException { this(); int mutable_bitField0_ = 0; nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet.Builder unknownFields = nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; default: { if (!parseUnknownFieldProto3( input, unknownFields, extensionRegistry, tag)) { done = true; } break; } case 10: { nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.Instance.Builder subBuilder = null; if (instance_ != null) { subBuilder = instance_.toBuilder(); } instance_ = input.readMessage(nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.Instance.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(instance_); instance_ = subBuilder.buildPartial(); } break; } case 18: { nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder subBuilder = null; if (startTime_ != null) { subBuilder = startTime_.toBuilder(); } startTime_ = input.readMessage(nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(startTime_); startTime_ = subBuilder.buildPartial(); } break; } case 26: { nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder subBuilder = null; if (cancelTime_ != null) { subBuilder = cancelTime_.toBuilder(); } cancelTime_ = input.readMessage(nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(cancelTime_); cancelTime_ = subBuilder.buildPartial(); } break; } case 34: { nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder subBuilder = null; if (endTime_ != null) { subBuilder = endTime_.toBuilder(); } endTime_ = input.readMessage(nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.parser(), extensionRegistry); if (subBuilder != null) { subBuilder.mergeFrom(endTime_); endTime_ = subBuilder.buildPartial(); } break; } } } } catch (nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { throw new nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException( e).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } public static final nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.SpannerInstanceAdminProto.internal_static_google_spanner_admin_instance_v1_UpdateInstanceMetadata_descriptor; } protected nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.SpannerInstanceAdminProto.internal_static_google_spanner_admin_instance_v1_UpdateInstanceMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.class, nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder.class); } public static final int INSTANCE_FIELD_NUMBER = 1; private nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.Instance instance_; /** *
   * The desired end state of the update.
   * 
* * .google.spanner.admin.instance.v1.Instance instance = 1; */ public boolean hasInstance() { return instance_ != null; } /** *
   * The desired end state of the update.
   * 
* * .google.spanner.admin.instance.v1.Instance instance = 1; */ public nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.Instance getInstance() { return instance_ == null ? nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.Instance.getDefaultInstance() : instance_; } /** *
   * The desired end state of the update.
   * 
* * .google.spanner.admin.instance.v1.Instance instance = 1; */ public nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.InstanceOrBuilder getInstanceOrBuilder() { return getInstance(); } public static final int START_TIME_FIELD_NUMBER = 2; private nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp startTime_; /** *
   * The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance]
   * request was received.
   * 
* * .google.protobuf.Timestamp start_time = 2; */ public boolean hasStartTime() { return startTime_ != null; } /** *
   * The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance]
   * request was received.
   * 
* * .google.protobuf.Timestamp start_time = 2; */ public nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp getStartTime() { return startTime_ == null ? nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } /** *
   * The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance]
   * request was received.
   * 
* * .google.protobuf.Timestamp start_time = 2; */ public nl.topicus.jdbc.shaded.com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { return getStartTime(); } public static final int CANCEL_TIME_FIELD_NUMBER = 3; private nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp cancelTime_; /** *
   * The time at which this operation was cancelled. If set, this operation is
   * in the process of undoing itself (which is guaranteed to succeed) and
   * cannot be cancelled again.
   * 
* * .google.protobuf.Timestamp cancel_time = 3; */ public boolean hasCancelTime() { return cancelTime_ != null; } /** *
   * The time at which this operation was cancelled. If set, this operation is
   * in the process of undoing itself (which is guaranteed to succeed) and
   * cannot be cancelled again.
   * 
* * .google.protobuf.Timestamp cancel_time = 3; */ public nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp getCancelTime() { return cancelTime_ == null ? nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.getDefaultInstance() : cancelTime_; } /** *
   * The time at which this operation was cancelled. If set, this operation is
   * in the process of undoing itself (which is guaranteed to succeed) and
   * cannot be cancelled again.
   * 
* * .google.protobuf.Timestamp cancel_time = 3; */ public nl.topicus.jdbc.shaded.com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { return getCancelTime(); } public static final int END_TIME_FIELD_NUMBER = 4; private nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp endTime_; /** *
   * The time at which this operation failed or was completed successfully.
   * 
* * .google.protobuf.Timestamp end_time = 4; */ public boolean hasEndTime() { return endTime_ != null; } /** *
   * The time at which this operation failed or was completed successfully.
   * 
* * .google.protobuf.Timestamp end_time = 4; */ public nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp getEndTime() { return endTime_ == null ? nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } /** *
   * The time at which this operation failed or was completed successfully.
   * 
* * .google.protobuf.Timestamp end_time = 4; */ public nl.topicus.jdbc.shaded.com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { return getEndTime(); } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } public void writeTo(nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (instance_ != null) { output.writeMessage(1, getInstance()); } if (startTime_ != null) { output.writeMessage(2, getStartTime()); } if (cancelTime_ != null) { output.writeMessage(3, getCancelTime()); } if (endTime_ != null) { output.writeMessage(4, getEndTime()); } unknownFields.writeTo(output); } public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (instance_ != null) { size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(1, getInstance()); } if (startTime_ != null) { size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(2, getStartTime()); } if (cancelTime_ != null) { size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(3, getCancelTime()); } if (endTime_ != null) { size += nl.topicus.jdbc.shaded.com.google.protobuf.CodedOutputStream .computeMessageSize(4, getEndTime()); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata)) { return super.equals(obj); } nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata other = (nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata) obj; boolean result = true; result = result && (hasInstance() == other.hasInstance()); if (hasInstance()) { result = result && getInstance() .equals(other.getInstance()); } result = result && (hasStartTime() == other.hasStartTime()); if (hasStartTime()) { result = result && getStartTime() .equals(other.getStartTime()); } result = result && (hasCancelTime() == other.hasCancelTime()); if (hasCancelTime()) { result = result && getCancelTime() .equals(other.getCancelTime()); } result = result && (hasEndTime() == other.hasEndTime()); if (hasEndTime()) { result = result && getEndTime() .equals(other.getEndTime()); } result = result && unknownFields.equals(other.unknownFields); return result; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasInstance()) { hash = (37 * hash) + INSTANCE_FIELD_NUMBER; hash = (53 * hash) + getInstance().hashCode(); } if (hasStartTime()) { hash = (37 * hash) + START_TIME_FIELD_NUMBER; hash = (53 * hash) + getStartTime().hashCode(); } if (hasCancelTime()) { hash = (37 * hash) + CANCEL_TIME_FIELD_NUMBER; hash = (53 * hash) + getCancelTime().hashCode(); } if (hasEndTime()) { hash = (37 * hash) + END_TIME_FIELD_NUMBER; hash = (53 * hash) + getEndTime().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata parseFrom( java.nio.ByteBuffer data) throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata parseFrom( java.nio.ByteBuffer data, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata parseFrom( nl.topicus.jdbc.shaded.com.google.protobuf.ByteString data) throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata parseFrom( nl.topicus.jdbc.shaded.com.google.protobuf.ByteString data, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata parseFrom(byte[] data) throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata parseFrom( byte[] data, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata parseFrom(java.io.InputStream input) throws java.io.IOException { return nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata parseFrom( java.io.InputStream input, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata parseDelimitedFrom( java.io.InputStream input, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata parseFrom( nl.topicus.jdbc.shaded.com.google.protobuf.CodedInputStream input) throws java.io.IOException { return nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata parseFrom( nl.topicus.jdbc.shaded.com.google.protobuf.CodedInputStream input, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
   * Metadata type for the operation returned by
   * [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance].
   * 
* * Protobuf type {@code google.spanner.admin.instance.v1.UpdateInstanceMetadata} */ public static final class Builder extends nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.spanner.admin.instance.v1.UpdateInstanceMetadata) nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadataOrBuilder { public static final nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptor() { return nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.SpannerInstanceAdminProto.internal_static_google_spanner_admin_instance_v1_UpdateInstanceMetadata_descriptor; } protected nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.SpannerInstanceAdminProto.internal_static_google_spanner_admin_instance_v1_UpdateInstanceMetadata_fieldAccessorTable .ensureFieldAccessorsInitialized( nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.class, nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.Builder.class); } // Construct using nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (nl.topicus.jdbc.shaded.com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } public Builder clear() { super.clear(); if (instanceBuilder_ == null) { instance_ = null; } else { instance_ = null; instanceBuilder_ = null; } if (startTimeBuilder_ == null) { startTime_ = null; } else { startTime_ = null; startTimeBuilder_ = null; } if (cancelTimeBuilder_ == null) { cancelTime_ = null; } else { cancelTime_ = null; cancelTimeBuilder_ = null; } if (endTimeBuilder_ == null) { endTime_ = null; } else { endTime_ = null; endTimeBuilder_ = null; } return this; } public nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.SpannerInstanceAdminProto.internal_static_google_spanner_admin_instance_v1_UpdateInstanceMetadata_descriptor; } public nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata getDefaultInstanceForType() { return nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.getDefaultInstance(); } public nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata build() { nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } public nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata buildPartial() { nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata result = new nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata(this); if (instanceBuilder_ == null) { result.instance_ = instance_; } else { result.instance_ = instanceBuilder_.build(); } if (startTimeBuilder_ == null) { result.startTime_ = startTime_; } else { result.startTime_ = startTimeBuilder_.build(); } if (cancelTimeBuilder_ == null) { result.cancelTime_ = cancelTime_; } else { result.cancelTime_ = cancelTimeBuilder_.build(); } if (endTimeBuilder_ == null) { result.endTime_ = endTime_; } else { result.endTime_ = endTimeBuilder_.build(); } onBuilt(); return result; } public Builder clone() { return (Builder) super.clone(); } public Builder setField( nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.setField(field, value); } public Builder clearField( nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FieldDescriptor field) { return (Builder) super.clearField(field); } public Builder clearOneof( nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.OneofDescriptor oneof) { return (Builder) super.clearOneof(oneof); } public Builder setRepeatedField( nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return (Builder) super.setRepeatedField(field, index, value); } public Builder addRepeatedField( nl.topicus.jdbc.shaded.com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return (Builder) super.addRepeatedField(field, value); } public Builder mergeFrom(nl.topicus.jdbc.shaded.com.google.protobuf.Message other) { if (other instanceof nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata) { return mergeFrom((nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata other) { if (other == nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata.getDefaultInstance()) return this; if (other.hasInstance()) { mergeInstance(other.getInstance()); } if (other.hasStartTime()) { mergeStartTime(other.getStartTime()); } if (other.hasCancelTime()) { mergeCancelTime(other.getCancelTime()); } if (other.hasEndTime()) { mergeEndTime(other.getEndTime()); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } public final boolean isInitialized() { return true; } public Builder mergeFrom( nl.topicus.jdbc.shaded.com.google.protobuf.CodedInputStream input, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.Instance instance_ = null; private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.Instance, nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.Instance.Builder, nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.InstanceOrBuilder> instanceBuilder_; /** *
     * The desired end state of the update.
     * 
* * .google.spanner.admin.instance.v1.Instance instance = 1; */ public boolean hasInstance() { return instanceBuilder_ != null || instance_ != null; } /** *
     * The desired end state of the update.
     * 
* * .google.spanner.admin.instance.v1.Instance instance = 1; */ public nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.Instance getInstance() { if (instanceBuilder_ == null) { return instance_ == null ? nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.Instance.getDefaultInstance() : instance_; } else { return instanceBuilder_.getMessage(); } } /** *
     * The desired end state of the update.
     * 
* * .google.spanner.admin.instance.v1.Instance instance = 1; */ public Builder setInstance(nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.Instance value) { if (instanceBuilder_ == null) { if (value == null) { throw new NullPointerException(); } instance_ = value; onChanged(); } else { instanceBuilder_.setMessage(value); } return this; } /** *
     * The desired end state of the update.
     * 
* * .google.spanner.admin.instance.v1.Instance instance = 1; */ public Builder setInstance( nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.Instance.Builder builderForValue) { if (instanceBuilder_ == null) { instance_ = builderForValue.build(); onChanged(); } else { instanceBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     * The desired end state of the update.
     * 
* * .google.spanner.admin.instance.v1.Instance instance = 1; */ public Builder mergeInstance(nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.Instance value) { if (instanceBuilder_ == null) { if (instance_ != null) { instance_ = nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.Instance.newBuilder(instance_).mergeFrom(value).buildPartial(); } else { instance_ = value; } onChanged(); } else { instanceBuilder_.mergeFrom(value); } return this; } /** *
     * The desired end state of the update.
     * 
* * .google.spanner.admin.instance.v1.Instance instance = 1; */ public Builder clearInstance() { if (instanceBuilder_ == null) { instance_ = null; onChanged(); } else { instance_ = null; instanceBuilder_ = null; } return this; } /** *
     * The desired end state of the update.
     * 
* * .google.spanner.admin.instance.v1.Instance instance = 1; */ public nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.Instance.Builder getInstanceBuilder() { onChanged(); return getInstanceFieldBuilder().getBuilder(); } /** *
     * The desired end state of the update.
     * 
* * .google.spanner.admin.instance.v1.Instance instance = 1; */ public nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.InstanceOrBuilder getInstanceOrBuilder() { if (instanceBuilder_ != null) { return instanceBuilder_.getMessageOrBuilder(); } else { return instance_ == null ? nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.Instance.getDefaultInstance() : instance_; } } /** *
     * The desired end state of the update.
     * 
* * .google.spanner.admin.instance.v1.Instance instance = 1; */ private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.Instance, nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.Instance.Builder, nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.InstanceOrBuilder> getInstanceFieldBuilder() { if (instanceBuilder_ == null) { instanceBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.Instance, nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.Instance.Builder, nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.InstanceOrBuilder>( getInstance(), getParentForChildren(), isClean()); instance_ = null; } return instanceBuilder_; } private nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp startTime_ = null; private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp, nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.TimestampOrBuilder> startTimeBuilder_; /** *
     * The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance]
     * request was received.
     * 
* * .google.protobuf.Timestamp start_time = 2; */ public boolean hasStartTime() { return startTimeBuilder_ != null || startTime_ != null; } /** *
     * The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance]
     * request was received.
     * 
* * .google.protobuf.Timestamp start_time = 2; */ public nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp getStartTime() { if (startTimeBuilder_ == null) { return startTime_ == null ? nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } else { return startTimeBuilder_.getMessage(); } } /** *
     * The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance]
     * request was received.
     * 
* * .google.protobuf.Timestamp start_time = 2; */ public Builder setStartTime(nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp value) { if (startTimeBuilder_ == null) { if (value == null) { throw new NullPointerException(); } startTime_ = value; onChanged(); } else { startTimeBuilder_.setMessage(value); } return this; } /** *
     * The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance]
     * request was received.
     * 
* * .google.protobuf.Timestamp start_time = 2; */ public Builder setStartTime( nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder builderForValue) { if (startTimeBuilder_ == null) { startTime_ = builderForValue.build(); onChanged(); } else { startTimeBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     * The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance]
     * request was received.
     * 
* * .google.protobuf.Timestamp start_time = 2; */ public Builder mergeStartTime(nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp value) { if (startTimeBuilder_ == null) { if (startTime_ != null) { startTime_ = nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.newBuilder(startTime_).mergeFrom(value).buildPartial(); } else { startTime_ = value; } onChanged(); } else { startTimeBuilder_.mergeFrom(value); } return this; } /** *
     * The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance]
     * request was received.
     * 
* * .google.protobuf.Timestamp start_time = 2; */ public Builder clearStartTime() { if (startTimeBuilder_ == null) { startTime_ = null; onChanged(); } else { startTime_ = null; startTimeBuilder_ = null; } return this; } /** *
     * The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance]
     * request was received.
     * 
* * .google.protobuf.Timestamp start_time = 2; */ public nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder getStartTimeBuilder() { onChanged(); return getStartTimeFieldBuilder().getBuilder(); } /** *
     * The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance]
     * request was received.
     * 
* * .google.protobuf.Timestamp start_time = 2; */ public nl.topicus.jdbc.shaded.com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder() { if (startTimeBuilder_ != null) { return startTimeBuilder_.getMessageOrBuilder(); } else { return startTime_ == null ? nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.getDefaultInstance() : startTime_; } } /** *
     * The time at which [UpdateInstance][google.spanner.admin.instance.v1.InstanceAdmin.UpdateInstance]
     * request was received.
     * 
* * .google.protobuf.Timestamp start_time = 2; */ private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp, nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.TimestampOrBuilder> getStartTimeFieldBuilder() { if (startTimeBuilder_ == null) { startTimeBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp, nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.TimestampOrBuilder>( getStartTime(), getParentForChildren(), isClean()); startTime_ = null; } return startTimeBuilder_; } private nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp cancelTime_ = null; private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp, nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.TimestampOrBuilder> cancelTimeBuilder_; /** *
     * The time at which this operation was cancelled. If set, this operation is
     * in the process of undoing itself (which is guaranteed to succeed) and
     * cannot be cancelled again.
     * 
* * .google.protobuf.Timestamp cancel_time = 3; */ public boolean hasCancelTime() { return cancelTimeBuilder_ != null || cancelTime_ != null; } /** *
     * The time at which this operation was cancelled. If set, this operation is
     * in the process of undoing itself (which is guaranteed to succeed) and
     * cannot be cancelled again.
     * 
* * .google.protobuf.Timestamp cancel_time = 3; */ public nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp getCancelTime() { if (cancelTimeBuilder_ == null) { return cancelTime_ == null ? nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.getDefaultInstance() : cancelTime_; } else { return cancelTimeBuilder_.getMessage(); } } /** *
     * The time at which this operation was cancelled. If set, this operation is
     * in the process of undoing itself (which is guaranteed to succeed) and
     * cannot be cancelled again.
     * 
* * .google.protobuf.Timestamp cancel_time = 3; */ public Builder setCancelTime(nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp value) { if (cancelTimeBuilder_ == null) { if (value == null) { throw new NullPointerException(); } cancelTime_ = value; onChanged(); } else { cancelTimeBuilder_.setMessage(value); } return this; } /** *
     * The time at which this operation was cancelled. If set, this operation is
     * in the process of undoing itself (which is guaranteed to succeed) and
     * cannot be cancelled again.
     * 
* * .google.protobuf.Timestamp cancel_time = 3; */ public Builder setCancelTime( nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder builderForValue) { if (cancelTimeBuilder_ == null) { cancelTime_ = builderForValue.build(); onChanged(); } else { cancelTimeBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     * The time at which this operation was cancelled. If set, this operation is
     * in the process of undoing itself (which is guaranteed to succeed) and
     * cannot be cancelled again.
     * 
* * .google.protobuf.Timestamp cancel_time = 3; */ public Builder mergeCancelTime(nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp value) { if (cancelTimeBuilder_ == null) { if (cancelTime_ != null) { cancelTime_ = nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.newBuilder(cancelTime_).mergeFrom(value).buildPartial(); } else { cancelTime_ = value; } onChanged(); } else { cancelTimeBuilder_.mergeFrom(value); } return this; } /** *
     * The time at which this operation was cancelled. If set, this operation is
     * in the process of undoing itself (which is guaranteed to succeed) and
     * cannot be cancelled again.
     * 
* * .google.protobuf.Timestamp cancel_time = 3; */ public Builder clearCancelTime() { if (cancelTimeBuilder_ == null) { cancelTime_ = null; onChanged(); } else { cancelTime_ = null; cancelTimeBuilder_ = null; } return this; } /** *
     * The time at which this operation was cancelled. If set, this operation is
     * in the process of undoing itself (which is guaranteed to succeed) and
     * cannot be cancelled again.
     * 
* * .google.protobuf.Timestamp cancel_time = 3; */ public nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder getCancelTimeBuilder() { onChanged(); return getCancelTimeFieldBuilder().getBuilder(); } /** *
     * The time at which this operation was cancelled. If set, this operation is
     * in the process of undoing itself (which is guaranteed to succeed) and
     * cannot be cancelled again.
     * 
* * .google.protobuf.Timestamp cancel_time = 3; */ public nl.topicus.jdbc.shaded.com.google.protobuf.TimestampOrBuilder getCancelTimeOrBuilder() { if (cancelTimeBuilder_ != null) { return cancelTimeBuilder_.getMessageOrBuilder(); } else { return cancelTime_ == null ? nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.getDefaultInstance() : cancelTime_; } } /** *
     * The time at which this operation was cancelled. If set, this operation is
     * in the process of undoing itself (which is guaranteed to succeed) and
     * cannot be cancelled again.
     * 
* * .google.protobuf.Timestamp cancel_time = 3; */ private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp, nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.TimestampOrBuilder> getCancelTimeFieldBuilder() { if (cancelTimeBuilder_ == null) { cancelTimeBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp, nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.TimestampOrBuilder>( getCancelTime(), getParentForChildren(), isClean()); cancelTime_ = null; } return cancelTimeBuilder_; } private nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp endTime_ = null; private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp, nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.TimestampOrBuilder> endTimeBuilder_; /** *
     * The time at which this operation failed or was completed successfully.
     * 
* * .google.protobuf.Timestamp end_time = 4; */ public boolean hasEndTime() { return endTimeBuilder_ != null || endTime_ != null; } /** *
     * The time at which this operation failed or was completed successfully.
     * 
* * .google.protobuf.Timestamp end_time = 4; */ public nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp getEndTime() { if (endTimeBuilder_ == null) { return endTime_ == null ? nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } else { return endTimeBuilder_.getMessage(); } } /** *
     * The time at which this operation failed or was completed successfully.
     * 
* * .google.protobuf.Timestamp end_time = 4; */ public Builder setEndTime(nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp value) { if (endTimeBuilder_ == null) { if (value == null) { throw new NullPointerException(); } endTime_ = value; onChanged(); } else { endTimeBuilder_.setMessage(value); } return this; } /** *
     * The time at which this operation failed or was completed successfully.
     * 
* * .google.protobuf.Timestamp end_time = 4; */ public Builder setEndTime( nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder builderForValue) { if (endTimeBuilder_ == null) { endTime_ = builderForValue.build(); onChanged(); } else { endTimeBuilder_.setMessage(builderForValue.build()); } return this; } /** *
     * The time at which this operation failed or was completed successfully.
     * 
* * .google.protobuf.Timestamp end_time = 4; */ public Builder mergeEndTime(nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp value) { if (endTimeBuilder_ == null) { if (endTime_ != null) { endTime_ = nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.newBuilder(endTime_).mergeFrom(value).buildPartial(); } else { endTime_ = value; } onChanged(); } else { endTimeBuilder_.mergeFrom(value); } return this; } /** *
     * The time at which this operation failed or was completed successfully.
     * 
* * .google.protobuf.Timestamp end_time = 4; */ public Builder clearEndTime() { if (endTimeBuilder_ == null) { endTime_ = null; onChanged(); } else { endTime_ = null; endTimeBuilder_ = null; } return this; } /** *
     * The time at which this operation failed or was completed successfully.
     * 
* * .google.protobuf.Timestamp end_time = 4; */ public nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder getEndTimeBuilder() { onChanged(); return getEndTimeFieldBuilder().getBuilder(); } /** *
     * The time at which this operation failed or was completed successfully.
     * 
* * .google.protobuf.Timestamp end_time = 4; */ public nl.topicus.jdbc.shaded.com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder() { if (endTimeBuilder_ != null) { return endTimeBuilder_.getMessageOrBuilder(); } else { return endTime_ == null ? nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.getDefaultInstance() : endTime_; } } /** *
     * The time at which this operation failed or was completed successfully.
     * 
* * .google.protobuf.Timestamp end_time = 4; */ private nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp, nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.TimestampOrBuilder> getEndTimeFieldBuilder() { if (endTimeBuilder_ == null) { endTimeBuilder_ = new nl.topicus.jdbc.shaded.com.google.protobuf.SingleFieldBuilderV3< nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp, nl.topicus.jdbc.shaded.com.google.protobuf.Timestamp.Builder, nl.topicus.jdbc.shaded.com.google.protobuf.TimestampOrBuilder>( getEndTime(), getParentForChildren(), isClean()); endTime_ = null; } return endTimeBuilder_; } public final Builder setUnknownFields( final nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFieldsProto3(unknownFields); } public final Builder mergeUnknownFields( final nl.topicus.jdbc.shaded.com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:google.spanner.admin.instance.v1.UpdateInstanceMetadata) } // @@protoc_insertion_point(class_scope:google.spanner.admin.instance.v1.UpdateInstanceMetadata) private static final nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata(); } public static nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata getDefaultInstance() { return DEFAULT_INSTANCE; } private static final nl.topicus.jdbc.shaded.com.google.protobuf.Parser PARSER = new nl.topicus.jdbc.shaded.com.google.protobuf.AbstractParser() { public UpdateInstanceMetadata parsePartialFrom( nl.topicus.jdbc.shaded.com.google.protobuf.CodedInputStream input, nl.topicus.jdbc.shaded.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws nl.topicus.jdbc.shaded.com.google.protobuf.InvalidProtocolBufferException { return new UpdateInstanceMetadata(input, extensionRegistry); } }; public static nl.topicus.jdbc.shaded.com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public nl.topicus.jdbc.shaded.com.google.protobuf.Parser getParserForType() { return PARSER; } public nl.topicus.jdbc.shaded.com.google.spanner.admin.instance.v1.UpdateInstanceMetadata getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy