Class AdmissionControl.SuccessCriteria

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.envoyproxy.envoy.extensions.filters.http.admission_control.v3.AdmissionControl.SuccessCriteria
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, AdmissionControl.SuccessCriteriaOrBuilder, Serializable
Enclosing class:
AdmissionControl

public static final class AdmissionControl.SuccessCriteria extends com.google.protobuf.GeneratedMessageV3 implements AdmissionControl.SuccessCriteriaOrBuilder
 Default method of specifying what constitutes a successful request. All status codes that
 indicate a successful request must be explicitly specified if not relying on the default
 values.
 
Protobuf type envoy.extensions.filters.http.admission_control.v3.AdmissionControl.SuccessCriteria
See Also:
  • Field Details

    • HTTP_CRITERIA_FIELD_NUMBER

      public static final int HTTP_CRITERIA_FIELD_NUMBER
      See Also:
    • GRPC_CRITERIA_FIELD_NUMBER

      public static final int GRPC_CRITERIA_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasHttpCriteria

      public boolean hasHttpCriteria()
       If HTTP criteria are unspecified, all HTTP status codes below 500 are treated as successful
       responses.
      
       .. note::
      
          The default HTTP codes considered successful by the admission controller are done so due
          to the unlikelihood that sending fewer requests would change their behavior (for example:
          redirects, unauthorized access, or bad requests won't be alleviated by sending less
          traffic).
       
      .envoy.extensions.filters.http.admission_control.v3.AdmissionControl.SuccessCriteria.HttpCriteria http_criteria = 1;
      Specified by:
      hasHttpCriteria in interface AdmissionControl.SuccessCriteriaOrBuilder
      Returns:
      Whether the httpCriteria field is set.
    • getHttpCriteria

       If HTTP criteria are unspecified, all HTTP status codes below 500 are treated as successful
       responses.
      
       .. note::
      
          The default HTTP codes considered successful by the admission controller are done so due
          to the unlikelihood that sending fewer requests would change their behavior (for example:
          redirects, unauthorized access, or bad requests won't be alleviated by sending less
          traffic).
       
      .envoy.extensions.filters.http.admission_control.v3.AdmissionControl.SuccessCriteria.HttpCriteria http_criteria = 1;
      Specified by:
      getHttpCriteria in interface AdmissionControl.SuccessCriteriaOrBuilder
      Returns:
      The httpCriteria.
    • getHttpCriteriaOrBuilder

      public AdmissionControl.SuccessCriteria.HttpCriteriaOrBuilder getHttpCriteriaOrBuilder()
       If HTTP criteria are unspecified, all HTTP status codes below 500 are treated as successful
       responses.
      
       .. note::
      
          The default HTTP codes considered successful by the admission controller are done so due
          to the unlikelihood that sending fewer requests would change their behavior (for example:
          redirects, unauthorized access, or bad requests won't be alleviated by sending less
          traffic).
       
      .envoy.extensions.filters.http.admission_control.v3.AdmissionControl.SuccessCriteria.HttpCriteria http_criteria = 1;
      Specified by:
      getHttpCriteriaOrBuilder in interface AdmissionControl.SuccessCriteriaOrBuilder
    • hasGrpcCriteria

      public boolean hasGrpcCriteria()
       GRPC status codes to consider as request successes. If unspecified, defaults to: Ok,
       Cancelled, Unknown, InvalidArgument, NotFound, AlreadyExists, Unauthenticated,
       FailedPrecondition, OutOfRange, PermissionDenied, and Unimplemented.
      
       .. note::
      
          The default gRPC codes that are considered successful by the admission controller are
          chosen because of the unlikelihood that sending fewer requests will change the behavior.
       
      .envoy.extensions.filters.http.admission_control.v3.AdmissionControl.SuccessCriteria.GrpcCriteria grpc_criteria = 2;
      Specified by:
      hasGrpcCriteria in interface AdmissionControl.SuccessCriteriaOrBuilder
      Returns:
      Whether the grpcCriteria field is set.
    • getGrpcCriteria

       GRPC status codes to consider as request successes. If unspecified, defaults to: Ok,
       Cancelled, Unknown, InvalidArgument, NotFound, AlreadyExists, Unauthenticated,
       FailedPrecondition, OutOfRange, PermissionDenied, and Unimplemented.
      
       .. note::
      
          The default gRPC codes that are considered successful by the admission controller are
          chosen because of the unlikelihood that sending fewer requests will change the behavior.
       
      .envoy.extensions.filters.http.admission_control.v3.AdmissionControl.SuccessCriteria.GrpcCriteria grpc_criteria = 2;
      Specified by:
      getGrpcCriteria in interface AdmissionControl.SuccessCriteriaOrBuilder
      Returns:
      The grpcCriteria.
    • getGrpcCriteriaOrBuilder

      public AdmissionControl.SuccessCriteria.GrpcCriteriaOrBuilder getGrpcCriteriaOrBuilder()
       GRPC status codes to consider as request successes. If unspecified, defaults to: Ok,
       Cancelled, Unknown, InvalidArgument, NotFound, AlreadyExists, Unauthenticated,
       FailedPrecondition, OutOfRange, PermissionDenied, and Unimplemented.
      
       .. note::
      
          The default gRPC codes that are considered successful by the admission controller are
          chosen because of the unlikelihood that sending fewer requests will change the behavior.
       
      .envoy.extensions.filters.http.admission_control.v3.AdmissionControl.SuccessCriteria.GrpcCriteria grpc_criteria = 2;
      Specified by:
      getGrpcCriteriaOrBuilder in interface AdmissionControl.SuccessCriteriaOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static AdmissionControl.SuccessCriteria parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AdmissionControl.SuccessCriteria parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AdmissionControl.SuccessCriteria parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AdmissionControl.SuccessCriteria parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AdmissionControl.SuccessCriteria parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AdmissionControl.SuccessCriteria parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AdmissionControl.SuccessCriteria parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AdmissionControl.SuccessCriteria parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static AdmissionControl.SuccessCriteria parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static AdmissionControl.SuccessCriteria parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AdmissionControl.SuccessCriteria parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AdmissionControl.SuccessCriteria parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public AdmissionControl.SuccessCriteria.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static AdmissionControl.SuccessCriteria.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected AdmissionControl.SuccessCriteria.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static AdmissionControl.SuccessCriteria getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<AdmissionControl.SuccessCriteria> parser()
    • getParserForType

      public com.google.protobuf.Parser<AdmissionControl.SuccessCriteria> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public AdmissionControl.SuccessCriteria getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder