App Engine Admin V1 API - Class Google::Cloud::AppEngine::V1::ManagedCertificate (v0.3.6)

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

#status=

def status=(value) -> ::Google::Cloud::AppEngine::V1::ManagementStatus
Parameter
Returns