
dev.cel.expr.EnumValueOrBuilder Maven / Gradle / Ivy
// 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 - 2025 Weber Informatics LLC | Privacy Policy