Interface ListFeatureViewSyncsResponseOrBuilder (3.42.0)

public interface ListFeatureViewSyncsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFeatureViewSyncs(int index)

public abstract FeatureViewSync getFeatureViewSyncs(int index)

The FeatureViewSyncs matching the request.

repeated .google.cloud.aiplatform.v1beta1.FeatureViewSync feature_view_syncs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FeatureViewSync

getFeatureViewSyncsCount()

public abstract int getFeatureViewSyncsCount()

The FeatureViewSyncs matching the request.

repeated .google.cloud.aiplatform.v1beta1.FeatureViewSync feature_view_syncs = 1;

Returns
TypeDescription
int

getFeatureViewSyncsList()

public abstract List<FeatureViewSync> getFeatureViewSyncsList()

The FeatureViewSyncs matching the request.

repeated .google.cloud.aiplatform.v1beta1.FeatureViewSync feature_view_syncs = 1;

Returns
TypeDescription
List<FeatureViewSync>

getFeatureViewSyncsOrBuilder(int index)

public abstract FeatureViewSyncOrBuilder getFeatureViewSyncsOrBuilder(int index)

The FeatureViewSyncs matching the request.

repeated .google.cloud.aiplatform.v1beta1.FeatureViewSync feature_view_syncs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FeatureViewSyncOrBuilder

getFeatureViewSyncsOrBuilderList()

public abstract List<? extends FeatureViewSyncOrBuilder> getFeatureViewSyncsOrBuilderList()

The FeatureViewSyncs matching the request.

repeated .google.cloud.aiplatform.v1beta1.FeatureViewSync feature_view_syncs = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.FeatureViewSyncOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as ListFeatureViewSyncsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token, which can be sent as ListFeatureViewSyncsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.