public static final class ExecuteBatchDmlRequest.Builder extends GeneratedMessageV3.Builder<ExecuteBatchDmlRequest.Builder> implements ExecuteBatchDmlRequestOrBuilder
The request for ExecuteBatchDml.
Protobuf type google.spanner.v1.ExecuteBatchDmlRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ExecuteBatchDmlRequest.BuilderImplements
ExecuteBatchDmlRequestOrBuilderMethods
addAllStatements(Iterable<? extends ExecuteBatchDmlRequest.Statement> values)
public ExecuteBatchDmlRequest.Builder addAllStatements(Iterable<? extends ExecuteBatchDmlRequest.Statement> values)
Required. The list of statements to execute in this batch. Statements are executed
serially, such that the effects of statement i
are visible to statement
i+1
. Each statement must be a DML statement. Execution stops at the
first failed statement; the remaining statements are not executed.
Callers must provide at least one statement.
repeated .google.spanner.v1.ExecuteBatchDmlRequest.Statement statements = 3 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
values | Iterable<? extends com.google.spanner.v1.ExecuteBatchDmlRequest.Statement> |
Type | Description |
ExecuteBatchDmlRequest.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ExecuteBatchDmlRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ExecuteBatchDmlRequest.Builder |
addStatements(ExecuteBatchDmlRequest.Statement value)
public ExecuteBatchDmlRequest.Builder addStatements(ExecuteBatchDmlRequest.Statement value)
Required. The list of statements to execute in this batch. Statements are executed
serially, such that the effects of statement i
are visible to statement
i+1
. Each statement must be a DML statement. Execution stops at the
first failed statement; the remaining statements are not executed.
Callers must provide at least one statement.
repeated .google.spanner.v1.ExecuteBatchDmlRequest.Statement statements = 3 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | ExecuteBatchDmlRequest.Statement |
Type | Description |
ExecuteBatchDmlRequest.Builder |
addStatements(ExecuteBatchDmlRequest.Statement.Builder builderForValue)
public ExecuteBatchDmlRequest.Builder addStatements(ExecuteBatchDmlRequest.Statement.Builder builderForValue)
Required. The list of statements to execute in this batch. Statements are executed
serially, such that the effects of statement i
are visible to statement
i+1
. Each statement must be a DML statement. Execution stops at the
first failed statement; the remaining statements are not executed.
Callers must provide at least one statement.
repeated .google.spanner.v1.ExecuteBatchDmlRequest.Statement statements = 3 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
builderForValue | ExecuteBatchDmlRequest.Statement.Builder |
Type | Description |
ExecuteBatchDmlRequest.Builder |
addStatements(int index, ExecuteBatchDmlRequest.Statement value)
public ExecuteBatchDmlRequest.Builder addStatements(int index, ExecuteBatchDmlRequest.Statement value)
Required. The list of statements to execute in this batch. Statements are executed
serially, such that the effects of statement i
are visible to statement
i+1
. Each statement must be a DML statement. Execution stops at the
first failed statement; the remaining statements are not executed.
Callers must provide at least one statement.
repeated .google.spanner.v1.ExecuteBatchDmlRequest.Statement statements = 3 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
index | int |
value | ExecuteBatchDmlRequest.Statement |
Type | Description |
ExecuteBatchDmlRequest.Builder |
addStatements(int index, ExecuteBatchDmlRequest.Statement.Builder builderForValue)
public ExecuteBatchDmlRequest.Builder addStatements(int index, ExecuteBatchDmlRequest.Statement.Builder builderForValue)
Required. The list of statements to execute in this batch. Statements are executed
serially, such that the effects of statement i
are visible to statement
i+1
. Each statement must be a DML statement. Execution stops at the
first failed statement; the remaining statements are not executed.
Callers must provide at least one statement.
repeated .google.spanner.v1.ExecuteBatchDmlRequest.Statement statements = 3 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
index | int |
builderForValue | ExecuteBatchDmlRequest.Statement.Builder |
Type | Description |
ExecuteBatchDmlRequest.Builder |
addStatementsBuilder()
public ExecuteBatchDmlRequest.Statement.Builder addStatementsBuilder()
Required. The list of statements to execute in this batch. Statements are executed
serially, such that the effects of statement i
are visible to statement
i+1
. Each statement must be a DML statement. Execution stops at the
first failed statement; the remaining statements are not executed.
Callers must provide at least one statement.
repeated .google.spanner.v1.ExecuteBatchDmlRequest.Statement statements = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ExecuteBatchDmlRequest.Statement.Builder |
addStatementsBuilder(int index)
public ExecuteBatchDmlRequest.Statement.Builder addStatementsBuilder(int index)
Required. The list of statements to execute in this batch. Statements are executed
serially, such that the effects of statement i
are visible to statement
i+1
. Each statement must be a DML statement. Execution stops at the
first failed statement; the remaining statements are not executed.
Callers must provide at least one statement.
repeated .google.spanner.v1.ExecuteBatchDmlRequest.Statement statements = 3 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
index | int |
Type | Description |
ExecuteBatchDmlRequest.Statement.Builder |
build()
public ExecuteBatchDmlRequest build()
Type | Description |
ExecuteBatchDmlRequest |
buildPartial()
public ExecuteBatchDmlRequest buildPartial()
Type | Description |
ExecuteBatchDmlRequest |
clear()
public ExecuteBatchDmlRequest.Builder clear()
Type | Description |
ExecuteBatchDmlRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ExecuteBatchDmlRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ExecuteBatchDmlRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ExecuteBatchDmlRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ExecuteBatchDmlRequest.Builder |
clearRequestOptions()
public ExecuteBatchDmlRequest.Builder clearRequestOptions()
Common options for this request.
.google.spanner.v1.RequestOptions request_options = 5;
Type | Description |
ExecuteBatchDmlRequest.Builder |
clearSeqno()
public ExecuteBatchDmlRequest.Builder clearSeqno()
Required. A per-transaction sequence number used to identify this request. This field makes each request idempotent such that if the request is received multiple times, at most one will succeed. The sequence number must be monotonically increasing within the transaction. If a request arrives for the first time with an out-of-order sequence number, the transaction may be aborted. Replays of previously handled requests will yield the same response as the first execution.
int64 seqno = 4 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ExecuteBatchDmlRequest.Builder | This builder for chaining. |
clearSession()
public ExecuteBatchDmlRequest.Builder clearSession()
Required. The session in which the DML statements should be performed.
string session = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ExecuteBatchDmlRequest.Builder | This builder for chaining. |
clearStatements()
public ExecuteBatchDmlRequest.Builder clearStatements()
Required. The list of statements to execute in this batch. Statements are executed
serially, such that the effects of statement i
are visible to statement
i+1
. Each statement must be a DML statement. Execution stops at the
first failed statement; the remaining statements are not executed.
Callers must provide at least one statement.
repeated .google.spanner.v1.ExecuteBatchDmlRequest.Statement statements = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ExecuteBatchDmlRequest.Builder |
clearTransaction()
public ExecuteBatchDmlRequest.Builder clearTransaction()
Required. The transaction to use. Must be a read-write transaction. To protect against replays, single-use transactions are not supported. The caller must either supply an existing transaction ID or begin a new transaction.
.google.spanner.v1.TransactionSelector transaction = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ExecuteBatchDmlRequest.Builder |
clone()
public ExecuteBatchDmlRequest.Builder clone()
Type | Description |
ExecuteBatchDmlRequest.Builder |
getDefaultInstanceForType()
public ExecuteBatchDmlRequest getDefaultInstanceForType()
Type | Description |
ExecuteBatchDmlRequest |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getRequestOptions()
public RequestOptions getRequestOptions()
Common options for this request.
.google.spanner.v1.RequestOptions request_options = 5;
Type | Description |
RequestOptions | The requestOptions. |
getRequestOptionsBuilder()
public RequestOptions.Builder getRequestOptionsBuilder()
Common options for this request.
.google.spanner.v1.RequestOptions request_options = 5;
Type | Description |
RequestOptions.Builder |
getRequestOptionsOrBuilder()
public RequestOptionsOrBuilder getRequestOptionsOrBuilder()
Common options for this request.
.google.spanner.v1.RequestOptions request_options = 5;
Type | Description |
RequestOptionsOrBuilder |
getSeqno()
public long getSeqno()
Required. A per-transaction sequence number used to identify this request. This field makes each request idempotent such that if the request is received multiple times, at most one will succeed. The sequence number must be monotonically increasing within the transaction. If a request arrives for the first time with an out-of-order sequence number, the transaction may be aborted. Replays of previously handled requests will yield the same response as the first execution.
int64 seqno = 4 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
long | The seqno. |
getSession()
public String getSession()
Required. The session in which the DML statements should be performed.
string session = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
String | The session. |
getSessionBytes()
public ByteString getSessionBytes()
Required. The session in which the DML statements should be performed.
string session = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for session. |
getStatements(int index)
public ExecuteBatchDmlRequest.Statement getStatements(int index)
Required. The list of statements to execute in this batch. Statements are executed
serially, such that the effects of statement i
are visible to statement
i+1
. Each statement must be a DML statement. Execution stops at the
first failed statement; the remaining statements are not executed.
Callers must provide at least one statement.
repeated .google.spanner.v1.ExecuteBatchDmlRequest.Statement statements = 3 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
index | int |
Type | Description |
ExecuteBatchDmlRequest.Statement |
getStatementsBuilder(int index)
public ExecuteBatchDmlRequest.Statement.Builder getStatementsBuilder(int index)
Required. The list of statements to execute in this batch. Statements are executed
serially, such that the effects of statement i
are visible to statement
i+1
. Each statement must be a DML statement. Execution stops at the
first failed statement; the remaining statements are not executed.
Callers must provide at least one statement.
repeated .google.spanner.v1.ExecuteBatchDmlRequest.Statement statements = 3 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
index | int |
Type | Description |
ExecuteBatchDmlRequest.Statement.Builder |
getStatementsBuilderList()
public List<ExecuteBatchDmlRequest.Statement.Builder> getStatementsBuilderList()
Required. The list of statements to execute in this batch. Statements are executed
serially, such that the effects of statement i
are visible to statement
i+1
. Each statement must be a DML statement. Execution stops at the
first failed statement; the remaining statements are not executed.
Callers must provide at least one statement.
repeated .google.spanner.v1.ExecuteBatchDmlRequest.Statement statements = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
List<Builder> |
getStatementsCount()
public int getStatementsCount()
Required. The list of statements to execute in this batch. Statements are executed
serially, such that the effects of statement i
are visible to statement
i+1
. Each statement must be a DML statement. Execution stops at the
first failed statement; the remaining statements are not executed.
Callers must provide at least one statement.
repeated .google.spanner.v1.ExecuteBatchDmlRequest.Statement statements = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
int |
getStatementsList()
public List<ExecuteBatchDmlRequest.Statement> getStatementsList()
Required. The list of statements to execute in this batch. Statements are executed
serially, such that the effects of statement i
are visible to statement
i+1
. Each statement must be a DML statement. Execution stops at the
first failed statement; the remaining statements are not executed.
Callers must provide at least one statement.
repeated .google.spanner.v1.ExecuteBatchDmlRequest.Statement statements = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
List<Statement> |
getStatementsOrBuilder(int index)
public ExecuteBatchDmlRequest.StatementOrBuilder getStatementsOrBuilder(int index)
Required. The list of statements to execute in this batch. Statements are executed
serially, such that the effects of statement i
are visible to statement
i+1
. Each statement must be a DML statement. Execution stops at the
first failed statement; the remaining statements are not executed.
Callers must provide at least one statement.
repeated .google.spanner.v1.ExecuteBatchDmlRequest.Statement statements = 3 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
index | int |
Type | Description |
ExecuteBatchDmlRequest.StatementOrBuilder |
getStatementsOrBuilderList()
public List<? extends ExecuteBatchDmlRequest.StatementOrBuilder> getStatementsOrBuilderList()
Required. The list of statements to execute in this batch. Statements are executed
serially, such that the effects of statement i
are visible to statement
i+1
. Each statement must be a DML statement. Execution stops at the
first failed statement; the remaining statements are not executed.
Callers must provide at least one statement.
repeated .google.spanner.v1.ExecuteBatchDmlRequest.Statement statements = 3 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
List<? extends com.google.spanner.v1.ExecuteBatchDmlRequest.StatementOrBuilder> |
getTransaction()
public TransactionSelector getTransaction()
Required. The transaction to use. Must be a read-write transaction. To protect against replays, single-use transactions are not supported. The caller must either supply an existing transaction ID or begin a new transaction.
.google.spanner.v1.TransactionSelector transaction = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
TransactionSelector | The transaction. |
getTransactionBuilder()
public TransactionSelector.Builder getTransactionBuilder()
Required. The transaction to use. Must be a read-write transaction. To protect against replays, single-use transactions are not supported. The caller must either supply an existing transaction ID or begin a new transaction.
.google.spanner.v1.TransactionSelector transaction = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
TransactionSelector.Builder |
getTransactionOrBuilder()
public TransactionSelectorOrBuilder getTransactionOrBuilder()
Required. The transaction to use. Must be a read-write transaction. To protect against replays, single-use transactions are not supported. The caller must either supply an existing transaction ID or begin a new transaction.
.google.spanner.v1.TransactionSelector transaction = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
TransactionSelectorOrBuilder |
hasRequestOptions()
public boolean hasRequestOptions()
Common options for this request.
.google.spanner.v1.RequestOptions request_options = 5;
Type | Description |
boolean | Whether the requestOptions field is set. |
hasTransaction()
public boolean hasTransaction()
Required. The transaction to use. Must be a read-write transaction. To protect against replays, single-use transactions are not supported. The caller must either supply an existing transaction ID or begin a new transaction.
.google.spanner.v1.TransactionSelector transaction = 2 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
boolean | Whether the transaction field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ExecuteBatchDmlRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ExecuteBatchDmlRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ExecuteBatchDmlRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ExecuteBatchDmlRequest.Builder |
mergeFrom(ExecuteBatchDmlRequest other)
public ExecuteBatchDmlRequest.Builder mergeFrom(ExecuteBatchDmlRequest other)
Name | Description |
other | ExecuteBatchDmlRequest |
Type | Description |
ExecuteBatchDmlRequest.Builder |
mergeRequestOptions(RequestOptions value)
public ExecuteBatchDmlRequest.Builder mergeRequestOptions(RequestOptions value)
Common options for this request.
.google.spanner.v1.RequestOptions request_options = 5;
Name | Description |
value | RequestOptions |
Type | Description |
ExecuteBatchDmlRequest.Builder |
mergeTransaction(TransactionSelector value)
public ExecuteBatchDmlRequest.Builder mergeTransaction(TransactionSelector value)
Required. The transaction to use. Must be a read-write transaction. To protect against replays, single-use transactions are not supported. The caller must either supply an existing transaction ID or begin a new transaction.
.google.spanner.v1.TransactionSelector transaction = 2 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | TransactionSelector |
Type | Description |
ExecuteBatchDmlRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ExecuteBatchDmlRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ExecuteBatchDmlRequest.Builder |
removeStatements(int index)
public ExecuteBatchDmlRequest.Builder removeStatements(int index)
Required. The list of statements to execute in this batch. Statements are executed
serially, such that the effects of statement i
are visible to statement
i+1
. Each statement must be a DML statement. Execution stops at the
first failed statement; the remaining statements are not executed.
Callers must provide at least one statement.
repeated .google.spanner.v1.ExecuteBatchDmlRequest.Statement statements = 3 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
index | int |
Type | Description |
ExecuteBatchDmlRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ExecuteBatchDmlRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ExecuteBatchDmlRequest.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ExecuteBatchDmlRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ExecuteBatchDmlRequest.Builder |
setRequestOptions(RequestOptions value)
public ExecuteBatchDmlRequest.Builder setRequestOptions(RequestOptions value)
Common options for this request.
.google.spanner.v1.RequestOptions request_options = 5;
Name | Description |
value | RequestOptions |
Type | Description |
ExecuteBatchDmlRequest.Builder |
setRequestOptions(RequestOptions.Builder builderForValue)
public ExecuteBatchDmlRequest.Builder setRequestOptions(RequestOptions.Builder builderForValue)
Common options for this request.
.google.spanner.v1.RequestOptions request_options = 5;
Name | Description |
builderForValue | RequestOptions.Builder |
Type | Description |
ExecuteBatchDmlRequest.Builder |
setSeqno(long value)
public ExecuteBatchDmlRequest.Builder setSeqno(long value)
Required. A per-transaction sequence number used to identify this request. This field makes each request idempotent such that if the request is received multiple times, at most one will succeed. The sequence number must be monotonically increasing within the transaction. If a request arrives for the first time with an out-of-order sequence number, the transaction may be aborted. Replays of previously handled requests will yield the same response as the first execution.
int64 seqno = 4 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | long The seqno to set. |
Type | Description |
ExecuteBatchDmlRequest.Builder | This builder for chaining. |
setSession(String value)
public ExecuteBatchDmlRequest.Builder setSession(String value)
Required. The session in which the DML statements should be performed.
string session = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | String The session to set. |
Type | Description |
ExecuteBatchDmlRequest.Builder | This builder for chaining. |
setSessionBytes(ByteString value)
public ExecuteBatchDmlRequest.Builder setSessionBytes(ByteString value)
Required. The session in which the DML statements should be performed.
string session = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Name | Description |
value | ByteString The bytes for session to set. |
Type | Description |
ExecuteBatchDmlRequest.Builder | This builder for chaining. |
setStatements(int index, ExecuteBatchDmlRequest.Statement value)
public ExecuteBatchDmlRequest.Builder setStatements(int index, ExecuteBatchDmlRequest.Statement value)
Required. The list of statements to execute in this batch. Statements are executed
serially, such that the effects of statement i
are visible to statement
i+1
. Each statement must be a DML statement. Execution stops at the
first failed statement; the remaining statements are not executed.
Callers must provide at least one statement.
repeated .google.spanner.v1.ExecuteBatchDmlRequest.Statement statements = 3 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
index | int |
value | ExecuteBatchDmlRequest.Statement |
Type | Description |
ExecuteBatchDmlRequest.Builder |
setStatements(int index, ExecuteBatchDmlRequest.Statement.Builder builderForValue)
public ExecuteBatchDmlRequest.Builder setStatements(int index, ExecuteBatchDmlRequest.Statement.Builder builderForValue)
Required. The list of statements to execute in this batch. Statements are executed
serially, such that the effects of statement i
are visible to statement
i+1
. Each statement must be a DML statement. Execution stops at the
first failed statement; the remaining statements are not executed.
Callers must provide at least one statement.
repeated .google.spanner.v1.ExecuteBatchDmlRequest.Statement statements = 3 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
index | int |
builderForValue | ExecuteBatchDmlRequest.Statement.Builder |
Type | Description |
ExecuteBatchDmlRequest.Builder |
setTransaction(TransactionSelector value)
public ExecuteBatchDmlRequest.Builder setTransaction(TransactionSelector value)
Required. The transaction to use. Must be a read-write transaction. To protect against replays, single-use transactions are not supported. The caller must either supply an existing transaction ID or begin a new transaction.
.google.spanner.v1.TransactionSelector transaction = 2 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | TransactionSelector |
Type | Description |
ExecuteBatchDmlRequest.Builder |
setTransaction(TransactionSelector.Builder builderForValue)
public ExecuteBatchDmlRequest.Builder setTransaction(TransactionSelector.Builder builderForValue)
Required. The transaction to use. Must be a read-write transaction. To protect against replays, single-use transactions are not supported. The caller must either supply an existing transaction ID or begin a new transaction.
.google.spanner.v1.TransactionSelector transaction = 2 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
builderForValue | TransactionSelector.Builder |
Type | Description |
ExecuteBatchDmlRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ExecuteBatchDmlRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ExecuteBatchDmlRequest.Builder |