Struct gapi_grpc::google::cloud::billing::budgets::v1::UpdateBudgetRequest[][src]

pub struct UpdateBudgetRequest {
    pub budget: Option<Budget>,
    pub update_mask: Option<FieldMask>,
}

Request for UpdateBudget

Fields

budget: Option<Budget>

Required. The updated budget object. The budget to update is specified by the budget name in the budget.

update_mask: Option<FieldMask>

Optional. Indicates which fields in the provided budget to update. Read-only fields (such as name) cannot be changed. If this is not provided, then only fields with non-default values from the request are updated. See https://developers.google.com/protocol-buffers/docs/proto3#default for more details about default values.

Trait Implementations

impl Clone for UpdateBudgetRequest[src]

impl Debug for UpdateBudgetRequest[src]

impl Default for UpdateBudgetRequest[src]

impl Message for UpdateBudgetRequest[src]

impl PartialEq<UpdateBudgetRequest> for UpdateBudgetRequest[src]

impl StructuralPartialEq for UpdateBudgetRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for UpdateBudgetRequest

impl Send for UpdateBudgetRequest

impl Sync for UpdateBudgetRequest

impl Unpin for UpdateBudgetRequest

impl UnwindSafe for UpdateBudgetRequest

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]