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

io.envoyproxy.envoy.data.tap.v3.CommonProto 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/data/tap/v3/common.proto

package io.envoyproxy.envoy.data.tap.v3;

public final class CommonProto {
  private CommonProto() {}
  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_data_tap_v3_Body_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_envoy_data_tap_v3_Body_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_envoy_data_tap_v3_Connection_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_envoy_data_tap_v3_Connection_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\036envoy/data/tap/v3/common.proto\022\021envoy." +
      "data.tap.v3\032\"envoy/config/core/v3/addres" +
      "s.proto\032\035udpa/annotations/status.proto\032!" +
      "udpa/annotations/versioning.proto\"s\n\004Bod" +
      "y\022\022\n\010as_bytes\030\001 \001(\014H\000\022\023\n\tas_string\030\002 \001(\t" +
      "H\000\022\021\n\ttruncated\030\003 \001(\010:\"\232\305\210\036\035\n\033envoy.data" +
      ".tap.v2alpha.BodyB\013\n\tbody_type\"\243\001\n\nConne" +
      "ction\0224\n\rlocal_address\030\001 \001(\0132\035.envoy.con" +
      "fig.core.v3.Address\0225\n\016remote_address\030\002 " +
      "\001(\0132\035.envoy.config.core.v3.Address:(\232\305\210\036" +
      "#\n!envoy.data.tap.v2alpha.ConnectionBx\n\037" +
      "io.envoyproxy.envoy.data.tap.v3B\013CommonP" +
      "rotoP\001Z>github.com/envoyproxy/go-control" +
      "-plane/envoy/data/tap/v3;tapv3\272\200\310\321\006\002\020\002b\006" +
      "proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          io.envoyproxy.envoy.config.core.v3.AddressProto.getDescriptor(),
          udpa.annotations.Status.getDescriptor(),
          udpa.annotations.Versioning.getDescriptor(),
        });
    internal_static_envoy_data_tap_v3_Body_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_envoy_data_tap_v3_Body_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_envoy_data_tap_v3_Body_descriptor,
        new java.lang.String[] { "AsBytes", "AsString", "Truncated", "BodyType", });
    internal_static_envoy_data_tap_v3_Connection_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_envoy_data_tap_v3_Connection_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_envoy_data_tap_v3_Connection_descriptor,
        new java.lang.String[] { "LocalAddress", "RemoteAddress", });
    com.google.protobuf.ExtensionRegistry registry =
        com.google.protobuf.ExtensionRegistry.newInstance();
    registry.add(udpa.annotations.Status.fileStatus);
    registry.add(udpa.annotations.Versioning.versioning);
    com.google.protobuf.Descriptors.FileDescriptor
        .internalUpdateFileDescriptor(descriptor, registry);
    io.envoyproxy.envoy.config.core.v3.AddressProto.getDescriptor();
    udpa.annotations.Status.getDescriptor();
    udpa.annotations.Versioning.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy