Interface ParseResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Status getIssues​(int index)
      Any number of issues with [StatusDetails][] as the details.
      int getIssuesCount()
      Any number of issues with [StatusDetails][] as the details.
      java.util.List<Status> getIssuesList()
      Any number of issues with [StatusDetails][] as the details.
      StatusOrBuilder getIssuesOrBuilder​(int index)
      Any number of issues with [StatusDetails][] as the details.
      java.util.List<? extends StatusOrBuilder> getIssuesOrBuilderList()
      Any number of issues with [StatusDetails][] as the details.
      ParsedExpr getParsedExpr()
      The parsed representation, or unset if parsing failed.
      ParsedExprOrBuilder getParsedExprOrBuilder()
      The parsed representation, or unset if parsing failed.
      boolean hasParsedExpr()
      The parsed representation, or unset if parsing failed.
      • 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

      • hasParsedExpr

        boolean hasParsedExpr()
         The parsed representation, or unset if parsing failed.
         
        .google.api.expr.v1alpha1.ParsedExpr parsed_expr = 1;
        Returns:
        Whether the parsedExpr field is set.
      • getParsedExpr

        ParsedExpr getParsedExpr()
         The parsed representation, or unset if parsing failed.
         
        .google.api.expr.v1alpha1.ParsedExpr parsed_expr = 1;
        Returns:
        The parsedExpr.
      • getParsedExprOrBuilder

        ParsedExprOrBuilder getParsedExprOrBuilder()
         The parsed representation, or unset if parsing failed.
         
        .google.api.expr.v1alpha1.ParsedExpr parsed_expr = 1;
      • getIssuesList

        java.util.List<Status> getIssuesList()
         Any number of issues with [StatusDetails][] as the details.
         
        repeated .google.rpc.Status issues = 2;
      • getIssues

        Status getIssues​(int index)
         Any number of issues with [StatusDetails][] as the details.
         
        repeated .google.rpc.Status issues = 2;
      • getIssuesCount

        int getIssuesCount()
         Any number of issues with [StatusDetails][] as the details.
         
        repeated .google.rpc.Status issues = 2;
      • getIssuesOrBuilderList

        java.util.List<? extends StatusOrBuilder> getIssuesOrBuilderList()
         Any number of issues with [StatusDetails][] as the details.
         
        repeated .google.rpc.Status issues = 2;
      • getIssuesOrBuilder

        StatusOrBuilder getIssuesOrBuilder​(int index)
         Any number of issues with [StatusDetails][] as the details.
         
        repeated .google.rpc.Status issues = 2;