Class: Google::Cloud::AppEngine::V1::ManagedCertificate
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::ManagedCertificate
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/certificate.rb
Overview
A certificate managed by App Engine.
Instance Attribute Summary collapse
-
#last_renewal_time ⇒ ::Google::Protobuf::Timestamp
Time at which the certificate was last renewed.
-
#status ⇒ ::Google::Cloud::AppEngine::V1::ManagementStatus
Status of certificate management.
Instance Attribute Details
#last_renewal_time ⇒ ::Google::Protobuf::Timestamp
Returns Time at which the certificate was last renewed. The renewal process is
fully managed. Certificate renewal will automatically occur before the
certificate expires. Renewal errors can be tracked via ManagementStatus
.
117 118 119 120 |
# File 'proto_docs/google/appengine/v1/certificate.rb', line 117 class ManagedCertificate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status ⇒ ::Google::Cloud::AppEngine::V1::ManagementStatus
Returns Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.
117 118 119 120 |
# File 'proto_docs/google/appengine/v1/certificate.rb', line 117 class ManagedCertificate include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |