Class GetSecretRequest (1.3.0)

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

Request message for [SecretManagerService.GetSecret][google.cloud.secretmanager.v1.SecretManagerService.GetSecret].

Inheritance

System.Object > GetSecretRequest

Implements

Google.Protobuf.IMessage<GetSecretRequest>, System.IEquatable<GetSecretRequest>, Google.Protobuf.IDeepCloneable<GetSecretRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.SecretManager.V1

Assembly

Google.Cloud.SecretManager.V1.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.secretmanager.v1.Secret], in the format projects/*/secrets/*.

Property Value
TypeDescription
System.String

SecretName

public SecretName SecretName { get; set; }

SecretName-typed view over the Name resource name property.

Property Value
TypeDescription
SecretName