public interface AuthorizationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName() The canonical full name of this resource.
Example: projects/123/authorization
string name = 1;
| Type | Description |
| String | The name. |
getNameBytes()
public abstract ByteString getNameBytes() The canonical full name of this resource.
Example: projects/123/authorization
string name = 1;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| ByteString | The bytes for serviceAccountEmail. |