Interface DogStatsdSinkOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DogStatsdSink, DogStatsdSink.Builder

public interface DogStatsdSinkOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The UDP address of a running DogStatsD compliant listener.
    The UDP address of a running DogStatsD compliant listener.
     
    Optional custom metric name prefix.
    com.google.protobuf.ByteString
    Optional custom metric name prefix.
    boolean
    The UDP address of a running DogStatsD compliant listener.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasAddress

      boolean hasAddress()
       The UDP address of a running DogStatsD compliant listener. If specified,
       statistics will be flushed to this address.
       
      .envoy.api.v2.core.Address address = 1;
      Returns:
      Whether the address field is set.
    • getAddress

      Address getAddress()
       The UDP address of a running DogStatsD compliant listener. If specified,
       statistics will be flushed to this address.
       
      .envoy.api.v2.core.Address address = 1;
      Returns:
      The address.
    • getAddressOrBuilder

      AddressOrBuilder getAddressOrBuilder()
       The UDP address of a running DogStatsD compliant listener. If specified,
       statistics will be flushed to this address.
       
      .envoy.api.v2.core.Address address = 1;
    • getPrefix

      String getPrefix()
       Optional custom metric name prefix. See :ref:`StatsdSink's prefix field
       <envoy_api_field_config.metrics.v2.StatsdSink.prefix>` for more details.
       
      string prefix = 3;
      Returns:
      The prefix.
    • getPrefixBytes

      com.google.protobuf.ByteString getPrefixBytes()
       Optional custom metric name prefix. See :ref:`StatsdSink's prefix field
       <envoy_api_field_config.metrics.v2.StatsdSink.prefix>` for more details.
       
      string prefix = 3;
      Returns:
      The bytes for prefix.
    • getDogStatsdSpecifierCase

      DogStatsdSink.DogStatsdSpecifierCase getDogStatsdSpecifierCase()