All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dev.cel.expr.EnumValueOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.7.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: cel/expr/value.proto

package dev.cel.expr;

public interface EnumValueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cel.expr.EnumValue)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The fully qualified name of the enum type.
   * 
* * string type = 1; * @return The type. */ java.lang.String getType(); /** *
   * The fully qualified name of the enum type.
   * 
* * string type = 1; * @return The bytes for type. */ com.google.protobuf.ByteString getTypeBytes(); /** *
   * The value of the enum.
   * 
* * int32 value = 2; * @return The value. */ int getValue(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy