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

pub struct CreateViewRequest {
    pub parent: String,
    pub view_id: String,
    pub view: Option<LogView>,
}

The parameters to CreateView.

Fields

parent: String

Required. The bucket in which to create the view

"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"

Example: "projects/my-logging-project/locations/my-location/buckets/my-bucket"

view_id: String

Required. The id to use for this view.

view: Option<LogView>

Required. The new view.

Trait Implementations

impl Clone for CreateViewRequest[src]

impl Debug for CreateViewRequest[src]

impl Default for CreateViewRequest[src]

impl Message for CreateViewRequest[src]

impl PartialEq<CreateViewRequest> for CreateViewRequest[src]

impl StructuralPartialEq for CreateViewRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for CreateViewRequest

impl Send for CreateViewRequest

impl Sync for CreateViewRequest

impl Unpin for CreateViewRequest

impl UnwindSafe for CreateViewRequest

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]