Certificate Manager v1 API - Class UpdateTrustConfigRequest (2.6.0)

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

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

Request for the UpdateTrustConfig method.

Inheritance

object > UpdateTrustConfigRequest

Namespace

Google.Cloud.CertificateManager.V1

Assembly

Google.Cloud.CertificateManager.V1.dll

Constructors

UpdateTrustConfigRequest()

public UpdateTrustConfigRequest()

UpdateTrustConfigRequest(UpdateTrustConfigRequest)

public UpdateTrustConfigRequest(UpdateTrustConfigRequest other)
Parameter
NameDescription
otherUpdateTrustConfigRequest

Properties

TrustConfig

public TrustConfig TrustConfig { get; set; }

Required. A definition of the TrustConfig to update.

Property Value
TypeDescription
TrustConfig

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