Package gql

Interface GqlServiceOuterClass.ConfigureRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GqlServiceOuterClass.ConfigureRequest, GqlServiceOuterClass.ConfigureRequest.Builder
Enclosing class:
GqlServiceOuterClass

public static interface GqlServiceOuterClass.ConfigureRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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.
    • hasSchema

      boolean hasSchema()
      string schema = 2;
      Returns:
      Whether the schema field is set.
    • getSchema

      String getSchema()
      string schema = 2;
      Returns:
      The schema.
    • getSchemaBytes

      com.google.protobuf.ByteString getSchemaBytes()
      string schema = 2;
      Returns:
      The bytes for schema.
    • hasGraph

      boolean hasGraph()
      string graph = 3;
      Returns:
      Whether the graph field is set.
    • getGraph

      String getGraph()
      string graph = 3;
      Returns:
      The graph.
    • getGraphBytes

      com.google.protobuf.ByteString getGraphBytes()
      string graph = 3;
      Returns:
      The bytes for graph.
    • hasTimeZoneOffsetMinutes

      boolean hasTimeZoneOffsetMinutes()
      int32 time_zone_offset_minutes = 4;
      Returns:
      Whether the timeZoneOffsetMinutes field is set.
    • getTimeZoneOffsetMinutes

      int getTimeZoneOffsetMinutes()
      int32 time_zone_offset_minutes = 4;
      Returns:
      The timeZoneOffsetMinutes.
    • hasParameter

      boolean hasParameter()
      .gql.SessionParameter parameter = 5;
      Returns:
      Whether the parameter field is set.
    • getParameter

      .gql.SessionParameter parameter = 5;
      Returns:
      The parameter.
    • getParameterOrBuilder

      .gql.SessionParameter parameter = 5;
    • getPropertyCase