public interface OidcTokenOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getAudience()
Audience to be used when generating OIDC token.
|
ByteString |
getAudienceBytes()
Audience to be used when generating OIDC token.
|
String |
getServiceAccountEmail()
[Service account email](https://cloud.google.com/iam/docs/service-accounts)
to be used for generating OIDC token.
|
ByteString |
getServiceAccountEmailBytes()
[Service account email](https://cloud.google.com/iam/docs/service-accounts)
to be used for generating OIDC token.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getServiceAccountEmail()
[Service account email](https://cloud.google.com/iam/docs/service-accounts) to be used for generating OIDC token. The service account must be within the same project as the job. The caller must have iam.serviceAccounts.actAs permission for the service account.
string service_account_email = 1;
ByteString getServiceAccountEmailBytes()
[Service account email](https://cloud.google.com/iam/docs/service-accounts) to be used for generating OIDC token. The service account must be within the same project as the job. The caller must have iam.serviceAccounts.actAs permission for the service account.
string service_account_email = 1;
String getAudience()
Audience to be used when generating OIDC token. If not specified, the URI specified in target will be used.
string audience = 2;
ByteString getAudienceBytes()
Audience to be used when generating OIDC token. If not specified, the URI specified in target will be used.
string audience = 2;
Copyright © 2022 Google LLC. All rights reserved.