io.envoyproxy.envoy.config.metrics.v3.StatsSinkOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/config/metrics/v3/stats.proto
// Protobuf Java Version: 3.25.5
package io.envoyproxy.envoy.config.metrics.v3;
public interface StatsSinkOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.config.metrics.v3.StatsSink)
com.google.protobuf.MessageOrBuilder {
/**
*
* The name of the stats sink to instantiate. The name must match a supported
* stats sink.
* See the :ref:`extensions listed in typed_config below <extension_category_envoy.stats_sinks>` for the default list of available stats sink.
* 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.
* See the :ref:`extensions listed in typed_config below <extension_category_envoy.stats_sinks>` for the default list of available stats sink.
* Sinks optionally support tagged/multiple dimensional metrics.
*
*
* string name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* .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();
io.envoyproxy.envoy.config.metrics.v3.StatsSink.ConfigTypeCase getConfigTypeCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy