Class CreateTableFromSnapshotMetadata

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.bigtable.admin.v2.CreateTableFromSnapshotMetadata
All Implemented Interfaces:
CreateTableFromSnapshotMetadataOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

public final class CreateTableFromSnapshotMetadata extends com.google.protobuf.GeneratedMessageV3 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
See Also:
  • Field Details

    • ORIGINAL_REQUEST_FIELD_NUMBER

      public static final int ORIGINAL_REQUEST_FIELD_NUMBER
      See Also:
    • REQUEST_TIME_FIELD_NUMBER

      public static final int REQUEST_TIME_FIELD_NUMBER
      See Also:
    • FINISH_TIME_FIELD_NUMBER

      public static final int FINISH_TIME_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • 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
    • 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.
    • 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.
    • 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.
    • 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
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static CreateTableFromSnapshotMetadata parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CreateTableFromSnapshotMetadata parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CreateTableFromSnapshotMetadata parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CreateTableFromSnapshotMetadata parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CreateTableFromSnapshotMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CreateTableFromSnapshotMetadata parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CreateTableFromSnapshotMetadata parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static CreateTableFromSnapshotMetadata parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static CreateTableFromSnapshotMetadata parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static CreateTableFromSnapshotMetadata parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static CreateTableFromSnapshotMetadata parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static CreateTableFromSnapshotMetadata parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

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

      public static CreateTableFromSnapshotMetadata.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected CreateTableFromSnapshotMetadata.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static CreateTableFromSnapshotMetadata getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<CreateTableFromSnapshotMetadata> parser()
    • getParserForType

      public com.google.protobuf.Parser<CreateTableFromSnapshotMetadata> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

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