Struct gapi_grpc::google::cloud::bigquery::migration::v2alpha::ListMigrationWorkflowsRequest[][src]

pub struct ListMigrationWorkflowsRequest {
    pub parent: String,
    pub read_mask: Option<FieldMask>,
    pub page_size: i32,
    pub page_token: String,
}

A request to list previously created migration workflows.

Fields

parent: String

Required. The project and location of the migration workflows to list. Example: projects/123/locations/us

read_mask: Option<FieldMask>

The list of fields to be retrieved.

page_size: i32

The maximum number of migration workflows to return. The service may return fewer than this number.

page_token: String

A page token, received from previous ListMigrationWorkflows call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListMigrationWorkflows must match the call that provided the page token.

Trait Implementations

impl Clone for ListMigrationWorkflowsRequest[src]

impl Debug for ListMigrationWorkflowsRequest[src]

impl Default for ListMigrationWorkflowsRequest[src]

impl Message for ListMigrationWorkflowsRequest[src]

impl PartialEq<ListMigrationWorkflowsRequest> for ListMigrationWorkflowsRequest[src]

impl StructuralPartialEq for ListMigrationWorkflowsRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for ListMigrationWorkflowsRequest

impl Send for ListMigrationWorkflowsRequest

impl Sync for ListMigrationWorkflowsRequest

impl Unpin for ListMigrationWorkflowsRequest

impl UnwindSafe for ListMigrationWorkflowsRequest

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]