Interface AdmissionControl.SuccessCriteria.HttpCriteriaOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AdmissionControl.SuccessCriteria.HttpCriteria, AdmissionControl.SuccessCriteria.HttpCriteria.Builder
Enclosing class:
AdmissionControl.SuccessCriteria

public static interface AdmissionControl.SuccessCriteria.HttpCriteriaOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Status code ranges that constitute a successful request.
    int
    Status code ranges that constitute a successful request.
    Status code ranges that constitute a successful request.
    Status code ranges that constitute a successful request.
    Status code ranges that constitute a successful request.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getHttpSuccessStatusList

      List<Int32Range> getHttpSuccessStatusList()
       Status code ranges that constitute a successful request. Configurable codes are in the
       range [100, 600).
       
      repeated .envoy.type.v3.Int32Range http_success_status = 1 [(.validate.rules) = { ... }
    • getHttpSuccessStatus

      Int32Range getHttpSuccessStatus(int index)
       Status code ranges that constitute a successful request. Configurable codes are in the
       range [100, 600).
       
      repeated .envoy.type.v3.Int32Range http_success_status = 1 [(.validate.rules) = { ... }
    • getHttpSuccessStatusCount

      int getHttpSuccessStatusCount()
       Status code ranges that constitute a successful request. Configurable codes are in the
       range [100, 600).
       
      repeated .envoy.type.v3.Int32Range http_success_status = 1 [(.validate.rules) = { ... }
    • getHttpSuccessStatusOrBuilderList

      List<? extends Int32RangeOrBuilder> getHttpSuccessStatusOrBuilderList()
       Status code ranges that constitute a successful request. Configurable codes are in the
       range [100, 600).
       
      repeated .envoy.type.v3.Int32Range http_success_status = 1 [(.validate.rules) = { ... }
    • getHttpSuccessStatusOrBuilder

      Int32RangeOrBuilder getHttpSuccessStatusOrBuilder(int index)
       Status code ranges that constitute a successful request. Configurable codes are in the
       range [100, 600).
       
      repeated .envoy.type.v3.Int32Range http_success_status = 1 [(.validate.rules) = { ... }