Struct gapi_grpc::google::logging::v2::GetSinkRequest[][src]

pub struct GetSinkRequest {
    pub sink_name: String,
}

The parameters to GetSink.

Fields

sink_name: String

Required. The resource name of the sink:

"projects/[PROJECT_ID]/sinks/[SINK_ID]"
"organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
"billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
"folders/[FOLDER_ID]/sinks/[SINK_ID]"

Example: "projects/my-project-id/sinks/my-sink-id".

Trait Implementations

impl Clone for GetSinkRequest[src]

impl Debug for GetSinkRequest[src]

impl Default for GetSinkRequest[src]

impl Message for GetSinkRequest[src]

impl PartialEq<GetSinkRequest> for GetSinkRequest[src]

impl StructuralPartialEq for GetSinkRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for GetSinkRequest

impl Send for GetSinkRequest

impl Sync for GetSinkRequest

impl Unpin for GetSinkRequest

impl UnwindSafe for GetSinkRequest

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]