Class 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:
    Serialized Form
    • Field Detail

      • HTTP_CRITERIA_FIELD_NUMBER

        public static final int HTTP_CRITERIA_FIELD_NUMBER
        See Also:
        Constant Field Values
      • GRPC_CRITERIA_FIELD_NUMBER

        public static final int GRPC_CRITERIA_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

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

        public final com.google.protobuf.UnknownFieldSet getUnknownFields()
        Specified by:
        getUnknownFields in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getUnknownFields 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

        public AdmissionControl.SuccessCriteria.HttpCriteria 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

        public AdmissionControl.SuccessCriteria.GrpcCriteria 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,
                                                                 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
      • newBuilderForType

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

        public AdmissionControl.SuccessCriteria.Builder 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
      • 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