All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
io.envoyproxy.envoy.config.metrics.v3alpha.StatsProto Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/config/metrics/v3alpha/stats.proto
package io.envoyproxy.envoy.config.metrics.v3alpha;
public final class StatsProto {
private StatsProto() {}
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_config_metrics_v3alpha_StatsSink_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_envoy_config_metrics_v3alpha_StatsSink_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_envoy_config_metrics_v3alpha_StatsConfig_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_envoy_config_metrics_v3alpha_StatsConfig_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_envoy_config_metrics_v3alpha_StatsMatcher_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_envoy_config_metrics_v3alpha_StatsMatcher_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_envoy_config_metrics_v3alpha_TagSpecifier_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_envoy_config_metrics_v3alpha_TagSpecifier_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_envoy_config_metrics_v3alpha_StatsdSink_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_envoy_config_metrics_v3alpha_StatsdSink_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_envoy_config_metrics_v3alpha_DogStatsdSink_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_envoy_config_metrics_v3alpha_DogStatsdSink_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_envoy_config_metrics_v3alpha_HystrixSink_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_envoy_config_metrics_v3alpha_HystrixSink_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/config/metrics/v3alpha/stats.pro" +
"to\022\034envoy.config.metrics.v3alpha\032$envoy/" +
"api/v3alpha/core/address.proto\032\037envoy/ty" +
"pe/matcher/string.proto\032\031google/protobuf" +
"/any.proto\032\034google/protobuf/struct.proto" +
"\032\036google/protobuf/wrappers.proto\032\027valida" +
"te/validate.proto\"\201\001\n\tStatsSink\022\014\n\004name\030" +
"\001 \001(\t\022)\n\006config\030\002 \001(\0132\027.google.protobuf." +
"StructH\000\022,\n\014typed_config\030\003 \001(\0132\024.google." +
"protobuf.AnyH\000B\r\n\013config_type\"\312\001\n\013StatsC" +
"onfig\022>\n\nstats_tags\030\001 \003(\0132*.envoy.config" +
".metrics.v3alpha.TagSpecifier\0228\n\024use_all" +
"_default_tags\030\002 \001(\0132\032.google.protobuf.Bo" +
"olValue\022A\n\rstats_matcher\030\003 \001(\0132*.envoy.c" +
"onfig.metrics.v3alpha.StatsMatcher\"\276\001\n\014S" +
"tatsMatcher\022\024\n\nreject_all\030\001 \001(\010H\000\022?\n\016exc" +
"lusion_list\030\002 \001(\0132%.envoy.type.matcher.L" +
"istStringMatcherH\000\022?\n\016inclusion_list\030\003 \001" +
"(\0132%.envoy.type.matcher.ListStringMatche" +
"rH\000B\026\n\rstats_matcher\022\005\270\351\300\003\001\"a\n\014TagSpecif" +
"ier\022\020\n\010tag_name\030\001 \001(\t\022\033\n\005regex\030\002 \001(\tB\n\272\351" +
"\300\003\005r\003(\200\010H\000\022\025\n\013fixed_value\030\003 \001(\tH\000B\013\n\ttag" +
"_value\"\207\001\n\nStatsdSink\0222\n\007address\030\001 \001(\0132\037" +
".envoy.api.v3alpha.core.AddressH\000\022\032\n\020tcp" +
"_cluster_name\030\002 \001(\tH\000\022\016\n\006prefix\030\003 \001(\tB\031\n" +
"\020statsd_specifier\022\005\270\351\300\003\001\"x\n\rDogStatsdSin" +
"k\0222\n\007address\030\001 \001(\0132\037.envoy.api.v3alpha.c" +
"ore.AddressH\000\022\016\n\006prefix\030\003 \001(\tB\035\n\024dog_sta" +
"tsd_specifier\022\005\270\351\300\003\001J\004\010\002\020\003\"\"\n\013HystrixSin" +
"k\022\023\n\013num_buckets\030\001 \001(\003B:\n*io.envoyproxy." +
"envoy.config.metrics.v3alphaB\nStatsProto" +
"P\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
io.envoyproxy.envoy.api.v3alpha.core.AddressProto.getDescriptor(),
io.envoyproxy.envoy.type.matcher.StringProto.getDescriptor(),
com.google.protobuf.AnyProto.getDescriptor(),
com.google.protobuf.StructProto.getDescriptor(),
com.google.protobuf.WrappersProto.getDescriptor(),
com.lyft.pgv.validate.Validate.getDescriptor(),
});
internal_static_envoy_config_metrics_v3alpha_StatsSink_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_envoy_config_metrics_v3alpha_StatsSink_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_envoy_config_metrics_v3alpha_StatsSink_descriptor,
new java.lang.String[] { "Name", "Config", "TypedConfig", "ConfigType", });
internal_static_envoy_config_metrics_v3alpha_StatsConfig_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_envoy_config_metrics_v3alpha_StatsConfig_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_envoy_config_metrics_v3alpha_StatsConfig_descriptor,
new java.lang.String[] { "StatsTags", "UseAllDefaultTags", "StatsMatcher", });
internal_static_envoy_config_metrics_v3alpha_StatsMatcher_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_envoy_config_metrics_v3alpha_StatsMatcher_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_envoy_config_metrics_v3alpha_StatsMatcher_descriptor,
new java.lang.String[] { "RejectAll", "ExclusionList", "InclusionList", "StatsMatcher", });
internal_static_envoy_config_metrics_v3alpha_TagSpecifier_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_envoy_config_metrics_v3alpha_TagSpecifier_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_envoy_config_metrics_v3alpha_TagSpecifier_descriptor,
new java.lang.String[] { "TagName", "Regex", "FixedValue", "TagValue", });
internal_static_envoy_config_metrics_v3alpha_StatsdSink_descriptor =
getDescriptor().getMessageTypes().get(4);
internal_static_envoy_config_metrics_v3alpha_StatsdSink_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_envoy_config_metrics_v3alpha_StatsdSink_descriptor,
new java.lang.String[] { "Address", "TcpClusterName", "Prefix", "StatsdSpecifier", });
internal_static_envoy_config_metrics_v3alpha_DogStatsdSink_descriptor =
getDescriptor().getMessageTypes().get(5);
internal_static_envoy_config_metrics_v3alpha_DogStatsdSink_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_envoy_config_metrics_v3alpha_DogStatsdSink_descriptor,
new java.lang.String[] { "Address", "Prefix", "DogStatsdSpecifier", });
internal_static_envoy_config_metrics_v3alpha_HystrixSink_descriptor =
getDescriptor().getMessageTypes().get(6);
internal_static_envoy_config_metrics_v3alpha_HystrixSink_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_envoy_config_metrics_v3alpha_HystrixSink_descriptor,
new java.lang.String[] { "NumBuckets", });
com.google.protobuf.ExtensionRegistry registry =
com.google.protobuf.ExtensionRegistry.newInstance();
registry.add(com.lyft.pgv.validate.Validate.required);
registry.add(com.lyft.pgv.validate.Validate.rules);
com.google.protobuf.Descriptors.FileDescriptor
.internalUpdateFileDescriptor(descriptor, registry);
io.envoyproxy.envoy.api.v3alpha.core.AddressProto.getDescriptor();
io.envoyproxy.envoy.type.matcher.StringProto.getDescriptor();
com.google.protobuf.AnyProto.getDescriptor();
com.google.protobuf.StructProto.getDescriptor();
com.google.protobuf.WrappersProto.getDescriptor();
com.lyft.pgv.validate.Validate.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}