Class 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 Detail

      • 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>
      • 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

        public CreateTableFromSnapshotMetadata 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
      • 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>
      • 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.
      • 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;
      • 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;
      • getRequestTimeBuilder

        public com.google.protobuf.Timestamp.Builder getRequestTimeBuilder()
         The time at which the original request was received.
         
        .google.protobuf.Timestamp request_time = 2;
      • 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;