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

io.envoyproxy.envoy.admin.v2alpha.ClustersProto 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/admin/v2alpha/clusters.proto

package io.envoyproxy.envoy.admin.v2alpha;

public final class ClustersProto {
  private ClustersProto() {}
  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_v2alpha_Clusters_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_envoy_admin_v2alpha_Clusters_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_envoy_admin_v2alpha_ClusterStatus_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_envoy_admin_v2alpha_ClusterStatus_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_envoy_admin_v2alpha_HostStatus_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_envoy_admin_v2alpha_HostStatus_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_envoy_admin_v2alpha_HostHealthStatus_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_envoy_admin_v2alpha_HostHealthStatus_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/admin/v2alpha/clusters.proto\022\023en" +
      "voy.admin.v2alpha\032!envoy/admin/v2alpha/m" +
      "etrics.proto\032\037envoy/api/v2/core/address." +
      "proto\032\034envoy/api/v2/core/base.proto\032$env" +
      "oy/api/v2/core/health_check.proto\032\030envoy" +
      "/type/percent.proto\032\035udpa/annotations/st" +
      "atus.proto\"H\n\010Clusters\022<\n\020cluster_status" +
      "es\030\001 \003(\0132\".envoy.admin.v2alpha.ClusterSt" +
      "atus\"\365\001\n\rClusterStatus\022\014\n\004name\030\001 \001(\t\022\025\n\r" +
      "added_via_api\030\002 \001(\010\022<\n\037success_rate_ejec" +
      "tion_threshold\030\003 \001(\0132\023.envoy.type.Percen" +
      "t\0226\n\rhost_statuses\030\004 \003(\0132\037.envoy.admin.v" +
      "2alpha.HostStatus\022I\n,local_origin_succes" +
      "s_rate_ejection_threshold\030\005 \001(\0132\023.envoy." +
      "type.Percent\"\357\002\n\nHostStatus\022+\n\007address\030\001" +
      " \001(\0132\032.envoy.api.v2.core.Address\0220\n\005stat" +
      "s\030\002 \003(\0132!.envoy.admin.v2alpha.SimpleMetr" +
      "ic\022<\n\rhealth_status\030\003 \001(\0132%.envoy.admin." +
      "v2alpha.HostHealthStatus\022)\n\014success_rate" +
      "\030\004 \001(\0132\023.envoy.type.Percent\022\016\n\006weight\030\005 " +
      "\001(\r\022\020\n\010hostname\030\006 \001(\t\022\020\n\010priority\030\007 \001(\r\022" +
      "6\n\031local_origin_success_rate\030\010 \001(\0132\023.env" +
      "oy.type.Percent\022-\n\010locality\030\t \001(\0132\033.envo" +
      "y.api.v2.core.Locality\"\362\001\n\020HostHealthSta" +
      "tus\022\"\n\032failed_active_health_check\030\001 \001(\010\022" +
      "\034\n\024failed_outlier_check\030\002 \001(\010\022$\n\034failed_" +
      "active_degraded_check\030\004 \001(\010\022\037\n\027pending_d" +
      "ynamic_removal\030\005 \001(\010\022\031\n\021pending_active_h" +
      "c\030\006 \001(\010\022:\n\021eds_health_status\030\003 \001(\0162\037.env" +
      "oy.api.v2.core.HealthStatusBx\n!io.envoyp" +
      "roxy.envoy.admin.v2alphaB\rClustersProtoP" +
      "\001Z:github.com/envoyproxy/go-control-plan" +
      "e/envoy/admin/v2alpha\272\200\310\321\006\002\020\001b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          io.envoyproxy.envoy.admin.v2alpha.MetricsProto.getDescriptor(),
          io.envoyproxy.envoy.api.v2.core.AddressProto.getDescriptor(),
          io.envoyproxy.envoy.api.v2.core.BaseProto.getDescriptor(),
          io.envoyproxy.envoy.api.v2.core.HealthCheckProto.getDescriptor(),
          io.envoyproxy.envoy.type.PercentProto.getDescriptor(),
          udpa.annotations.Status.getDescriptor(),
        });
    internal_static_envoy_admin_v2alpha_Clusters_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_envoy_admin_v2alpha_Clusters_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_envoy_admin_v2alpha_Clusters_descriptor,
        new java.lang.String[] { "ClusterStatuses", });
    internal_static_envoy_admin_v2alpha_ClusterStatus_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_envoy_admin_v2alpha_ClusterStatus_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_envoy_admin_v2alpha_ClusterStatus_descriptor,
        new java.lang.String[] { "Name", "AddedViaApi", "SuccessRateEjectionThreshold", "HostStatuses", "LocalOriginSuccessRateEjectionThreshold", });
    internal_static_envoy_admin_v2alpha_HostStatus_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_envoy_admin_v2alpha_HostStatus_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_envoy_admin_v2alpha_HostStatus_descriptor,
        new java.lang.String[] { "Address", "Stats", "HealthStatus", "SuccessRate", "Weight", "Hostname", "Priority", "LocalOriginSuccessRate", "Locality", });
    internal_static_envoy_admin_v2alpha_HostHealthStatus_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_envoy_admin_v2alpha_HostHealthStatus_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_envoy_admin_v2alpha_HostHealthStatus_descriptor,
        new java.lang.String[] { "FailedActiveHealthCheck", "FailedOutlierCheck", "FailedActiveDegradedCheck", "PendingDynamicRemoval", "PendingActiveHc", "EdsHealthStatus", });
    com.google.protobuf.ExtensionRegistry registry =
        com.google.protobuf.ExtensionRegistry.newInstance();
    registry.add(udpa.annotations.Status.fileStatus);
    com.google.protobuf.Descriptors.FileDescriptor
        .internalUpdateFileDescriptor(descriptor, registry);
    io.envoyproxy.envoy.admin.v2alpha.MetricsProto.getDescriptor();
    io.envoyproxy.envoy.api.v2.core.AddressProto.getDescriptor();
    io.envoyproxy.envoy.api.v2.core.BaseProto.getDescriptor();
    io.envoyproxy.envoy.api.v2.core.HealthCheckProto.getDescriptor();
    io.envoyproxy.envoy.type.PercentProto.getDescriptor();
    udpa.annotations.Status.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy