Package dev.cel.expr.conformance.test
Interface BindingsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Bindings,Bindings.Builder
public interface BindingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsValues(String key) A map representing a variable binding where the key is the name of the input variable.Deprecated.intA map representing a variable binding where the key is the name of the input variable.A map representing a variable binding where the key is the name of the input variable.getValuesOrDefault(String key, InputValue defaultValue) A map representing a variable binding where the key is the name of the input variable.getValuesOrThrow(String key) A map representing a variable binding where the key is the name of the input variable.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getValuesCount
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; -
containsValues
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; -
getValues
Deprecated.UsegetValuesMap()instead. -
getValuesMap
Map<String,InputValue> 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; -
getValuesOrDefault
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; -
getValuesOrThrow
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;
-