Interface ListFeatureMonitorJobsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListFeatureMonitorJobsResponse, ListFeatureMonitorJobsResponse.Builder

@Generated public interface ListFeatureMonitorJobsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The FeatureMonitorJobs matching the request.
    int
    The FeatureMonitorJobs matching the request.
    The FeatureMonitorJobs matching the request.
    The FeatureMonitorJobs matching the request.
    The FeatureMonitorJobs matching the request.
    A token, which can be sent as [ListFeatureMonitorJobsRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeatureMonitorJobsRequest.page_token] to retrieve the next page.
    com.google.protobuf.ByteString
    A token, which can be sent as [ListFeatureMonitorJobsRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeatureMonitorJobsRequest.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

    • getFeatureMonitorJobsList

      List<FeatureMonitorJob> getFeatureMonitorJobsList()
       The FeatureMonitorJobs matching the request.
       
      repeated .google.cloud.aiplatform.v1beta1.FeatureMonitorJob feature_monitor_jobs = 1;
    • getFeatureMonitorJobs

      FeatureMonitorJob getFeatureMonitorJobs(int index)
       The FeatureMonitorJobs matching the request.
       
      repeated .google.cloud.aiplatform.v1beta1.FeatureMonitorJob feature_monitor_jobs = 1;
    • getFeatureMonitorJobsCount

      int getFeatureMonitorJobsCount()
       The FeatureMonitorJobs matching the request.
       
      repeated .google.cloud.aiplatform.v1beta1.FeatureMonitorJob feature_monitor_jobs = 1;
    • getFeatureMonitorJobsOrBuilderList

      List<? extends FeatureMonitorJobOrBuilder> getFeatureMonitorJobsOrBuilderList()
       The FeatureMonitorJobs matching the request.
       
      repeated .google.cloud.aiplatform.v1beta1.FeatureMonitorJob feature_monitor_jobs = 1;
    • getFeatureMonitorJobsOrBuilder

      FeatureMonitorJobOrBuilder getFeatureMonitorJobsOrBuilder(int index)
       The FeatureMonitorJobs matching the request.
       
      repeated .google.cloud.aiplatform.v1beta1.FeatureMonitorJob feature_monitor_jobs = 1;
    • getNextPageToken

      String getNextPageToken()
       A token, which can be sent as
       [ListFeatureMonitorJobsRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeatureMonitorJobsRequest.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
       [ListFeatureMonitorJobsRequest.page_token][google.cloud.aiplatform.v1beta1.ListFeatureMonitorJobsRequest.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.