Interface CheckResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The annotated representation, or unset if checking failed.
    The annotated representation, or unset if checking failed.
    getIssues(int index)
    Any number of issues with [StatusDetails][] as the details.
    int
    Any number of issues with [StatusDetails][] as the details.
    Any number of issues with [StatusDetails][] as the details.
    getIssuesOrBuilder(int index)
    Any number of issues with [StatusDetails][] as the details.
    Any number of issues with [StatusDetails][] as the details.
    boolean
    The annotated representation, or unset if checking 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 Details

    • hasCheckedExpr

      boolean hasCheckedExpr()
       The annotated representation, or unset if checking failed.
       
      .cel.expr.CheckedExpr checked_expr = 1;
      Returns:
      Whether the checkedExpr field is set.
    • getCheckedExpr

      CheckedExpr getCheckedExpr()
       The annotated representation, or unset if checking failed.
       
      .cel.expr.CheckedExpr checked_expr = 1;
      Returns:
      The checkedExpr.
    • getCheckedExprOrBuilder

      CheckedExprOrBuilder getCheckedExprOrBuilder()
       The annotated representation, or unset if checking failed.
       
      .cel.expr.CheckedExpr checked_expr = 1;
    • getIssuesList

      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

      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;