Certificate Manager v1 API - Class UpdateCertificateRequest (2.3.0)

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

Reference documentation and code samples for the Certificate Manager v1 API class UpdateCertificateRequest.

Request for the UpdateCertificate method.

Inheritance

object > UpdateCertificateRequest

Namespace

GoogleCloudGoogle.Cloud.CertificateManagerV1

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