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

com.github.xds.core.v3.ExtensionProto Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: xds/core/v3/extension.proto

package com.github.xds.core.v3;

public final class ExtensionProto {
  private ExtensionProto() {}
  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_xds_core_v3_TypedExtensionConfig_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_xds_core_v3_TypedExtensionConfig_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\033xds/core/v3/extension.proto\022\013xds.core." +
      "v3\032\027validate/validate.proto\032\031google/prot" +
      "obuf/any.proto\"c\n\024TypedExtensionConfig\022\025" +
      "\n\004name\030\001 \001(\tB\007\372B\004r\002\020\001\0224\n\014typed_config\030\002 " +
      "\001(\0132\024.google.protobuf.AnyB\010\372B\005\242\001\002\010\001BN\n\026c" +
      "om.github.xds.core.v3B\016ExtensionProtoP\001Z" +
      "\"github.com/cncf/xds/go/xds/core/v3b\006pro" +
      "to3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          io.envoyproxy.pgv.validate.Validate.getDescriptor(),
          com.google.protobuf.AnyProto.getDescriptor(),
        });
    internal_static_xds_core_v3_TypedExtensionConfig_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_xds_core_v3_TypedExtensionConfig_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_xds_core_v3_TypedExtensionConfig_descriptor,
        new java.lang.String[] { "Name", "TypedConfig", });
    com.google.protobuf.ExtensionRegistry registry =
        com.google.protobuf.ExtensionRegistry.newInstance();
    registry.add(io.envoyproxy.pgv.validate.Validate.rules);
    com.google.protobuf.Descriptors.FileDescriptor
        .internalUpdateFileDescriptor(descriptor, registry);
    io.envoyproxy.pgv.validate.Validate.getDescriptor();
    com.google.protobuf.AnyProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy