Interface UserServicePb.GetOAuthUserRequestOrBuilder (2.0.0)

public static interface UserServicePb.GetOAuthUserRequestOrBuilder extends MessageOrBuilder

Implements

com.google.protobuf.MessageOrBuilder

Methods

getRequestWriterPermission()

public abstract boolean getRequestWriterPermission()
Returns
Type Description
boolean

getScope()

public abstract String getScope()
Returns
Type Description
String

getScopeBytes()

public abstract ByteString getScopeBytes()
Returns
Type Description
com.google.protobuf.ByteString

getScopes(int arg0)

public abstract String getScopes(int arg0)
Parameter
Name Description
arg0 int
Returns
Type Description
String

getScopesBytes(int arg0)

public abstract ByteString getScopesBytes(int arg0)
Parameter
Name Description
arg0 int
Returns
Type Description
com.google.protobuf.ByteString

getScopesCount()

public abstract int getScopesCount()
Returns
Type Description
int

getScopesList()

public abstract List<String> getScopesList()
Returns
Type Description
List<String>

hasRequestWriterPermission()

public abstract boolean hasRequestWriterPermission()
Returns
Type Description
boolean

hasScope()

public abstract boolean hasScope()
Returns
Type Description
boolean