Class: Google::Cloud::CertificateManager::V1::UpdateTrustConfigRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#trust_config::Google::Cloud::CertificateManager::V1::TrustConfig

Returns Required. A definition of the TrustConfig to update.

Returns:



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.

Returns:



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