Package gql
Interface GqlServiceOuterClass.ResetRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GqlServiceOuterClass.ResetRequest,GqlServiceOuterClass.ResetRequest.Builder
- Enclosing class:
- GqlServiceOuterClass
public static interface GqlServiceOuterClass.ResetRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring session_id = 1;com.google.protobuf.ByteStringstring session_id = 1;.gql.ResetTarget target = 2;int.gql.ResetTarget target = 2;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.
-
getTargetValue
int getTargetValue().gql.ResetTarget target = 2;- Returns:
- The enum numeric value on the wire for target.
-
getTarget
GqlServiceOuterClass.ResetTarget getTarget().gql.ResetTarget target = 2;- Returns:
- The target.
-