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

io.envoyproxy.envoy.config.metrics.v3alpha.DogStatsdSinkOrBuilder 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/v3alpha/stats.proto

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

public interface DogStatsdSinkOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.metrics.v3alpha.DogStatsdSink)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The UDP address of a running DogStatsD compliant listener. If specified,
   * statistics will be flushed to this address.
   * 
* * .envoy.api.v3alpha.core.Address address = 1; */ boolean hasAddress(); /** *
   * The UDP address of a running DogStatsD compliant listener. If specified,
   * statistics will be flushed to this address.
   * 
* * .envoy.api.v3alpha.core.Address address = 1; */ io.envoyproxy.envoy.api.v3alpha.core.Address getAddress(); /** *
   * The UDP address of a running DogStatsD compliant listener. If specified,
   * statistics will be flushed to this address.
   * 
* * .envoy.api.v3alpha.core.Address address = 1; */ io.envoyproxy.envoy.api.v3alpha.core.AddressOrBuilder getAddressOrBuilder(); /** *
   * Optional custom metric name prefix. See :ref:`StatsdSink's prefix field
   * <envoy_api_field_config.metrics.v3alpha.StatsdSink.prefix>` for more details.
   * 
* * string prefix = 3; */ java.lang.String getPrefix(); /** *
   * Optional custom metric name prefix. See :ref:`StatsdSink's prefix field
   * <envoy_api_field_config.metrics.v3alpha.StatsdSink.prefix>` for more details.
   * 
* * string prefix = 3; */ com.google.protobuf.ByteString getPrefixBytes(); public io.envoyproxy.envoy.config.metrics.v3alpha.DogStatsdSink.DogStatsdSpecifierCase getDogStatsdSpecifierCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy