com.google.api.expr.v1alpha1.EnumValueOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/api/expr/v1alpha1/value.proto
// Protobuf Java Version: 3.25.4
package com.google.api.expr.v1alpha1;
public interface EnumValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.expr.v1alpha1.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();
}