Class CreateSchemaBundleMetadata.Builder

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

public static final class CreateSchemaBundleMetadata.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CreateSchemaBundleMetadata.Builder> implements CreateSchemaBundleMetadataOrBuilder
 The metadata for the Operation returned by
 [CreateSchemaBundle][google.bigtable.admin.v2.BigtableTableAdmin.CreateSchemaBundle].
 
Protobuf type google.bigtable.admin.v2.CreateSchemaBundleMetadata
  • 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<CreateSchemaBundleMetadata.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<CreateSchemaBundleMetadata.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<CreateSchemaBundleMetadata.Builder>
    • getDefaultInstanceForType

      public CreateSchemaBundleMetadata 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 CreateSchemaBundleMetadata 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<CreateSchemaBundleMetadata.Builder>
    • setField

      public CreateSchemaBundleMetadata.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<CreateSchemaBundleMetadata.Builder>
    • clearField

      public CreateSchemaBundleMetadata.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<CreateSchemaBundleMetadata.Builder>
    • clearOneof

      public CreateSchemaBundleMetadata.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<CreateSchemaBundleMetadata.Builder>
    • setRepeatedField

      public CreateSchemaBundleMetadata.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<CreateSchemaBundleMetadata.Builder>
    • addRepeatedField

      public CreateSchemaBundleMetadata.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<CreateSchemaBundleMetadata.Builder>
    • mergeFrom

      public CreateSchemaBundleMetadata.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<CreateSchemaBundleMetadata.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<CreateSchemaBundleMetadata.Builder>
    • mergeFrom

      public CreateSchemaBundleMetadata.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<CreateSchemaBundleMetadata.Builder>
      Throws:
      IOException
    • getName

      public String getName()
       The unique name identifying this schema bundle.
       Values are of the form
       `projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}`
       
      string name = 1;
      Specified by:
      getName in interface CreateSchemaBundleMetadataOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       The unique name identifying this schema bundle.
       Values are of the form
       `projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}`
       
      string name = 1;
      Specified by:
      getNameBytes in interface CreateSchemaBundleMetadataOrBuilder
      Returns:
      The bytes for name.
    • setName

       The unique name identifying this schema bundle.
       Values are of the form
       `projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}`
       
      string name = 1;
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

       The unique name identifying this schema bundle.
       Values are of the form
       `projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}`
       
      string name = 1;
      Returns:
      This builder for chaining.
    • setNameBytes

      public CreateSchemaBundleMetadata.Builder setNameBytes(com.google.protobuf.ByteString value)
       The unique name identifying this schema bundle.
       Values are of the form
       `projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}`
       
      string name = 1;
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • hasStartTime

      public boolean hasStartTime()
       The time at which this operation started.
       
      .google.protobuf.Timestamp start_time = 2;
      Specified by:
      hasStartTime in interface CreateSchemaBundleMetadataOrBuilder
      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 CreateSchemaBundleMetadataOrBuilder
      Returns:
      The startTime.
    • setStartTime

      public CreateSchemaBundleMetadata.Builder setStartTime(com.google.protobuf.Timestamp value)
       The time at which this operation started.
       
      .google.protobuf.Timestamp start_time = 2;
    • setStartTime

      public CreateSchemaBundleMetadata.Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValue)
       The time at which this operation started.
       
      .google.protobuf.Timestamp start_time = 2;
    • mergeStartTime

      public CreateSchemaBundleMetadata.Builder mergeStartTime(com.google.protobuf.Timestamp value)
       The time at which this operation started.
       
      .google.protobuf.Timestamp start_time = 2;
    • clearStartTime

      public CreateSchemaBundleMetadata.Builder clearStartTime()
       The time at which this operation started.
       
      .google.protobuf.Timestamp start_time = 2;
    • getStartTimeBuilder

      public com.google.protobuf.Timestamp.Builder getStartTimeBuilder()
       The time at which this operation started.
       
      .google.protobuf.Timestamp start_time = 2;
    • 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 CreateSchemaBundleMetadataOrBuilder
    • 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 CreateSchemaBundleMetadataOrBuilder
      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 CreateSchemaBundleMetadataOrBuilder
      Returns:
      The endTime.
    • setEndTime

      public CreateSchemaBundleMetadata.Builder setEndTime(com.google.protobuf.Timestamp value)
       If set, the time at which this operation finished or was canceled.
       
      .google.protobuf.Timestamp end_time = 3;
    • setEndTime

      public CreateSchemaBundleMetadata.Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
       If set, the time at which this operation finished or was canceled.
       
      .google.protobuf.Timestamp end_time = 3;
    • mergeEndTime

      public CreateSchemaBundleMetadata.Builder mergeEndTime(com.google.protobuf.Timestamp value)
       If set, the time at which this operation finished or was canceled.
       
      .google.protobuf.Timestamp end_time = 3;
    • clearEndTime

      public CreateSchemaBundleMetadata.Builder clearEndTime()
       If set, the time at which this operation finished or was canceled.
       
      .google.protobuf.Timestamp end_time = 3;
    • getEndTimeBuilder

      public com.google.protobuf.Timestamp.Builder getEndTimeBuilder()
       If set, the time at which this operation finished or was canceled.
       
      .google.protobuf.Timestamp end_time = 3;
    • 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 CreateSchemaBundleMetadataOrBuilder
    • setUnknownFields

      public final CreateSchemaBundleMetadata.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<CreateSchemaBundleMetadata.Builder>
    • mergeUnknownFields

      public final CreateSchemaBundleMetadata.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<CreateSchemaBundleMetadata.Builder>