Class: Google::Cloud::Security::PrivateCA::V1::GetCaPoolRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/security/privateca/v1/service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the CaPool to get.

Returns:

  • (::String)

    Required. The name of the CaPool to get.



691
692
693
694
# File 'proto_docs/google/cloud/security/privateca/v1/service.rb', line 691

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