Struct gapi_grpc::google::cloud::aiplatform::v1::SearchMigratableResourcesRequest[][src]

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

Request message for [MigrationService.SearchMigratableResources][google.cloud.aiplatform.v1.MigrationService.SearchMigratableResources].

Fields

parent: String

Required. The location that the migratable resources should be searched from. It’s the Vertex AI location that the resources can be migrated to, not the resources’ original location. Format: projects/{project}/locations/{location}

page_size: i32

The standard page size. The default and maximum value is 100.

page_token: String

The standard page token.

filter: String

A filter for your search. You can use the following types of filters:

Trait Implementations

impl Clone for SearchMigratableResourcesRequest[src]

impl Debug for SearchMigratableResourcesRequest[src]

impl Default for SearchMigratableResourcesRequest[src]

impl Message for SearchMigratableResourcesRequest[src]

impl PartialEq<SearchMigratableResourcesRequest> for SearchMigratableResourcesRequest[src]

impl StructuralPartialEq for SearchMigratableResourcesRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for SearchMigratableResourcesRequest

impl Send for SearchMigratableResourcesRequest

impl Sync for SearchMigratableResourcesRequest

impl Unpin for SearchMigratableResourcesRequest

impl UnwindSafe for SearchMigratableResourcesRequest

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]