Interface Service.SearchEvaluationDatasetsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Service.SearchEvaluationDatasets, Service.SearchEvaluationDatasets.Builder
Enclosing class:
Service

public static interface Service.SearchEvaluationDatasetsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getExperimentIds(int index)
    Associated experiment IDs to filter by
    com.google.protobuf.ByteString
    Associated experiment IDs to filter by
    int
    Associated experiment IDs to filter by
    Associated experiment IDs to filter by
    Filter string for dataset names
    com.google.protobuf.ByteString
    Filter string for dataset names
    int
    Maximum number of results
    getOrderBy(int index)
    Ordering criteria
    com.google.protobuf.ByteString
    getOrderByBytes(int index)
    Ordering criteria
    int
    Ordering criteria
    Ordering criteria
    Page token for pagination
    com.google.protobuf.ByteString
    Page token for pagination
    boolean
    Filter string for dataset names
    boolean
    Maximum number of results
    boolean
    Page token for pagination

    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

    • getExperimentIdsList

      List<String> getExperimentIdsList()
       Associated experiment IDs to filter by
       
      repeated string experiment_ids = 1;
      Returns:
      A list containing the experimentIds.
    • getExperimentIdsCount

      int getExperimentIdsCount()
       Associated experiment IDs to filter by
       
      repeated string experiment_ids = 1;
      Returns:
      The count of experimentIds.
    • getExperimentIds

      String getExperimentIds(int index)
       Associated experiment IDs to filter by
       
      repeated string experiment_ids = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The experimentIds at the given index.
    • getExperimentIdsBytes

      com.google.protobuf.ByteString getExperimentIdsBytes(int index)
       Associated experiment IDs to filter by
       
      repeated string experiment_ids = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the experimentIds at the given index.
    • hasFilterString

      boolean hasFilterString()
       Filter string for dataset names
       
      optional string filter_string = 2;
      Returns:
      Whether the filterString field is set.
    • getFilterString

      String getFilterString()
       Filter string for dataset names
       
      optional string filter_string = 2;
      Returns:
      The filterString.
    • getFilterStringBytes

      com.google.protobuf.ByteString getFilterStringBytes()
       Filter string for dataset names
       
      optional string filter_string = 2;
      Returns:
      The bytes for filterString.
    • hasMaxResults

      boolean hasMaxResults()
       Maximum number of results
       
      optional int32 max_results = 3 [default = 1000];
      Returns:
      Whether the maxResults field is set.
    • getMaxResults

      int getMaxResults()
       Maximum number of results
       
      optional int32 max_results = 3 [default = 1000];
      Returns:
      The maxResults.
    • getOrderByList

      List<String> getOrderByList()
       Ordering criteria
       
      repeated string order_by = 4;
      Returns:
      A list containing the orderBy.
    • getOrderByCount

      int getOrderByCount()
       Ordering criteria
       
      repeated string order_by = 4;
      Returns:
      The count of orderBy.
    • getOrderBy

      String getOrderBy(int index)
       Ordering criteria
       
      repeated string order_by = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The orderBy at the given index.
    • getOrderByBytes

      com.google.protobuf.ByteString getOrderByBytes(int index)
       Ordering criteria
       
      repeated string order_by = 4;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the orderBy at the given index.
    • hasPageToken

      boolean hasPageToken()
       Page token for pagination
       
      optional string page_token = 5;
      Returns:
      Whether the pageToken field is set.
    • getPageToken

      String getPageToken()
       Page token for pagination
       
      optional string page_token = 5;
      Returns:
      The pageToken.
    • getPageTokenBytes

      com.google.protobuf.ByteString getPageTokenBytes()
       Page token for pagination
       
      optional string page_token = 5;
      Returns:
      The bytes for pageToken.