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 Type
    Method
    Description
    boolean
    A map representing a variable binding where the key is the name of the input variable.
    Deprecated.
    int
    A 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.
    A map representing a variable binding where the key is the name of the input variable.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      boolean containsValues(String key)
       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.
      Use getValuesMap() 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

      InputValue getValuesOrDefault(String key, 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;
    • getValuesOrThrow

      InputValue getValuesOrThrow(String key)
       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;