Interface IssueDetailsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    IssueDetails, IssueDetails.Builder

    public interface IssueDetailsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getId()
      Expression ID from [Expr][google.api.expr.v1alpha1.Expr], 0 if unknown.
      SourcePosition getPosition()
      Position in the source, if known.
      SourcePositionOrBuilder getPositionOrBuilder()
      Position in the source, if known.
      IssueDetails.Severity getSeverity()
      The severity of the issue.
      int getSeverityValue()
      The severity of the issue.
      boolean hasPosition()
      Position in the source, if known.
      • 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 Detail

      • getSeverityValue

        int getSeverityValue()
         The severity of the issue.
         
        .google.api.expr.v1alpha1.IssueDetails.Severity severity = 1;
        Returns:
        The enum numeric value on the wire for severity.
      • getSeverity

        IssueDetails.Severity getSeverity()
         The severity of the issue.
         
        .google.api.expr.v1alpha1.IssueDetails.Severity severity = 1;
        Returns:
        The severity.
      • hasPosition

        boolean hasPosition()
         Position in the source, if known.
         
        .google.api.expr.v1alpha1.SourcePosition position = 2;
        Returns:
        Whether the position field is set.
      • getPosition

        SourcePosition getPosition()
         Position in the source, if known.
         
        .google.api.expr.v1alpha1.SourcePosition position = 2;
        Returns:
        The position.
      • getPositionOrBuilder

        SourcePositionOrBuilder getPositionOrBuilder()
         Position in the source, if known.
         
        .google.api.expr.v1alpha1.SourcePosition position = 2;
      • getId

        long getId()
         Expression ID from [Expr][google.api.expr.v1alpha1.Expr], 0 if unknown.
         
        int64 id = 3;
        Returns:
        The id.