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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddressgetAddress()The UDP address of a running DogStatsD compliant listener.AddressOrBuildergetAddressOrBuilder()The UDP address of a running DogStatsD compliant listener.DogStatsdSink.DogStatsdSpecifierCasegetDogStatsdSpecifierCase()StringgetPrefix()Optional custom metric name prefix.com.google.protobuf.ByteStringgetPrefixBytes()Optional custom metric name prefix.booleanhasAddress()The UDP address of a running DogStatsD compliant listener.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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()
-
-