Package gql
Interface GqlTypes.DiagnosticRecordOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GqlTypes.DiagnosticRecord,GqlTypes.DiagnosticRecord.Builder
- Enclosing class:
- GqlTypes
public static interface GqlTypes.DiagnosticRecordOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSchema contextcom.google.protobuf.ByteStringSchema contexte.g.com.google.protobuf.ByteStringe.g.inte.g. 600Methods 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
-
getOperation
String getOperation()e.g. "MATCH STATEMENT"
string operation = 1;- Returns:
- The operation.
-
getOperationBytes
com.google.protobuf.ByteString getOperationBytes()e.g. "MATCH STATEMENT"
string operation = 1;- Returns:
- The bytes for operation.
-
getOperationCode
int getOperationCode()e.g. 600
int32 operation_code = 2;- Returns:
- The operationCode.
-
getCurrentSchema
String getCurrentSchema()Schema context
string current_schema = 3;- Returns:
- The currentSchema.
-
getCurrentSchemaBytes
com.google.protobuf.ByteString getCurrentSchemaBytes()Schema context
string current_schema = 3;- Returns:
- The bytes for currentSchema.
-