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 Type
    Method
    Description
    com.google.protobuf.Duration
    Frequency at which new configuration updates are queried.
    com.google.protobuf.DurationOrBuilder
    Frequency at which new configuration updates are queried.
    boolean
    Frequency at which new configuration updates are queried.

    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

    • 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;