Class: Google::Cloud::AIPlatform::V1::SearchMigratableResourcesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/migration_service.rb

Overview

Instance Attribute Summary collapse

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.

Returns:



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.

Returns:

  • (::String)

    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