public final class MutateRowsRequest extends GeneratedMessageV3 implements MutateRowsRequestOrBuilder
Request message for BigtableService.MutateRows.Protobuf type
google.bigtable.v2.MutateRowsRequest
Modifier and Type | Class and Description |
---|---|
static class |
MutateRowsRequest.Builder
Request message for BigtableService.MutateRows.
|
static class |
MutateRowsRequest.Entry
Protobuf type
google.bigtable.v2.MutateRowsRequest.Entry |
static interface |
MutateRowsRequest.EntryOrBuilder |
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
static int |
APP_PROFILE_ID_FIELD_NUMBER |
static int |
ENTRIES_FIELD_NUMBER |
static int |
TABLE_NAME_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
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.
|
static MutateRowsRequest |
getDefaultInstance() |
MutateRowsRequest |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
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.
|
Parser<MutateRowsRequest> |
getParserForType() |
int |
getSerializedSize() |
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.
|
UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static MutateRowsRequest.Builder |
newBuilder() |
static MutateRowsRequest.Builder |
newBuilder(MutateRowsRequest prototype) |
MutateRowsRequest.Builder |
newBuilderForType() |
protected MutateRowsRequest.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
static MutateRowsRequest |
parseDelimitedFrom(java.io.InputStream input) |
static MutateRowsRequest |
parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static MutateRowsRequest |
parseFrom(byte[] data) |
static MutateRowsRequest |
parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static MutateRowsRequest |
parseFrom(java.nio.ByteBuffer data) |
static MutateRowsRequest |
parseFrom(java.nio.ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static MutateRowsRequest |
parseFrom(ByteString data) |
static MutateRowsRequest |
parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static MutateRowsRequest |
parseFrom(CodedInputStream input) |
static MutateRowsRequest |
parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static MutateRowsRequest |
parseFrom(java.io.InputStream input) |
static MutateRowsRequest |
parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Parser<MutateRowsRequest> |
parser() |
MutateRowsRequest.Builder |
toBuilder() |
void |
writeTo(CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int TABLE_NAME_FIELD_NUMBER
public static final int APP_PROFILE_ID_FIELD_NUMBER
public static final int ENTRIES_FIELD_NUMBER
public final UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public java.lang.String getTableName()
The unique name of the table to which the mutations should be applied.
string table_name = 1;
getTableName
in interface MutateRowsRequestOrBuilder
public ByteString getTableNameBytes()
The unique name of the table to which the mutations should be applied.
string table_name = 1;
getTableNameBytes
in interface MutateRowsRequestOrBuilder
public 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;
getAppProfileId
in interface MutateRowsRequestOrBuilder
public 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;
getAppProfileIdBytes
in interface MutateRowsRequestOrBuilder
public 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;
getEntriesList
in interface MutateRowsRequestOrBuilder
public 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;
getEntriesOrBuilderList
in interface MutateRowsRequestOrBuilder
public 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;
getEntriesCount
in interface MutateRowsRequestOrBuilder
public 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;
getEntries
in interface MutateRowsRequestOrBuilder
public 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;
getEntriesOrBuilder
in interface MutateRowsRequestOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws java.io.IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(java.lang.Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static MutateRowsRequest parseFrom(java.nio.ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static MutateRowsRequest parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static MutateRowsRequest parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static MutateRowsRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static MutateRowsRequest parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static MutateRowsRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static MutateRowsRequest parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static MutateRowsRequest parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static MutateRowsRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static MutateRowsRequest parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static MutateRowsRequest parseFrom(CodedInputStream input) throws java.io.IOException
java.io.IOException
public static MutateRowsRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public MutateRowsRequest.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static MutateRowsRequest.Builder newBuilder()
public static MutateRowsRequest.Builder newBuilder(MutateRowsRequest prototype)
public MutateRowsRequest.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected MutateRowsRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static MutateRowsRequest getDefaultInstance()
public static Parser<MutateRowsRequest> parser()
public Parser<MutateRowsRequest> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public MutateRowsRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder