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
- (::Google::Cloud::AppEngine::V1::AuthorizedCertificate) — SSL certificate data.
#certificate=
def certificate=(value) -> ::Google::Cloud::AppEngine::V1::AuthorizedCertificate
Parameter
- value (::Google::Cloud::AppEngine::V1::AuthorizedCertificate) — SSL certificate data.
Returns
- (::Google::Cloud::AppEngine::V1::AuthorizedCertificate) — SSL certificate data.
#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
.