Class Mutation.SetCell.Builder

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

public static final class Mutation.SetCell.Builder extends com.google.protobuf.GeneratedMessage.Builder<Mutation.SetCell.Builder> implements Mutation.SetCellOrBuilder
 A Mutation which sets the value of the specified cell.
 
Protobuf type google.bigtable.v2.Mutation.SetCell
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
    The qualifier of the column into which new data should be written.
    The name of the family into which new data should be written.
    The timestamp of the cell into which new data should be written.
    The value to be written into the specified cell.
    com.google.protobuf.ByteString
    The qualifier of the column into which new data should be written.
     
    static final com.google.protobuf.Descriptors.Descriptor
     
    com.google.protobuf.Descriptors.Descriptor
     
    The name of the family into which new data should be written.
    com.google.protobuf.ByteString
    The name of the family into which new data should be written.
    long
    The timestamp of the cell into which new data should be written.
    com.google.protobuf.ByteString
    The value to be written into the specified cell.
    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     
    final boolean
     
     
    mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    mergeFrom(com.google.protobuf.Message other)
     
    setColumnQualifier(com.google.protobuf.ByteString value)
    The qualifier of the column into which new data should be written.
    The name of the family into which new data should be written.
    setFamilyNameBytes(com.google.protobuf.ByteString value)
    The name of the family into which new data should be written.
    setTimestampMicros(long value)
    The timestamp of the cell into which new data should be written.
    setValue(com.google.protobuf.ByteString value)
    The value to be written into the specified cell.

    Methods inherited from class com.google.protobuf.GeneratedMessage.Builder

    addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3

    Methods inherited from class com.google.protobuf.AbstractMessage.Builder

    findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString

    Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

    addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.Message.Builder

    mergeDelimitedFrom, mergeDelimitedFrom

    Methods inherited from interface com.google.protobuf.MessageLite.Builder

    mergeFrom

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Mutation.SetCell.Builder>
    • clear

      public Mutation.SetCell.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.GeneratedMessage.Builder<Mutation.SetCell.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.GeneratedMessage.Builder<Mutation.SetCell.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public Mutation.SetCell.Builder mergeFrom(Mutation.SetCell other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<Mutation.SetCell.Builder>
    • mergeFrom

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

      public String getFamilyName()
       The name of the family into which new data should be written.
       Must match `[-_.a-zA-Z0-9]+`
       
      string family_name = 1;
      Specified by:
      getFamilyName in interface Mutation.SetCellOrBuilder
      Returns:
      The familyName.
    • getFamilyNameBytes

      public com.google.protobuf.ByteString getFamilyNameBytes()
       The name of the family into which new data should be written.
       Must match `[-_.a-zA-Z0-9]+`
       
      string family_name = 1;
      Specified by:
      getFamilyNameBytes in interface Mutation.SetCellOrBuilder
      Returns:
      The bytes for familyName.
    • setFamilyName

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

      public Mutation.SetCell.Builder clearFamilyName()
       The name of the family into which new data should be written.
       Must match `[-_.a-zA-Z0-9]+`
       
      string family_name = 1;
      Returns:
      This builder for chaining.
    • setFamilyNameBytes

      public Mutation.SetCell.Builder setFamilyNameBytes(com.google.protobuf.ByteString value)
       The name of the family into which new data should be written.
       Must match `[-_.a-zA-Z0-9]+`
       
      string family_name = 1;
      Parameters:
      value - The bytes for familyName to set.
      Returns:
      This builder for chaining.
    • getColumnQualifier

      public com.google.protobuf.ByteString getColumnQualifier()
       The qualifier of the column into which new data should be written.
       Can be any byte string, including the empty string.
       
      bytes column_qualifier = 2;
      Specified by:
      getColumnQualifier in interface Mutation.SetCellOrBuilder
      Returns:
      The columnQualifier.
    • setColumnQualifier

      public Mutation.SetCell.Builder setColumnQualifier(com.google.protobuf.ByteString value)
       The qualifier of the column into which new data should be written.
       Can be any byte string, including the empty string.
       
      bytes column_qualifier = 2;
      Parameters:
      value - The columnQualifier to set.
      Returns:
      This builder for chaining.
    • clearColumnQualifier

      public Mutation.SetCell.Builder clearColumnQualifier()
       The qualifier of the column into which new data should be written.
       Can be any byte string, including the empty string.
       
      bytes column_qualifier = 2;
      Returns:
      This builder for chaining.
    • getTimestampMicros

      public long getTimestampMicros()
       The timestamp of the cell into which new data should be written.
       Use -1 for current Bigtable server time.
       Otherwise, the client should set this value itself, noting that the
       default value is a timestamp of zero if the field is left unspecified.
       Values must match the granularity of the table (e.g. micros, millis).
       
      int64 timestamp_micros = 3;
      Specified by:
      getTimestampMicros in interface Mutation.SetCellOrBuilder
      Returns:
      The timestampMicros.
    • setTimestampMicros

      public Mutation.SetCell.Builder setTimestampMicros(long value)
       The timestamp of the cell into which new data should be written.
       Use -1 for current Bigtable server time.
       Otherwise, the client should set this value itself, noting that the
       default value is a timestamp of zero if the field is left unspecified.
       Values must match the granularity of the table (e.g. micros, millis).
       
      int64 timestamp_micros = 3;
      Parameters:
      value - The timestampMicros to set.
      Returns:
      This builder for chaining.
    • clearTimestampMicros

      public Mutation.SetCell.Builder clearTimestampMicros()
       The timestamp of the cell into which new data should be written.
       Use -1 for current Bigtable server time.
       Otherwise, the client should set this value itself, noting that the
       default value is a timestamp of zero if the field is left unspecified.
       Values must match the granularity of the table (e.g. micros, millis).
       
      int64 timestamp_micros = 3;
      Returns:
      This builder for chaining.
    • getValue

      public com.google.protobuf.ByteString getValue()
       The value to be written into the specified cell.
       
      bytes value = 4;
      Specified by:
      getValue in interface Mutation.SetCellOrBuilder
      Returns:
      The value.
    • setValue

      public Mutation.SetCell.Builder setValue(com.google.protobuf.ByteString value)
       The value to be written into the specified cell.
       
      bytes value = 4;
      Parameters:
      value - The value to set.
      Returns:
      This builder for chaining.
    • clearValue

      public Mutation.SetCell.Builder clearValue()
       The value to be written into the specified cell.
       
      bytes value = 4;
      Returns:
      This builder for chaining.