Class CreateSecretRequest.Builder (2.83.0)

public static final class CreateSecretRequest.Builder extends GeneratedMessage.Builder<CreateSecretRequest.Builder> implements CreateSecretRequestOrBuilder

Request message for SecretManagerService.CreateSecret.

Protobuf type google.cloud.secretmanager.v1.CreateSecretRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public CreateSecretRequest build()
Returns
Type Description
CreateSecretRequest

buildPartial()

public CreateSecretRequest buildPartial()
Returns
Type Description
CreateSecretRequest

clear()

public CreateSecretRequest.Builder clear()
Returns
Type Description
CreateSecretRequest.Builder
Overrides

clearParent()

public CreateSecretRequest.Builder clearParent()

Required. The resource name of the project to associate with the Secret, in the format projects/* or projects/*/locations/*.

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

Returns
Type Description
CreateSecretRequest.Builder

This builder for chaining.

clearSecret()

public CreateSecretRequest.Builder clearSecret()

Required. A Secret with initial field values.

.google.cloud.secretmanager.v1.Secret secret = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CreateSecretRequest.Builder

clearSecretId()

public CreateSecretRequest.Builder clearSecretId()

Required. This must be unique within the project.

A secret ID is a string with a maximum length of 255 characters and can contain uppercase and lowercase letters, numerals, and the hyphen (-) and underscore (_) characters.

string secret_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CreateSecretRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public CreateSecretRequest getDefaultInstanceForType()
Returns
Type Description
CreateSecretRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getParent()

public String getParent()

Required. The resource name of the project to associate with the Secret, in the format projects/* or projects/*/locations/*.

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

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The resource name of the project to associate with the Secret, in the format projects/* or projects/*/locations/*.

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

Returns
Type Description
ByteString

The bytes for parent.

getSecret()

public Secret getSecret()

Required. A Secret with initial field values.

.google.cloud.secretmanager.v1.Secret secret = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Secret

The secret.

getSecretBuilder()

public Secret.Builder getSecretBuilder()

Required. A Secret with initial field values.

.google.cloud.secretmanager.v1.Secret secret = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Secret.Builder

getSecretId()

public String getSecretId()

Required. This must be unique within the project.

A secret ID is a string with a maximum length of 255 characters and can contain uppercase and lowercase letters, numerals, and the hyphen (-) and underscore (_) characters.

string secret_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The secretId.

getSecretIdBytes()

public ByteString getSecretIdBytes()

Required. This must be unique within the project.

A secret ID is a string with a maximum length of 255 characters and can contain uppercase and lowercase letters, numerals, and the hyphen (-) and underscore (_) characters.

string secret_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for secretId.

getSecretOrBuilder()

public SecretOrBuilder getSecretOrBuilder()

Required. A Secret with initial field values.

.google.cloud.secretmanager.v1.Secret secret = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SecretOrBuilder

hasSecret()

public boolean hasSecret()

Required. A Secret with initial field values.

.google.cloud.secretmanager.v1.Secret secret = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the secret field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CreateSecretRequest other)

public CreateSecretRequest.Builder mergeFrom(CreateSecretRequest other)
Parameter
Name Description
other CreateSecretRequest
Returns
Type Description
CreateSecretRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CreateSecretRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateSecretRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public CreateSecretRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
CreateSecretRequest.Builder
Overrides

mergeSecret(Secret value)

public CreateSecretRequest.Builder mergeSecret(Secret value)

Required. A Secret with initial field values.

.google.cloud.secretmanager.v1.Secret secret = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Secret
Returns
Type Description
CreateSecretRequest.Builder

setParent(String value)

public CreateSecretRequest.Builder setParent(String value)

Required. The resource name of the project to associate with the Secret, in the format projects/* or projects/*/locations/*.

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

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
CreateSecretRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreateSecretRequest.Builder setParentBytes(ByteString value)

Required. The resource name of the project to associate with the Secret, in the format projects/* or projects/*/locations/*.

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

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
CreateSecretRequest.Builder

This builder for chaining.

setSecret(Secret value)

public CreateSecretRequest.Builder setSecret(Secret value)

Required. A Secret with initial field values.

.google.cloud.secretmanager.v1.Secret secret = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Secret
Returns
Type Description
CreateSecretRequest.Builder

setSecret(Secret.Builder builderForValue)

public CreateSecretRequest.Builder setSecret(Secret.Builder builderForValue)

Required. A Secret with initial field values.

.google.cloud.secretmanager.v1.Secret secret = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue Secret.Builder
Returns
Type Description
CreateSecretRequest.Builder

setSecretId(String value)

public CreateSecretRequest.Builder setSecretId(String value)

Required. This must be unique within the project.

A secret ID is a string with a maximum length of 255 characters and can contain uppercase and lowercase letters, numerals, and the hyphen (-) and underscore (_) characters.

string secret_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The secretId to set.

Returns
Type Description
CreateSecretRequest.Builder

This builder for chaining.

setSecretIdBytes(ByteString value)

public CreateSecretRequest.Builder setSecretIdBytes(ByteString value)

Required. This must be unique within the project.

A secret ID is a string with a maximum length of 255 characters and can contain uppercase and lowercase letters, numerals, and the hyphen (-) and underscore (_) characters.

string secret_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for secretId to set.

Returns
Type Description
CreateSecretRequest.Builder

This builder for chaining.