Class MutateRowsRequest

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

public final class MutateRowsRequest extends com.google.protobuf.GeneratedMessageV3 implements MutateRowsRequestOrBuilder
 Request message for BigtableService.MutateRows.
 
Protobuf type google.bigtable.v2.MutateRowsRequest
See Also:
  • Field Details

    • TABLE_NAME_FIELD_NUMBER

      public static final int TABLE_NAME_FIELD_NUMBER
      See Also:
    • APP_PROFILE_ID_FIELD_NUMBER

      public static final int APP_PROFILE_ID_FIELD_NUMBER
      See Also:
    • ENTRIES_FIELD_NUMBER

      public static final int ENTRIES_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
    • getTableName

      public String getTableName()
       Required. The unique name of the table to which the mutations should be
       applied.
       
      string table_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getTableName in interface MutateRowsRequestOrBuilder
      Returns:
      The tableName.
    • getTableNameBytes

      public com.google.protobuf.ByteString getTableNameBytes()
       Required. The unique name of the table to which the mutations should be
       applied.
       
      string table_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getTableNameBytes in interface MutateRowsRequestOrBuilder
      Returns:
      The bytes for tableName.
    • getAppProfileId

      public String getAppProfileId()
       This value specifies routing for replication. If not specified, the
       "default" application profile will be used.
       
      string app_profile_id = 3;
      Specified by:
      getAppProfileId in interface MutateRowsRequestOrBuilder
      Returns:
      The appProfileId.
    • getAppProfileIdBytes

      public com.google.protobuf.ByteString getAppProfileIdBytes()
       This value specifies routing for replication. If not specified, the
       "default" application profile will be used.
       
      string app_profile_id = 3;
      Specified by:
      getAppProfileIdBytes in interface MutateRowsRequestOrBuilder
      Returns:
      The bytes for appProfileId.
    • getEntriesList

      public List<MutateRowsRequest.Entry> getEntriesList()
       Required. The row keys and corresponding mutations to be applied in bulk.
       Each entry is applied as an atomic mutation, but the entries may be
       applied in arbitrary order (even between entries for the same row).
       At least one entry must be specified, and in total the entries can
       contain at most 100000 mutations.
       
      repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getEntriesList in interface MutateRowsRequestOrBuilder
    • getEntriesOrBuilderList

      public List<? extends MutateRowsRequest.EntryOrBuilder> getEntriesOrBuilderList()
       Required. The row keys and corresponding mutations to be applied in bulk.
       Each entry is applied as an atomic mutation, but the entries may be
       applied in arbitrary order (even between entries for the same row).
       At least one entry must be specified, and in total the entries can
       contain at most 100000 mutations.
       
      repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getEntriesOrBuilderList in interface MutateRowsRequestOrBuilder
    • getEntriesCount

      public int getEntriesCount()
       Required. The row keys and corresponding mutations to be applied in bulk.
       Each entry is applied as an atomic mutation, but the entries may be
       applied in arbitrary order (even between entries for the same row).
       At least one entry must be specified, and in total the entries can
       contain at most 100000 mutations.
       
      repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getEntriesCount in interface MutateRowsRequestOrBuilder
    • getEntries

      public MutateRowsRequest.Entry getEntries(int index)
       Required. The row keys and corresponding mutations to be applied in bulk.
       Each entry is applied as an atomic mutation, but the entries may be
       applied in arbitrary order (even between entries for the same row).
       At least one entry must be specified, and in total the entries can
       contain at most 100000 mutations.
       
      repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getEntries in interface MutateRowsRequestOrBuilder
    • getEntriesOrBuilder

      public MutateRowsRequest.EntryOrBuilder getEntriesOrBuilder(int index)
       Required. The row keys and corresponding mutations to be applied in bulk.
       Each entry is applied as an atomic mutation, but the entries may be
       applied in arbitrary order (even between entries for the same row).
       At least one entry must be specified, and in total the entries can
       contain at most 100000 mutations.
       
      repeated .google.bigtable.v2.MutateRowsRequest.Entry entries = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getEntriesOrBuilder in interface MutateRowsRequestOrBuilder
    • 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 MutateRowsRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static MutateRowsRequest.Builder newBuilder()
    • newBuilder

      public static MutateRowsRequest.Builder newBuilder(MutateRowsRequest prototype)
    • toBuilder

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

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

      public static MutateRowsRequest getDefaultInstance()
    • parser

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

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