Struct gapi_grpc::google::cloud::gsuiteaddons::v1::Deployment[][src]

pub struct Deployment {
    pub name: String,
    pub oauth_scopes: Vec<String>,
    pub add_ons: Option<AddOns>,
    pub etag: String,
}

A Google Workspace Add-on deployment

Fields

name: String

The deployment resource name. Example: projects/123/deployments/my_deployment.

oauth_scopes: Vec<String>

The list of Google OAuth scopes for which to request consent from the end user before executing an add-on endpoint.

add_ons: Option<AddOns>

The Google Workspace Add-on configuration.

etag: String

This value is computed by the server based on the version of the deployment in storage, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

Trait Implementations

impl Clone for Deployment[src]

impl Debug for Deployment[src]

impl Default for Deployment[src]

impl Message for Deployment[src]

impl PartialEq<Deployment> for Deployment[src]

impl StructuralPartialEq for Deployment[src]

Auto Trait Implementations

impl RefUnwindSafe for Deployment

impl Send for Deployment

impl Sync for Deployment

impl Unpin for Deployment

impl UnwindSafe for Deployment

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]