Class Mutation.DeleteFromColumn

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.bigtable.v2.Mutation.DeleteFromColumn
All Implemented Interfaces:
Mutation.DeleteFromColumnOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
Mutation

public static final class Mutation.DeleteFromColumn extends com.google.protobuf.GeneratedMessageV3 implements Mutation.DeleteFromColumnOrBuilder
 A Mutation which deletes cells from the specified column, optionally
 restricting the deletions to a given timestamp range.
 
Protobuf type google.bigtable.v2.Mutation.DeleteFromColumn
See Also:
  • Field Details

    • FAMILY_NAME_FIELD_NUMBER

      public static final int FAMILY_NAME_FIELD_NUMBER
      See Also:
    • COLUMN_QUALIFIER_FIELD_NUMBER

      public static final int COLUMN_QUALIFIER_FIELD_NUMBER
      See Also:
    • TIME_RANGE_FIELD_NUMBER

      public static final int TIME_RANGE_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
    • getFamilyName

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

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

      public com.google.protobuf.ByteString getColumnQualifier()
       The qualifier of the column from which cells should be deleted.
       Can be any byte string, including the empty string.
       
      bytes column_qualifier = 2;
      Specified by:
      getColumnQualifier in interface Mutation.DeleteFromColumnOrBuilder
      Returns:
      The columnQualifier.
    • hasTimeRange

      public boolean hasTimeRange()
       The range of timestamps within which cells should be deleted.
       
      .google.bigtable.v2.TimestampRange time_range = 3;
      Specified by:
      hasTimeRange in interface Mutation.DeleteFromColumnOrBuilder
      Returns:
      Whether the timeRange field is set.
    • getTimeRange

      public TimestampRange getTimeRange()
       The range of timestamps within which cells should be deleted.
       
      .google.bigtable.v2.TimestampRange time_range = 3;
      Specified by:
      getTimeRange in interface Mutation.DeleteFromColumnOrBuilder
      Returns:
      The timeRange.
    • getTimeRangeOrBuilder

      public TimestampRangeOrBuilder getTimeRangeOrBuilder()
       The range of timestamps within which cells should be deleted.
       
      .google.bigtable.v2.TimestampRange time_range = 3;
      Specified by:
      getTimeRangeOrBuilder in interface Mutation.DeleteFromColumnOrBuilder
    • 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 Mutation.DeleteFromColumn parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

      public static Mutation.DeleteFromColumn parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

      public static Mutation.DeleteFromColumn parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

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

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

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

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

      public static Mutation.DeleteFromColumn.Builder newBuilder()
    • newBuilder

      public static Mutation.DeleteFromColumn.Builder newBuilder(Mutation.DeleteFromColumn prototype)
    • toBuilder

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

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

      public static Mutation.DeleteFromColumn getDefaultInstance()
    • parser

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

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