public static final class Requests.ExecuteBatchRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Requests.ExecuteBatchRequest.Builder> implements Requests.ExecuteBatchRequestOrBuilder
ExecuteBatchRequest| Modifier and Type | Field and Description |
|---|---|
private int |
bitField0_ |
private Object |
connectionId_ |
private int |
statementId_ |
private List<Requests.UpdateBatch> |
updates_ |
private com.google.protobuf.RepeatedFieldBuilderV3<Requests.UpdateBatch,Requests.UpdateBatch.Builder,Requests.UpdateBatchOrBuilder> |
updatesBuilder_ |
| Modifier | Constructor and Description |
|---|---|
private |
Requests.ExecuteBatchRequest.Builder() |
private |
Requests.ExecuteBatchRequest.Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
| Modifier and Type | Method and Description |
|---|---|
Requests.ExecuteBatchRequest.Builder |
addAllUpdates(Iterable<? extends Requests.UpdateBatch> values)
A batch of updates is a list<list<typevalue>>
|
Requests.ExecuteBatchRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Requests.ExecuteBatchRequest.Builder |
addUpdates(int index,
Requests.UpdateBatch.Builder builderForValue)
A batch of updates is a list<list<typevalue>>
|
Requests.ExecuteBatchRequest.Builder |
addUpdates(int index,
Requests.UpdateBatch value)
A batch of updates is a list<list<typevalue>>
|
Requests.ExecuteBatchRequest.Builder |
addUpdates(Requests.UpdateBatch.Builder builderForValue)
A batch of updates is a list<list<typevalue>>
|
Requests.ExecuteBatchRequest.Builder |
addUpdates(Requests.UpdateBatch value)
A batch of updates is a list<list<typevalue>>
|
Requests.UpdateBatch.Builder |
addUpdatesBuilder()
A batch of updates is a list<list<typevalue>>
|
Requests.UpdateBatch.Builder |
addUpdatesBuilder(int index)
A batch of updates is a list<list<typevalue>>
|
Requests.ExecuteBatchRequest |
build() |
Requests.ExecuteBatchRequest |
buildPartial() |
Requests.ExecuteBatchRequest.Builder |
clear() |
Requests.ExecuteBatchRequest.Builder |
clearConnectionId()
optional string connection_id = 1; |
Requests.ExecuteBatchRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Requests.ExecuteBatchRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Requests.ExecuteBatchRequest.Builder |
clearStatementId()
optional uint32 statement_id = 2; |
Requests.ExecuteBatchRequest.Builder |
clearUpdates()
A batch of updates is a list<list<typevalue>>
|
Requests.ExecuteBatchRequest.Builder |
clone() |
private void |
ensureUpdatesIsMutable() |
String |
getConnectionId()
optional string connection_id = 1; |
com.google.protobuf.ByteString |
getConnectionIdBytes()
optional string connection_id = 1; |
Requests.ExecuteBatchRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getStatementId()
optional uint32 statement_id = 2; |
Requests.UpdateBatch |
getUpdates(int index)
A batch of updates is a list<list<typevalue>>
|
Requests.UpdateBatch.Builder |
getUpdatesBuilder(int index)
A batch of updates is a list<list<typevalue>>
|
List<Requests.UpdateBatch.Builder> |
getUpdatesBuilderList()
A batch of updates is a list<list<typevalue>>
|
int |
getUpdatesCount()
A batch of updates is a list<list<typevalue>>
|
private com.google.protobuf.RepeatedFieldBuilderV3<Requests.UpdateBatch,Requests.UpdateBatch.Builder,Requests.UpdateBatchOrBuilder> |
getUpdatesFieldBuilder() |
List<Requests.UpdateBatch> |
getUpdatesList()
A batch of updates is a list<list<typevalue>>
|
Requests.UpdateBatchOrBuilder |
getUpdatesOrBuilder(int index)
A batch of updates is a list<list<typevalue>>
|
List<? extends Requests.UpdateBatchOrBuilder> |
getUpdatesOrBuilderList()
A batch of updates is a list<list<typevalue>>
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
private void |
maybeForceBuilderInitialization() |
Requests.ExecuteBatchRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Requests.ExecuteBatchRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
Requests.ExecuteBatchRequest.Builder |
mergeFrom(Requests.ExecuteBatchRequest other) |
Requests.ExecuteBatchRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Requests.ExecuteBatchRequest.Builder |
removeUpdates(int index)
A batch of updates is a list<list<typevalue>>
|
Requests.ExecuteBatchRequest.Builder |
setConnectionId(String value)
optional string connection_id = 1; |
Requests.ExecuteBatchRequest.Builder |
setConnectionIdBytes(com.google.protobuf.ByteString value)
optional string connection_id = 1; |
Requests.ExecuteBatchRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Requests.ExecuteBatchRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Requests.ExecuteBatchRequest.Builder |
setStatementId(int value)
optional uint32 statement_id = 2; |
Requests.ExecuteBatchRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Requests.ExecuteBatchRequest.Builder |
setUpdates(int index,
Requests.UpdateBatch.Builder builderForValue)
A batch of updates is a list<list<typevalue>>
|
Requests.ExecuteBatchRequest.Builder |
setUpdates(int index,
Requests.UpdateBatch value)
A batch of updates is a list<list<typevalue>>
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprivate int bitField0_
private Object connectionId_
private int statementId_
private List<Requests.UpdateBatch> updates_
private com.google.protobuf.RepeatedFieldBuilderV3<Requests.UpdateBatch,Requests.UpdateBatch.Builder,Requests.UpdateBatchOrBuilder> updatesBuilder_
private Requests.ExecuteBatchRequest.Builder()
private Requests.ExecuteBatchRequest.Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Requests.ExecuteBatchRequest.Builder>private void maybeForceBuilderInitialization()
public Requests.ExecuteBatchRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Requests.ExecuteBatchRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Requests.ExecuteBatchRequest.Builder>public Requests.ExecuteBatchRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Requests.ExecuteBatchRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Requests.ExecuteBatchRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Requests.ExecuteBatchRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Requests.ExecuteBatchRequest.Builder>public Requests.ExecuteBatchRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Requests.ExecuteBatchRequest.Builder>public Requests.ExecuteBatchRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Requests.ExecuteBatchRequest.Builder>public Requests.ExecuteBatchRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Requests.ExecuteBatchRequest.Builder>public Requests.ExecuteBatchRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Requests.ExecuteBatchRequest.Builder>public Requests.ExecuteBatchRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Requests.ExecuteBatchRequest.Builder>public Requests.ExecuteBatchRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Requests.ExecuteBatchRequest.Builder>public Requests.ExecuteBatchRequest.Builder mergeFrom(Requests.ExecuteBatchRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Requests.ExecuteBatchRequest.Builder>public Requests.ExecuteBatchRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Requests.ExecuteBatchRequest.Builder>IOExceptionpublic String getConnectionId()
optional string connection_id = 1;getConnectionId in interface Requests.ExecuteBatchRequestOrBuilderpublic com.google.protobuf.ByteString getConnectionIdBytes()
optional string connection_id = 1;getConnectionIdBytes in interface Requests.ExecuteBatchRequestOrBuilderpublic Requests.ExecuteBatchRequest.Builder setConnectionId(String value)
optional string connection_id = 1;public Requests.ExecuteBatchRequest.Builder clearConnectionId()
optional string connection_id = 1;public Requests.ExecuteBatchRequest.Builder setConnectionIdBytes(com.google.protobuf.ByteString value)
optional string connection_id = 1;public int getStatementId()
optional uint32 statement_id = 2;getStatementId in interface Requests.ExecuteBatchRequestOrBuilderpublic Requests.ExecuteBatchRequest.Builder setStatementId(int value)
optional uint32 statement_id = 2;public Requests.ExecuteBatchRequest.Builder clearStatementId()
optional uint32 statement_id = 2;private void ensureUpdatesIsMutable()
public List<Requests.UpdateBatch> getUpdatesList()
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;getUpdatesList in interface Requests.ExecuteBatchRequestOrBuilderpublic int getUpdatesCount()
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;getUpdatesCount in interface Requests.ExecuteBatchRequestOrBuilderpublic Requests.UpdateBatch getUpdates(int index)
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;getUpdates in interface Requests.ExecuteBatchRequestOrBuilderpublic Requests.ExecuteBatchRequest.Builder setUpdates(int index, Requests.UpdateBatch value)
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;public Requests.ExecuteBatchRequest.Builder setUpdates(int index, Requests.UpdateBatch.Builder builderForValue)
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;public Requests.ExecuteBatchRequest.Builder addUpdates(Requests.UpdateBatch value)
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;public Requests.ExecuteBatchRequest.Builder addUpdates(int index, Requests.UpdateBatch value)
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;public Requests.ExecuteBatchRequest.Builder addUpdates(Requests.UpdateBatch.Builder builderForValue)
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;public Requests.ExecuteBatchRequest.Builder addUpdates(int index, Requests.UpdateBatch.Builder builderForValue)
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;public Requests.ExecuteBatchRequest.Builder addAllUpdates(Iterable<? extends Requests.UpdateBatch> values)
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;public Requests.ExecuteBatchRequest.Builder clearUpdates()
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;public Requests.ExecuteBatchRequest.Builder removeUpdates(int index)
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;public Requests.UpdateBatch.Builder getUpdatesBuilder(int index)
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;public Requests.UpdateBatchOrBuilder getUpdatesOrBuilder(int index)
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;getUpdatesOrBuilder in interface Requests.ExecuteBatchRequestOrBuilderpublic List<? extends Requests.UpdateBatchOrBuilder> getUpdatesOrBuilderList()
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;getUpdatesOrBuilderList in interface Requests.ExecuteBatchRequestOrBuilderpublic Requests.UpdateBatch.Builder addUpdatesBuilder()
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;public Requests.UpdateBatch.Builder addUpdatesBuilder(int index)
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;public List<Requests.UpdateBatch.Builder> getUpdatesBuilderList()
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;private com.google.protobuf.RepeatedFieldBuilderV3<Requests.UpdateBatch,Requests.UpdateBatch.Builder,Requests.UpdateBatchOrBuilder> getUpdatesFieldBuilder()
public final Requests.ExecuteBatchRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Requests.ExecuteBatchRequest.Builder>public final Requests.ExecuteBatchRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Requests.ExecuteBatchRequest.Builder>Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.