public static interface Requests.ExecuteBatchRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionId()
optional string connection_id = 1; |
com.google.protobuf.ByteString |
getConnectionIdBytes()
optional string connection_id = 1; |
int |
getStatementId()
optional uint32 statement_id = 2; |
Requests.UpdateBatch |
getUpdates(int index)
A batch of updates is a list<list<typevalue>>
|
int |
getUpdatesCount()
A batch of updates is a list<list<typevalue>>
|
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>>
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getConnectionId()
optional string connection_id = 1;com.google.protobuf.ByteString getConnectionIdBytes()
optional string connection_id = 1;int getStatementId()
optional uint32 statement_id = 2;List<Requests.UpdateBatch> getUpdatesList()
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;Requests.UpdateBatch getUpdates(int index)
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;int getUpdatesCount()
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;List<? extends Requests.UpdateBatchOrBuilder> getUpdatesOrBuilderList()
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;Requests.UpdateBatchOrBuilder getUpdatesOrBuilder(int index)
A batch of updates is a list<list<typevalue>>
repeated .UpdateBatch updates = 3;Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.