public interface ListFeatureViewSyncsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
FeatureViewSync |
getFeatureViewSyncsCount()
public abstract int getFeatureViewSyncsCount()
The FeatureViewSyncs matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureViewSync feature_view_syncs = 1;
Returns | |
---|---|
Type | Description |
int |
getFeatureViewSyncsList()
public abstract List<FeatureViewSync> getFeatureViewSyncsList()
The FeatureViewSyncs matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureViewSync feature_view_syncs = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
FeatureViewSyncOrBuilder |
getFeatureViewSyncsOrBuilderList()
public abstract List<? extends FeatureViewSyncOrBuilder> getFeatureViewSyncsOrBuilderList()
The FeatureViewSyncs matching the request.
repeated .google.cloud.aiplatform.v1beta1.FeatureViewSync feature_view_syncs = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |