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

io.envoyproxy.envoy.extensions.watchdog.profile_action.v3.ProfileActionConfigOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/extensions/watchdog/profile_action/v3/profile_action.proto

package io.envoyproxy.envoy.extensions.watchdog.profile_action.v3;

public interface ProfileActionConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.extensions.watchdog.profile_action.v3.ProfileActionConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * How long the profile should last. If not set defaults to 5 seconds.
   * 
* * .google.protobuf.Duration profile_duration = 1; * @return Whether the profileDuration field is set. */ boolean hasProfileDuration(); /** *
   * How long the profile should last. If not set defaults to 5 seconds.
   * 
* * .google.protobuf.Duration profile_duration = 1; * @return The profileDuration. */ com.google.protobuf.Duration getProfileDuration(); /** *
   * How long the profile should last. If not set defaults to 5 seconds.
   * 
* * .google.protobuf.Duration profile_duration = 1; */ com.google.protobuf.DurationOrBuilder getProfileDurationOrBuilder(); /** *
   * File path to the directory to output profiles.
   * 
* * string profile_path = 2 [(.validate.rules) = { ... } * @return The profilePath. */ java.lang.String getProfilePath(); /** *
   * File path to the directory to output profiles.
   * 
* * string profile_path = 2 [(.validate.rules) = { ... } * @return The bytes for profilePath. */ com.google.protobuf.ByteString getProfilePathBytes(); /** *
   * Limits the max number of profiles that can be generated by this action
   * over its lifetime to avoid filling the disk.
   * If not set (i.e. it's 0), a default of 10 will be used.
   * 
* * uint64 max_profiles = 3; * @return The maxProfiles. */ long getMaxProfiles(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy