Cloud AI Platform v1 API - Class ListContextsResponse (2.27.0)

public sealed class ListContextsResponse : IMessage<ListContextsResponse>, IEquatable<ListContextsResponse>, IDeepCloneable<ListContextsResponse>, IBufferMessage, IMessage, IPageResponse<Context>, IEnumerable<Context>, IEnumerable

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

Response message for [MetadataService.ListContexts][google.cloud.aiplatform.v1.MetadataService.ListContexts].

Inheritance

object > ListContextsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListContextsResponse()

public ListContextsResponse()

ListContextsResponse(ListContextsResponse)

public ListContextsResponse(ListContextsResponse other)
Parameter
NameDescription
otherListContextsResponse

Properties

Contexts

public RepeatedField<Context> Contexts { get; }

The Contexts retrieved from the MetadataStore.

Property Value
TypeDescription
RepeatedFieldContext

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as [ListContextsRequest.page_token][google.cloud.aiplatform.v1.ListContextsRequest.page_token] to retrieve the next page. If this field is not populated, there are no subsequent pages.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Context> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorContext