public sealed class ListFeatureViewSyncsResponse : IMessage<ListFeatureViewSyncsResponse>, IEquatable<ListFeatureViewSyncsResponse>, IDeepCloneable<ListFeatureViewSyncsResponse>, IBufferMessage, IMessage, IPageResponse<FeatureViewSync>, IEnumerable<FeatureViewSync>, IEnumerable
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ListFeatureViewSyncsResponse.
Response message for [FeatureOnlineStoreAdminService.ListFeatureViewSyncs][google.cloud.aiplatform.v1beta1.FeatureOnlineStoreAdminService.ListFeatureViewSyncs].
Implements
IMessageListFeatureViewSyncsResponse, IEquatableListFeatureViewSyncsResponse, IDeepCloneableListFeatureViewSyncsResponse, IBufferMessage, IMessage, IPageResponseFeatureViewSync, IEnumerableFeatureViewSync, IEnumerableNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListFeatureViewSyncsResponse()
public ListFeatureViewSyncsResponse()
ListFeatureViewSyncsResponse(ListFeatureViewSyncsResponse)
public ListFeatureViewSyncsResponse(ListFeatureViewSyncsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListFeatureViewSyncsResponse |
Properties
FeatureViewSyncs
public RepeatedField<FeatureViewSync> FeatureViewSyncs { get; }
The FeatureViewSyncs matching the request.
Property Value | |
---|---|
Type | Description |
RepeatedFieldFeatureViewSync |
NextPageToken
public string NextPageToken { get; set; }
A token, which can be sent as [ListFeatureViewSyncsRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeatureViewSyncsRequest.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<FeatureViewSync> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorFeatureViewSync |