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

io.envoyproxy.envoy.admin.v3.MemoryProto Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/admin/v3/memory.proto

package io.envoyproxy.envoy.admin.v3;

public final class MemoryProto {
  private MemoryProto() {}
  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_admin_v3_Memory_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_envoy_admin_v3_Memory_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\033envoy/admin/v3/memory.proto\022\016envoy.adm" +
      "in.v3\032\035udpa/annotations/status.proto\032!ud" +
      "pa/annotations/versioning.proto\"\275\001\n\006Memo" +
      "ry\022\021\n\tallocated\030\001 \001(\004\022\021\n\theap_size\030\002 \001(\004" +
      "\022\031\n\021pageheap_unmapped\030\003 \001(\004\022\025\n\rpageheap_" +
      "free\030\004 \001(\004\022\032\n\022total_thread_cache\030\005 \001(\004\022\034" +
      "\n\024total_physical_bytes\030\006 \001(\004:!\232\305\210\036\034\n\032env" +
      "oy.admin.v2alpha.MemoryBt\n\034io.envoyproxy" +
      ".envoy.admin.v3B\013MemoryProtoP\001Z=github.c" +
      "om/envoyproxy/go-control-plane/envoy/adm" +
      "in/v3;adminv3\272\200\310\321\006\002\020\002b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          udpa.annotations.Status.getDescriptor(),
          udpa.annotations.Versioning.getDescriptor(),
        });
    internal_static_envoy_admin_v3_Memory_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_envoy_admin_v3_Memory_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_envoy_admin_v3_Memory_descriptor,
        new java.lang.String[] { "Allocated", "HeapSize", "PageheapUnmapped", "PageheapFree", "TotalThreadCache", "TotalPhysicalBytes", });
    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);
    udpa.annotations.Status.getDescriptor();
    udpa.annotations.Versioning.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy