io.envoyproxy.envoy.api.v2.cluster.CircuitBreakerProto Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/api/v2/cluster/circuit_breaker.proto
package io.envoyproxy.envoy.api.v2.cluster;
public final class CircuitBreakerProto {
private CircuitBreakerProto() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
static final com.google.protobuf.Descriptors.Descriptor
internal_static_envoy_api_v2_cluster_CircuitBreakers_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_envoy_api_v2_cluster_CircuitBreakers_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_envoy_api_v2_cluster_CircuitBreakers_Thresholds_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_envoy_api_v2_cluster_CircuitBreakers_Thresholds_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_envoy_api_v2_cluster_CircuitBreakers_Thresholds_RetryBudget_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_envoy_api_v2_cluster_CircuitBreakers_Thresholds_RetryBudget_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n*envoy/api/v2/cluster/circuit_breaker.p" +
"roto\022\024envoy.api.v2.cluster\032\034envoy/api/v2" +
"/core/base.proto\032\030envoy/type/percent.pro" +
"to\032\036google/protobuf/wrappers.proto\032\036udpa" +
"/annotations/migrate.proto\032\035udpa/annotat" +
"ions/status.proto\032\027validate/validate.pro" +
"to\"\242\005\n\017CircuitBreakers\022D\n\nthresholds\030\001 \003" +
"(\01320.envoy.api.v2.cluster.CircuitBreaker" +
"s.Thresholds\032\310\004\n\nThresholds\022>\n\010priority\030" +
"\001 \001(\0162\".envoy.api.v2.core.RoutingPriorit" +
"yB\010\372B\005\202\001\002\020\001\0225\n\017max_connections\030\002 \001(\0132\034.g" +
"oogle.protobuf.UInt32Value\022:\n\024max_pendin" +
"g_requests\030\003 \001(\0132\034.google.protobuf.UInt3" +
"2Value\0222\n\014max_requests\030\004 \001(\0132\034.google.pr" +
"otobuf.UInt32Value\0221\n\013max_retries\030\005 \001(\0132" +
"\034.google.protobuf.UInt32Value\022R\n\014retry_b" +
"udget\030\010 \001(\0132<.envoy.api.v2.cluster.Circu" +
"itBreakers.Thresholds.RetryBudget\022\027\n\017tra" +
"ck_remaining\030\006 \001(\010\022:\n\024max_connection_poo" +
"ls\030\007 \001(\0132\034.google.protobuf.UInt32Value\032w" +
"\n\013RetryBudget\022+\n\016budget_percent\030\001 \001(\0132\023." +
"envoy.type.Percent\022;\n\025min_retry_concurre" +
"ncy\030\002 \001(\0132\034.google.protobuf.UInt32ValueB" +
"\324\001\n\"io.envoyproxy.envoy.api.v2.clusterB\023" +
"CircuitBreakerProtoP\001Z;github.com/envoyp" +
"roxy/go-control-plane/envoy/api/v2/clust" +
"er\252\002\026Envoy.Api.V2.ClusterNS\352\002\031Envoy::Api" +
"::V2::ClusterNS\362\230\376\217\005\031\022\027envoy.config.clus" +
"ter.v3\272\200\310\321\006\002\020\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
io.envoyproxy.envoy.api.v2.core.BaseProto.getDescriptor(),
io.envoyproxy.envoy.type.PercentProto.getDescriptor(),
com.google.protobuf.WrappersProto.getDescriptor(),
udpa.annotations.Migrate.getDescriptor(),
udpa.annotations.Status.getDescriptor(),
io.envoyproxy.pgv.validate.Validate.getDescriptor(),
});
internal_static_envoy_api_v2_cluster_CircuitBreakers_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_envoy_api_v2_cluster_CircuitBreakers_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_envoy_api_v2_cluster_CircuitBreakers_descriptor,
new java.lang.String[] { "Thresholds", });
internal_static_envoy_api_v2_cluster_CircuitBreakers_Thresholds_descriptor =
internal_static_envoy_api_v2_cluster_CircuitBreakers_descriptor.getNestedTypes().get(0);
internal_static_envoy_api_v2_cluster_CircuitBreakers_Thresholds_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_envoy_api_v2_cluster_CircuitBreakers_Thresholds_descriptor,
new java.lang.String[] { "Priority", "MaxConnections", "MaxPendingRequests", "MaxRequests", "MaxRetries", "RetryBudget", "TrackRemaining", "MaxConnectionPools", });
internal_static_envoy_api_v2_cluster_CircuitBreakers_Thresholds_RetryBudget_descriptor =
internal_static_envoy_api_v2_cluster_CircuitBreakers_Thresholds_descriptor.getNestedTypes().get(0);
internal_static_envoy_api_v2_cluster_CircuitBreakers_Thresholds_RetryBudget_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_envoy_api_v2_cluster_CircuitBreakers_Thresholds_RetryBudget_descriptor,
new java.lang.String[] { "BudgetPercent", "MinRetryConcurrency", });
com.google.protobuf.ExtensionRegistry registry =
com.google.protobuf.ExtensionRegistry.newInstance();
registry.add(udpa.annotations.Migrate.fileMigrate);
registry.add(udpa.annotations.Status.fileStatus);
registry.add(io.envoyproxy.pgv.validate.Validate.rules);
com.google.protobuf.Descriptors.FileDescriptor
.internalUpdateFileDescriptor(descriptor, registry);
io.envoyproxy.envoy.api.v2.core.BaseProto.getDescriptor();
io.envoyproxy.envoy.type.PercentProto.getDescriptor();
com.google.protobuf.WrappersProto.getDescriptor();
udpa.annotations.Migrate.getDescriptor();
udpa.annotations.Status.getDescriptor();
io.envoyproxy.pgv.validate.Validate.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}