Enum Workload.SaaEnrollmentResponse.SetupError

    • Field Detail

      • SETUP_ERROR_UNSPECIFIED_VALUE

        public static final int SETUP_ERROR_UNSPECIFIED_VALUE
         Unspecified.
         
        SETUP_ERROR_UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • ERROR_INVALID_BASE_SETUP_VALUE

        public static final int ERROR_INVALID_BASE_SETUP_VALUE
         Invalid states for all customers, to be redirected to AA UI for
         additional details.
         
        ERROR_INVALID_BASE_SETUP = 1;
        See Also:
        Constant Field Values
      • ERROR_MISSING_EXTERNAL_SIGNING_KEY_VALUE

        public static final int ERROR_MISSING_EXTERNAL_SIGNING_KEY_VALUE
         Returned when there is not an EKM key configured.
         
        ERROR_MISSING_EXTERNAL_SIGNING_KEY = 2;
        See Also:
        Constant Field Values
      • ERROR_NOT_ALL_SERVICES_ENROLLED_VALUE

        public static final int ERROR_NOT_ALL_SERVICES_ENROLLED_VALUE
         Returned when there are no enrolled services or the customer is
         enrolled in CAA only for a subset of services.
         
        ERROR_NOT_ALL_SERVICES_ENROLLED = 3;
        See Also:
        Constant Field Values
      • ERROR_SETUP_CHECK_FAILED_VALUE

        public static final int ERROR_SETUP_CHECK_FAILED_VALUE
         Returned when exception was encountered during evaluation of other
         criteria.
         
        ERROR_SETUP_CHECK_FAILED = 4;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static Workload.SaaEnrollmentResponse.SetupError[] 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 (Workload.SaaEnrollmentResponse.SetupError c : Workload.SaaEnrollmentResponse.SetupError.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static Workload.SaaEnrollmentResponse.SetupError valueOf​(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:
        IllegalArgumentException - if this enum type has no constant with the specified name
        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 Workload.SaaEnrollmentResponse.SetupError 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:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • forNumber

        public static Workload.SaaEnrollmentResponse.SetupError forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • 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 Workload.SaaEnrollmentResponse.SetupError 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:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null