Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::SearchMigratableResourcesResponse (v0.8.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::SearchMigratableResourcesResponse.

Response message for MigrationService.SearchMigratableResources.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#migratable_resources

def migratable_resources() -> ::Array<::Google::Cloud::AIPlatform::V1::MigratableResource>
Returns

#migratable_resources=

def migratable_resources=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::MigratableResource>
Parameter
Returns

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — The standard next-page token. The migratable_resources may not fill page_size in SearchMigratableResourcesRequest even when there are subsequent pages.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — The standard next-page token. The migratable_resources may not fill page_size in SearchMigratableResourcesRequest even when there are subsequent pages.
Returns
  • (::String) — The standard next-page token. The migratable_resources may not fill page_size in SearchMigratableResourcesRequest even when there are subsequent pages.