Struct gapi_grpc::google::api::logging::LoggingDestination[][src]

pub struct LoggingDestination {
    pub monitored_resource: String,
    pub logs: Vec<String>,
}

Configuration of a specific logging destination (the producer project or the consumer project).

Fields

monitored_resource: String

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

logs: Vec<String>

Names of the logs to be sent to this destination. Each name must be defined in the [Service.logs][google.api.Service.logs] section. If the log name is not a domain scoped name, it will be automatically prefixed with the service name followed by “/”.

Trait Implementations

impl Clone for LoggingDestination[src]

impl Debug for LoggingDestination[src]

impl Default for LoggingDestination[src]

impl Message for LoggingDestination[src]

impl PartialEq<LoggingDestination> for LoggingDestination[src]

impl StructuralPartialEq for LoggingDestination[src]

Auto Trait Implementations

impl RefUnwindSafe for LoggingDestination

impl Send for LoggingDestination

impl Sync for LoggingDestination

impl Unpin for LoggingDestination

impl UnwindSafe for LoggingDestination

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]