Certificate Manager V1 API - Class Google::Cloud::CertificateManager::V1::CreateTrustConfigRequest (v0.10.0)

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

#trust_config=

def trust_config=(value) -> ::Google::Cloud::CertificateManager::V1::TrustConfig
Parameter
Returns

#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}.