Enum ChangeStatusErrorEnum.ChangeStatusError
- java.lang.Object
-
- java.lang.Enum<ChangeStatusErrorEnum.ChangeStatusError>
-
- com.google.ads.googleads.v10.errors.ChangeStatusErrorEnum.ChangeStatusError
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<ChangeStatusErrorEnum.ChangeStatusError>
- Enclosing class:
- ChangeStatusErrorEnum
public static enum ChangeStatusErrorEnum.ChangeStatusError extends java.lang.Enum<ChangeStatusErrorEnum.ChangeStatusError> implements com.google.protobuf.ProtocolMessageEnum
Enum describing possible change status errors.
Protobuf enumgoogle.ads.googleads.v10.errors.ChangeStatusErrorEnum.ChangeStatusError
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CHANGE_DATE_RANGE_INFINITEThe change_status search request must specify a finite range filter on last_change_date_time.CHANGE_DATE_RANGE_NEGATIVEThe change status search request has specified invalid date time filters that can never logically produce any valid results (for example, start time after end time).INVALID_LIMIT_CLAUSEThe LIMIT specified by change_status request should be less than or equal to 10K.LIMIT_NOT_SPECIFIEDThe change_status search request must specify a LIMIT.START_DATE_TOO_OLDThe requested start date is too old.UNKNOWNThe received error code is not known in this version.UNRECOGNIZEDUNSPECIFIEDEnum unspecified.
-
Field Summary
Fields Modifier and Type Field Description static intCHANGE_DATE_RANGE_INFINITE_VALUEThe change_status search request must specify a finite range filter on last_change_date_time.static intCHANGE_DATE_RANGE_NEGATIVE_VALUEThe change status search request has specified invalid date time filters that can never logically produce any valid results (for example, start time after end time).static intINVALID_LIMIT_CLAUSE_VALUEThe LIMIT specified by change_status request should be less than or equal to 10K.static intLIMIT_NOT_SPECIFIED_VALUEThe change_status search request must specify a LIMIT.static intSTART_DATE_TOO_OLD_VALUEThe requested start date is too old.static intUNKNOWN_VALUEThe received error code is not known in this version.static intUNSPECIFIED_VALUEEnum unspecified.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ChangeStatusErrorEnum.ChangeStatusErrorforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<ChangeStatusErrorEnum.ChangeStatusError>internalGetValueMap()static ChangeStatusErrorEnum.ChangeStatusErrorvalueOf(int value)Deprecated.static ChangeStatusErrorEnum.ChangeStatusErrorvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ChangeStatusErrorEnum.ChangeStatusErrorvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ChangeStatusErrorEnum.ChangeStatusError[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final ChangeStatusErrorEnum.ChangeStatusError UNSPECIFIED
Enum unspecified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final ChangeStatusErrorEnum.ChangeStatusError UNKNOWN
The received error code is not known in this version.
UNKNOWN = 1;
-
START_DATE_TOO_OLD
public static final ChangeStatusErrorEnum.ChangeStatusError START_DATE_TOO_OLD
The requested start date is too old.
START_DATE_TOO_OLD = 3;
-
CHANGE_DATE_RANGE_INFINITE
public static final ChangeStatusErrorEnum.ChangeStatusError CHANGE_DATE_RANGE_INFINITE
The change_status search request must specify a finite range filter on last_change_date_time.
CHANGE_DATE_RANGE_INFINITE = 4;
-
CHANGE_DATE_RANGE_NEGATIVE
public static final ChangeStatusErrorEnum.ChangeStatusError CHANGE_DATE_RANGE_NEGATIVE
The change status search request has specified invalid date time filters that can never logically produce any valid results (for example, start time after end time).
CHANGE_DATE_RANGE_NEGATIVE = 5;
-
LIMIT_NOT_SPECIFIED
public static final ChangeStatusErrorEnum.ChangeStatusError LIMIT_NOT_SPECIFIED
The change_status search request must specify a LIMIT.
LIMIT_NOT_SPECIFIED = 6;
-
INVALID_LIMIT_CLAUSE
public static final ChangeStatusErrorEnum.ChangeStatusError INVALID_LIMIT_CLAUSE
The LIMIT specified by change_status request should be less than or equal to 10K.
INVALID_LIMIT_CLAUSE = 7;
-
UNRECOGNIZED
public static final ChangeStatusErrorEnum.ChangeStatusError UNRECOGNIZED
-
-
Field Detail
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUE
Enum unspecified.
UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUE
The received error code is not known in this version.
UNKNOWN = 1;- See Also:
- Constant Field Values
-
START_DATE_TOO_OLD_VALUE
public static final int START_DATE_TOO_OLD_VALUE
The requested start date is too old.
START_DATE_TOO_OLD = 3;- See Also:
- Constant Field Values
-
CHANGE_DATE_RANGE_INFINITE_VALUE
public static final int CHANGE_DATE_RANGE_INFINITE_VALUE
The change_status search request must specify a finite range filter on last_change_date_time.
CHANGE_DATE_RANGE_INFINITE = 4;- See Also:
- Constant Field Values
-
CHANGE_DATE_RANGE_NEGATIVE_VALUE
public static final int CHANGE_DATE_RANGE_NEGATIVE_VALUE
The change status search request has specified invalid date time filters that can never logically produce any valid results (for example, start time after end time).
CHANGE_DATE_RANGE_NEGATIVE = 5;- See Also:
- Constant Field Values
-
LIMIT_NOT_SPECIFIED_VALUE
public static final int LIMIT_NOT_SPECIFIED_VALUE
The change_status search request must specify a LIMIT.
LIMIT_NOT_SPECIFIED = 6;- See Also:
- Constant Field Values
-
INVALID_LIMIT_CLAUSE_VALUE
public static final int INVALID_LIMIT_CLAUSE_VALUE
The LIMIT specified by change_status request should be less than or equal to 10K.
INVALID_LIMIT_CLAUSE = 7;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static ChangeStatusErrorEnum.ChangeStatusError[] 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 (ChangeStatusErrorEnum.ChangeStatusError c : ChangeStatusErrorEnum.ChangeStatusError.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ChangeStatusErrorEnum.ChangeStatusError 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 ChangeStatusErrorEnum.ChangeStatusError 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 ChangeStatusErrorEnum.ChangeStatusError 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<ChangeStatusErrorEnum.ChangeStatusError> 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 ChangeStatusErrorEnum.ChangeStatusError 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
-
-