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

io.envoyproxy.envoy.config.metrics.v2.StatsSinkOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/config/metrics/v2/stats.proto

package io.envoyproxy.envoy.config.metrics.v2;

public interface StatsSinkOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.metrics.v2.StatsSink)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The name of the stats sink to instantiate. The name must match a supported
   * stats sink. The built-in stats sinks are:
   * * :ref:`envoy.stat_sinks.statsd <envoy_api_msg_config.metrics.v2.StatsdSink>`
   * * :ref:`envoy.stat_sinks.dog_statsd <envoy_api_msg_config.metrics.v2.DogStatsdSink>`
   * * :ref:`envoy.stat_sinks.metrics_service <envoy_api_msg_config.metrics.v2.MetricsServiceConfig>`
   * * :ref:`envoy.stat_sinks.hystrix <envoy_api_msg_config.metrics.v2.HystrixSink>`
   * Sinks optionally support tagged/multiple dimensional metrics.
   * 
* * string name = 1; * @return The name. */ java.lang.String getName(); /** *
   * The name of the stats sink to instantiate. The name must match a supported
   * stats sink. The built-in stats sinks are:
   * * :ref:`envoy.stat_sinks.statsd <envoy_api_msg_config.metrics.v2.StatsdSink>`
   * * :ref:`envoy.stat_sinks.dog_statsd <envoy_api_msg_config.metrics.v2.DogStatsdSink>`
   * * :ref:`envoy.stat_sinks.metrics_service <envoy_api_msg_config.metrics.v2.MetricsServiceConfig>`
   * * :ref:`envoy.stat_sinks.hystrix <envoy_api_msg_config.metrics.v2.HystrixSink>`
   * Sinks optionally support tagged/multiple dimensional metrics.
   * 
* * string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** * .google.protobuf.Struct config = 2 [deprecated = true]; * @deprecated envoy.config.metrics.v2.StatsSink.config is deprecated. * See envoy/config/metrics/v2/stats.proto;l=39 * @return Whether the config field is set. */ @java.lang.Deprecated boolean hasConfig(); /** * .google.protobuf.Struct config = 2 [deprecated = true]; * @deprecated envoy.config.metrics.v2.StatsSink.config is deprecated. * See envoy/config/metrics/v2/stats.proto;l=39 * @return The config. */ @java.lang.Deprecated com.google.protobuf.Struct getConfig(); /** * .google.protobuf.Struct config = 2 [deprecated = true]; */ @java.lang.Deprecated com.google.protobuf.StructOrBuilder getConfigOrBuilder(); /** * .google.protobuf.Any typed_config = 3; * @return Whether the typedConfig field is set. */ boolean hasTypedConfig(); /** * .google.protobuf.Any typed_config = 3; * @return The typedConfig. */ com.google.protobuf.Any getTypedConfig(); /** * .google.protobuf.Any typed_config = 3; */ com.google.protobuf.AnyOrBuilder getTypedConfigOrBuilder(); public io.envoyproxy.envoy.config.metrics.v2.StatsSink.ConfigTypeCase getConfigTypeCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy