public interface MutateRowsRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAppProfileId()
This is a private alpha release of Cloud Bigtable replication.
|
ByteString |
getAppProfileIdBytes()
This is a private alpha release of Cloud Bigtable replication.
|
MutateRowsRequest.Entry |
getEntries(int index)
The row keys and corresponding mutations to be applied in bulk.
|
int |
getEntriesCount()
The row keys and corresponding mutations to be applied in bulk.
|
java.util.List<MutateRowsRequest.Entry> |
getEntriesList()
The row keys and corresponding mutations to be applied in bulk.
|
MutateRowsRequest.EntryOrBuilder |
getEntriesOrBuilder(int index)
The row keys and corresponding mutations to be applied in bulk.
|
java.util.List<? extends MutateRowsRequest.EntryOrBuilder> |
getEntriesOrBuilderList()
The row keys and corresponding mutations to be applied in bulk.
|
java.lang.String |
getTableName()
The unique name of the table to which the mutations should be applied.
|
ByteString |
getTableNameBytes()
The unique name of the table to which the mutations should be applied.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getTableName()
The unique name of the table to which the mutations should be applied.
string table_name = 1;
ByteString getTableNameBytes()
The unique name of the table to which the mutations should be applied.
string table_name = 1;
java.lang.String getAppProfileId()
This is a private alpha release of Cloud Bigtable replication. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. This value specifies routing for replication. If not specified, the "default" application profile will be used.
string app_profile_id = 3;
ByteString getAppProfileIdBytes()
This is a private alpha release of Cloud Bigtable replication. This feature is not currently available to most Cloud Bigtable customers. This feature might be changed in backward-incompatible ways and is not recommended for production use. It is not subject to any SLA or deprecation policy. This value specifies routing for replication. If not specified, the "default" application profile will be used.
string app_profile_id = 3;
java.util.List<MutateRowsRequest.Entry> getEntriesList()
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;
MutateRowsRequest.Entry getEntries(int index)
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;
int getEntriesCount()
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;
java.util.List<? extends MutateRowsRequest.EntryOrBuilder> getEntriesOrBuilderList()
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;
MutateRowsRequest.EntryOrBuilder getEntriesOrBuilder(int index)
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;