Class Mutation.AddToCell.Builder

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

public static final class Mutation.AddToCell.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Mutation.AddToCell.Builder> implements Mutation.AddToCellOrBuilder
 A Mutation which incrementally updates a cell in an `Aggregate` family.
 
Protobuf type google.bigtable.v2.Mutation.AddToCell
  • 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<Mutation.AddToCell.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<Mutation.AddToCell.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<Mutation.AddToCell.Builder>
    • getDefaultInstanceForType

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

      public Mutation.AddToCell build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

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

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

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

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

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

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

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

      public Mutation.AddToCell.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<Mutation.AddToCell.Builder>
      Throws:
      IOException
    • getFamilyName

      public String getFamilyName()
       The name of the `Aggregate` family into which new data should be added.
       This must be a family with a `value_type` of `Aggregate`.
       Format: `[-_.a-zA-Z0-9]+`
       
      string family_name = 1;
      Specified by:
      getFamilyName in interface Mutation.AddToCellOrBuilder
      Returns:
      The familyName.
    • getFamilyNameBytes

      public com.google.protobuf.ByteString getFamilyNameBytes()
       The name of the `Aggregate` family into which new data should be added.
       This must be a family with a `value_type` of `Aggregate`.
       Format: `[-_.a-zA-Z0-9]+`
       
      string family_name = 1;
      Specified by:
      getFamilyNameBytes in interface Mutation.AddToCellOrBuilder
      Returns:
      The bytes for familyName.
    • setFamilyName

      public Mutation.AddToCell.Builder setFamilyName(String value)
       The name of the `Aggregate` family into which new data should be added.
       This must be a family with a `value_type` of `Aggregate`.
       Format: `[-_.a-zA-Z0-9]+`
       
      string family_name = 1;
      Parameters:
      value - The familyName to set.
      Returns:
      This builder for chaining.
    • clearFamilyName

      public Mutation.AddToCell.Builder clearFamilyName()
       The name of the `Aggregate` family into which new data should be added.
       This must be a family with a `value_type` of `Aggregate`.
       Format: `[-_.a-zA-Z0-9]+`
       
      string family_name = 1;
      Returns:
      This builder for chaining.
    • setFamilyNameBytes

      public Mutation.AddToCell.Builder setFamilyNameBytes(com.google.protobuf.ByteString value)
       The name of the `Aggregate` family into which new data should be added.
       This must be a family with a `value_type` of `Aggregate`.
       Format: `[-_.a-zA-Z0-9]+`
       
      string family_name = 1;
      Parameters:
      value - The bytes for familyName to set.
      Returns:
      This builder for chaining.
    • hasColumnQualifier

      public boolean hasColumnQualifier()
       The qualifier of the column into which new data should be added. This
       must be a `raw_value`.
       
      .google.bigtable.v2.Value column_qualifier = 2;
      Specified by:
      hasColumnQualifier in interface Mutation.AddToCellOrBuilder
      Returns:
      Whether the columnQualifier field is set.
    • getColumnQualifier

      public Value getColumnQualifier()
       The qualifier of the column into which new data should be added. This
       must be a `raw_value`.
       
      .google.bigtable.v2.Value column_qualifier = 2;
      Specified by:
      getColumnQualifier in interface Mutation.AddToCellOrBuilder
      Returns:
      The columnQualifier.
    • setColumnQualifier

      public Mutation.AddToCell.Builder setColumnQualifier(Value value)
       The qualifier of the column into which new data should be added. This
       must be a `raw_value`.
       
      .google.bigtable.v2.Value column_qualifier = 2;
    • setColumnQualifier

      public Mutation.AddToCell.Builder setColumnQualifier(Value.Builder builderForValue)
       The qualifier of the column into which new data should be added. This
       must be a `raw_value`.
       
      .google.bigtable.v2.Value column_qualifier = 2;
    • mergeColumnQualifier

      public Mutation.AddToCell.Builder mergeColumnQualifier(Value value)
       The qualifier of the column into which new data should be added. This
       must be a `raw_value`.
       
      .google.bigtable.v2.Value column_qualifier = 2;
    • clearColumnQualifier

      public Mutation.AddToCell.Builder clearColumnQualifier()
       The qualifier of the column into which new data should be added. This
       must be a `raw_value`.
       
      .google.bigtable.v2.Value column_qualifier = 2;
    • getColumnQualifierBuilder

      public Value.Builder getColumnQualifierBuilder()
       The qualifier of the column into which new data should be added. This
       must be a `raw_value`.
       
      .google.bigtable.v2.Value column_qualifier = 2;
    • getColumnQualifierOrBuilder

      public ValueOrBuilder getColumnQualifierOrBuilder()
       The qualifier of the column into which new data should be added. This
       must be a `raw_value`.
       
      .google.bigtable.v2.Value column_qualifier = 2;
      Specified by:
      getColumnQualifierOrBuilder in interface Mutation.AddToCellOrBuilder
    • hasTimestamp

      public boolean hasTimestamp()
       The timestamp of the cell to which new data should be added. This must
       be a `raw_timestamp_micros` that matches the table's `granularity`.
       
      .google.bigtable.v2.Value timestamp = 3;
      Specified by:
      hasTimestamp in interface Mutation.AddToCellOrBuilder
      Returns:
      Whether the timestamp field is set.
    • getTimestamp

      public Value getTimestamp()
       The timestamp of the cell to which new data should be added. This must
       be a `raw_timestamp_micros` that matches the table's `granularity`.
       
      .google.bigtable.v2.Value timestamp = 3;
      Specified by:
      getTimestamp in interface Mutation.AddToCellOrBuilder
      Returns:
      The timestamp.
    • setTimestamp

      public Mutation.AddToCell.Builder setTimestamp(Value value)
       The timestamp of the cell to which new data should be added. This must
       be a `raw_timestamp_micros` that matches the table's `granularity`.
       
      .google.bigtable.v2.Value timestamp = 3;
    • setTimestamp

      public Mutation.AddToCell.Builder setTimestamp(Value.Builder builderForValue)
       The timestamp of the cell to which new data should be added. This must
       be a `raw_timestamp_micros` that matches the table's `granularity`.
       
      .google.bigtable.v2.Value timestamp = 3;
    • mergeTimestamp

      public Mutation.AddToCell.Builder mergeTimestamp(Value value)
       The timestamp of the cell to which new data should be added. This must
       be a `raw_timestamp_micros` that matches the table's `granularity`.
       
      .google.bigtable.v2.Value timestamp = 3;
    • clearTimestamp

      public Mutation.AddToCell.Builder clearTimestamp()
       The timestamp of the cell to which new data should be added. This must
       be a `raw_timestamp_micros` that matches the table's `granularity`.
       
      .google.bigtable.v2.Value timestamp = 3;
    • getTimestampBuilder

      public Value.Builder getTimestampBuilder()
       The timestamp of the cell to which new data should be added. This must
       be a `raw_timestamp_micros` that matches the table's `granularity`.
       
      .google.bigtable.v2.Value timestamp = 3;
    • getTimestampOrBuilder

      public ValueOrBuilder getTimestampOrBuilder()
       The timestamp of the cell to which new data should be added. This must
       be a `raw_timestamp_micros` that matches the table's `granularity`.
       
      .google.bigtable.v2.Value timestamp = 3;
      Specified by:
      getTimestampOrBuilder in interface Mutation.AddToCellOrBuilder
    • hasInput

      public boolean hasInput()
       The input value to be accumulated into the specified cell. This must be
       compatible with the family's `value_type.input_type`.
       
      .google.bigtable.v2.Value input = 4;
      Specified by:
      hasInput in interface Mutation.AddToCellOrBuilder
      Returns:
      Whether the input field is set.
    • getInput

      public Value getInput()
       The input value to be accumulated into the specified cell. This must be
       compatible with the family's `value_type.input_type`.
       
      .google.bigtable.v2.Value input = 4;
      Specified by:
      getInput in interface Mutation.AddToCellOrBuilder
      Returns:
      The input.
    • setInput

      public Mutation.AddToCell.Builder setInput(Value value)
       The input value to be accumulated into the specified cell. This must be
       compatible with the family's `value_type.input_type`.
       
      .google.bigtable.v2.Value input = 4;
    • setInput

      public Mutation.AddToCell.Builder setInput(Value.Builder builderForValue)
       The input value to be accumulated into the specified cell. This must be
       compatible with the family's `value_type.input_type`.
       
      .google.bigtable.v2.Value input = 4;
    • mergeInput

      public Mutation.AddToCell.Builder mergeInput(Value value)
       The input value to be accumulated into the specified cell. This must be
       compatible with the family's `value_type.input_type`.
       
      .google.bigtable.v2.Value input = 4;
    • clearInput

      public Mutation.AddToCell.Builder clearInput()
       The input value to be accumulated into the specified cell. This must be
       compatible with the family's `value_type.input_type`.
       
      .google.bigtable.v2.Value input = 4;
    • getInputBuilder

      public Value.Builder getInputBuilder()
       The input value to be accumulated into the specified cell. This must be
       compatible with the family's `value_type.input_type`.
       
      .google.bigtable.v2.Value input = 4;
    • getInputOrBuilder

      public ValueOrBuilder getInputOrBuilder()
       The input value to be accumulated into the specified cell. This must be
       compatible with the family's `value_type.input_type`.
       
      .google.bigtable.v2.Value input = 4;
      Specified by:
      getInputOrBuilder in interface Mutation.AddToCellOrBuilder
    • setUnknownFields

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

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