Interface CreateSecretRequestOrBuilder (2.4.0)

public interface CreateSecretRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

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

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

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

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

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

Returns
TypeDescription
ByteString

The bytes for parent.

getSecret()

public abstract Secret getSecret()

Required. A Secret with initial field values.

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

Returns
TypeDescription
Secret

The secret.

getSecretId()

public abstract 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
TypeDescription
String

The secretId.

getSecretIdBytes()

public abstract 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
TypeDescription
ByteString

The bytes for secretId.

getSecretOrBuilder()

public abstract SecretOrBuilder getSecretOrBuilder()

Required. A Secret with initial field values.

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

Returns
TypeDescription
SecretOrBuilder

hasSecret()

public abstract boolean hasSecret()

Required. A Secret with initial field values.

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

Returns
TypeDescription
boolean

Whether the secret field is set.