Class CreateTableFromSnapshotMetadata.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
com.google.bigtable.admin.v2.CreateTableFromSnapshotMetadata.Builder
All Implemented Interfaces:
CreateTableFromSnapshotMetadataOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
CreateTableFromSnapshotMetadata

public static final class CreateTableFromSnapshotMetadata.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder> implements CreateTableFromSnapshotMetadataOrBuilder
 The metadata for the Operation returned by CreateTableFromSnapshot.

 Note: This is a private alpha release of Cloud Bigtable snapshots. This
 feature is not currently available to most Cloud Bigtable customers. This
 feature might be changed in backward-incompatible ways and is not recommended
 for production use. It is not subject to any SLA or deprecation policy.
 
Protobuf type google.bigtable.admin.v2.CreateTableFromSnapshotMetadata
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
    • getDefaultInstanceForType

      public CreateTableFromSnapshotMetadata getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public CreateTableFromSnapshotMetadata buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
    • setField

      public CreateTableFromSnapshotMetadata.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
    • clearField

      public CreateTableFromSnapshotMetadata.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
    • clearOneof

      public CreateTableFromSnapshotMetadata.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
    • setRepeatedField

      public CreateTableFromSnapshotMetadata.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
    • addRepeatedField

      public CreateTableFromSnapshotMetadata.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
    • mergeFrom

      public CreateTableFromSnapshotMetadata.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CreateTableFromSnapshotMetadata.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
    • mergeFrom

      public CreateTableFromSnapshotMetadata.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CreateTableFromSnapshotMetadata.Builder>
      Throws:
      IOException
    • hasOriginalRequest

      public boolean hasOriginalRequest()
       The request that prompted the initiation of this CreateTableFromSnapshot
       operation.
       
      .google.bigtable.admin.v2.CreateTableFromSnapshotRequest original_request = 1;
      Specified by:
      hasOriginalRequest in interface CreateTableFromSnapshotMetadataOrBuilder
      Returns:
      Whether the originalRequest field is set.
    • getOriginalRequest

      public CreateTableFromSnapshotRequest getOriginalRequest()
       The request that prompted the initiation of this CreateTableFromSnapshot
       operation.
       
      .google.bigtable.admin.v2.CreateTableFromSnapshotRequest original_request = 1;
      Specified by:
      getOriginalRequest in interface CreateTableFromSnapshotMetadataOrBuilder
      Returns:
      The originalRequest.
    • setOriginalRequest

       The request that prompted the initiation of this CreateTableFromSnapshot
       operation.
       
      .google.bigtable.admin.v2.CreateTableFromSnapshotRequest original_request = 1;
    • setOriginalRequest

       The request that prompted the initiation of this CreateTableFromSnapshot
       operation.
       
      .google.bigtable.admin.v2.CreateTableFromSnapshotRequest original_request = 1;
    • mergeOriginalRequest

       The request that prompted the initiation of this CreateTableFromSnapshot
       operation.
       
      .google.bigtable.admin.v2.CreateTableFromSnapshotRequest original_request = 1;
    • clearOriginalRequest

      public CreateTableFromSnapshotMetadata.Builder clearOriginalRequest()
       The request that prompted the initiation of this CreateTableFromSnapshot
       operation.
       
      .google.bigtable.admin.v2.CreateTableFromSnapshotRequest original_request = 1;
    • getOriginalRequestBuilder

      public CreateTableFromSnapshotRequest.Builder getOriginalRequestBuilder()
       The request that prompted the initiation of this CreateTableFromSnapshot
       operation.
       
      .google.bigtable.admin.v2.CreateTableFromSnapshotRequest original_request = 1;
    • getOriginalRequestOrBuilder

      public CreateTableFromSnapshotRequestOrBuilder getOriginalRequestOrBuilder()
       The request that prompted the initiation of this CreateTableFromSnapshot
       operation.
       
      .google.bigtable.admin.v2.CreateTableFromSnapshotRequest original_request = 1;
      Specified by:
      getOriginalRequestOrBuilder in interface CreateTableFromSnapshotMetadataOrBuilder
    • hasRequestTime

      public boolean hasRequestTime()
       The time at which the original request was received.
       
      .google.protobuf.Timestamp request_time = 2;
      Specified by:
      hasRequestTime in interface CreateTableFromSnapshotMetadataOrBuilder
      Returns:
      Whether the requestTime field is set.
    • getRequestTime

      public com.google.protobuf.Timestamp getRequestTime()
       The time at which the original request was received.
       
      .google.protobuf.Timestamp request_time = 2;
      Specified by:
      getRequestTime in interface CreateTableFromSnapshotMetadataOrBuilder
      Returns:
      The requestTime.
    • setRequestTime

      public CreateTableFromSnapshotMetadata.Builder setRequestTime(com.google.protobuf.Timestamp value)
       The time at which the original request was received.
       
      .google.protobuf.Timestamp request_time = 2;
    • setRequestTime

      public CreateTableFromSnapshotMetadata.Builder setRequestTime(com.google.protobuf.Timestamp.Builder builderForValue)
       The time at which the original request was received.
       
      .google.protobuf.Timestamp request_time = 2;
    • mergeRequestTime

      public CreateTableFromSnapshotMetadata.Builder mergeRequestTime(com.google.protobuf.Timestamp value)
       The time at which the original request was received.
       
      .google.protobuf.Timestamp request_time = 2;
    • clearRequestTime

      public CreateTableFromSnapshotMetadata.Builder clearRequestTime()
       The time at which the original request was received.
       
      .google.protobuf.Timestamp request_time = 2;
    • getRequestTimeBuilder

      public com.google.protobuf.Timestamp.Builder getRequestTimeBuilder()
       The time at which the original request was received.
       
      .google.protobuf.Timestamp request_time = 2;
    • getRequestTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getRequestTimeOrBuilder()
       The time at which the original request was received.
       
      .google.protobuf.Timestamp request_time = 2;
      Specified by:
      getRequestTimeOrBuilder in interface CreateTableFromSnapshotMetadataOrBuilder
    • hasFinishTime

      public boolean hasFinishTime()
       The time at which the operation failed or was completed successfully.
       
      .google.protobuf.Timestamp finish_time = 3;
      Specified by:
      hasFinishTime in interface CreateTableFromSnapshotMetadataOrBuilder
      Returns:
      Whether the finishTime field is set.
    • getFinishTime

      public com.google.protobuf.Timestamp getFinishTime()
       The time at which the operation failed or was completed successfully.
       
      .google.protobuf.Timestamp finish_time = 3;
      Specified by:
      getFinishTime in interface CreateTableFromSnapshotMetadataOrBuilder
      Returns:
      The finishTime.
    • setFinishTime

      public CreateTableFromSnapshotMetadata.Builder setFinishTime(com.google.protobuf.Timestamp value)
       The time at which the operation failed or was completed successfully.
       
      .google.protobuf.Timestamp finish_time = 3;
    • setFinishTime

      public CreateTableFromSnapshotMetadata.Builder setFinishTime(com.google.protobuf.Timestamp.Builder builderForValue)
       The time at which the operation failed or was completed successfully.
       
      .google.protobuf.Timestamp finish_time = 3;
    • mergeFinishTime

      public CreateTableFromSnapshotMetadata.Builder mergeFinishTime(com.google.protobuf.Timestamp value)
       The time at which the operation failed or was completed successfully.
       
      .google.protobuf.Timestamp finish_time = 3;
    • clearFinishTime

      public CreateTableFromSnapshotMetadata.Builder clearFinishTime()
       The time at which the operation failed or was completed successfully.
       
      .google.protobuf.Timestamp finish_time = 3;
    • getFinishTimeBuilder

      public com.google.protobuf.Timestamp.Builder getFinishTimeBuilder()
       The time at which the operation failed or was completed successfully.
       
      .google.protobuf.Timestamp finish_time = 3;
    • getFinishTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getFinishTimeOrBuilder()
       The time at which the operation failed or was completed successfully.
       
      .google.protobuf.Timestamp finish_time = 3;
      Specified by:
      getFinishTimeOrBuilder in interface CreateTableFromSnapshotMetadataOrBuilder
    • setUnknownFields

      public final CreateTableFromSnapshotMetadata.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>
    • mergeUnknownFields

      public final CreateTableFromSnapshotMetadata.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CreateTableFromSnapshotMetadata.Builder>