Interface DatadogRemoteConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DatadogRemoteConfig,DatadogRemoteConfig.Builder
public interface DatadogRemoteConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.DurationFrequency at which new configuration updates are queried.com.google.protobuf.DurationOrBuilderFrequency at which new configuration updates are queried.booleanFrequency at which new configuration updates are queried.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPollingInterval
boolean hasPollingInterval()Frequency at which new configuration updates are queried. If no value is provided, the default value is delegated to the Datadog tracing library.
.google.protobuf.Duration polling_interval = 1;- Returns:
- Whether the pollingInterval field is set.
-
getPollingInterval
com.google.protobuf.Duration getPollingInterval()Frequency at which new configuration updates are queried. If no value is provided, the default value is delegated to the Datadog tracing library.
.google.protobuf.Duration polling_interval = 1;- Returns:
- The pollingInterval.
-
getPollingIntervalOrBuilder
com.google.protobuf.DurationOrBuilder getPollingIntervalOrBuilder()Frequency at which new configuration updates are queried. If no value is provided, the default value is delegated to the Datadog tracing library.
.google.protobuf.Duration polling_interval = 1;
-