Struct gapi_grpc::google::cloud::apigateway::v1::UpdateGatewayRequest[][src]

pub struct UpdateGatewayRequest {
    pub update_mask: Option<FieldMask>,
    pub gateway: Option<Gateway>,
}

Request message for ApiGatewayService.UpdateGateway

Fields

update_mask: Option<FieldMask>

Field mask is used to specify the fields to be overwritten in the Gateway resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

gateway: Option<Gateway>

Required. Gateway resource.

Trait Implementations

impl Clone for UpdateGatewayRequest[src]

impl Debug for UpdateGatewayRequest[src]

impl Default for UpdateGatewayRequest[src]

impl Message for UpdateGatewayRequest[src]

impl PartialEq<UpdateGatewayRequest> for UpdateGatewayRequest[src]

impl StructuralPartialEq for UpdateGatewayRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for UpdateGatewayRequest

impl Send for UpdateGatewayRequest

impl Sync for UpdateGatewayRequest

impl Unpin for UpdateGatewayRequest

impl UnwindSafe for UpdateGatewayRequest

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]