public interface ExecuteBatchDmlResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ResultSet |
getResultSets(int index)
ResultSets, one for each statement in the request that ran successfully, in
the same order as the statements in the request.
|
int |
getResultSetsCount()
ResultSets, one for each statement in the request that ran successfully, in
the same order as the statements in the request.
|
List<ResultSet> |
getResultSetsList()
ResultSets, one for each statement in the request that ran successfully, in
the same order as the statements in the request.
|
ResultSetOrBuilder |
getResultSetsOrBuilder(int index)
ResultSets, one for each statement in the request that ran successfully, in
the same order as the statements in the request.
|
List<? extends ResultSetOrBuilder> |
getResultSetsOrBuilderList()
ResultSets, one for each statement in the request that ran successfully, in
the same order as the statements in the request.
|
com.google.rpc.Status |
getStatus()
If all DML statements are executed successfully, status will be OK.
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
If all DML statements are executed successfully, status will be OK.
|
boolean |
hasStatus()
If all DML statements are executed successfully, status will be OK.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ResultSet> getResultSetsList()
ResultSets, one for each statement in the request that ran successfully, in the same order as the statements in the request. Each [ResultSet][google.spanner.v1.ResultSet] will not contain any rows. The [ResultSetStats][google.spanner.v1.ResultSetStats] in each [ResultSet][google.spanner.v1.ResultSet] will contain the number of rows modified by the statement. Only the first ResultSet in the response contains a valid [ResultSetMetadata][google.spanner.v1.ResultSetMetadata].
repeated .google.spanner.v1.ResultSet result_sets = 1;ResultSet getResultSets(int index)
ResultSets, one for each statement in the request that ran successfully, in the same order as the statements in the request. Each [ResultSet][google.spanner.v1.ResultSet] will not contain any rows. The [ResultSetStats][google.spanner.v1.ResultSetStats] in each [ResultSet][google.spanner.v1.ResultSet] will contain the number of rows modified by the statement. Only the first ResultSet in the response contains a valid [ResultSetMetadata][google.spanner.v1.ResultSetMetadata].
repeated .google.spanner.v1.ResultSet result_sets = 1;int getResultSetsCount()
ResultSets, one for each statement in the request that ran successfully, in the same order as the statements in the request. Each [ResultSet][google.spanner.v1.ResultSet] will not contain any rows. The [ResultSetStats][google.spanner.v1.ResultSetStats] in each [ResultSet][google.spanner.v1.ResultSet] will contain the number of rows modified by the statement. Only the first ResultSet in the response contains a valid [ResultSetMetadata][google.spanner.v1.ResultSetMetadata].
repeated .google.spanner.v1.ResultSet result_sets = 1;List<? extends ResultSetOrBuilder> getResultSetsOrBuilderList()
ResultSets, one for each statement in the request that ran successfully, in the same order as the statements in the request. Each [ResultSet][google.spanner.v1.ResultSet] will not contain any rows. The [ResultSetStats][google.spanner.v1.ResultSetStats] in each [ResultSet][google.spanner.v1.ResultSet] will contain the number of rows modified by the statement. Only the first ResultSet in the response contains a valid [ResultSetMetadata][google.spanner.v1.ResultSetMetadata].
repeated .google.spanner.v1.ResultSet result_sets = 1;ResultSetOrBuilder getResultSetsOrBuilder(int index)
ResultSets, one for each statement in the request that ran successfully, in the same order as the statements in the request. Each [ResultSet][google.spanner.v1.ResultSet] will not contain any rows. The [ResultSetStats][google.spanner.v1.ResultSetStats] in each [ResultSet][google.spanner.v1.ResultSet] will contain the number of rows modified by the statement. Only the first ResultSet in the response contains a valid [ResultSetMetadata][google.spanner.v1.ResultSetMetadata].
repeated .google.spanner.v1.ResultSet result_sets = 1;boolean hasStatus()
If all DML statements are executed successfully, status will be OK. Otherwise, the error status of the first failed statement.
.google.rpc.Status status = 2;com.google.rpc.Status getStatus()
If all DML statements are executed successfully, status will be OK. Otherwise, the error status of the first failed statement.
.google.rpc.Status status = 2;com.google.rpc.StatusOrBuilder getStatusOrBuilder()
If all DML statements are executed successfully, status will be OK. Otherwise, the error status of the first failed statement.
.google.rpc.Status status = 2;Copyright © 2019 Google LLC. All rights reserved.