Cloud AI Platform v1 API - Class ListFeatureOnlineStoresResponse (2.27.0)

public sealed class ListFeatureOnlineStoresResponse : IMessage<ListFeatureOnlineStoresResponse>, IEquatable<ListFeatureOnlineStoresResponse>, IDeepCloneable<ListFeatureOnlineStoresResponse>, IBufferMessage, IMessage, IPageResponse<FeatureOnlineStore>, IEnumerable<FeatureOnlineStore>, IEnumerable

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

Response message for [FeatureOnlineStoreAdminService.ListFeatureOnlineStores][google.cloud.aiplatform.v1.FeatureOnlineStoreAdminService.ListFeatureOnlineStores].

Inheritance

object > ListFeatureOnlineStoresResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListFeatureOnlineStoresResponse()

public ListFeatureOnlineStoresResponse()

ListFeatureOnlineStoresResponse(ListFeatureOnlineStoresResponse)

public ListFeatureOnlineStoresResponse(ListFeatureOnlineStoresResponse other)
Parameter
NameDescription
otherListFeatureOnlineStoresResponse

Properties

FeatureOnlineStores

public RepeatedField<FeatureOnlineStore> FeatureOnlineStores { get; }

The FeatureOnlineStores matching the request.

Property Value
TypeDescription
RepeatedFieldFeatureOnlineStore

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<FeatureOnlineStore> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorFeatureOnlineStore