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

io.envoyproxy.envoy.extensions.tracers.opentelemetry.samplers.v3.CELSamplerConfigOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/extensions/tracers/opentelemetry/samplers/v3/cel_sampler.proto

// Protobuf Java Version: 3.25.1
package io.envoyproxy.envoy.extensions.tracers.opentelemetry.samplers.v3;

public interface CELSamplerConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.extensions.tracers.opentelemetry.samplers.v3.CELSamplerConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Expression that, when evaluated, will be used to make sample decision.
   * 
* * .xds.type.v3.CelExpression expression = 1 [(.xds.annotations.v3.field_status) = { ... } * @return Whether the expression field is set. */ boolean hasExpression(); /** *
   * Expression that, when evaluated, will be used to make sample decision.
   * 
* * .xds.type.v3.CelExpression expression = 1 [(.xds.annotations.v3.field_status) = { ... } * @return The expression. */ com.github.xds.type.v3.CelExpression getExpression(); /** *
   * Expression that, when evaluated, will be used to make sample decision.
   * 
* * .xds.type.v3.CelExpression expression = 1 [(.xds.annotations.v3.field_status) = { ... } */ com.github.xds.type.v3.CelExpressionOrBuilder getExpressionOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy