Enum LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus

    • Field Detail

      • UNSPECIFIED_VALUE

        public static final int UNSPECIFIED_VALUE
         Not specified.
         
        UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • UNKNOWN_VALUE

        public static final int UNKNOWN_VALUE
         Unknown verification status.
         
        UNKNOWN = 1;
        See Also:
        Constant Field Values
      • NEEDS_REVIEW_VALUE

        public static final int NEEDS_REVIEW_VALUE
         Verification has started, but has not finished.
         
        NEEDS_REVIEW = 2;
        See Also:
        Constant Field Values
      • FAILED_VALUE

        public static final int FAILED_VALUE
         Verification has failed.
         
        FAILED = 3;
        See Also:
        Constant Field Values
      • PASSED_VALUE

        public static final int PASSED_VALUE
         Verification has passed.
         
        PASSED = 4;
        See Also:
        Constant Field Values
      • NOT_APPLICABLE_VALUE

        public static final int NOT_APPLICABLE_VALUE
         Verification is not applicable.
         
        NOT_APPLICABLE = 5;
        See Also:
        Constant Field Values
      • NO_SUBMISSION_VALUE

        public static final int NO_SUBMISSION_VALUE
         Verification is required but pending submission.
         
        NO_SUBMISSION = 6;
        See Also:
        Constant Field Values
      • PARTIAL_SUBMISSION_VALUE

        public static final int PARTIAL_SUBMISSION_VALUE
         Not all required verification has been submitted.
         
        PARTIAL_SUBMISSION = 7;
        See Also:
        Constant Field Values
      • PENDING_ESCALATION_VALUE

        public static final int PENDING_ESCALATION_VALUE
         Verification needs review by Local Services Ads Ops Specialist.
         
        PENDING_ESCALATION = 8;
        See Also:
        Constant Field Values
    • Method Detail

      • values

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

        public static LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus 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 LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus 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
      • 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 LocalServicesVerificationStatusEnum.LocalServicesVerificationStatus 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