Cloud AI Platform v1 API - Class SearchMigratableResourcesResponse (2.27.0)

public sealed class SearchMigratableResourcesResponse : IMessage<SearchMigratableResourcesResponse>, IEquatable<SearchMigratableResourcesResponse>, IDeepCloneable<SearchMigratableResourcesResponse>, IBufferMessage, IMessage, IPageResponse<MigratableResource>, IEnumerable<MigratableResource>, IEnumerable

Reference documentation and code samples for the Cloud AI Platform v1 API class SearchMigratableResourcesResponse.

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

Inheritance

object > SearchMigratableResourcesResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

SearchMigratableResourcesResponse()

public SearchMigratableResourcesResponse()

SearchMigratableResourcesResponse(SearchMigratableResourcesResponse)

public SearchMigratableResourcesResponse(SearchMigratableResourcesResponse other)
Parameter
NameDescription
otherSearchMigratableResourcesResponse

Properties

MigratableResources

public RepeatedField<MigratableResource> MigratableResources { get; }

All migratable resources that can be migrated to the location specified in the request.

Property Value
TypeDescription
RepeatedFieldMigratableResource

NextPageToken

public string NextPageToken { get; set; }

The standard next-page token. The migratable_resources may not fill page_size in SearchMigratableResourcesRequest even when there are subsequent pages.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<MigratableResource> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorMigratableResource