public interface GoogleServiceAccountConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getServiceAccount()
public abstract String getServiceAccount()
Required. The service account to be used for authenticating request.
The iam.serviceAccounts.getAccessToken
permission should be granted on
this service account to the impersonator service account.
string service_account = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The serviceAccount. |
getServiceAccountBytes()
public abstract ByteString getServiceAccountBytes()
Required. The service account to be used for authenticating request.
The iam.serviceAccounts.getAccessToken
permission should be granted on
this service account to the impersonator service account.
string service_account = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for serviceAccount. |