Secret Manager V1beta2 Client - Class GetSecretRequest (1.15.1)

Reference documentation and code samples for the Secret Manager V1beta2 Client class GetSecretRequest.

Request message for SecretManagerService.GetSecret.

Generated from protobuf message google.cloud.secretmanager.v1beta2.GetSecretRequest

Namespace

Google \ Cloud \ SecretManager \ V1beta2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The resource name of the Secret, in the format projects/*/secrets/* or projects/*/locations/*/secrets/*.

getName

Required. The resource name of the Secret, in the format projects/*/secrets/* or projects/*/locations/*/secrets/*.

Returns
Type Description
string

setName

Required. The resource name of the Secret, in the format projects/*/secrets/* or projects/*/locations/*/secrets/*.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The resource name of the Secret, in the format projects/*/secrets/* or projects/*/locations/*/secrets/*. Please see Google\Cloud\SecretManager\V1beta2\SecretManagerServiceClient::secretName() for help formatting this field.

Returns
Type Description
Google\Cloud\SecretManager\V1beta2\GetSecretRequest