public static final class Pipeline.Destination.AuthenticationConfig.OAuthToken.Builder extends GeneratedMessageV3.Builder<Pipeline.Destination.AuthenticationConfig.OAuthToken.Builder> implements Pipeline.Destination.AuthenticationConfig.OAuthTokenOrBuilder
Contains information needed for generating an
OAuth token.
This type of authorization should generally only be used when calling
Google APIs hosted on *.googleapis.com.
Protobuf type
google.cloud.eventarc.v1.Pipeline.Destination.AuthenticationConfig.OAuthToken
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Pipeline.Destination.AuthenticationConfig.OAuthToken.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public Pipeline.Destination.AuthenticationConfig.OAuthToken build()
buildPartial()
public Pipeline.Destination.AuthenticationConfig.OAuthToken buildPartial()
clear()
public Pipeline.Destination.AuthenticationConfig.OAuthToken.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public Pipeline.Destination.AuthenticationConfig.OAuthToken.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public Pipeline.Destination.AuthenticationConfig.OAuthToken.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearScope()
public Pipeline.Destination.AuthenticationConfig.OAuthToken.Builder clearScope()
clearServiceAccount()
public Pipeline.Destination.AuthenticationConfig.OAuthToken.Builder clearServiceAccount()
Required. Service account email used to generate the OAuth
token.
The principal who calls this API must have
iam.serviceAccounts.actAs permission in the service account. See
https://cloud.google.com/iam/docs/understanding-service-accounts?hl=en#sa_common
for more information. Eventarc service agents must have
roles/roles/iam.serviceAccountTokenCreator role to allow Pipeline
to create OAuth2 tokens for authenticated requests.
string service_account = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
clone()
public Pipeline.Destination.AuthenticationConfig.OAuthToken.Builder clone()
Overrides
getDefaultInstanceForType()
public Pipeline.Destination.AuthenticationConfig.OAuthToken getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getScope()
Returns |
Type |
Description |
String |
The scope.
|
getScopeBytes()
public ByteString getScopeBytes()
Returns |
Type |
Description |
ByteString |
The bytes for scope.
|
getServiceAccount()
public String getServiceAccount()
Required. Service account email used to generate the OAuth
token.
The principal who calls this API must have
iam.serviceAccounts.actAs permission in the service account. See
https://cloud.google.com/iam/docs/understanding-service-accounts?hl=en#sa_common
for more information. Eventarc service agents must have
roles/roles/iam.serviceAccountTokenCreator role to allow Pipeline
to create OAuth2 tokens for authenticated requests.
string service_account = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The serviceAccount.
|
getServiceAccountBytes()
public ByteString getServiceAccountBytes()
Required. Service account email used to generate the OAuth
token.
The principal who calls this API must have
iam.serviceAccounts.actAs permission in the service account. See
https://cloud.google.com/iam/docs/understanding-service-accounts?hl=en#sa_common
for more information. Eventarc service agents must have
roles/roles/iam.serviceAccountTokenCreator role to allow Pipeline
to create OAuth2 tokens for authenticated requests.
string service_account = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for serviceAccount.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(Pipeline.Destination.AuthenticationConfig.OAuthToken other)
public Pipeline.Destination.AuthenticationConfig.OAuthToken.Builder mergeFrom(Pipeline.Destination.AuthenticationConfig.OAuthToken other)
public Pipeline.Destination.AuthenticationConfig.OAuthToken.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Pipeline.Destination.AuthenticationConfig.OAuthToken.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Pipeline.Destination.AuthenticationConfig.OAuthToken.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public Pipeline.Destination.AuthenticationConfig.OAuthToken.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Pipeline.Destination.AuthenticationConfig.OAuthToken.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setScope(String value)
public Pipeline.Destination.AuthenticationConfig.OAuthToken.Builder setScope(String value)
Parameter |
Name |
Description |
value |
String
The scope to set.
|
setScopeBytes(ByteString value)
public Pipeline.Destination.AuthenticationConfig.OAuthToken.Builder setScopeBytes(ByteString value)
Parameter |
Name |
Description |
value |
ByteString
The bytes for scope to set.
|
setServiceAccount(String value)
public Pipeline.Destination.AuthenticationConfig.OAuthToken.Builder setServiceAccount(String value)
Required. Service account email used to generate the OAuth
token.
The principal who calls this API must have
iam.serviceAccounts.actAs permission in the service account. See
https://cloud.google.com/iam/docs/understanding-service-accounts?hl=en#sa_common
for more information. Eventarc service agents must have
roles/roles/iam.serviceAccountTokenCreator role to allow Pipeline
to create OAuth2 tokens for authenticated requests.
string service_account = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
String
The serviceAccount to set.
|
setServiceAccountBytes(ByteString value)
public Pipeline.Destination.AuthenticationConfig.OAuthToken.Builder setServiceAccountBytes(ByteString value)
Required. Service account email used to generate the OAuth
token.
The principal who calls this API must have
iam.serviceAccounts.actAs permission in the service account. See
https://cloud.google.com/iam/docs/understanding-service-accounts?hl=en#sa_common
for more information. Eventarc service agents must have
roles/roles/iam.serviceAccountTokenCreator role to allow Pipeline
to create OAuth2 tokens for authenticated requests.
string service_account = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
ByteString
The bytes for serviceAccount to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final Pipeline.Destination.AuthenticationConfig.OAuthToken.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides