Package dev.cel.expr

Class SourceInfo.Extension

  • All Implemented Interfaces:
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, SourceInfo.ExtensionOrBuilder, java.io.Serializable
    Enclosing class:
    SourceInfo

    public static final class SourceInfo.Extension
    extends com.google.protobuf.GeneratedMessage
    implements SourceInfo.ExtensionOrBuilder
     An extension that was requested for the source expression.
     
    Protobuf type cel.expr.SourceInfo.Extension
    See Also:
    Serialized Form
    • Field Detail

      • bitField0_

        private int bitField0_
      • id_

        private volatile java.lang.Object id_
      • AFFECTED_COMPONENTS_FIELD_NUMBER

        public static final int AFFECTED_COMPONENTS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • affectedComponents_

        private com.google.protobuf.Internal.IntList affectedComponents_
      • affectedComponents_converter_

        private static final com.google.protobuf.Internal.IntListAdapter.IntConverter<SourceInfo.Extension.Component> affectedComponents_converter_
      • affectedComponentsMemoizedSerializedSize

        private int affectedComponentsMemoizedSerializedSize
      • memoizedIsInitialized

        private byte memoizedIsInitialized
    • Constructor Detail

      • Extension

        private Extension​(com.google.protobuf.GeneratedMessage.Builder<?> builder)
      • Extension

        private Extension()
    • Method Detail

      • getDescriptor

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

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

        public java.lang.String getId()
         Identifier for the extension. Example: constant_folding
         
        string id = 1;
        Specified by:
        getId in interface SourceInfo.ExtensionOrBuilder
        Returns:
        The id.
      • getIdBytes

        public com.google.protobuf.ByteString getIdBytes()
         Identifier for the extension. Example: constant_folding
         
        string id = 1;
        Specified by:
        getIdBytes in interface SourceInfo.ExtensionOrBuilder
        Returns:
        The bytes for id.
      • getAffectedComponentsList

        public java.util.List<SourceInfo.Extension.Component> getAffectedComponentsList()
         If set, the listed components must understand the extension for the
         expression to evaluate correctly.
        
         This field has set semantics, repeated values should be deduplicated.
         
        repeated .cel.expr.SourceInfo.Extension.Component affected_components = 2;
        Specified by:
        getAffectedComponentsList in interface SourceInfo.ExtensionOrBuilder
        Returns:
        A list containing the affectedComponents.
      • getAffectedComponentsCount

        public int getAffectedComponentsCount()
         If set, the listed components must understand the extension for the
         expression to evaluate correctly.
        
         This field has set semantics, repeated values should be deduplicated.
         
        repeated .cel.expr.SourceInfo.Extension.Component affected_components = 2;
        Specified by:
        getAffectedComponentsCount in interface SourceInfo.ExtensionOrBuilder
        Returns:
        The count of affectedComponents.
      • getAffectedComponents

        public SourceInfo.Extension.Component getAffectedComponents​(int index)
         If set, the listed components must understand the extension for the
         expression to evaluate correctly.
        
         This field has set semantics, repeated values should be deduplicated.
         
        repeated .cel.expr.SourceInfo.Extension.Component affected_components = 2;
        Specified by:
        getAffectedComponents in interface SourceInfo.ExtensionOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The affectedComponents at the given index.
      • getAffectedComponentsValueList

        public java.util.List<java.lang.Integer> getAffectedComponentsValueList()
         If set, the listed components must understand the extension for the
         expression to evaluate correctly.
        
         This field has set semantics, repeated values should be deduplicated.
         
        repeated .cel.expr.SourceInfo.Extension.Component affected_components = 2;
        Specified by:
        getAffectedComponentsValueList in interface SourceInfo.ExtensionOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for affectedComponents.
      • getAffectedComponentsValue

        public int getAffectedComponentsValue​(int index)
         If set, the listed components must understand the extension for the
         expression to evaluate correctly.
        
         This field has set semantics, repeated values should be deduplicated.
         
        repeated .cel.expr.SourceInfo.Extension.Component affected_components = 2;
        Specified by:
        getAffectedComponentsValue in interface SourceInfo.ExtensionOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of affectedComponents at the given index.
      • hasVersion

        public boolean hasVersion()
         Version info. May be skipped if it isn't meaningful for the extension.
         (for example constant_folding might always be v0.0).
         
        .cel.expr.SourceInfo.Extension.Version version = 3;
        Specified by:
        hasVersion in interface SourceInfo.ExtensionOrBuilder
        Returns:
        Whether the version field is set.
      • 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 java.io.IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessage
        Throws:
        java.io.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​(java.lang.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 SourceInfo.Extension parseFrom​(java.nio.ByteBuffer data)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SourceInfo.Extension parseFrom​(java.nio.ByteBuffer data,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

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

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

        public static SourceInfo.Extension parseFrom​(java.io.InputStream input)
                                              throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static SourceInfo.Extension parseFrom​(java.io.InputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static SourceInfo.Extension parseDelimitedFrom​(java.io.InputStream input)
                                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static SourceInfo.Extension parseDelimitedFrom​(java.io.InputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static SourceInfo.Extension parseFrom​(com.google.protobuf.CodedInputStream input)
                                              throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static SourceInfo.Extension parseFrom​(com.google.protobuf.CodedInputStream input,
                                                     com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                              throws java.io.IOException
        Throws:
        java.io.IOException
      • newBuilderForType

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

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

        protected SourceInfo.Extension.Builder newBuilderForType​(com.google.protobuf.AbstractMessage.BuilderParent parent)
        Overrides:
        newBuilderForType in class com.google.protobuf.AbstractMessage
      • getParserForType

        public com.google.protobuf.Parser<SourceInfo.Extension> 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 SourceInfo.Extension getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder