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

io.envoyproxy.envoy.data.cluster.v3.OutlierDetectionEventProto 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/cluster/v3/outlier_detection_event.proto

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

public final class OutlierDetectionEventProto {
  private OutlierDetectionEventProto() {}
  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_cluster_v3_OutlierDetectionEvent_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_envoy_data_cluster_v3_OutlierDetectionEvent_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_envoy_data_cluster_v3_OutlierEjectSuccessRate_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_envoy_data_cluster_v3_OutlierEjectSuccessRate_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_envoy_data_cluster_v3_OutlierEjectConsecutive_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_envoy_data_cluster_v3_OutlierEjectConsecutive_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_envoy_data_cluster_v3_OutlierEjectFailurePercentage_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_envoy_data_cluster_v3_OutlierEjectFailurePercentage_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n3envoy/data/cluster/v3/outlier_detectio" +
      "n_event.proto\022\025envoy.data.cluster.v3\032\037go" +
      "ogle/protobuf/timestamp.proto\032\036google/pr" +
      "otobuf/wrappers.proto\032\035udpa/annotations/" +
      "status.proto\032!udpa/annotations/versionin" +
      "g.proto\032\027validate/validate.proto\"\266\005\n\025Out" +
      "lierDetectionEvent\022B\n\004type\030\001 \001(\0162*.envoy" +
      ".data.cluster.v3.OutlierEjectionTypeB\010\372B" +
      "\005\202\001\002\020\001\022-\n\ttimestamp\030\002 \001(\0132\032.google.proto" +
      "buf.Timestamp\022<\n\026secs_since_last_action\030" +
      "\003 \001(\0132\034.google.protobuf.UInt64Value\022\035\n\014c" +
      "luster_name\030\004 \001(\tB\007\372B\004r\002\020\001\022\035\n\014upstream_u" +
      "rl\030\005 \001(\tB\007\372B\004r\002\020\001\0227\n\006action\030\006 \001(\0162\035.envo" +
      "y.data.cluster.v3.ActionB\010\372B\005\202\001\002\020\001\022\025\n\rnu" +
      "m_ejections\030\007 \001(\r\022\020\n\010enforced\030\010 \001(\010\022R\n\030e" +
      "ject_success_rate_event\030\t \001(\0132..envoy.da" +
      "ta.cluster.v3.OutlierEjectSuccessRateH\000\022" +
      "Q\n\027eject_consecutive_event\030\n \001(\0132..envoy" +
      ".data.cluster.v3.OutlierEjectConsecutive" +
      "H\000\022^\n\036eject_failure_percentage_event\030\013 \001" +
      "(\01324.envoy.data.cluster.v3.OutlierEjectF" +
      "ailurePercentageH\000:7\232\305\210\0362\n0envoy.data.cl" +
      "uster.v2alpha.OutlierDetectionEventB\014\n\005e" +
      "vent\022\003\370B\001\"\341\001\n\027OutlierEjectSuccessRate\022\"\n" +
      "\021host_success_rate\030\001 \001(\rB\007\372B\004*\002\030d\022-\n\034clu" +
      "ster_average_success_rate\030\002 \001(\rB\007\372B\004*\002\030d" +
      "\0228\n\'cluster_success_rate_ejection_thresh" +
      "old\030\003 \001(\rB\007\372B\004*\002\030d:9\232\305\210\0364\n2envoy.data.cl" +
      "uster.v2alpha.OutlierEjectSuccessRate\"T\n" +
      "\027OutlierEjectConsecutive:9\232\305\210\0364\n2envoy.d" +
      "ata.cluster.v2alpha.OutlierEjectConsecut" +
      "ive\"\204\001\n\035OutlierEjectFailurePercentage\022\"\n" +
      "\021host_success_rate\030\001 \001(\rB\007\372B\004*\002\030d:?\232\305\210\036:" +
      "\n8envoy.data.cluster.v2alpha.OutlierEjec" +
      "tFailurePercentage*\337\001\n\023OutlierEjectionTy" +
      "pe\022\023\n\017CONSECUTIVE_5XX\020\000\022\037\n\033CONSECUTIVE_G" +
      "ATEWAY_FAILURE\020\001\022\020\n\014SUCCESS_RATE\020\002\022$\n CO" +
      "NSECUTIVE_LOCAL_ORIGIN_FAILURE\020\003\022\035\n\031SUCC" +
      "ESS_RATE_LOCAL_ORIGIN\020\004\022\026\n\022FAILURE_PERCE" +
      "NTAGE\020\005\022#\n\037FAILURE_PERCENTAGE_LOCAL_ORIG" +
      "IN\020\006* \n\006Action\022\t\n\005EJECT\020\000\022\013\n\007UNEJECT\020\001B\223" +
      "\001\n#io.envoyproxy.envoy.data.cluster.v3B\032" +
      "OutlierDetectionEventProtoP\001ZFgithub.com" +
      "/envoyproxy/go-control-plane/envoy/data/" +
      "cluster/v3;clusterv3\272\200\310\321\006\002\020\002b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.google.protobuf.TimestampProto.getDescriptor(),
          com.google.protobuf.WrappersProto.getDescriptor(),
          udpa.annotations.Status.getDescriptor(),
          udpa.annotations.Versioning.getDescriptor(),
          io.envoyproxy.pgv.validate.Validate.getDescriptor(),
        });
    internal_static_envoy_data_cluster_v3_OutlierDetectionEvent_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_envoy_data_cluster_v3_OutlierDetectionEvent_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_envoy_data_cluster_v3_OutlierDetectionEvent_descriptor,
        new java.lang.String[] { "Type", "Timestamp", "SecsSinceLastAction", "ClusterName", "UpstreamUrl", "Action", "NumEjections", "Enforced", "EjectSuccessRateEvent", "EjectConsecutiveEvent", "EjectFailurePercentageEvent", "Event", });
    internal_static_envoy_data_cluster_v3_OutlierEjectSuccessRate_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_envoy_data_cluster_v3_OutlierEjectSuccessRate_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_envoy_data_cluster_v3_OutlierEjectSuccessRate_descriptor,
        new java.lang.String[] { "HostSuccessRate", "ClusterAverageSuccessRate", "ClusterSuccessRateEjectionThreshold", });
    internal_static_envoy_data_cluster_v3_OutlierEjectConsecutive_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_envoy_data_cluster_v3_OutlierEjectConsecutive_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_envoy_data_cluster_v3_OutlierEjectConsecutive_descriptor,
        new java.lang.String[] { });
    internal_static_envoy_data_cluster_v3_OutlierEjectFailurePercentage_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_envoy_data_cluster_v3_OutlierEjectFailurePercentage_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_envoy_data_cluster_v3_OutlierEjectFailurePercentage_descriptor,
        new java.lang.String[] { "HostSuccessRate", });
    com.google.protobuf.ExtensionRegistry registry =
        com.google.protobuf.ExtensionRegistry.newInstance();
    registry.add(udpa.annotations.Status.fileStatus);
    registry.add(udpa.annotations.Versioning.versioning);
    registry.add(io.envoyproxy.pgv.validate.Validate.required);
    registry.add(io.envoyproxy.pgv.validate.Validate.rules);
    com.google.protobuf.Descriptors.FileDescriptor
        .internalUpdateFileDescriptor(descriptor, registry);
    com.google.protobuf.TimestampProto.getDescriptor();
    com.google.protobuf.WrappersProto.getDescriptor();
    udpa.annotations.Status.getDescriptor();
    udpa.annotations.Versioning.getDescriptor();
    io.envoyproxy.pgv.validate.Validate.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy