Class: Google::Cloud::AppEngine::V1::CreateAuthorizedCertificateRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#certificate::Google::Cloud::AppEngine::V1::AuthorizedCertificate

Returns SSL certificate data.

Returns:



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.

Returns:

  • (::String)

    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