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

cel.dev.expr.conformance.FeatureOrBuilder 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 FeatureOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cel.expr.conformance.Feature)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Name of the feature flag.
   * 
* * string name = 1; * @return The name. */ java.lang.String getName(); /** *
   * Name of the feature flag.
   * 
* * string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * State of the feature flab.
   * 
* * bool enabled = 2; * @return The enabled. */ boolean getEnabled(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy