
dev.cel.expr.conformance.test.BindingsOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: cel/expr/conformance/test/suite.proto
// Protobuf Java Version: 3.25.1
package dev.cel.expr.conformance.test;
public interface BindingsOrBuilder extends
// @@protoc_insertion_point(interface_extends:cel.expr.conformance.test.Bindings)
com.google.protobuf.MessageOrBuilder {
/**
*
* A map representing a variable binding where the key is the name of the
* input variable.
*
*
* map<string, .cel.expr.conformance.test.InputValue> values = 1;
*/
int getValuesCount();
/**
*
* A map representing a variable binding where the key is the name of the
* input variable.
*
*
* map<string, .cel.expr.conformance.test.InputValue> values = 1;
*/
boolean containsValues(
java.lang.String key);
/**
* Use {@link #getValuesMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getValues();
/**
*
* A map representing a variable binding where the key is the name of the
* input variable.
*
*
* map<string, .cel.expr.conformance.test.InputValue> values = 1;
*/
java.util.Map
getValuesMap();
/**
*
* A map representing a variable binding where the key is the name of the
* input variable.
*
*
* map<string, .cel.expr.conformance.test.InputValue> values = 1;
*/
/* nullable */
dev.cel.expr.conformance.test.InputValue getValuesOrDefault(
java.lang.String key,
/* nullable */
dev.cel.expr.conformance.test.InputValue defaultValue);
/**
*
* A map representing a variable binding where the key is the name of the
* input variable.
*
*
* map<string, .cel.expr.conformance.test.InputValue> values = 1;
*/
dev.cel.expr.conformance.test.InputValue getValuesOrThrow(
java.lang.String key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy