Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1SearchMigratableResourcesResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Overview

Response message for MigrationService.SearchMigratableResources.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1SearchMigratableResourcesResponse

Returns a new instance of GoogleCloudAiplatformV1beta1SearchMigratableResourcesResponse.



31111
31112
31113
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 31111

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#migratable_resourcesArray<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1MigratableResource>

All migratable resources that can be migrated to the location specified in the request. Corresponds to the JSON property migratableResources



31103
31104
31105
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 31103

def migratable_resources
  @migratable_resources
end

#next_page_tokenString

The standard next-page token. The migratable_resources may not fill page_size in SearchMigratableResourcesRequest even when there are subsequent pages. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


31109
31110
31111
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 31109

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



31116
31117
31118
31119
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 31116

def update!(**args)
  @migratable_resources = args[:migratable_resources] if args.key?(:migratable_resources)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
end