Struct gapi_grpc::google::cloud::assuredworkloads::v1beta1::ListWorkloadsRequest[][src]

pub struct ListWorkloadsRequest {
    pub parent: String,
    pub page_size: i32,
    pub page_token: String,
    pub filter: String,
}

Request for fetching workloads in an organization.

Fields

parent: String

Required. Parent Resource to list workloads from. Must be of the form organizations/{org_id}/locations/{location}.

page_size: i32

Page size.

page_token: String

Page token returned from previous request. Page token contains context from previous request. Page token needs to be passed in the second and following requests.

filter: String

A custom filter for filtering by properties of a workload. At this time, only filtering by labels is supported.

Trait Implementations

impl Clone for ListWorkloadsRequest[src]

impl Debug for ListWorkloadsRequest[src]

impl Default for ListWorkloadsRequest[src]

impl Message for ListWorkloadsRequest[src]

impl PartialEq<ListWorkloadsRequest> for ListWorkloadsRequest[src]

impl StructuralPartialEq for ListWorkloadsRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for ListWorkloadsRequest

impl Send for ListWorkloadsRequest

impl Sync for ListWorkloadsRequest

impl Unpin for ListWorkloadsRequest

impl UnwindSafe for ListWorkloadsRequest

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]