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 Type
    Method
    Description
    Schema context
    com.google.protobuf.ByteString
    Schema context
    e.g.
    com.google.protobuf.ByteString
    e.g.
    int
    e.g. 600

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.