Interface Issues.UpdateIssueOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Detailed description of the issue.
    com.google.protobuf.ByteString
    Detailed description of the issue.
    Issue ID to update.
    com.google.protobuf.ByteString
    Issue ID to update.
    Short descriptive name for the issue.
    com.google.protobuf.ByteString
    Short descriptive name for the issue.
    Severity level indicator.
    com.google.protobuf.ByteString
    Severity level indicator.
    Issue status to update.
    com.google.protobuf.ByteString
    Issue status to update.
    boolean
    Detailed description of the issue.
    boolean
    Issue ID to update.
    boolean
    Short descriptive name for the issue.
    boolean
    Severity level indicator.
    boolean
    Issue status to update.

    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

    • hasIssueId

      boolean hasIssueId()
       Issue ID to update.
       
      optional string issue_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      Whether the issueId field is set.
    • getIssueId

      String getIssueId()
       Issue ID to update.
       
      optional string issue_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      The issueId.
    • getIssueIdBytes

      com.google.protobuf.ByteString getIssueIdBytes()
       Issue ID to update.
       
      optional string issue_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      The bytes for issueId.
    • hasName

      boolean hasName()
       Short descriptive name for the issue.
       
      optional string name = 2;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
       Short descriptive name for the issue.
       
      optional string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Short descriptive name for the issue.
       
      optional string name = 2;
      Returns:
      The bytes for name.
    • hasDescription

      boolean hasDescription()
       Detailed description of the issue.
       
      optional string description = 3;
      Returns:
      Whether the description field is set.
    • getDescription

      String getDescription()
       Detailed description of the issue.
       
      optional string description = 3;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       Detailed description of the issue.
       
      optional string description = 3;
      Returns:
      The bytes for description.
    • hasStatus

      boolean hasStatus()
       Issue status to update.
       
      optional string status = 4;
      Returns:
      Whether the status field is set.
    • getStatus

      String getStatus()
       Issue status to update.
       
      optional string status = 4;
      Returns:
      The status.
    • getStatusBytes

      com.google.protobuf.ByteString getStatusBytes()
       Issue status to update.
       
      optional string status = 4;
      Returns:
      The bytes for status.
    • hasSeverity

      boolean hasSeverity()
       Severity level indicator.
       
      optional string severity = 5;
      Returns:
      Whether the severity field is set.
    • getSeverity

      String getSeverity()
       Severity level indicator.
       
      optional string severity = 5;
      Returns:
      The severity.
    • getSeverityBytes

      com.google.protobuf.ByteString getSeverityBytes()
       Severity level indicator.
       
      optional string severity = 5;
      Returns:
      The bytes for severity.