Interface AppIdentityServicePb.GetAccessTokenRequestOrBuilder (2.0.0)

public static interface AppIdentityServicePb.GetAccessTokenRequestOrBuilder extends MessageOrBuilder

Implements

com.google.protobuf.MessageOrBuilder

Methods

getScope(int arg0)

public abstract String getScope(int arg0)
Parameter
NameDescription
arg0int
Returns
TypeDescription
String

getScopeBytes(int arg0)

public abstract ByteString getScopeBytes(int arg0)
Parameter
NameDescription
arg0int
Returns
TypeDescription
com.google.protobuf.ByteString

getScopeCount()

public abstract int getScopeCount()
Returns
TypeDescription
int

getScopeList()

public abstract List<String> getScopeList()
Returns
TypeDescription
List<String>

getServiceAccountId()

public abstract long getServiceAccountId()
Returns
TypeDescription
long

getServiceAccountName()

public abstract String getServiceAccountName()
Returns
TypeDescription
String

getServiceAccountNameBytes()

public abstract ByteString getServiceAccountNameBytes()
Returns
TypeDescription
com.google.protobuf.ByteString

hasServiceAccountId()

public abstract boolean hasServiceAccountId()
Returns
TypeDescription
boolean

hasServiceAccountName()

public abstract boolean hasServiceAccountName()
Returns
TypeDescription
boolean