Interface AuthOuterClass.FetchTokenRequestOrBuilder

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

public static interface AuthOuterClass.FetchTokenRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string ClientID = 1;
    com.google.protobuf.ByteString
    string ClientID = 1;
    string Host = 2;
    com.google.protobuf.ByteString
    string Host = 2;
    string Realm = 3;
    com.google.protobuf.ByteString
    string Realm = 3;
    getScopes(int index)
    repeated string Scopes = 5;
    com.google.protobuf.ByteString
    getScopesBytes(int index)
    repeated string Scopes = 5;
    int
    repeated string Scopes = 5;
    repeated string Scopes = 5;
    string Service = 4;
    com.google.protobuf.ByteString
    string Service = 4;

    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

    • getClientID

      String getClientID()
      string ClientID = 1;
      Returns:
      The clientID.
    • getClientIDBytes

      com.google.protobuf.ByteString getClientIDBytes()
      string ClientID = 1;
      Returns:
      The bytes for clientID.
    • getHost

      String getHost()
      string Host = 2;
      Returns:
      The host.
    • getHostBytes

      com.google.protobuf.ByteString getHostBytes()
      string Host = 2;
      Returns:
      The bytes for host.
    • getRealm

      String getRealm()
      string Realm = 3;
      Returns:
      The realm.
    • getRealmBytes

      com.google.protobuf.ByteString getRealmBytes()
      string Realm = 3;
      Returns:
      The bytes for realm.
    • getService

      String getService()
      string Service = 4;
      Returns:
      The service.
    • getServiceBytes

      com.google.protobuf.ByteString getServiceBytes()
      string Service = 4;
      Returns:
      The bytes for service.
    • getScopesList

      List<String> getScopesList()
      repeated string Scopes = 5;
      Returns:
      A list containing the scopes.
    • getScopesCount

      int getScopesCount()
      repeated string Scopes = 5;
      Returns:
      The count of scopes.
    • getScopes

      String getScopes(int index)
      repeated string Scopes = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The scopes at the given index.
    • getScopesBytes

      com.google.protobuf.ByteString getScopesBytes(int index)
      repeated string Scopes = 5;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the scopes at the given index.