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 Type
    Method
    Description
    The FeatureViewSyncs matching the request.
    int
    The FeatureViewSyncs matching the request.
    The FeatureViewSyncs matching the request.
    The FeatureViewSyncs matching the request.
    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.ByteString
    A 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

    isInitialized

    Methods 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

      FeatureViewSync getFeatureViewSyncs(int index)
       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

      FeatureViewSyncOrBuilder getFeatureViewSyncsOrBuilder(int index)
       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.