Class CreateMaterializedViewMetadata

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

public final class CreateMaterializedViewMetadata extends com.google.protobuf.GeneratedMessageV3 implements CreateMaterializedViewMetadataOrBuilder
 The metadata for the Operation returned by CreateMaterializedView.
 
Protobuf type google.bigtable.admin.v2.CreateMaterializedViewMetadata
See Also:
  • Field Details

    • ORIGINAL_REQUEST_FIELD_NUMBER

      public static final int ORIGINAL_REQUEST_FIELD_NUMBER
      See Also:
    • START_TIME_FIELD_NUMBER

      public static final int START_TIME_FIELD_NUMBER
      See Also:
    • END_TIME_FIELD_NUMBER

      public static final int END_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 CreateMaterializedView
       operation.
       
      .google.bigtable.admin.v2.CreateMaterializedViewRequest original_request = 1;
      Specified by:
      hasOriginalRequest in interface CreateMaterializedViewMetadataOrBuilder
      Returns:
      Whether the originalRequest field is set.
    • getOriginalRequest

      public CreateMaterializedViewRequest getOriginalRequest()
       The request that prompted the initiation of this CreateMaterializedView
       operation.
       
      .google.bigtable.admin.v2.CreateMaterializedViewRequest original_request = 1;
      Specified by:
      getOriginalRequest in interface CreateMaterializedViewMetadataOrBuilder
      Returns:
      The originalRequest.
    • getOriginalRequestOrBuilder

      public CreateMaterializedViewRequestOrBuilder getOriginalRequestOrBuilder()
       The request that prompted the initiation of this CreateMaterializedView
       operation.
       
      .google.bigtable.admin.v2.CreateMaterializedViewRequest original_request = 1;
      Specified by:
      getOriginalRequestOrBuilder in interface CreateMaterializedViewMetadataOrBuilder
    • hasStartTime

      public boolean hasStartTime()
       The time at which this operation started.
       
      .google.protobuf.Timestamp start_time = 2;
      Specified by:
      hasStartTime in interface CreateMaterializedViewMetadataOrBuilder
      Returns:
      Whether the startTime field is set.
    • getStartTime

      public com.google.protobuf.Timestamp getStartTime()
       The time at which this operation started.
       
      .google.protobuf.Timestamp start_time = 2;
      Specified by:
      getStartTime in interface CreateMaterializedViewMetadataOrBuilder
      Returns:
      The startTime.
    • getStartTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
       The time at which this operation started.
       
      .google.protobuf.Timestamp start_time = 2;
      Specified by:
      getStartTimeOrBuilder in interface CreateMaterializedViewMetadataOrBuilder
    • hasEndTime

      public boolean hasEndTime()
       If set, the time at which this operation finished or was canceled.
       
      .google.protobuf.Timestamp end_time = 3;
      Specified by:
      hasEndTime in interface CreateMaterializedViewMetadataOrBuilder
      Returns:
      Whether the endTime field is set.
    • getEndTime

      public com.google.protobuf.Timestamp getEndTime()
       If set, the time at which this operation finished or was canceled.
       
      .google.protobuf.Timestamp end_time = 3;
      Specified by:
      getEndTime in interface CreateMaterializedViewMetadataOrBuilder
      Returns:
      The endTime.
    • getEndTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
       If set, the time at which this operation finished or was canceled.
       
      .google.protobuf.Timestamp end_time = 3;
      Specified by:
      getEndTimeOrBuilder in interface CreateMaterializedViewMetadataOrBuilder
    • 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 CreateMaterializedViewMetadata parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static CreateMaterializedViewMetadata.Builder newBuilder()
    • newBuilder

    • toBuilder

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

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

      public static CreateMaterializedViewMetadata getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<CreateMaterializedViewMetadata> 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 CreateMaterializedViewMetadata getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder