Class: Google::Cloud::AIPlatform::V1::SearchMigratableResourcesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::SearchMigratableResourcesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/migration_service.rb
Overview
Response message for MigrationService.SearchMigratableResources.
Instance Attribute Summary collapse
-
#migratable_resources ⇒ ::Array<::Google::Cloud::AIPlatform::V1::MigratableResource>
All migratable resources that can be migrated to the location specified in the request.
-
#next_page_token ⇒ ::String
The standard next-page token.
Instance Attribute Details
#migratable_resources ⇒ ::Array<::Google::Cloud::AIPlatform::V1::MigratableResource>
Returns All migratable resources that can be migrated to the location specified in the request.
69 70 71 72 |
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 69 class SearchMigratableResourcesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The standard next-page token. The migratable_resources may not fill page_size in SearchMigratableResourcesRequest even when there are subsequent pages.
69 70 71 72 |
# File 'proto_docs/google/cloud/aiplatform/v1/migration_service.rb', line 69 class SearchMigratableResourcesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |