Class: Google::Cloud::CertificateManager::V1::GetTrustConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::CertificateManager::V1::GetTrustConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/certificatemanager/v1/trust_config.rb
Overview
Request for the GetTrustConfig
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. A name of the TrustConfig to describe. Must be in the format
projects/*/locations/*/trustConfigs/*
.
72 73 74 75 |
# File 'proto_docs/google/cloud/certificatemanager/v1/trust_config.rb', line 72 class GetTrustConfigRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |