Secret Manager v1beta1 API - Class GetSecretRequest (3.0.0-beta04)

public sealed class GetSecretRequest : IMessage<GetSecretRequest>, IEquatable<GetSecretRequest>, IDeepCloneable<GetSecretRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Secret Manager v1beta1 API class GetSecretRequest.

Request message for [SecretManagerService.GetSecret][google.cloud.secrets.v1beta1.SecretManagerService.GetSecret].

Inheritance

object > GetSecretRequest

Namespace

Google.Cloud.SecretManager.V1Beta1

Assembly

Google.Cloud.SecretManager.V1Beta1.dll

Constructors

GetSecretRequest()

public GetSecretRequest()

GetSecretRequest(GetSecretRequest)

public GetSecretRequest(GetSecretRequest other)
Parameter
NameDescription
otherGetSecretRequest

Properties

Name

public string Name { get; set; }

Required. The resource name of the [Secret][google.cloud.secrets.v1beta1.Secret], in the format projects/*/secrets/*.

Property Value
TypeDescription
string

SecretName

public SecretName SecretName { get; set; }

SecretName-typed view over the Name resource name property.

Property Value
TypeDescription
SecretName