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 Summary
Modifier and TypeMethodDescriptiongetGraph()string graph = 3;com.google.protobuf.ByteStringstring graph = 3;.gql.SessionParameter parameter = 5;.gql.SessionParameter parameter = 5;string schema = 2;com.google.protobuf.ByteStringstring schema = 2;string session_id = 1;com.google.protobuf.ByteStringstring session_id = 1;intint32 time_zone_offset_minutes = 4;booleanhasGraph()string graph = 3;boolean.gql.SessionParameter parameter = 5;booleanstring schema = 2;booleanint32 time_zone_offset_minutes = 4;Methods 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.
-
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
GqlServiceOuterClass.SessionParameter getParameter().gql.SessionParameter parameter = 5;- Returns:
- The parameter.
-
getParameterOrBuilder
GqlServiceOuterClass.SessionParameterOrBuilder getParameterOrBuilder().gql.SessionParameter parameter = 5; -
getPropertyCase
GqlServiceOuterClass.ConfigureRequest.PropertyCase getPropertyCase()
-