Struct gapi_grpc::google::appengine::v1::ManagedCertificate[][src]

pub struct ManagedCertificate {
    pub last_renewal_time: Option<Timestamp>,
    pub status: i32,
}

A certificate managed by App Engine.

Fields

last_renewal_time: Option<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.

@OutputOnly

status: i32

Status of certificate management. Refers to the most recent certificate acquisition or renewal attempt.

@OutputOnly

Implementations

impl ManagedCertificate[src]

pub fn status(&self) -> ManagementStatus[src]

Returns the enum value of status, or the default if the field is set to an invalid enum value.

pub fn set_status(&mut self, value: ManagementStatus)[src]

Sets status to the provided enum value.

Trait Implementations

impl Clone for ManagedCertificate[src]

impl Debug for ManagedCertificate[src]

impl Default for ManagedCertificate[src]

impl Message for ManagedCertificate[src]

impl PartialEq<ManagedCertificate> for ManagedCertificate[src]

impl StructuralPartialEq for ManagedCertificate[src]

Auto Trait Implementations

impl RefUnwindSafe for ManagedCertificate

impl Send for ManagedCertificate

impl Sync for ManagedCertificate

impl Unpin for ManagedCertificate

impl UnwindSafe for ManagedCertificate

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]