Interface ClientSessionTicket.ActivatedSessionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ClientSessionTicket.ActivatedSession, ClientSessionTicket.ActivatedSession.Builder
Enclosing class:
ClientSessionTicket

public static interface ClientSessionTicket.ActivatedSessionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    API key provided for client-side use.
    com.google.protobuf.ByteString
    API key provided for client-side use.
    com.google.protobuf.ByteString
    If so configured (and applicable), a certificate, issued for the client's use.
    Authorized tenant org ID, as applicable.
    com.google.protobuf.ByteString
    Authorized tenant org ID, as applicable.

    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

    • getApikey

      String getApikey()
       API key provided for client-side use.
       
      string apikey = 1 [json_name = "apikey"];
      Returns:
      The apikey.
    • getApikeyBytes

      com.google.protobuf.ByteString getApikeyBytes()
       API key provided for client-side use.
       
      string apikey = 1 [json_name = "apikey"];
      Returns:
      The bytes for apikey.
    • getCertificate

      com.google.protobuf.ByteString getCertificate()
       If so configured (and applicable), a certificate, issued for the client's use.
       
      bytes certificate = 2 [json_name = "certificate"];
      Returns:
      The certificate.
    • getOrgId

      String getOrgId()
       Authorized tenant org ID, as applicable.
       
      string org_id = 3 [json_name = "orgId"];
      Returns:
      The orgId.
    • getOrgIdBytes

      com.google.protobuf.ByteString getOrgIdBytes()
       Authorized tenant org ID, as applicable.
       
      string org_id = 3 [json_name = "orgId"];
      Returns:
      The bytes for orgId.