Uses of Class
io.envoyproxy.envoy.type.v3.Percent
-
-
Uses of Percent in io.envoyproxy.envoy.config.bootstrap.v3
Fields in io.envoyproxy.envoy.config.bootstrap.v3 declared as Percent Modifier and Type Field Description private Percent
Watchdog.Builder. multikillThreshold_
private Percent
Watchdog. multikillThreshold_
Fields in io.envoyproxy.envoy.config.bootstrap.v3 with type parameters of type Percent Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
Watchdog.Builder. multikillThresholdBuilder_
Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return Percent Modifier and Type Method Description Percent
Watchdog.Builder. getMultikillThreshold()
Sets the threshold for ``multikill_timeout`` in terms of the percentage of nonresponsive threads required for the ``multikill_timeout``.Percent
Watchdog. getMultikillThreshold()
Sets the threshold for ``multikill_timeout`` in terms of the percentage of nonresponsive threads required for the ``multikill_timeout``.Percent
WatchdogOrBuilder. getMultikillThreshold()
Sets the threshold for ``multikill_timeout`` in terms of the percentage of nonresponsive threads required for the ``multikill_timeout``.Methods in io.envoyproxy.envoy.config.bootstrap.v3 that return types with arguments of type Percent Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
Watchdog.Builder. getMultikillThresholdFieldBuilder()
Sets the threshold for ``multikill_timeout`` in terms of the percentage of nonresponsive threads required for the ``multikill_timeout``.Methods in io.envoyproxy.envoy.config.bootstrap.v3 with parameters of type Percent Modifier and Type Method Description Watchdog.Builder
Watchdog.Builder. mergeMultikillThreshold(Percent value)
Sets the threshold for ``multikill_timeout`` in terms of the percentage of nonresponsive threads required for the ``multikill_timeout``.Watchdog.Builder
Watchdog.Builder. setMultikillThreshold(Percent value)
Sets the threshold for ``multikill_timeout`` in terms of the percentage of nonresponsive threads required for the ``multikill_timeout``. -
Uses of Percent in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 declared as Percent Modifier and Type Field Description private Percent
CircuitBreakers.Thresholds.RetryBudget. budgetPercent_
private Percent
CircuitBreakers.Thresholds.RetryBudget.Builder. budgetPercent_
private Percent
Cluster.CommonLbConfig.Builder. healthyPanicThreshold_
private Percent
Cluster.CommonLbConfig. healthyPanicThreshold_
private Percent
Cluster.SlowStartConfig.Builder. minWeightPercent_
private Percent
Cluster.SlowStartConfig. minWeightPercent_
private Percent
Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder. routingEnabled_
private Percent
Cluster.CommonLbConfig.ZoneAwareLbConfig. routingEnabled_
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Percent Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
CircuitBreakers.Thresholds.RetryBudget.Builder. budgetPercentBuilder_
private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
Cluster.CommonLbConfig.Builder. healthyPanicThresholdBuilder_
private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
Cluster.SlowStartConfig.Builder. minWeightPercentBuilder_
private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder. routingEnabledBuilder_
Methods in io.envoyproxy.envoy.config.cluster.v3 that return Percent Modifier and Type Method Description Percent
CircuitBreakers.Thresholds.RetryBudget.Builder. getBudgetPercent()
Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.Percent
CircuitBreakers.Thresholds.RetryBudget. getBudgetPercent()
Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.Percent
CircuitBreakers.Thresholds.RetryBudgetOrBuilder. getBudgetPercent()
Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.Percent
Cluster.CommonLbConfig.Builder. getHealthyPanicThreshold()
Configures the :ref:`healthy panic threshold <arch_overview_load_balancing_panic_threshold>`.Percent
Cluster.CommonLbConfig. getHealthyPanicThreshold()
Configures the :ref:`healthy panic threshold <arch_overview_load_balancing_panic_threshold>`.Percent
Cluster.CommonLbConfigOrBuilder. getHealthyPanicThreshold()
Configures the :ref:`healthy panic threshold <arch_overview_load_balancing_panic_threshold>`.Percent
Cluster.SlowStartConfig.Builder. getMinWeightPercent()
Configures the minimum percentage of origin weight that avoids too small new weight, which may cause endpoints in slow start mode receive no traffic in slow start window.Percent
Cluster.SlowStartConfig. getMinWeightPercent()
Configures the minimum percentage of origin weight that avoids too small new weight, which may cause endpoints in slow start mode receive no traffic in slow start window.Percent
Cluster.SlowStartConfigOrBuilder. getMinWeightPercent()
Configures the minimum percentage of origin weight that avoids too small new weight, which may cause endpoints in slow start mode receive no traffic in slow start window.Percent
Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder. getRoutingEnabled()
Configures percentage of requests that will be considered for zone aware routing if zone aware routing is configured.Percent
Cluster.CommonLbConfig.ZoneAwareLbConfig. getRoutingEnabled()
Configures percentage of requests that will be considered for zone aware routing if zone aware routing is configured.Percent
Cluster.CommonLbConfig.ZoneAwareLbConfigOrBuilder. getRoutingEnabled()
Configures percentage of requests that will be considered for zone aware routing if zone aware routing is configured.Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Percent Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
CircuitBreakers.Thresholds.RetryBudget.Builder. getBudgetPercentFieldBuilder()
Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
Cluster.CommonLbConfig.Builder. getHealthyPanicThresholdFieldBuilder()
Configures the :ref:`healthy panic threshold <arch_overview_load_balancing_panic_threshold>`.private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
Cluster.SlowStartConfig.Builder. getMinWeightPercentFieldBuilder()
Configures the minimum percentage of origin weight that avoids too small new weight, which may cause endpoints in slow start mode receive no traffic in slow start window.private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder. getRoutingEnabledFieldBuilder()
Configures percentage of requests that will be considered for zone aware routing if zone aware routing is configured.Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Percent Modifier and Type Method Description CircuitBreakers.Thresholds.RetryBudget.Builder
CircuitBreakers.Thresholds.RetryBudget.Builder. mergeBudgetPercent(Percent value)
Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.Cluster.CommonLbConfig.Builder
Cluster.CommonLbConfig.Builder. mergeHealthyPanicThreshold(Percent value)
Configures the :ref:`healthy panic threshold <arch_overview_load_balancing_panic_threshold>`.Cluster.SlowStartConfig.Builder
Cluster.SlowStartConfig.Builder. mergeMinWeightPercent(Percent value)
Configures the minimum percentage of origin weight that avoids too small new weight, which may cause endpoints in slow start mode receive no traffic in slow start window.Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder
Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder. mergeRoutingEnabled(Percent value)
Configures percentage of requests that will be considered for zone aware routing if zone aware routing is configured.CircuitBreakers.Thresholds.RetryBudget.Builder
CircuitBreakers.Thresholds.RetryBudget.Builder. setBudgetPercent(Percent value)
Specifies the limit on concurrent retries as a percentage of the sum of active requests and active pending requests.Cluster.CommonLbConfig.Builder
Cluster.CommonLbConfig.Builder. setHealthyPanicThreshold(Percent value)
Configures the :ref:`healthy panic threshold <arch_overview_load_balancing_panic_threshold>`.Cluster.SlowStartConfig.Builder
Cluster.SlowStartConfig.Builder. setMinWeightPercent(Percent value)
Configures the minimum percentage of origin weight that avoids too small new weight, which may cause endpoints in slow start mode receive no traffic in slow start window.Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder
Cluster.CommonLbConfig.ZoneAwareLbConfig.Builder. setRoutingEnabled(Percent value)
Configures percentage of requests that will be considered for zone aware routing if zone aware routing is configured. -
Uses of Percent in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 declared as Percent Modifier and Type Field Description private Percent
RuntimePercent.Builder. defaultValue_
private Percent
RuntimePercent. defaultValue_
private Percent
KeepaliveSettings.Builder. intervalJitter_
private Percent
KeepaliveSettings. intervalJitter_
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type Percent Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
RuntimePercent.Builder. defaultValueBuilder_
private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
KeepaliveSettings.Builder. intervalJitterBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return Percent Modifier and Type Method Description Percent
RuntimePercent.Builder. getDefaultValue()
Default value if runtime value is not available.Percent
RuntimePercent. getDefaultValue()
Default value if runtime value is not available.Percent
RuntimePercentOrBuilder. getDefaultValue()
Default value if runtime value is not available.Percent
KeepaliveSettings.Builder. getIntervalJitter()
A random jitter amount as a percentage of interval that will be added to each interval.Percent
KeepaliveSettings. getIntervalJitter()
A random jitter amount as a percentage of interval that will be added to each interval.Percent
KeepaliveSettingsOrBuilder. getIntervalJitter()
A random jitter amount as a percentage of interval that will be added to each interval.Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type Percent Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
RuntimePercent.Builder. getDefaultValueFieldBuilder()
Default value if runtime value is not available.private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
KeepaliveSettings.Builder. getIntervalJitterFieldBuilder()
A random jitter amount as a percentage of interval that will be added to each interval.Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type Percent Modifier and Type Method Description RuntimePercent.Builder
RuntimePercent.Builder. mergeDefaultValue(Percent value)
Default value if runtime value is not available.KeepaliveSettings.Builder
KeepaliveSettings.Builder. mergeIntervalJitter(Percent value)
A random jitter amount as a percentage of interval that will be added to each interval.RuntimePercent.Builder
RuntimePercent.Builder. setDefaultValue(Percent value)
Default value if runtime value is not available.KeepaliveSettings.Builder
KeepaliveSettings.Builder. setIntervalJitter(Percent value)
A random jitter amount as a percentage of interval that will be added to each interval. -
Uses of Percent in io.envoyproxy.envoy.config.overload.v3
Fields in io.envoyproxy.envoy.config.overload.v3 with type parameters of type Percent Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
ScaleTimersOverloadActionConfig.ScaleTimer.Builder. minScaleBuilder_
Methods in io.envoyproxy.envoy.config.overload.v3 that return Percent Modifier and Type Method Description Percent
ScaleTimersOverloadActionConfig.ScaleTimer.Builder. getMinScale()
Sets the minimum duration as a percentage of the maximum value.Percent
ScaleTimersOverloadActionConfig.ScaleTimer. getMinScale()
Sets the minimum duration as a percentage of the maximum value.Percent
ScaleTimersOverloadActionConfig.ScaleTimerOrBuilder. getMinScale()
Sets the minimum duration as a percentage of the maximum value.Methods in io.envoyproxy.envoy.config.overload.v3 that return types with arguments of type Percent Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
ScaleTimersOverloadActionConfig.ScaleTimer.Builder. getMinScaleFieldBuilder()
Sets the minimum duration as a percentage of the maximum value.Methods in io.envoyproxy.envoy.config.overload.v3 with parameters of type Percent Modifier and Type Method Description ScaleTimersOverloadActionConfig.ScaleTimer.Builder
ScaleTimersOverloadActionConfig.ScaleTimer.Builder. mergeMinScale(Percent value)
Sets the minimum duration as a percentage of the maximum value.ScaleTimersOverloadActionConfig.ScaleTimer.Builder
ScaleTimersOverloadActionConfig.ScaleTimer.Builder. setMinScale(Percent value)
Sets the minimum duration as a percentage of the maximum value. -
Uses of Percent in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 declared as Percent Modifier and Type Field Description private Percent
HttpConnectionManager.Tracing.Builder. clientSampling_
private Percent
HttpConnectionManager.Tracing. clientSampling_
private Percent
HttpConnectionManager.Tracing.Builder. overallSampling_
private Percent
HttpConnectionManager.Tracing. overallSampling_
private Percent
HttpConnectionManager.Tracing.Builder. randomSampling_
private Percent
HttpConnectionManager.Tracing. randomSampling_
Fields in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with type parameters of type Percent Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
HttpConnectionManager.Tracing.Builder. clientSamplingBuilder_
private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
HttpConnectionManager.Tracing.Builder. overallSamplingBuilder_
private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
HttpConnectionManager.Tracing.Builder. randomSamplingBuilder_
Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return Percent Modifier and Type Method Description Percent
HttpConnectionManager.Tracing.Builder. getClientSampling()
Target percentage of requests managed by this HTTP connection manager that will be force traced if the :ref:`x-client-trace-id <config_http_conn_man_headers_x-client-trace-id>` header is set.Percent
HttpConnectionManager.Tracing. getClientSampling()
Target percentage of requests managed by this HTTP connection manager that will be force traced if the :ref:`x-client-trace-id <config_http_conn_man_headers_x-client-trace-id>` header is set.Percent
HttpConnectionManager.TracingOrBuilder. getClientSampling()
Target percentage of requests managed by this HTTP connection manager that will be force traced if the :ref:`x-client-trace-id <config_http_conn_man_headers_x-client-trace-id>` header is set.Percent
HttpConnectionManager.Tracing.Builder. getOverallSampling()
Target percentage of requests managed by this HTTP connection manager that will be traced after all other sampling checks have been applied (client-directed, force tracing, random sampling).Percent
HttpConnectionManager.Tracing. getOverallSampling()
Target percentage of requests managed by this HTTP connection manager that will be traced after all other sampling checks have been applied (client-directed, force tracing, random sampling).Percent
HttpConnectionManager.TracingOrBuilder. getOverallSampling()
Target percentage of requests managed by this HTTP connection manager that will be traced after all other sampling checks have been applied (client-directed, force tracing, random sampling).Percent
HttpConnectionManager.Tracing.Builder. getRandomSampling()
Target percentage of requests managed by this HTTP connection manager that will be randomly selected for trace generation, if not requested by the client or not forced.Percent
HttpConnectionManager.Tracing. getRandomSampling()
Target percentage of requests managed by this HTTP connection manager that will be randomly selected for trace generation, if not requested by the client or not forced.Percent
HttpConnectionManager.TracingOrBuilder. getRandomSampling()
Target percentage of requests managed by this HTTP connection manager that will be randomly selected for trace generation, if not requested by the client or not forced.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 that return types with arguments of type Percent Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
HttpConnectionManager.Tracing.Builder. getClientSamplingFieldBuilder()
Target percentage of requests managed by this HTTP connection manager that will be force traced if the :ref:`x-client-trace-id <config_http_conn_man_headers_x-client-trace-id>` header is set.private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
HttpConnectionManager.Tracing.Builder. getOverallSamplingFieldBuilder()
Target percentage of requests managed by this HTTP connection manager that will be traced after all other sampling checks have been applied (client-directed, force tracing, random sampling).private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
HttpConnectionManager.Tracing.Builder. getRandomSamplingFieldBuilder()
Target percentage of requests managed by this HTTP connection manager that will be randomly selected for trace generation, if not requested by the client or not forced.Methods in io.envoyproxy.envoy.extensions.filters.network.http_connection_manager.v3 with parameters of type Percent Modifier and Type Method Description HttpConnectionManager.Tracing.Builder
HttpConnectionManager.Tracing.Builder. mergeClientSampling(Percent value)
Target percentage of requests managed by this HTTP connection manager that will be force traced if the :ref:`x-client-trace-id <config_http_conn_man_headers_x-client-trace-id>` header is set.HttpConnectionManager.Tracing.Builder
HttpConnectionManager.Tracing.Builder. mergeOverallSampling(Percent value)
Target percentage of requests managed by this HTTP connection manager that will be traced after all other sampling checks have been applied (client-directed, force tracing, random sampling).HttpConnectionManager.Tracing.Builder
HttpConnectionManager.Tracing.Builder. mergeRandomSampling(Percent value)
Target percentage of requests managed by this HTTP connection manager that will be randomly selected for trace generation, if not requested by the client or not forced.HttpConnectionManager.Tracing.Builder
HttpConnectionManager.Tracing.Builder. setClientSampling(Percent value)
Target percentage of requests managed by this HTTP connection manager that will be force traced if the :ref:`x-client-trace-id <config_http_conn_man_headers_x-client-trace-id>` header is set.HttpConnectionManager.Tracing.Builder
HttpConnectionManager.Tracing.Builder. setOverallSampling(Percent value)
Target percentage of requests managed by this HTTP connection manager that will be traced after all other sampling checks have been applied (client-directed, force tracing, random sampling).HttpConnectionManager.Tracing.Builder
HttpConnectionManager.Tracing.Builder. setRandomSampling(Percent value)
Target percentage of requests managed by this HTTP connection manager that will be randomly selected for trace generation, if not requested by the client or not forced. -
Uses of Percent in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3
Fields in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3 declared as Percent Modifier and Type Field Description private Percent
SlowStartConfig.Builder. minWeightPercent_
private Percent
SlowStartConfig. minWeightPercent_
private Percent
LocalityLbConfig.ZoneAwareLbConfig.Builder. routingEnabled_
private Percent
LocalityLbConfig.ZoneAwareLbConfig. routingEnabled_
Fields in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3 with type parameters of type Percent Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
SlowStartConfig.Builder. minWeightPercentBuilder_
private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
LocalityLbConfig.ZoneAwareLbConfig.Builder. routingEnabledBuilder_
Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3 that return Percent Modifier and Type Method Description Percent
SlowStartConfig.Builder. getMinWeightPercent()
Configures the minimum percentage of origin weight that avoids too small new weight, which may cause endpoints in slow start mode receive no traffic in slow start window.Percent
SlowStartConfig. getMinWeightPercent()
Configures the minimum percentage of origin weight that avoids too small new weight, which may cause endpoints in slow start mode receive no traffic in slow start window.Percent
SlowStartConfigOrBuilder. getMinWeightPercent()
Configures the minimum percentage of origin weight that avoids too small new weight, which may cause endpoints in slow start mode receive no traffic in slow start window.Percent
LocalityLbConfig.ZoneAwareLbConfig.Builder. getRoutingEnabled()
Configures percentage of requests that will be considered for zone aware routing if zone aware routing is configured.Percent
LocalityLbConfig.ZoneAwareLbConfig. getRoutingEnabled()
Configures percentage of requests that will be considered for zone aware routing if zone aware routing is configured.Percent
LocalityLbConfig.ZoneAwareLbConfigOrBuilder. getRoutingEnabled()
Configures percentage of requests that will be considered for zone aware routing if zone aware routing is configured.Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3 that return types with arguments of type Percent Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
SlowStartConfig.Builder. getMinWeightPercentFieldBuilder()
Configures the minimum percentage of origin weight that avoids too small new weight, which may cause endpoints in slow start mode receive no traffic in slow start window.private com.google.protobuf.SingleFieldBuilder<Percent,Percent.Builder,PercentOrBuilder>
LocalityLbConfig.ZoneAwareLbConfig.Builder. getRoutingEnabledFieldBuilder()
Configures percentage of requests that will be considered for zone aware routing if zone aware routing is configured.Methods in io.envoyproxy.envoy.extensions.load_balancing_policies.common.v3 with parameters of type Percent Modifier and Type Method Description SlowStartConfig.Builder
SlowStartConfig.Builder. mergeMinWeightPercent(Percent value)
Configures the minimum percentage of origin weight that avoids too small new weight, which may cause endpoints in slow start mode receive no traffic in slow start window.LocalityLbConfig.ZoneAwareLbConfig.Builder
LocalityLbConfig.ZoneAwareLbConfig.Builder. mergeRoutingEnabled(Percent value)
Configures percentage of requests that will be considered for zone aware routing if zone aware routing is configured.SlowStartConfig.Builder
SlowStartConfig.Builder. setMinWeightPercent(Percent value)
Configures the minimum percentage of origin weight that avoids too small new weight, which may cause endpoints in slow start mode receive no traffic in slow start window.LocalityLbConfig.ZoneAwareLbConfig.Builder
LocalityLbConfig.ZoneAwareLbConfig.Builder. setRoutingEnabled(Percent value)
Configures percentage of requests that will be considered for zone aware routing if zone aware routing is configured. -
Uses of Percent in io.envoyproxy.envoy.type.v3
Fields in io.envoyproxy.envoy.type.v3 declared as Percent Modifier and Type Field Description private static Percent
Percent. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.type.v3 with type parameters of type Percent Modifier and Type Field Description private static com.google.protobuf.Parser<Percent>
Percent. PARSER
Methods in io.envoyproxy.envoy.type.v3 that return Percent Modifier and Type Method Description Percent
Percent.Builder. build()
Percent
Percent.Builder. buildPartial()
static Percent
Percent. getDefaultInstance()
Percent
Percent.Builder. getDefaultInstanceForType()
Percent
Percent. getDefaultInstanceForType()
static Percent
Percent. parseDelimitedFrom(java.io.InputStream input)
static Percent
Percent. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Percent
Percent. parseFrom(byte[] data)
static Percent
Percent. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Percent
Percent. parseFrom(com.google.protobuf.ByteString data)
static Percent
Percent. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Percent
Percent. parseFrom(com.google.protobuf.CodedInputStream input)
static Percent
Percent. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Percent
Percent. parseFrom(java.io.InputStream input)
static Percent
Percent. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Percent
Percent. parseFrom(java.nio.ByteBuffer data)
static Percent
Percent. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.type.v3 that return types with arguments of type Percent Modifier and Type Method Description com.google.protobuf.Parser<Percent>
Percent. getParserForType()
static com.google.protobuf.Parser<Percent>
Percent. parser()
Methods in io.envoyproxy.envoy.type.v3 with parameters of type Percent Modifier and Type Method Description private void
Percent.Builder. buildPartial0(Percent result)
Percent.Builder
Percent.Builder. mergeFrom(Percent other)
static Percent.Builder
Percent. newBuilder(Percent prototype)
-