Interface ReviewQueues.SetReviewQueueItemStatusOrBuilder

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

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

    Modifier and Type
    Method
    Description
    optional string completed_by = 4;
    com.google.protobuf.ByteString
    optional string completed_by = 4;
    optional string item_id = 2 [(.mlflow.validate_required) = true];
    com.google.protobuf.ByteString
    optional string item_id = 2 [(.mlflow.validate_required) = true];
    optional string queue_id = 1 [(.mlflow.validate_required) = true];
    com.google.protobuf.ByteString
    optional string queue_id = 1 [(.mlflow.validate_required) = true];
    optional .mlflow.review_queues.ReviewStatus status = 3 [(.mlflow.validate_required) = true];
    boolean
    optional string completed_by = 4;
    boolean
    optional string item_id = 2 [(.mlflow.validate_required) = true];
    boolean
    optional string queue_id = 1 [(.mlflow.validate_required) = true];
    boolean
    optional .mlflow.review_queues.ReviewStatus status = 3 [(.mlflow.validate_required) = true];

    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.
    • hasItemId

      boolean hasItemId()
      optional string item_id = 2 [(.mlflow.validate_required) = true];
      Returns:
      Whether the itemId field is set.
    • getItemId

      String getItemId()
      optional string item_id = 2 [(.mlflow.validate_required) = true];
      Returns:
      The itemId.
    • getItemIdBytes

      com.google.protobuf.ByteString getItemIdBytes()
      optional string item_id = 2 [(.mlflow.validate_required) = true];
      Returns:
      The bytes for itemId.
    • hasStatus

      boolean hasStatus()
      optional .mlflow.review_queues.ReviewStatus status = 3 [(.mlflow.validate_required) = true];
      Returns:
      Whether the status field is set.
    • getStatus

      optional .mlflow.review_queues.ReviewStatus status = 3 [(.mlflow.validate_required) = true];
      Returns:
      The status.
    • hasCompletedBy

      boolean hasCompletedBy()
      optional string completed_by = 4;
      Returns:
      Whether the completedBy field is set.
    • getCompletedBy

      String getCompletedBy()
      optional string completed_by = 4;
      Returns:
      The completedBy.
    • getCompletedByBytes

      com.google.protobuf.ByteString getCompletedByBytes()
      optional string completed_by = 4;
      Returns:
      The bytes for completedBy.