Interface Issues.SearchIssuesOrBuilder

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

public static interface Issues.SearchIssuesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Filter by experiment ID.
    com.google.protobuf.ByteString
    Filter by experiment ID.
    Filter string for advanced filtering.
    com.google.protobuf.ByteString
    Filter string for advanced filtering.
    int
    Maximum number of results to return.
    Page token for pagination.
    com.google.protobuf.ByteString
    Page token for pagination.
    boolean
    Filter by experiment ID.
    boolean
    Filter string for advanced filtering.
    boolean
    Maximum number of results to return.
    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

    • hasExperimentId

      boolean hasExperimentId()
       Filter by experiment ID.
       
      optional string experiment_id = 1;
      Returns:
      Whether the experimentId field is set.
    • getExperimentId

      String getExperimentId()
       Filter by experiment ID.
       
      optional string experiment_id = 1;
      Returns:
      The experimentId.
    • getExperimentIdBytes

      com.google.protobuf.ByteString getExperimentIdBytes()
       Filter by experiment ID.
       
      optional string experiment_id = 1;
      Returns:
      The bytes for experimentId.
    • hasFilterString

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

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

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

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

      int getMaxResults()
       Maximum number of results to return.
       
      optional int32 max_results = 3;
      Returns:
      The maxResults.
    • hasPageToken

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

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

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