Class: Google::Cloud::CertificateManager::V1::CreateTrustConfigRequest

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 CreateTrustConfig method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns 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/*.



89
90
91
92
# File 'proto_docs/google/cloud/certificatemanager/v1/trust_config.rb', line 89

class CreateTrustConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

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

Returns Required. A definition of the TrustConfig to create.

Returns:



89
90
91
92
# File 'proto_docs/google/cloud/certificatemanager/v1/trust_config.rb', line 89

class CreateTrustConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#trust_config_id::String

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



89
90
91
92
# File 'proto_docs/google/cloud/certificatemanager/v1/trust_config.rb', line 89

class CreateTrustConfigRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end