Class UpdateCertificateRequest (1.0.0-beta02)

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

Request for the UpdateCertificate method.

Inheritance

Object > UpdateCertificateRequest

Namespace

Google.Cloud.CertificateManager.V1

Assembly

Google.Cloud.CertificateManager.V1.dll

Constructors

UpdateCertificateRequest()

public UpdateCertificateRequest()

UpdateCertificateRequest(UpdateCertificateRequest)

public UpdateCertificateRequest(UpdateCertificateRequest other)
Parameter
NameDescription
otherUpdateCertificateRequest

Properties

Certificate

public Certificate Certificate { get; set; }

Required. A definition of the certificate to update.

Property Value
TypeDescription
Certificate

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. The update mask applies to the resource. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.

Property Value
TypeDescription
FieldMask