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
11308 11309 11310 11311 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11308 class GetSslCertificateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ssl_certificate ⇒ ::String
11308 11309 11310 11311 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11308 class GetSslCertificateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |