public static class Service.ExecuteBatchResponse extends Service.Response
| Modifier and Type | Field and Description |
|---|---|
String |
connectionId |
boolean |
missingStatement |
private static com.google.protobuf.Descriptors.FieldDescriptor |
RPC_METADATA_DESCRIPTOR |
Service.RpcMetadataResponse |
rpcMetadata |
int |
statementId |
long[] |
updateCounts |
PRIME| Constructor and Description |
|---|
Service.ExecuteBatchResponse() |
Service.ExecuteBatchResponse(String connectionId,
int statementId,
long[] updateCounts,
boolean missingStatement,
Service.RpcMetadataResponse rpcMetadata) |
| Modifier and Type | Method and Description |
|---|---|
(package private) Service.ExecuteBatchResponse |
deserialize(com.google.protobuf.Message genericMsg) |
boolean |
equals(Object o) |
int |
hashCode() |
(package private) Responses.ExecuteBatchResponse |
serialize() |
p, p, p, pprivate static final com.google.protobuf.Descriptors.FieldDescriptor RPC_METADATA_DESCRIPTOR
public final String connectionId
public final int statementId
public final long[] updateCounts
public final boolean missingStatement
public final Service.RpcMetadataResponse rpcMetadata
Service.ExecuteBatchResponse()
public Service.ExecuteBatchResponse(String connectionId, int statementId, long[] updateCounts, boolean missingStatement, Service.RpcMetadataResponse rpcMetadata)
Service.ExecuteBatchResponse deserialize(com.google.protobuf.Message genericMsg)
deserialize in class Service.ResponseResponses.ExecuteBatchResponse serialize()
serialize in class Service.ResponseCopyright © 2012–2016 The Apache Software Foundation. All rights reserved.