App Engine Admin V1 API - Class Google::Cloud::AppEngine::V1::CreateAuthorizedCertificateRequest (v0.10.0)

Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::CreateAuthorizedCertificateRequest.

Request message for AuthorizedCertificates.CreateAuthorizedCertificate.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#certificate

def certificate() -> ::Google::Cloud::AppEngine::V1::AuthorizedCertificate
Returns

#certificate=

def certificate=(value) -> ::Google::Cloud::AppEngine::V1::AuthorizedCertificate
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — Name of the parent Application resource. Example: apps/myapp.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Name of the parent Application resource. Example: apps/myapp.
Returns
  • (::String) — Name of the parent Application resource. Example: apps/myapp.