Class: Google::Cloud::AppEngine::V1::CreateAuthorizedCertificateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::CreateAuthorizedCertificateRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/appengine.rb
Overview
Request message for AuthorizedCertificates.CreateAuthorizedCertificate
.
Instance Attribute Summary collapse
-
#certificate ⇒ ::Google::Cloud::AppEngine::V1::AuthorizedCertificate
SSL certificate data.
-
#parent ⇒ ::String
Name of the parent
Application
resource.
Instance Attribute Details
#certificate ⇒ ::Google::Cloud::AppEngine::V1::AuthorizedCertificate
Returns SSL certificate data.
482 483 484 485 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 482 class CreateAuthorizedCertificateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Name of the parent Application
resource. Example: apps/myapp
.
482 483 484 485 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 482 class CreateAuthorizedCertificateRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |