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

io.opencensus.proto.trace.v1.ConstantSamplerOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: opencensus/proto/trace/v1/trace_config.proto

package io.opencensus.proto.trace.v1;

public interface ConstantSamplerOrBuilder extends
    // @@protoc_insertion_point(interface_extends:opencensus.proto.trace.v1.ConstantSampler)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .opencensus.proto.trace.v1.ConstantSampler.ConstantDecision decision = 1;
   * @return The enum numeric value on the wire for decision.
   */
  int getDecisionValue();
  /**
   * .opencensus.proto.trace.v1.ConstantSampler.ConstantDecision decision = 1;
   * @return The decision.
   */
  io.opencensus.proto.trace.v1.ConstantSampler.ConstantDecision getDecision();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy