public sealed class ListExampleStoresResponse : IMessage<ListExampleStoresResponse>, IEquatable<ListExampleStoresResponse>, IDeepCloneable<ListExampleStoresResponse>, IBufferMessage, IMessage, IPageResponse<ExampleStore>, IEnumerable<ExampleStore>, IEnumerableReference documentation and code samples for the Vertex AI v1beta1 API class ListExampleStoresResponse.
Response message for [ExampleStoreService.ListExampleStores][google.cloud.aiplatform.v1beta1.ExampleStoreService.ListExampleStores].
Implements
IMessageListExampleStoresResponse, IEquatableListExampleStoresResponse, IDeepCloneableListExampleStoresResponse, IBufferMessage, IMessage, IPageResponseExampleStore, IEnumerableExampleStore, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListExampleStoresResponse()
public ListExampleStoresResponse()ListExampleStoresResponse(ListExampleStoresResponse)
public ListExampleStoresResponse(ListExampleStoresResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListExampleStoresResponse |
Properties
ExampleStores
public RepeatedField<ExampleStore> ExampleStores { get; }List of ExampleStore in the requested page.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldExampleStore |
|
NextPageToken
public string NextPageToken { get; set; }A token to retrieve the next page of results. Pass to [ListExampleStoresRequest.page_token][google.cloud.aiplatform.v1beta1.ListExampleStoresRequest.page_token] to obtain that page.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<ExampleStore> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorExampleStore |
|