Cloud AI Platform v1 API - Class ListFeatureViewSyncsResponse (2.27.0)

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 v1 API class ListFeatureViewSyncsResponse.

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

Inheritance

object > ListFeatureViewSyncsResponse

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListFeatureViewSyncsResponse()

public ListFeatureViewSyncsResponse()

ListFeatureViewSyncsResponse(ListFeatureViewSyncsResponse)

public ListFeatureViewSyncsResponse(ListFeatureViewSyncsResponse other)
Parameter
NameDescription
otherListFeatureViewSyncsResponse

Properties

FeatureViewSyncs

public RepeatedField<FeatureViewSync> FeatureViewSyncs { get; }

The FeatureViewSyncs matching the request.

Property Value
TypeDescription
RepeatedFieldFeatureViewSync

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as [ListFeatureViewSyncsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureViewSyncsRequest.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<FeatureViewSync> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorFeatureViewSync