Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::ManagedCertificate.
A certificate managed by App Engine.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#last_renewal_time
def last_renewal_time() -> ::Google::Protobuf::Timestamp
Returns
-
(::Google::Protobuf::Timestamp) — 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.
#last_renewal_time=
def last_renewal_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
-
value (::Google::Protobuf::Timestamp) — 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.
Returns
-
(::Google::Protobuf::Timestamp) — 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.
#status
def status() -> ::Google::Cloud::AppEngine::V1::ManagementStatus
Returns
- (::Google::Cloud::AppEngine::V1::ManagementStatus) — Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.
#status=
def status=(value) -> ::Google::Cloud::AppEngine::V1::ManagementStatus
Parameter
- value (::Google::Cloud::AppEngine::V1::ManagementStatus) — Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.
Returns
- (::Google::Cloud::AppEngine::V1::ManagementStatus) — Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.