All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cel.dev.expr.conformance.ValidatorOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: cel/expr/conformance/env_config.proto

// Protobuf Java Version: 3.25.1
package cel.dev.expr.conformance;

public interface ValidatorOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cel.expr.conformance.Validator)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string name = 1;
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 1;
   * @return The bytes for name.
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * 
   * Additional configurations to be included as part of the validation
   * 
* * map<string, .google.protobuf.Value> config = 2; */ int getConfigCount(); /** *
   * Additional configurations to be included as part of the validation
   * 
* * map<string, .google.protobuf.Value> config = 2; */ boolean containsConfig( java.lang.String key); /** * Use {@link #getConfigMap()} instead. */ @java.lang.Deprecated java.util.Map getConfig(); /** *
   * Additional configurations to be included as part of the validation
   * 
* * map<string, .google.protobuf.Value> config = 2; */ java.util.Map getConfigMap(); /** *
   * Additional configurations to be included as part of the validation
   * 
* * map<string, .google.protobuf.Value> config = 2; */ /* nullable */ com.google.protobuf.Value getConfigOrDefault( java.lang.String key, /* nullable */ com.google.protobuf.Value defaultValue); /** *
   * Additional configurations to be included as part of the validation
   * 
* * map<string, .google.protobuf.Value> config = 2; */ com.google.protobuf.Value getConfigOrThrow( java.lang.String key); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy