Interface Issues.GetIssueOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Issue ID to fetch.
    com.google.protobuf.ByteString
    Issue ID to fetch.
    boolean
    Issue ID to fetch.

    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 fetch.
       
      optional string issue_id = 1 [(.mlflow.validate_required) = true];
      Returns:
      Whether the issueId field is set.
    • getIssueId

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

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