Class UserCredential.Builder (3.43.0)

public static final class UserCredential.Builder extends GeneratedMessageV3.Builder<UserCredential.Builder> implements UserCredentialOrBuilder

Represents a personal access token that authorized the Connection, and associated metadata.

Protobuf type google.devtools.cloudbuild.v2.UserCredential

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public UserCredential.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
UserCredential.Builder
Overrides

build()

public UserCredential build()
Returns
TypeDescription
UserCredential

buildPartial()

public UserCredential buildPartial()
Returns
TypeDescription
UserCredential

clear()

public UserCredential.Builder clear()
Returns
TypeDescription
UserCredential.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public UserCredential.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
UserCredential.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public UserCredential.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
UserCredential.Builder
Overrides

clearUserTokenSecretVersion()

public UserCredential.Builder clearUserTokenSecretVersion()

Required. A SecretManager resource containing the user token that authorizes the Cloud Build connection. Format: projects/*/secrets/*/versions/*.

string user_token_secret_version = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
UserCredential.Builder

This builder for chaining.

clearUsername()

public UserCredential.Builder clearUsername()

Output only. The username associated to this token.

string username = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
UserCredential.Builder

This builder for chaining.

clone()

public UserCredential.Builder clone()
Returns
TypeDescription
UserCredential.Builder
Overrides

getDefaultInstanceForType()

public UserCredential getDefaultInstanceForType()
Returns
TypeDescription
UserCredential

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getUserTokenSecretVersion()

public String getUserTokenSecretVersion()

Required. A SecretManager resource containing the user token that authorizes the Cloud Build connection. Format: projects/*/secrets/*/versions/*.

string user_token_secret_version = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The userTokenSecretVersion.

getUserTokenSecretVersionBytes()

public ByteString getUserTokenSecretVersionBytes()

Required. A SecretManager resource containing the user token that authorizes the Cloud Build connection. Format: projects/*/secrets/*/versions/*.

string user_token_secret_version = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for userTokenSecretVersion.

getUsername()

public String getUsername()

Output only. The username associated to this token.

string username = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
String

The username.

getUsernameBytes()

public ByteString getUsernameBytes()

Output only. The username associated to this token.

string username = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The bytes for username.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(UserCredential other)

public UserCredential.Builder mergeFrom(UserCredential other)
Parameter
NameDescription
otherUserCredential
Returns
TypeDescription
UserCredential.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public UserCredential.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
UserCredential.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public UserCredential.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
UserCredential.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final UserCredential.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
UserCredential.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public UserCredential.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
UserCredential.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public UserCredential.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
UserCredential.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final UserCredential.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
UserCredential.Builder
Overrides

setUserTokenSecretVersion(String value)

public UserCredential.Builder setUserTokenSecretVersion(String value)

Required. A SecretManager resource containing the user token that authorizes the Cloud Build connection. Format: projects/*/secrets/*/versions/*.

string user_token_secret_version = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The userTokenSecretVersion to set.

Returns
TypeDescription
UserCredential.Builder

This builder for chaining.

setUserTokenSecretVersionBytes(ByteString value)

public UserCredential.Builder setUserTokenSecretVersionBytes(ByteString value)

Required. A SecretManager resource containing the user token that authorizes the Cloud Build connection. Format: projects/*/secrets/*/versions/*.

string user_token_secret_version = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for userTokenSecretVersion to set.

Returns
TypeDescription
UserCredential.Builder

This builder for chaining.

setUsername(String value)

public UserCredential.Builder setUsername(String value)

Output only. The username associated to this token.

string username = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueString

The username to set.

Returns
TypeDescription
UserCredential.Builder

This builder for chaining.

setUsernameBytes(ByteString value)

public UserCredential.Builder setUsernameBytes(ByteString value)

Output only. The username associated to this token.

string username = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
valueByteString

The bytes for username to set.

Returns
TypeDescription
UserCredential.Builder

This builder for chaining.