Package gql
Interface GqlServiceOuterClass.ExecuteRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GqlServiceOuterClass.ExecuteRequest,GqlServiceOuterClass.ExecuteRequest.Builder
- Enclosing class:
- GqlServiceOuterClass
public static interface GqlServiceOuterClass.ExecuteRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsParameters(String key) map<string, .gql.Value> parameters = 3;Deprecated.intmap<string, .gql.Value> parameters = 3;map<string, .gql.Value> parameters = 3;getParametersOrDefault(String key, GqlTypes.Value defaultValue) map<string, .gql.Value> parameters = 3;map<string, .gql.Value> parameters = 3;string session_id = 1;com.google.protobuf.ByteStringstring session_id = 1;string statement = 2;com.google.protobuf.ByteStringstring statement = 2;Empty for auto-commitcom.google.protobuf.ByteStringEmpty for auto-commitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSessionId
String getSessionId()string session_id = 1;- Returns:
- The sessionId.
-
getSessionIdBytes
com.google.protobuf.ByteString getSessionIdBytes()string session_id = 1;- Returns:
- The bytes for sessionId.
-
getStatement
String getStatement()string statement = 2;- Returns:
- The statement.
-
getStatementBytes
com.google.protobuf.ByteString getStatementBytes()string statement = 2;- Returns:
- The bytes for statement.
-
getParametersCount
int getParametersCount()map<string, .gql.Value> parameters = 3; -
containsParameters
map<string, .gql.Value> parameters = 3; -
getParameters
Deprecated.UsegetParametersMap()instead. -
getParametersMap
Map<String,GqlTypes.Value> getParametersMap()map<string, .gql.Value> parameters = 3; -
getParametersOrDefault
map<string, .gql.Value> parameters = 3; -
getParametersOrThrow
map<string, .gql.Value> parameters = 3; -
getTransactionId
String getTransactionId()Empty for auto-commit
string transaction_id = 4;- Returns:
- The transactionId.
-
getTransactionIdBytes
com.google.protobuf.ByteString getTransactionIdBytes()Empty for auto-commit
string transaction_id = 4;- Returns:
- The bytes for transactionId.
-