Enum LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus
- java.lang.Object
-
- java.lang.Enum<LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus>
-
- com.google.ads.googleads.v15.enums.LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus>
- Enclosing class:
- LocalServicesVerificationArtifactStatusEnum
public static enum LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus extends java.lang.Enum<LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus> implements com.google.protobuf.ProtocolMessageEnum
Enums describing statuses of a local services verification artifact.
Protobuf enumgoogle.ads.googleads.v15.enums.LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CANCELLEDArtifact has been cancelled by the user.FAILEDArtifact has failed verification.NO_SUBMISSIONArtifact needs user to upload information before it is verified.PASSEDArtifact has passed verification.PENDINGArtifact is in the process of verification.UNKNOWNUsed for return value only.UNRECOGNIZEDUNSPECIFIEDNot specified.
-
Field Summary
Fields Modifier and Type Field Description static intCANCELLED_VALUEArtifact has been cancelled by the user.static intFAILED_VALUEArtifact has failed verification.static intNO_SUBMISSION_VALUEArtifact needs user to upload information before it is verified.static intPASSED_VALUEArtifact has passed verification.static intPENDING_VALUEArtifact is in the process of verification.static intUNKNOWN_VALUEUsed for return value only.static intUNSPECIFIED_VALUENot specified.
-
Method Summary
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus UNSPECIFIED
Not specified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1;
-
PASSED
public static final LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus PASSED
Artifact has passed verification.
PASSED = 2;
-
FAILED
public static final LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus FAILED
Artifact has failed verification.
FAILED = 3;
-
PENDING
public static final LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus PENDING
Artifact is in the process of verification.
PENDING = 4;
-
NO_SUBMISSION
public static final LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus NO_SUBMISSION
Artifact needs user to upload information before it is verified.
NO_SUBMISSION = 5;
-
CANCELLED
public static final LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus CANCELLED
Artifact has been cancelled by the user.
CANCELLED = 6;
-
UNRECOGNIZED
public static final LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus UNRECOGNIZED
-
-
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
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1;- See Also:
- Constant Field Values
-
PASSED_VALUE
public static final int PASSED_VALUE
Artifact has passed verification.
PASSED = 2;- See Also:
- Constant Field Values
-
FAILED_VALUE
public static final int FAILED_VALUE
Artifact has failed verification.
FAILED = 3;- See Also:
- Constant Field Values
-
PENDING_VALUE
public static final int PENDING_VALUE
Artifact is in the process of verification.
PENDING = 4;- See Also:
- Constant Field Values
-
NO_SUBMISSION_VALUE
public static final int NO_SUBMISSION_VALUE
Artifact needs user to upload information before it is verified.
NO_SUBMISSION = 5;- See Also:
- Constant Field Values
-
CANCELLED_VALUE
public static final int CANCELLED_VALUE
Artifact has been cancelled by the user.
CANCELLED = 6;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus[] 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 (LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus c : LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus 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 namejava.lang.NullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus 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 namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus 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<LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static LocalServicesVerificationArtifactStatusEnum.LocalServicesVerificationArtifactStatus 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 namejava.lang.NullPointerException- if the argument is null
-
-