Reference documentation and code samples for the Certificate Manager V1 API class Google::Cloud::CertificateManager::V1::UpdateTrustConfigRequest.
Request for the UpdateTrustConfig method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#trust_config
def trust_config() -> ::Google::Cloud::CertificateManager::V1::TrustConfig
    Returns
    
  - (::Google::Cloud::CertificateManager::V1::TrustConfig) — Required. A definition of the TrustConfig to update.
#trust_config=
def trust_config=(value) -> ::Google::Cloud::CertificateManager::V1::TrustConfig
    Parameter
    
  - value (::Google::Cloud::CertificateManager::V1::TrustConfig) — Required. A definition of the TrustConfig to update.
    Returns
    
  - (::Google::Cloud::CertificateManager::V1::TrustConfig) — Required. A definition of the TrustConfig to update.
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
    Returns
    
  - 
        (::Google::Protobuf::FieldMask) — Required. The update mask applies to the resource. For the FieldMaskdefinition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
    Parameter
    
  - 
        value (::Google::Protobuf::FieldMask) — Required. The update mask applies to the resource. For the FieldMaskdefinition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
    Returns
    
- 
        (::Google::Protobuf::FieldMask) — Required. The update mask applies to the resource. For the FieldMaskdefinition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.