Interface ReviewQueues.ListReviewQueueItemsOrBuilder

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

public static interface ReviewQueues.ListReviewQueueItemsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    optional int32 max_results = 3;
    optional string page_token = 4;
    com.google.protobuf.ByteString
    optional string page_token = 4;
    optional string queue_id = 1 [(.mlflow.validate_required) = true];
    com.google.protobuf.ByteString
    optional string queue_id = 1 [(.mlflow.validate_required) = true];
    Optional filter.
    boolean
    optional int32 max_results = 3;
    boolean
    optional string page_token = 4;
    boolean
    optional string queue_id = 1 [(.mlflow.validate_required) = true];
    boolean
    Optional filter.

    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

    • hasQueueId

      boolean hasQueueId()
      optional string queue_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      Whether the queueId field is set.
    • getQueueId

      String getQueueId()
      optional string queue_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      The queueId.
    • getQueueIdBytes

      com.google.protobuf.ByteString getQueueIdBytes()
      optional string queue_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      The bytes for queueId.
    • hasStatus

      boolean hasStatus()
       Optional filter. The handler treats both "field absent" and
       "field == REVIEW_STATUS_UNSPECIFIED" as "no filter".
       
      optional .mlflow.review_queues.ReviewStatus status = 2;
      Returns:
      Whether the status field is set.
    • getStatus

       Optional filter. The handler treats both "field absent" and
       "field == REVIEW_STATUS_UNSPECIFIED" as "no filter".
       
      optional .mlflow.review_queues.ReviewStatus status = 2;
      Returns:
      The status.
    • hasMaxResults

      boolean hasMaxResults()
      optional int32 max_results = 3;
      Returns:
      Whether the maxResults field is set.
    • getMaxResults

      int getMaxResults()
      optional int32 max_results = 3;
      Returns:
      The maxResults.
    • hasPageToken

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

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

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