Class: Google::Cloud::Compute::V1::GetSslCertificateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::GetSslCertificateRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
A request message for SslCertificates.Get. See the method description for details.
Instance Attribute Summary collapse
-
#project ⇒ ::String
Project ID for this request.
-
#ssl_certificate ⇒ ::String
Name of the SslCertificate resource to return.
Instance Attribute Details
#project ⇒ ::String
Returns Project ID for this request.
10503 10504 10505 10506 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10503 class GetSslCertificateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ssl_certificate ⇒ ::String
Returns Name of the SslCertificate resource to return.
10503 10504 10505 10506 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 10503 class GetSslCertificateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |