public sealed class GetSecretRequest : IMessage<GetSecretRequest>, IEquatable<GetSecretRequest>, IDeepCloneable<GetSecretRequest>, IBufferMessage, IMessage
Request message for [SecretManagerService.GetSecret][google.cloud.secrets.v1beta1.SecretManagerService.GetSecret].
Implements
IMessage<GetSecretRequest>, IEquatable<GetSecretRequest>, IDeepCloneable<GetSecretRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.SecretManager.V1Beta1Assembly
Google.Cloud.SecretManager.V1Beta1.dll
Constructors
GetSecretRequest()
public GetSecretRequest()
GetSecretRequest(GetSecretRequest)
public GetSecretRequest(GetSecretRequest other)
Parameter | |
---|---|
Name | Description |
other | GetSecretRequest |
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 | |
---|---|
Type | Description |
String |
SecretName
public SecretName SecretName { get; set; }
SecretName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
SecretName |