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 TypeMethodDescriptionstring ClientID = 1;
com.google.protobuf.ByteString
string ClientID = 1;
getHost()
string Host = 2;
com.google.protobuf.ByteString
string Host = 2;
getRealm()
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
-
getClientIDBytes
com.google.protobuf.ByteString getClientIDBytes()string ClientID = 1;
- Returns:
- The bytes for clientID.
-
getHost
-
getHostBytes
com.google.protobuf.ByteString getHostBytes()string Host = 2;
- Returns:
- The bytes for host.
-
getRealm
-
getRealmBytes
com.google.protobuf.ByteString getRealmBytes()string Realm = 3;
- Returns:
- The bytes for realm.
-
getService
-
getServiceBytes
com.google.protobuf.ByteString getServiceBytes()string Service = 4;
- Returns:
- The bytes for service.
-
getScopesList
-
getScopesCount
int getScopesCount()repeated string Scopes = 5;
- Returns:
- The count of scopes.
-
getScopes
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.
-