Class: Google::Cloud::AppEngine::V1::ManagedCertificate

Inherits:
Object
  • Object
show all
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

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.

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.



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.

Returns:



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