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

io.envoyproxy.envoy.service.auth.v2.ExternalAuthProto 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/service/auth/v2/external_auth.proto

package io.envoyproxy.envoy.service.auth.v2;

public final class ExternalAuthProto {
  private ExternalAuthProto() {}
  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_service_auth_v2_CheckRequest_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_envoy_service_auth_v2_CheckRequest_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_envoy_service_auth_v2_DeniedHttpResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_envoy_service_auth_v2_DeniedHttpResponse_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_envoy_service_auth_v2_OkHttpResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_envoy_service_auth_v2_OkHttpResponse_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_envoy_service_auth_v2_CheckResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_envoy_service_auth_v2_CheckResponse_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/service/auth/v2/external_auth.pr" +
      "oto\022\025envoy.service.auth.v2\032\034envoy/api/v2" +
      "/core/base.proto\032\034envoy/type/http_status" +
      ".proto\032-envoy/service/auth/v2/attribute_" +
      "context.proto\032\027google/rpc/status.proto\032\027" +
      "validate/validate.proto\"K\n\014CheckRequest\022" +
      ";\n\nattributes\030\001 \001(\0132\'.envoy.service.auth" +
      ".v2.AttributeContext\"\215\001\n\022DeniedHttpRespo" +
      "nse\0222\n\006status\030\001 \001(\0132\026.envoy.type.HttpSta" +
      "tusB\n\272\351\300\003\005\212\001\002\020\001\0225\n\007headers\030\002 \003(\0132$.envoy" +
      ".api.v2.core.HeaderValueOption\022\014\n\004body\030\003" +
      " \001(\t\"G\n\016OkHttpResponse\0225\n\007headers\030\002 \003(\0132" +
      "$.envoy.api.v2.core.HeaderValueOption\"\310\001" +
      "\n\rCheckResponse\022\"\n\006status\030\001 \001(\0132\022.google" +
      ".rpc.Status\022D\n\017denied_response\030\002 \001(\0132).e" +
      "nvoy.service.auth.v2.DeniedHttpResponseH" +
      "\000\022<\n\013ok_response\030\003 \001(\0132%.envoy.service.a" +
      "uth.v2.OkHttpResponseH\000B\017\n\rhttp_response" +
      "2c\n\rAuthorization\022R\n\005Check\022#.envoy.servi" +
      "ce.auth.v2.CheckRequest\032$.envoy.service." +
      "auth.v2.CheckResponseB=\n#io.envoyproxy.e" +
      "nvoy.service.auth.v2B\021ExternalAuthProtoP" +
      "\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.type.HttpStatusProto.getDescriptor(),
          io.envoyproxy.envoy.service.auth.v2.AttributeContextProto.getDescriptor(),
          com.google.rpc.StatusProto.getDescriptor(),
          com.lyft.pgv.validate.Validate.getDescriptor(),
        });
    internal_static_envoy_service_auth_v2_CheckRequest_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_envoy_service_auth_v2_CheckRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_envoy_service_auth_v2_CheckRequest_descriptor,
        new java.lang.String[] { "Attributes", });
    internal_static_envoy_service_auth_v2_DeniedHttpResponse_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_envoy_service_auth_v2_DeniedHttpResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_envoy_service_auth_v2_DeniedHttpResponse_descriptor,
        new java.lang.String[] { "Status", "Headers", "Body", });
    internal_static_envoy_service_auth_v2_OkHttpResponse_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_envoy_service_auth_v2_OkHttpResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_envoy_service_auth_v2_OkHttpResponse_descriptor,
        new java.lang.String[] { "Headers", });
    internal_static_envoy_service_auth_v2_CheckResponse_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_envoy_service_auth_v2_CheckResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_envoy_service_auth_v2_CheckResponse_descriptor,
        new java.lang.String[] { "Status", "DeniedResponse", "OkResponse", "HttpResponse", });
    com.google.protobuf.ExtensionRegistry registry =
        com.google.protobuf.ExtensionRegistry.newInstance();
    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.type.HttpStatusProto.getDescriptor();
    io.envoyproxy.envoy.service.auth.v2.AttributeContextProto.getDescriptor();
    com.google.rpc.StatusProto.getDescriptor();
    com.lyft.pgv.validate.Validate.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy