Package com.google.cloud.aiplatform.v1
Interface ListFeatureViewSyncsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListFeatureViewSyncsResponse,ListFeatureViewSyncsResponse.Builder
@Generated
public interface ListFeatureViewSyncsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFeatureViewSyncs(int index) The FeatureViewSyncs matching the request.intThe FeatureViewSyncs matching the request.The FeatureViewSyncs matching the request.getFeatureViewSyncsOrBuilder(int index) The FeatureViewSyncs matching the request.List<? extends FeatureViewSyncOrBuilder>The FeatureViewSyncs matching the request.A token, which can be sent as [ListFeatureViewSyncsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureViewSyncsRequest.page_token] to retrieve the next page.com.google.protobuf.ByteStringA token, which can be sent as [ListFeatureViewSyncsRequest.page_token][google.cloud.aiplatform.v1.ListFeatureViewSyncsRequest.page_token] to retrieve the next page.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFeatureViewSyncsList
List<FeatureViewSync> getFeatureViewSyncsList()The FeatureViewSyncs matching the request.
repeated .google.cloud.aiplatform.v1.FeatureViewSync feature_view_syncs = 1; -
getFeatureViewSyncs
The FeatureViewSyncs matching the request.
repeated .google.cloud.aiplatform.v1.FeatureViewSync feature_view_syncs = 1; -
getFeatureViewSyncsCount
int getFeatureViewSyncsCount()The FeatureViewSyncs matching the request.
repeated .google.cloud.aiplatform.v1.FeatureViewSync feature_view_syncs = 1; -
getFeatureViewSyncsOrBuilderList
List<? extends FeatureViewSyncOrBuilder> getFeatureViewSyncsOrBuilderList()The FeatureViewSyncs matching the request.
repeated .google.cloud.aiplatform.v1.FeatureViewSync feature_view_syncs = 1; -
getFeatureViewSyncsOrBuilder
The FeatureViewSyncs matching the request.
repeated .google.cloud.aiplatform.v1.FeatureViewSync feature_view_syncs = 1; -
getNextPageToken
String getNextPageToken()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.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()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.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-