Struct gapi_grpc::google::api::billing::BillingDestination[][src]

pub struct BillingDestination {
    pub monitored_resource: String,
    pub metrics: Vec<String>,
}

Configuration of a specific billing destination (Currently only support bill against consumer project).

Fields

monitored_resource: String

The monitored resource type. The type must be defined in [Service.monitored_resources][google.api.Service.monitored_resources] section.

metrics: Vec<String>

Names of the metrics to report to this billing destination. Each name must be defined in [Service.metrics][google.api.Service.metrics] section.

Trait Implementations

impl Clone for BillingDestination[src]

impl Debug for BillingDestination[src]

impl Default for BillingDestination[src]

impl Message for BillingDestination[src]

impl PartialEq<BillingDestination> for BillingDestination[src]

impl StructuralPartialEq for BillingDestination[src]

Auto Trait Implementations

impl RefUnwindSafe for BillingDestination

impl Send for BillingDestination

impl Sync for BillingDestination

impl Unpin for BillingDestination

impl UnwindSafe for BillingDestination

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]