Reference documentation and code samples for the Certificate Manager V1 API class Google::Cloud::CertificateManager::V1::CreateTrustConfigRequest.
Request for the CreateTrustConfig method.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#parent
def parent() -> ::String Returns 
 -  (::String) — Required. The parent resource of the TrustConfig. Must be in the format 
projects/*/locations/*. 
#parent=
def parent=(value) -> ::String Parameter 
 -  value (::String) — Required. The parent resource of the TrustConfig. Must be in the format 
projects/*/locations/*. 
 Returns 
 -  (::String) — Required. The parent resource of the TrustConfig. Must be in the format 
projects/*/locations/*. 
#trust_config
def trust_config() -> ::Google::Cloud::CertificateManager::V1::TrustConfig Returns 
 - (::Google::Cloud::CertificateManager::V1::TrustConfig) — Required. A definition of the TrustConfig to create.
 
#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 create.
 
 Returns 
 - (::Google::Cloud::CertificateManager::V1::TrustConfig) — Required. A definition of the TrustConfig to create.
 
#trust_config_id
def trust_config_id() -> ::String Returns 
 -  (::String) — Required. A user-provided name of the TrustConfig. Must match the regexp 
[a-z0-9-]{1,63}. 
#trust_config_id=
def trust_config_id=(value) -> ::String Parameter 
 -  value (::String) — Required. A user-provided name of the TrustConfig. Must match the regexp 
[a-z0-9-]{1,63}. 
 Returns 
 -  (::String) — Required. A user-provided name of the TrustConfig. Must match the regexp 
[a-z0-9-]{1,63}.