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

io.envoyproxy.envoy.config.trace.v3.DatadogRemoteConfigOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/config/trace/v3/datadog.proto

// Protobuf Java Version: 3.25.5
package io.envoyproxy.envoy.config.trace.v3;

public interface DatadogRemoteConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.trace.v3.DatadogRemoteConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 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; * @return Whether the pollingInterval field is set. */ 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; * @return The pollingInterval. */ 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; */ com.google.protobuf.DurationOrBuilder getPollingIntervalOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy