Class CelExpression

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.github.xds.type.v3.CelExpression
All Implemented Interfaces:
CelExpressionOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

@Generated public final class CelExpression extends com.google.protobuf.GeneratedMessage implements CelExpressionOrBuilder
 Either parsed or checked representation of the `Common Expression Language
 <https://github.com/google/cel-spec>`_ (CEL) program.
 
Protobuf type xds.type.v3.CelExpression
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Either parsed or checked representation of the `Common Expression Language <https://github.com/google/cel-spec>`_ (CEL) program.
    static enum 
     

    Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage

    com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message,T>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter

    Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessage

    com.google.protobuf.AbstractMessage.BuilderParent

    Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

    com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    static final int
     

    Fields inherited from class com.google.protobuf.GeneratedMessage

    alwaysUseFieldBuilders, loggedPre22TypeNames, unknownFields

    Fields inherited from class com.google.protobuf.AbstractMessage

    memoizedSize

    Fields inherited from class com.google.protobuf.AbstractMessageLite

    memoizedHashCode
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    Parsed expression in abstract syntax tree (AST) form that has been successfully type checked.
    Parsed expression in abstract syntax tree (AST) form that has been successfully type checked.
    Parsed expression in abstract syntax tree (AST) form.
    Parsed expression in abstract syntax tree (AST) form.
    Deprecated.
    xds.type.v3.CelExpression.checked_expr is deprecated.
    Deprecated.
     
     
    static final com.google.protobuf.Descriptors.Descriptor
     
    com.google.protobuf.Descriptors.Descriptor
     
     
    Deprecated.
    xds.type.v3.CelExpression.parsed_expr is deprecated.
    Deprecated.
    com.google.protobuf.Parser<CelExpression>
     
    int
     
    boolean
    Parsed expression in abstract syntax tree (AST) form that has been successfully type checked.
    boolean
    Parsed expression in abstract syntax tree (AST) form.
    boolean
    Deprecated.
    xds.type.v3.CelExpression.checked_expr is deprecated.
    int
     
    boolean
    Deprecated.
    xds.type.v3.CelExpression.parsed_expr is deprecated.
    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     
    final boolean
     
     
     
     
    newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
     
     
    parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(byte[] data)
     
    parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.ByteString data)
     
    parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static com.google.protobuf.Parser<CelExpression>
     
     
    void
    writeTo(com.google.protobuf.CodedOutputStream output)
     

    Methods inherited from class com.google.protobuf.GeneratedMessage

    computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag

    Methods inherited from class com.google.protobuf.AbstractMessage

    findInitializationErrors, getInitializationErrorString, hashFields, toString

    Methods inherited from class com.google.protobuf.AbstractMessageLite

    addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLite

    toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Field Details

    • PARSED_EXPR_FIELD_NUMBER

      public static final int PARSED_EXPR_FIELD_NUMBER
      See Also:
    • CHECKED_EXPR_FIELD_NUMBER

      public static final int CHECKED_EXPR_FIELD_NUMBER
      See Also:
    • CEL_EXPR_PARSED_FIELD_NUMBER

      public static final int CEL_EXPR_PARSED_FIELD_NUMBER
      See Also:
    • CEL_EXPR_CHECKED_FIELD_NUMBER

      public static final int CEL_EXPR_CHECKED_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

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

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getExprSpecifierCase

      public CelExpression.ExprSpecifierCase getExprSpecifierCase()
      Specified by:
      getExprSpecifierCase in interface CelExpressionOrBuilder
    • hasParsedExpr

      @Deprecated public boolean hasParsedExpr()
      Deprecated.
      xds.type.v3.CelExpression.parsed_expr is deprecated. See xds/type/v3/cel.proto;l=31
       Parsed expression in abstract syntax tree (AST) form.
      
       Deprecated -- use ``cel_expr_parsed`` field instead.
       If ``cel_expr_parsed`` or ``cel_expr_checked`` is set, this field is not used.
       
      .google.api.expr.v1alpha1.ParsedExpr parsed_expr = 1 [deprecated = true];
      Specified by:
      hasParsedExpr in interface CelExpressionOrBuilder
      Returns:
      Whether the parsedExpr field is set.
    • getParsedExpr

      @Deprecated public ParsedExpr getParsedExpr()
      Deprecated.
      xds.type.v3.CelExpression.parsed_expr is deprecated. See xds/type/v3/cel.proto;l=31
       Parsed expression in abstract syntax tree (AST) form.
      
       Deprecated -- use ``cel_expr_parsed`` field instead.
       If ``cel_expr_parsed`` or ``cel_expr_checked`` is set, this field is not used.
       
      .google.api.expr.v1alpha1.ParsedExpr parsed_expr = 1 [deprecated = true];
      Specified by:
      getParsedExpr in interface CelExpressionOrBuilder
      Returns:
      The parsedExpr.
    • getParsedExprOrBuilder

      @Deprecated public ParsedExprOrBuilder getParsedExprOrBuilder()
      Deprecated.
       Parsed expression in abstract syntax tree (AST) form.
      
       Deprecated -- use ``cel_expr_parsed`` field instead.
       If ``cel_expr_parsed`` or ``cel_expr_checked`` is set, this field is not used.
       
      .google.api.expr.v1alpha1.ParsedExpr parsed_expr = 1 [deprecated = true];
      Specified by:
      getParsedExprOrBuilder in interface CelExpressionOrBuilder
    • hasCheckedExpr

      @Deprecated public boolean hasCheckedExpr()
      Deprecated.
      xds.type.v3.CelExpression.checked_expr is deprecated. See xds/type/v3/cel.proto;l=37
       Parsed expression in abstract syntax tree (AST) form that has been successfully type checked.
      
       Deprecated -- use ``cel_expr_checked`` field instead.
       If ``cel_expr_parsed`` or ``cel_expr_checked`` is set, this field is not used.
       
      .google.api.expr.v1alpha1.CheckedExpr checked_expr = 2 [deprecated = true];
      Specified by:
      hasCheckedExpr in interface CelExpressionOrBuilder
      Returns:
      Whether the checkedExpr field is set.
    • getCheckedExpr

      @Deprecated public CheckedExpr getCheckedExpr()
      Deprecated.
      xds.type.v3.CelExpression.checked_expr is deprecated. See xds/type/v3/cel.proto;l=37
       Parsed expression in abstract syntax tree (AST) form that has been successfully type checked.
      
       Deprecated -- use ``cel_expr_checked`` field instead.
       If ``cel_expr_parsed`` or ``cel_expr_checked`` is set, this field is not used.
       
      .google.api.expr.v1alpha1.CheckedExpr checked_expr = 2 [deprecated = true];
      Specified by:
      getCheckedExpr in interface CelExpressionOrBuilder
      Returns:
      The checkedExpr.
    • getCheckedExprOrBuilder

      @Deprecated public CheckedExprOrBuilder getCheckedExprOrBuilder()
      Deprecated.
       Parsed expression in abstract syntax tree (AST) form that has been successfully type checked.
      
       Deprecated -- use ``cel_expr_checked`` field instead.
       If ``cel_expr_parsed`` or ``cel_expr_checked`` is set, this field is not used.
       
      .google.api.expr.v1alpha1.CheckedExpr checked_expr = 2 [deprecated = true];
      Specified by:
      getCheckedExprOrBuilder in interface CelExpressionOrBuilder
    • hasCelExprParsed

      public boolean hasCelExprParsed()
       Parsed expression in abstract syntax tree (AST) form.
      
       If ``cel_expr_checked`` is set, this field is not used.
       
      .cel.expr.ParsedExpr cel_expr_parsed = 3;
      Specified by:
      hasCelExprParsed in interface CelExpressionOrBuilder
      Returns:
      Whether the celExprParsed field is set.
    • getCelExprParsed

      public ParsedExpr getCelExprParsed()
       Parsed expression in abstract syntax tree (AST) form.
      
       If ``cel_expr_checked`` is set, this field is not used.
       
      .cel.expr.ParsedExpr cel_expr_parsed = 3;
      Specified by:
      getCelExprParsed in interface CelExpressionOrBuilder
      Returns:
      The celExprParsed.
    • getCelExprParsedOrBuilder

      public ParsedExprOrBuilder getCelExprParsedOrBuilder()
       Parsed expression in abstract syntax tree (AST) form.
      
       If ``cel_expr_checked`` is set, this field is not used.
       
      .cel.expr.ParsedExpr cel_expr_parsed = 3;
      Specified by:
      getCelExprParsedOrBuilder in interface CelExpressionOrBuilder
    • hasCelExprChecked

      public boolean hasCelExprChecked()
       Parsed expression in abstract syntax tree (AST) form that has been successfully type checked.
      
       If set, takes precedence over ``cel_expr_parsed``.
       
      .cel.expr.CheckedExpr cel_expr_checked = 4;
      Specified by:
      hasCelExprChecked in interface CelExpressionOrBuilder
      Returns:
      Whether the celExprChecked field is set.
    • getCelExprChecked

      public CheckedExpr getCelExprChecked()
       Parsed expression in abstract syntax tree (AST) form that has been successfully type checked.
      
       If set, takes precedence over ``cel_expr_parsed``.
       
      .cel.expr.CheckedExpr cel_expr_checked = 4;
      Specified by:
      getCelExprChecked in interface CelExpressionOrBuilder
      Returns:
      The celExprChecked.
    • getCelExprCheckedOrBuilder

      public CheckedExprOrBuilder getCelExprCheckedOrBuilder()
       Parsed expression in abstract syntax tree (AST) form that has been successfully type checked.
      
       If set, takes precedence over ``cel_expr_parsed``.
       
      .cel.expr.CheckedExpr cel_expr_checked = 4;
      Specified by:
      getCelExprCheckedOrBuilder in interface CelExpressionOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static CelExpression parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CelExpression parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CelExpression parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CelExpression parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CelExpression parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CelExpression parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static CelExpression parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static CelExpression parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static CelExpression parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static CelExpression parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static CelExpression parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static CelExpression parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public CelExpression.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static CelExpression.Builder newBuilder()
    • newBuilder

      public static CelExpression.Builder newBuilder(CelExpression prototype)
    • toBuilder

      public CelExpression.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected CelExpression.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static CelExpression getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<CelExpression> parser()
    • getParserForType

      public com.google.protobuf.Parser<CelExpression> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public CelExpression getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder