Package dev.cel.expr

Class SourceInfo.Extension

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
dev.cel.expr.SourceInfo.Extension
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, SourceInfo.ExtensionOrBuilder, 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:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • bitField0_

      private int bitField0_
    • ID_FIELD_NUMBER

      public static final int ID_FIELD_NUMBER
      See Also:
    • id_

      private volatile Object id_
    • AFFECTED_COMPONENTS_FIELD_NUMBER

      public static final int AFFECTED_COMPONENTS_FIELD_NUMBER
      See Also:
    • 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
    • VERSION_FIELD_NUMBER

      public static final int VERSION_FIELD_NUMBER
      See Also:
    • version_

      private SourceInfo.Extension.Version version_
    • memoizedIsInitialized

      private byte memoizedIsInitialized
    • DEFAULT_INSTANCE

      private static final SourceInfo.Extension DEFAULT_INSTANCE
    • PARSER

      private static final com.google.protobuf.Parser<SourceInfo.Extension> PARSER
  • Constructor Details

    • Extension

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

      private Extension()
  • Method Details

    • 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 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 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 List<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.
    • getVersion

      public SourceInfo.Extension.Version getVersion()
       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:
      getVersion in interface SourceInfo.ExtensionOrBuilder
      Returns:
      The version.
    • getVersionOrBuilder

      public SourceInfo.Extension.VersionOrBuilder getVersionOrBuilder()
       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:
      getVersionOrBuilder in interface SourceInfo.ExtensionOrBuilder
    • 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 SourceInfo.Extension parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static SourceInfo.Extension parseFrom(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(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

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

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

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

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

      public static SourceInfo.Extension parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      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
    • newBuilder

      public static SourceInfo.Extension.Builder newBuilder()
    • newBuilder

      public static SourceInfo.Extension.Builder newBuilder(SourceInfo.Extension prototype)
    • 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
    • getDefaultInstance

      public static SourceInfo.Extension getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<SourceInfo.Extension> parser()
    • 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