Class: Google::Cloud::AppEngine::V1::GetAuthorizedCertificateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::GetAuthorizedCertificateRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/appengine.rb
Overview
Request message for AuthorizedCertificates.GetAuthorizedCertificate
.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Name of the resource requested.
-
#view ⇒ ::Google::Cloud::AppEngine::V1::AuthorizedCertificateView
Controls the set of fields returned in the
GET
response.
Instance Attribute Details
#name ⇒ ::String
Returns Name of the resource requested. Example:
apps/myapp/authorizedCertificates/12345
.
470 471 472 473 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 470 class GetAuthorizedCertificateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#view ⇒ ::Google::Cloud::AppEngine::V1::AuthorizedCertificateView
Returns Controls the set of fields returned in the GET
response.
470 471 472 473 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 470 class GetAuthorizedCertificateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |