io.envoyproxy.envoy.api.v2.RdsProto Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/api/v2/rds.proto
package io.envoyproxy.envoy.api.v2;
public final class RdsProto {
private RdsProto() {}
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_RouteConfiguration_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_envoy_api_v2_RouteConfiguration_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_envoy_api_v2_Vhds_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_envoy_api_v2_Vhds_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\026envoy/api/v2/rds.proto\022\014envoy.api.v2\032\034" +
"envoy/api/v2/core/base.proto\032%envoy/api/" +
"v2/core/config_source.proto\032\034envoy/api/v" +
"2/discovery.proto\032\036envoy/api/v2/route/ro" +
"ute.proto\032\034google/api/annotations.proto\032" +
"\036google/protobuf/wrappers.proto\032\027validat" +
"e/validate.proto\"\300\003\n\022RouteConfiguration\022" +
"\014\n\004name\030\001 \001(\t\0226\n\rvirtual_hosts\030\002 \003(\0132\037.e" +
"nvoy.api.v2.route.VirtualHost\022 \n\004vhds\030\t " +
"\001(\0132\022.envoy.api.v2.Vhds\022\035\n\025internal_only" +
"_headers\030\003 \003(\t\022R\n\027response_headers_to_ad" +
"d\030\004 \003(\0132$.envoy.api.v2.core.HeaderValueO" +
"ptionB\013\272\351\300\003\006\222\001\003\020\350\007\022\"\n\032response_headers_t" +
"o_remove\030\005 \003(\t\022Q\n\026request_headers_to_add" +
"\030\006 \003(\0132$.envoy.api.v2.core.HeaderValueOp" +
"tionB\013\272\351\300\003\006\222\001\003\020\350\007\022!\n\031request_headers_to_" +
"remove\030\010 \003(\t\0225\n\021validate_clusters\030\007 \001(\0132" +
"\032.google.protobuf.BoolValue\"J\n\004Vhds\022B\n\rc" +
"onfig_source\030\001 \001(\0132\037.envoy.api.v2.core.C" +
"onfigSourceB\n\272\351\300\003\005\212\001\002\020\0012\277\002\n\025RouteDiscove" +
"ryService\022U\n\014StreamRoutes\022\036.envoy.api.v2" +
".DiscoveryRequest\032\037.envoy.api.v2.Discove" +
"ryResponse\"\000(\0010\001\022^\n\013DeltaRoutes\022#.envoy." +
"api.v2.DeltaDiscoveryRequest\032$.envoy.api" +
".v2.DeltaDiscoveryResponse\"\000(\0010\001\022o\n\013Fetc" +
"hRoutes\022\036.envoy.api.v2.DiscoveryRequest\032" +
"\037.envoy.api.v2.DiscoveryResponse\"\037\202\323\344\223\002\031" +
"\"\024/v2/discovery:routes:\001*2\203\001\n\033VirtualHos" +
"tDiscoveryService\022d\n\021DeltaVirtualHosts\022#" +
".envoy.api.v2.DeltaDiscoveryRequest\032$.en" +
"voy.api.v2.DeltaDiscoveryResponse\"\000(\0010\001B" +
"+\n\032io.envoyproxy.envoy.api.v2B\010RdsProtoP" +
"\001\210\001\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.api.v2.core.ConfigSourceProto.getDescriptor(),
io.envoyproxy.envoy.api.v2.DiscoveryProto.getDescriptor(),
io.envoyproxy.envoy.api.v2.route.RouteProto.getDescriptor(),
com.google.api.AnnotationsProto.getDescriptor(),
com.google.protobuf.WrappersProto.getDescriptor(),
com.lyft.pgv.validate.Validate.getDescriptor(),
});
internal_static_envoy_api_v2_RouteConfiguration_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_envoy_api_v2_RouteConfiguration_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_envoy_api_v2_RouteConfiguration_descriptor,
new java.lang.String[] { "Name", "VirtualHosts", "Vhds", "InternalOnlyHeaders", "ResponseHeadersToAdd", "ResponseHeadersToRemove", "RequestHeadersToAdd", "RequestHeadersToRemove", "ValidateClusters", });
internal_static_envoy_api_v2_Vhds_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_envoy_api_v2_Vhds_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_envoy_api_v2_Vhds_descriptor,
new java.lang.String[] { "ConfigSource", });
com.google.protobuf.ExtensionRegistry registry =
com.google.protobuf.ExtensionRegistry.newInstance();
registry.add(com.google.api.AnnotationsProto.http);
registry.add(com.lyft.pgv.validate.Validate.rules);
com.google.protobuf.Descriptors.FileDescriptor
.internalUpdateFileDescriptor(descriptor, registry);
io.envoyproxy.envoy.api.v2.core.BaseProto.getDescriptor();
io.envoyproxy.envoy.api.v2.core.ConfigSourceProto.getDescriptor();
io.envoyproxy.envoy.api.v2.DiscoveryProto.getDescriptor();
io.envoyproxy.envoy.api.v2.route.RouteProto.getDescriptor();
com.google.api.AnnotationsProto.getDescriptor();
com.google.protobuf.WrappersProto.getDescriptor();
com.lyft.pgv.validate.Validate.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}