Class CheckResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>
dev.cel.expr.conformance.CheckResponse.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, CheckResponseOrBuilder, Cloneable
Enclosing class:
CheckResponse

public static final class CheckResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder> implements CheckResponseOrBuilder
 Response message for the Check method.
 
Protobuf type cel.expr.conformance.CheckResponse
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>
    • clear

      public CheckResponse.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>
    • getDefaultInstanceForType

      public CheckResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public CheckResponse build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public CheckResponse buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public CheckResponse.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>
    • setField

      public CheckResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>
    • clearField

      public CheckResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>
    • clearOneof

      public CheckResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>
    • setRepeatedField

      public CheckResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>
    • addRepeatedField

      public CheckResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>
    • mergeFrom

      public CheckResponse.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CheckResponse.Builder>
    • mergeFrom

      public CheckResponse.Builder mergeFrom(CheckResponse other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>
    • mergeFrom

      public CheckResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CheckResponse.Builder>
      Throws:
      IOException
    • hasCheckedExpr

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

      public CheckedExpr getCheckedExpr()
       The annotated representation, or unset if checking failed.
       
      .cel.expr.CheckedExpr checked_expr = 1;
      Specified by:
      getCheckedExpr in interface CheckResponseOrBuilder
      Returns:
      The checkedExpr.
    • setCheckedExpr

      public CheckResponse.Builder setCheckedExpr(CheckedExpr value)
       The annotated representation, or unset if checking failed.
       
      .cel.expr.CheckedExpr checked_expr = 1;
    • setCheckedExpr

      public CheckResponse.Builder setCheckedExpr(CheckedExpr.Builder builderForValue)
       The annotated representation, or unset if checking failed.
       
      .cel.expr.CheckedExpr checked_expr = 1;
    • mergeCheckedExpr

      public CheckResponse.Builder mergeCheckedExpr(CheckedExpr value)
       The annotated representation, or unset if checking failed.
       
      .cel.expr.CheckedExpr checked_expr = 1;
    • clearCheckedExpr

      public CheckResponse.Builder clearCheckedExpr()
       The annotated representation, or unset if checking failed.
       
      .cel.expr.CheckedExpr checked_expr = 1;
    • getCheckedExprBuilder

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

      public CheckedExprOrBuilder getCheckedExprOrBuilder()
       The annotated representation, or unset if checking failed.
       
      .cel.expr.CheckedExpr checked_expr = 1;
      Specified by:
      getCheckedExprOrBuilder in interface CheckResponseOrBuilder
    • hasIssues

      public boolean hasIssues()
       Any number of issues with [StatusDetails][] as the details.
       
      .cel.expr.ErrorSet issues = 2;
      Specified by:
      hasIssues in interface CheckResponseOrBuilder
      Returns:
      Whether the issues field is set.
    • getIssues

      public ErrorSet getIssues()
       Any number of issues with [StatusDetails][] as the details.
       
      .cel.expr.ErrorSet issues = 2;
      Specified by:
      getIssues in interface CheckResponseOrBuilder
      Returns:
      The issues.
    • setIssues

      public CheckResponse.Builder setIssues(ErrorSet value)
       Any number of issues with [StatusDetails][] as the details.
       
      .cel.expr.ErrorSet issues = 2;
    • setIssues

      public CheckResponse.Builder setIssues(ErrorSet.Builder builderForValue)
       Any number of issues with [StatusDetails][] as the details.
       
      .cel.expr.ErrorSet issues = 2;
    • mergeIssues

      public CheckResponse.Builder mergeIssues(ErrorSet value)
       Any number of issues with [StatusDetails][] as the details.
       
      .cel.expr.ErrorSet issues = 2;
    • clearIssues

      public CheckResponse.Builder clearIssues()
       Any number of issues with [StatusDetails][] as the details.
       
      .cel.expr.ErrorSet issues = 2;
    • getIssuesBuilder

      public ErrorSet.Builder getIssuesBuilder()
       Any number of issues with [StatusDetails][] as the details.
       
      .cel.expr.ErrorSet issues = 2;
    • getIssuesOrBuilder

      public ErrorSetOrBuilder getIssuesOrBuilder()
       Any number of issues with [StatusDetails][] as the details.
       
      .cel.expr.ErrorSet issues = 2;
      Specified by:
      getIssuesOrBuilder in interface CheckResponseOrBuilder
    • setUnknownFields

      public final CheckResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>
    • mergeUnknownFields

      public final CheckResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>