Enum AccessDeniedReason

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, java.io.Serializable, java.lang.Comparable<AccessDeniedReason>

    public enum AccessDeniedReason
    extends java.lang.Enum<AccessDeniedReason>
    implements com.google.protobuf.ProtocolMessageEnum
    Protobuf enum stigg.sidecar.v1.AccessDeniedReason
    • Enum Constant Detail

      • ACCESS_DENIED_REASON_UNSPECIFIED

        public static final AccessDeniedReason ACCESS_DENIED_REASON_UNSPECIFIED
        ACCESS_DENIED_REASON_UNSPECIFIED = 0;
      • ACCESS_DENIED_REASON_UNKNOWN

        public static final AccessDeniedReason ACCESS_DENIED_REASON_UNKNOWN
        ACCESS_DENIED_REASON_UNKNOWN = 1;
      • ACCESS_DENIED_REASON_CUSTOMER_IS_ARCHIVED

        public static final AccessDeniedReason ACCESS_DENIED_REASON_CUSTOMER_IS_ARCHIVED
        ACCESS_DENIED_REASON_CUSTOMER_IS_ARCHIVED = 2;
      • ACCESS_DENIED_REASON_CUSTOMER_NOT_FOUND

        public static final AccessDeniedReason ACCESS_DENIED_REASON_CUSTOMER_NOT_FOUND
        ACCESS_DENIED_REASON_CUSTOMER_NOT_FOUND = 3;
      • ACCESS_DENIED_REASON_CUSTOMER_RESOURCE_NOT_FOUND

        public static final AccessDeniedReason ACCESS_DENIED_REASON_CUSTOMER_RESOURCE_NOT_FOUND
        ACCESS_DENIED_REASON_CUSTOMER_RESOURCE_NOT_FOUND = 4;
      • ACCESS_DENIED_REASON_FEATURE_NOT_FOUND

        public static final AccessDeniedReason ACCESS_DENIED_REASON_FEATURE_NOT_FOUND
        ACCESS_DENIED_REASON_FEATURE_NOT_FOUND = 5;
      • ACCESS_DENIED_REASON_NO_ACTIVE_SUBSCRIPTION

        public static final AccessDeniedReason ACCESS_DENIED_REASON_NO_ACTIVE_SUBSCRIPTION
        ACCESS_DENIED_REASON_NO_ACTIVE_SUBSCRIPTION = 6;
      • ACCESS_DENIED_REASON_NO_FEATURE_ENTITLEMENT_IN_SUBSCRIPTION

        public static final AccessDeniedReason ACCESS_DENIED_REASON_NO_FEATURE_ENTITLEMENT_IN_SUBSCRIPTION
        ACCESS_DENIED_REASON_NO_FEATURE_ENTITLEMENT_IN_SUBSCRIPTION = 7;
      • ACCESS_DENIED_REASON_REQUESTED_USAGE_EXCEEDING_LIMIT

        public static final AccessDeniedReason ACCESS_DENIED_REASON_REQUESTED_USAGE_EXCEEDING_LIMIT
        ACCESS_DENIED_REASON_REQUESTED_USAGE_EXCEEDING_LIMIT = 8;
    • Field Detail

      • ACCESS_DENIED_REASON_UNSPECIFIED_VALUE

        public static final int ACCESS_DENIED_REASON_UNSPECIFIED_VALUE
        ACCESS_DENIED_REASON_UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • ACCESS_DENIED_REASON_UNKNOWN_VALUE

        public static final int ACCESS_DENIED_REASON_UNKNOWN_VALUE
        ACCESS_DENIED_REASON_UNKNOWN = 1;
        See Also:
        Constant Field Values
      • ACCESS_DENIED_REASON_CUSTOMER_IS_ARCHIVED_VALUE

        public static final int ACCESS_DENIED_REASON_CUSTOMER_IS_ARCHIVED_VALUE
        ACCESS_DENIED_REASON_CUSTOMER_IS_ARCHIVED = 2;
        See Also:
        Constant Field Values
      • ACCESS_DENIED_REASON_CUSTOMER_NOT_FOUND_VALUE

        public static final int ACCESS_DENIED_REASON_CUSTOMER_NOT_FOUND_VALUE
        ACCESS_DENIED_REASON_CUSTOMER_NOT_FOUND = 3;
        See Also:
        Constant Field Values
      • ACCESS_DENIED_REASON_CUSTOMER_RESOURCE_NOT_FOUND_VALUE

        public static final int ACCESS_DENIED_REASON_CUSTOMER_RESOURCE_NOT_FOUND_VALUE
        ACCESS_DENIED_REASON_CUSTOMER_RESOURCE_NOT_FOUND = 4;
        See Also:
        Constant Field Values
      • ACCESS_DENIED_REASON_FEATURE_NOT_FOUND_VALUE

        public static final int ACCESS_DENIED_REASON_FEATURE_NOT_FOUND_VALUE
        ACCESS_DENIED_REASON_FEATURE_NOT_FOUND = 5;
        See Also:
        Constant Field Values
      • ACCESS_DENIED_REASON_NO_ACTIVE_SUBSCRIPTION_VALUE

        public static final int ACCESS_DENIED_REASON_NO_ACTIVE_SUBSCRIPTION_VALUE
        ACCESS_DENIED_REASON_NO_ACTIVE_SUBSCRIPTION = 6;
        See Also:
        Constant Field Values
      • ACCESS_DENIED_REASON_NO_FEATURE_ENTITLEMENT_IN_SUBSCRIPTION_VALUE

        public static final int ACCESS_DENIED_REASON_NO_FEATURE_ENTITLEMENT_IN_SUBSCRIPTION_VALUE
        ACCESS_DENIED_REASON_NO_FEATURE_ENTITLEMENT_IN_SUBSCRIPTION = 7;
        See Also:
        Constant Field Values
      • ACCESS_DENIED_REASON_REQUESTED_USAGE_EXCEEDING_LIMIT_VALUE

        public static final int ACCESS_DENIED_REASON_REQUESTED_USAGE_EXCEEDING_LIMIT_VALUE
        ACCESS_DENIED_REASON_REQUESTED_USAGE_EXCEEDING_LIMIT = 8;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static AccessDeniedReason[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (AccessDeniedReason c : AccessDeniedReason.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static AccessDeniedReason valueOf​(java.lang.String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static AccessDeniedReason valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null
      • forNumber

        public static AccessDeniedReason forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • internalGetValueMap

        public static com.google.protobuf.Internal.EnumLiteMap<AccessDeniedReason> internalGetValueMap()
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
      • valueOf

        public static AccessDeniedReason valueOf​(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        desc - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
        java.lang.NullPointerException - if the argument is null