public sealed class UpdateCertificateMapRequest : IMessage<UpdateCertificateMapRequest>, IEquatable<UpdateCertificateMapRequest>, IDeepCloneable<UpdateCertificateMapRequest>, IBufferMessage, IMessageReference documentation and code samples for the Certificate Manager v1 API class UpdateCertificateMapRequest.
Request for the UpdateCertificateMap method.
Implements
IMessageUpdateCertificateMapRequest, IEquatableUpdateCertificateMapRequest, IDeepCloneableUpdateCertificateMapRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CertificateManager.V1Assembly
Google.Cloud.CertificateManager.V1.dll
Constructors
UpdateCertificateMapRequest()
public UpdateCertificateMapRequest()UpdateCertificateMapRequest(UpdateCertificateMapRequest)
public UpdateCertificateMapRequest(UpdateCertificateMapRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateCertificateMapRequest |
Properties
CertificateMap
public CertificateMap CertificateMap { get; set; }Required. A definition of the certificate map to update.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
FieldMask |
|