Class: Google::Cloud::CertificateManager::V1::UpdateTrustConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CertificateManager::V1::UpdateTrustConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/certificatemanager/v1/trust_config.rb
Overview
Request for the UpdateTrustConfig
method.
Instance Attribute Summary collapse
-
#trust_config ⇒ ::Google::Cloud::CertificateManager::V1::TrustConfig
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#trust_config ⇒ ::Google::Cloud::CertificateManager::V1::TrustConfig
Returns Required. A definition of the TrustConfig to update.
103 104 105 106 |
# File 'proto_docs/google/cloud/certificatemanager/v1/trust_config.rb', line 103 class UpdateTrustConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The update mask applies to the resource. For the FieldMask
definition, see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
103 104 105 106 |
# File 'proto_docs/google/cloud/certificatemanager/v1/trust_config.rb', line 103 class UpdateTrustConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |