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 Type
    Method
    Description
    Specifies an existing session ID which, if valid, should be resumed.
    com.google.protobuf.ByteString
    Specifies an existing session ID which, if valid, should be resumed.

    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

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