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.
Implements
IMessageUpdateTrustConfigRequest, IEquatableUpdateTrustConfigRequest, IDeepCloneableUpdateTrustConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.CertificateManager.V1Assembly
Google.Cloud.CertificateManager.V1.dll
Constructors
UpdateTrustConfigRequest()
public UpdateTrustConfigRequest()
UpdateTrustConfigRequest(UpdateTrustConfigRequest)
public UpdateTrustConfigRequest(UpdateTrustConfigRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateTrustConfigRequest |
Properties
TrustConfig
public TrustConfig TrustConfig { get; set; }
Required. A definition of the TrustConfig to update.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
FieldMask |