Interface GetTokenRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GetTokenRequest, GetTokenRequest.Builder

@Generated public interface GetTokenRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    the cookie for the client making the request.
    the service for which the token is intended.
    com.google.protobuf.ByteString
    the service for which the token is intended.

    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

    • getCookie

      com.google.protobuf.ByteString getCookie()
       the cookie for the client making the request.
       
      bytes cookie = 1;
      Returns:
      The cookie.
    • getService

      String getService()
       the service for which the token is intended.
       
      string service = 2;
      Returns:
      The service.
    • getServiceBytes

      com.google.protobuf.ByteString getServiceBytes()
       the service for which the token is intended.
       
      string service = 2;
      Returns:
      The bytes for service.