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
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
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 |