public sealed class ListFeatureOnlineStoresResponse : IMessage<ListFeatureOnlineStoresResponse>, IEquatable<ListFeatureOnlineStoresResponse>, IDeepCloneable<ListFeatureOnlineStoresResponse>, IBufferMessage, IMessage, IPageResponse<FeatureOnlineStore>, IEnumerable<FeatureOnlineStore>, IEnumerableReference documentation and code samples for the Vertex AI v1beta1 API class ListFeatureOnlineStoresResponse.
Response message for [FeatureOnlineStoreAdminService.ListFeatureOnlineStores][google.cloud.aiplatform.v1beta1.FeatureOnlineStoreAdminService.ListFeatureOnlineStores].
Implements
IMessageListFeatureOnlineStoresResponse, IEquatableListFeatureOnlineStoresResponse, IDeepCloneableListFeatureOnlineStoresResponse, IBufferMessage, IMessage, IPageResponseFeatureOnlineStore, IEnumerableFeatureOnlineStore, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListFeatureOnlineStoresResponse()
public ListFeatureOnlineStoresResponse()ListFeatureOnlineStoresResponse(ListFeatureOnlineStoresResponse)
public ListFeatureOnlineStoresResponse(ListFeatureOnlineStoresResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListFeatureOnlineStoresResponse |
Properties
FeatureOnlineStores
public RepeatedField<FeatureOnlineStore> FeatureOnlineStores { get; }The FeatureOnlineStores matching the request.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldFeatureOnlineStore |
|
NextPageToken
public string NextPageToken { get; set; }A token, which can be sent as [ListFeatureOnlineStoresRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeatureOnlineStoresRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<FeatureOnlineStore> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorFeatureOnlineStore |
|