Package com.google.bigtable.v2
Class ReadChangeStreamResponse.MutationChunk.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.MutationChunk.Builder>
com.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.Builder
- All Implemented Interfaces:
ReadChangeStreamResponse.MutationChunkOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- ReadChangeStreamResponse.MutationChunk
public static final class ReadChangeStreamResponse.MutationChunk.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.MutationChunk.Builder>
implements ReadChangeStreamResponse.MutationChunkOrBuilder
A partial or complete mutation.Protobuf type
google.bigtable.v2.ReadChangeStreamResponse.MutationChunk-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()If set, then the mutation is a `SetCell` with a chunked value across multiple messages.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) clone()If set, then the mutation is a `SetCell` with a chunked value across multiple messages.If set, then the mutation is a `SetCell` with a chunked value across multiple messages.If set, then the mutation is a `SetCell` with a chunked value across multiple messages.static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorIf this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.booleanIf set, then the mutation is a `SetCell` with a chunked value across multiple messages.booleanIf this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanIf set, then the mutation is a `SetCell` with a chunked value across multiple messages.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeMutation(Mutation value) If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) If set, then the mutation is a `SetCell` with a chunked value across multiple messages.setChunkInfo(ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder builderForValue) If set, then the mutation is a `SetCell` with a chunked value across multiple messages.setMutation(Mutation value) If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.setMutation(Mutation.Builder builderForValue) If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFromMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods 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.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.MutationChunk.Builder>
-
clear
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.MutationChunk.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.MutationChunk.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.MutationChunk.Builder>
-
setField
public ReadChangeStreamResponse.MutationChunk.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.MutationChunk.Builder>
-
clearField
public ReadChangeStreamResponse.MutationChunk.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.MutationChunk.Builder>
-
clearOneof
public ReadChangeStreamResponse.MutationChunk.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.MutationChunk.Builder>
-
setRepeatedField
public ReadChangeStreamResponse.MutationChunk.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.MutationChunk.Builder>
-
addRepeatedField
public ReadChangeStreamResponse.MutationChunk.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.MutationChunk.Builder>
-
mergeFrom
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ReadChangeStreamResponse.MutationChunk.Builder>
-
mergeFrom
public ReadChangeStreamResponse.MutationChunk.Builder mergeFrom(ReadChangeStreamResponse.MutationChunk other) -
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.MutationChunk.Builder>
-
mergeFrom
public ReadChangeStreamResponse.MutationChunk.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ReadChangeStreamResponse.MutationChunk.Builder>- Throws:
IOException
-
hasChunkInfo
public boolean hasChunkInfo()If set, then the mutation is a `SetCell` with a chunked value across multiple messages.
.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo chunk_info = 1;- Specified by:
hasChunkInfoin interfaceReadChangeStreamResponse.MutationChunkOrBuilder- Returns:
- Whether the chunkInfo field is set.
-
getChunkInfo
If set, then the mutation is a `SetCell` with a chunked value across multiple messages.
.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo chunk_info = 1;- Specified by:
getChunkInfoin interfaceReadChangeStreamResponse.MutationChunkOrBuilder- Returns:
- The chunkInfo.
-
setChunkInfo
public ReadChangeStreamResponse.MutationChunk.Builder setChunkInfo(ReadChangeStreamResponse.MutationChunk.ChunkInfo value) If set, then the mutation is a `SetCell` with a chunked value across multiple messages.
.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo chunk_info = 1; -
setChunkInfo
public ReadChangeStreamResponse.MutationChunk.Builder setChunkInfo(ReadChangeStreamResponse.MutationChunk.ChunkInfo.Builder builderForValue) If set, then the mutation is a `SetCell` with a chunked value across multiple messages.
.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo chunk_info = 1; -
mergeChunkInfo
public ReadChangeStreamResponse.MutationChunk.Builder mergeChunkInfo(ReadChangeStreamResponse.MutationChunk.ChunkInfo value) If set, then the mutation is a `SetCell` with a chunked value across multiple messages.
.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo chunk_info = 1; -
clearChunkInfo
If set, then the mutation is a `SetCell` with a chunked value across multiple messages.
.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo chunk_info = 1; -
getChunkInfoBuilder
If set, then the mutation is a `SetCell` with a chunked value across multiple messages.
.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo chunk_info = 1; -
getChunkInfoOrBuilder
If set, then the mutation is a `SetCell` with a chunked value across multiple messages.
.google.bigtable.v2.ReadChangeStreamResponse.MutationChunk.ChunkInfo chunk_info = 1;- Specified by:
getChunkInfoOrBuilderin interfaceReadChangeStreamResponse.MutationChunkOrBuilder
-
hasMutation
public boolean hasMutation()If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.
.google.bigtable.v2.Mutation mutation = 2;- Specified by:
hasMutationin interfaceReadChangeStreamResponse.MutationChunkOrBuilder- Returns:
- Whether the mutation field is set.
-
getMutation
If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.
.google.bigtable.v2.Mutation mutation = 2;- Specified by:
getMutationin interfaceReadChangeStreamResponse.MutationChunkOrBuilder- Returns:
- The mutation.
-
setMutation
If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.
.google.bigtable.v2.Mutation mutation = 2; -
setMutation
If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.
.google.bigtable.v2.Mutation mutation = 2; -
mergeMutation
If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.
.google.bigtable.v2.Mutation mutation = 2; -
clearMutation
If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.
.google.bigtable.v2.Mutation mutation = 2; -
getMutationBuilder
If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.
.google.bigtable.v2.Mutation mutation = 2; -
getMutationOrBuilder
If this is a continuation of a chunked message (`chunked_value_offset` > 0), ignore all fields except the `SetCell`'s value and merge it with the previous message by concatenating the value fields.
.google.bigtable.v2.Mutation mutation = 2;- Specified by:
getMutationOrBuilderin interfaceReadChangeStreamResponse.MutationChunkOrBuilder
-
setUnknownFields
public final ReadChangeStreamResponse.MutationChunk.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.MutationChunk.Builder>
-
mergeUnknownFields
public final ReadChangeStreamResponse.MutationChunk.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ReadChangeStreamResponse.MutationChunk.Builder>
-