Interface AuthorizationOrBuilder (2.41.0)

public interface AuthorizationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

The canonical full name of this resource. Example: projects/123/authorization

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

The canonical full name of this resource. Example: projects/123/authorization

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getOauthClientId()

public abstract String getOauthClientId()

The OAuth client ID used to obtain OAuth access tokens for a user on the add-on's behalf.

string oauth_client_id = 3;

Returns
TypeDescription
String

The oauthClientId.

getOauthClientIdBytes()

public abstract ByteString getOauthClientIdBytes()

The OAuth client ID used to obtain OAuth access tokens for a user on the add-on's behalf.

string oauth_client_id = 3;

Returns
TypeDescription
ByteString

The bytes for oauthClientId.

getServiceAccountEmail()

public abstract String getServiceAccountEmail()

The email address of the service account used to authenticate requests to add-on callback endpoints.

string service_account_email = 2;

Returns
TypeDescription
String

The serviceAccountEmail.

getServiceAccountEmailBytes()

public abstract ByteString getServiceAccountEmailBytes()

The email address of the service account used to authenticate requests to add-on callback endpoints.

string service_account_email = 2;

Returns
TypeDescription
ByteString

The bytes for serviceAccountEmail.