public sealed class UpdateSecretRequest : IMessage<UpdateSecretRequest>, IEquatable<UpdateSecretRequest>, IDeepCloneable<UpdateSecretRequest>, IBufferMessage, IMessage
Request message for [SecretManagerService.UpdateSecret][google.cloud.secretmanager.v1.SecretManagerService.UpdateSecret].
Inheritance
System.Object > UpdateSecretRequestImplements
Google.Protobuf.IMessage<UpdateSecretRequest>, System.IEquatable<UpdateSecretRequest>, Google.Protobuf.IDeepCloneable<UpdateSecretRequest>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.SecretManager.V1Assembly
Google.Cloud.SecretManager.V1.dll
Constructors
UpdateSecretRequest()
public UpdateSecretRequest()
UpdateSecretRequest(UpdateSecretRequest)
public UpdateSecretRequest(UpdateSecretRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateSecretRequest |
Properties
Secret
public Secret Secret { get; set; }
Required. [Secret][google.cloud.secretmanager.v1.Secret] with updated field values.
Property Value | |
---|---|
Type | Description |
Secret |
UpdateMask
public FieldMask UpdateMask { get; set; }
Required. Specifies the fields to be updated.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.WellKnownTypes.FieldMask |