Package com.buildless.service.v1
Interface AuthorizeRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AuthorizeRequest,AuthorizeRequest.Builder
public interface AuthorizeRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetSid()Specifies an existing session ID which, if valid, should be resumed.com.google.protobuf.ByteStringSpecifies an existing session ID which, if valid, should be resumed.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
-
getSid
String getSid()Specifies an existing session ID which, if valid, should be resumed. If the session at the provided ID cannot be resumed, one is started fresh and a new session ID is returned.
string sid = 1 [json_name = "sid", (.google.api.field_behavior) = OPTIONAL];- Returns:
- The sid.
-
getSidBytes
com.google.protobuf.ByteString getSidBytes()Specifies an existing session ID which, if valid, should be resumed. If the session at the provided ID cannot be resumed, one is started fresh and a new session ID is returned.
string sid = 1 [json_name = "sid", (.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for sid.
-