Struct google_apigateway1::api::ApigatewayApi[][src]

pub struct ApigatewayApi {
    pub create_time: Option<String>,
    pub display_name: Option<String>,
    pub labels: Option<HashMap<String, String>>,
    pub managed_service: Option<String>,
    pub name: Option<String>,
    pub state: Option<String>,
    pub update_time: Option<String>,
}

An API that can be served by one or more Gateways.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

create_time: Option<String>

Output only. Created time.

display_name: Option<String>

Optional. Display name.

labels: Option<HashMap<String, String>>

Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources

managed_service: Option<String>

Optional. Immutable. The name of a Google Managed Service ( https://cloud.google.com/service-infrastructure/docs/glossary#managed). If not specified, a new Service will automatically be created in the same project as this API.

name: Option<String>

Output only. Resource name of the API. Format: projects/{project}/locations/global/apis/{api}

state: Option<String>

Output only. State of the API.

update_time: Option<String>

Output only. Updated time.

Trait Implementations

impl Clone for ApigatewayApi[src]

impl Debug for ApigatewayApi[src]

impl Default for ApigatewayApi[src]

impl<'de> Deserialize<'de> for ApigatewayApi[src]

impl RequestValue for ApigatewayApi[src]

impl ResponseResult for ApigatewayApi[src]

impl Serialize for ApigatewayApi[src]

Auto Trait Implementations

impl RefUnwindSafe for ApigatewayApi[src]

impl Send for ApigatewayApi[src]

impl Sync for ApigatewayApi[src]

impl Unpin for ApigatewayApi[src]

impl UnwindSafe for ApigatewayApi[src]

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<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.