Struct gapi_grpc::google::appengine::v1beta::UpdateAuthorizedCertificateRequest[][src]

pub struct UpdateAuthorizedCertificateRequest {
    pub name: String,
    pub certificate: Option<AuthorizedCertificate>,
    pub update_mask: Option<FieldMask>,
}

Request message for AuthorizedCertificates.UpdateAuthorizedCertificate.

Fields

name: String

Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345.

certificate: Option<AuthorizedCertificate>

An AuthorizedCertificate containing the updated resource. Only fields set in the field mask will be updated.

update_mask: Option<FieldMask>

Standard field mask for the set of fields to be updated. Updates are only supported on the certificate_raw_data and display_name fields.

Trait Implementations

impl Clone for UpdateAuthorizedCertificateRequest[src]

impl Debug for UpdateAuthorizedCertificateRequest[src]

impl Default for UpdateAuthorizedCertificateRequest[src]

impl Message for UpdateAuthorizedCertificateRequest[src]

impl PartialEq<UpdateAuthorizedCertificateRequest> for UpdateAuthorizedCertificateRequest[src]

impl StructuralPartialEq for UpdateAuthorizedCertificateRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for UpdateAuthorizedCertificateRequest

impl Send for UpdateAuthorizedCertificateRequest

impl Sync for UpdateAuthorizedCertificateRequest

impl Unpin for UpdateAuthorizedCertificateRequest

impl UnwindSafe for UpdateAuthorizedCertificateRequest

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]