Certificate Manager v1 API - Class UpdateCertificateMapRequest (2.1.0)

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

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

Request for the UpdateCertificateMap method.

Inheritance

Object > UpdateCertificateMapRequest

Namespace

Google.Cloud.CertificateManager.V1

Assembly

Google.Cloud.CertificateManager.V1.dll

Constructors

UpdateCertificateMapRequest()

public UpdateCertificateMapRequest()

UpdateCertificateMapRequest(UpdateCertificateMapRequest)

public UpdateCertificateMapRequest(UpdateCertificateMapRequest other)
Parameter
NameDescription
otherUpdateCertificateMapRequest

Properties

CertificateMap

public CertificateMap CertificateMap { get; set; }

Required. A definition of the certificate map to update.

Property Value
TypeDescription
CertificateMap

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