Interface ReviewQueues.GetOrCreateUserQueueOrBuilder

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

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

    Modifier and Type
    Method
    Description
    optional string created_by = 3;
    com.google.protobuf.ByteString
    optional string created_by = 3;
    optional string experiment_id = 1 [(.mlflow.validate_required) = true];
    com.google.protobuf.ByteString
    optional string experiment_id = 1 [(.mlflow.validate_required) = true];
    optional string user = 2 [(.mlflow.validate_required) = true];
    com.google.protobuf.ByteString
    optional string user = 2 [(.mlflow.validate_required) = true];
    boolean
    optional string created_by = 3;
    boolean
    optional string experiment_id = 1 [(.mlflow.validate_required) = true];
    boolean
    optional string user = 2 [(.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

    • hasExperimentId

      boolean hasExperimentId()
      optional string experiment_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      Whether the experimentId field is set.
    • getExperimentId

      String getExperimentId()
      optional string experiment_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      The experimentId.
    • getExperimentIdBytes

      com.google.protobuf.ByteString getExperimentIdBytes()
      optional string experiment_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      The bytes for experimentId.
    • hasUser

      boolean hasUser()
      optional string user = 2 [(.mlflow.validate_required) = true];
      Returns:
      Whether the user field is set.
    • getUser

      String getUser()
      optional string user = 2 [(.mlflow.validate_required) = true];
      Returns:
      The user.
    • getUserBytes

      com.google.protobuf.ByteString getUserBytes()
      optional string user = 2 [(.mlflow.validate_required) = true];
      Returns:
      The bytes for user.
    • hasCreatedBy

      boolean hasCreatedBy()
      optional string created_by = 3;
      Returns:
      Whether the createdBy field is set.
    • getCreatedBy

      String getCreatedBy()
      optional string created_by = 3;
      Returns:
      The createdBy.
    • getCreatedByBytes

      com.google.protobuf.ByteString getCreatedByBytes()
      optional string created_by = 3;
      Returns:
      The bytes for createdBy.