Interface Issues.CreateIssue.ResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The created issue.
    The created issue.
    boolean
    The created issue.

    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

    • hasIssue

      boolean hasIssue()
       The created issue.
       
      optional .mlflow.issues.Issue issue = 1;
      Returns:
      Whether the issue field is set.
    • getIssue

      Issues.Issue getIssue()
       The created issue.
       
      optional .mlflow.issues.Issue issue = 1;
      Returns:
      The issue.
    • getIssueOrBuilder

      Issues.IssueOrBuilder getIssueOrBuilder()
       The created issue.
       
      optional .mlflow.issues.Issue issue = 1;