Certificate Manager v1 API - Class UpdateCertificateMapEntryRequest (2.6.0)

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

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

Request for the UpdateCertificateMapEntry method.

Inheritance

object > UpdateCertificateMapEntryRequest

Namespace

Google.Cloud.CertificateManager.V1

Assembly

Google.Cloud.CertificateManager.V1.dll

Constructors

UpdateCertificateMapEntryRequest()

public UpdateCertificateMapEntryRequest()

UpdateCertificateMapEntryRequest(UpdateCertificateMapEntryRequest)

public UpdateCertificateMapEntryRequest(UpdateCertificateMapEntryRequest other)
Parameter
NameDescription
otherUpdateCertificateMapEntryRequest

Properties

CertificateMapEntry

public CertificateMapEntry CertificateMapEntry { get; set; }

Required. A definition of the certificate map entry to create map entry.

Property Value
TypeDescription
CertificateMapEntry

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