Enum SearchTermInsightErrorEnum.SearchTermInsightError
- java.lang.Object
-
- java.lang.Enum<SearchTermInsightErrorEnum.SearchTermInsightError>
-
- com.google.ads.googleads.v14.errors.SearchTermInsightErrorEnum.SearchTermInsightError
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<SearchTermInsightErrorEnum.SearchTermInsightError>
- Enclosing class:
- SearchTermInsightErrorEnum
public static enum SearchTermInsightErrorEnum.SearchTermInsightError extends java.lang.Enum<SearchTermInsightErrorEnum.SearchTermInsightError> implements com.google.protobuf.ProtocolMessageEnum
Enum describing possible search term insight errors.
Protobuf enumgoogle.ads.googleads.v14.errors.SearchTermInsightErrorEnum.SearchTermInsightError
-
-
Enum Constant Summary
Enum Constants Enum Constant Description FILTERING_NOT_ALLOWED_WITH_SEGMENTSSearch term insights cannot be filtered by metrics when segmenting.LIMIT_NOT_ALLOWED_WITH_SEGMENTSSearch term insights cannot have a LIMIT when segmenting.MISSING_FIELD_IN_SELECT_CLAUSEA selected field requires another field to be selected with it.REQUIRES_FILTER_BY_SINGLE_RESOURCEA selected field/resource requires filtering by a single resource.SORTING_NOT_ALLOWED_WITH_SEGMENTSSearch term insights cannot be sorted when segmenting.SUMMARY_ROW_NOT_ALLOWED_WITH_SEGMENTSSearch term insights cannot have a summary row when segmenting.UNKNOWNThe received error code is not known in this version.UNRECOGNIZEDUNSPECIFIEDName unspecified.
-
Field Summary
Fields Modifier and Type Field Description static intFILTERING_NOT_ALLOWED_WITH_SEGMENTS_VALUESearch term insights cannot be filtered by metrics when segmenting.static intLIMIT_NOT_ALLOWED_WITH_SEGMENTS_VALUESearch term insights cannot have a LIMIT when segmenting.static intMISSING_FIELD_IN_SELECT_CLAUSE_VALUEA selected field requires another field to be selected with it.static intREQUIRES_FILTER_BY_SINGLE_RESOURCE_VALUEA selected field/resource requires filtering by a single resource.static intSORTING_NOT_ALLOWED_WITH_SEGMENTS_VALUESearch term insights cannot be sorted when segmenting.static intSUMMARY_ROW_NOT_ALLOWED_WITH_SEGMENTS_VALUESearch term insights cannot have a summary row when segmenting.static intUNKNOWN_VALUEThe received error code is not known in this version.static intUNSPECIFIED_VALUEName unspecified.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static SearchTermInsightErrorEnum.SearchTermInsightErrorforNumber(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<SearchTermInsightErrorEnum.SearchTermInsightError>internalGetValueMap()static SearchTermInsightErrorEnum.SearchTermInsightErrorvalueOf(int value)Deprecated.static SearchTermInsightErrorEnum.SearchTermInsightErrorvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static SearchTermInsightErrorEnum.SearchTermInsightErrorvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SearchTermInsightErrorEnum.SearchTermInsightError[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final SearchTermInsightErrorEnum.SearchTermInsightError UNSPECIFIED
Name unspecified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final SearchTermInsightErrorEnum.SearchTermInsightError UNKNOWN
The received error code is not known in this version.
UNKNOWN = 1;
-
FILTERING_NOT_ALLOWED_WITH_SEGMENTS
public static final SearchTermInsightErrorEnum.SearchTermInsightError FILTERING_NOT_ALLOWED_WITH_SEGMENTS
Search term insights cannot be filtered by metrics when segmenting.
FILTERING_NOT_ALLOWED_WITH_SEGMENTS = 2;
-
LIMIT_NOT_ALLOWED_WITH_SEGMENTS
public static final SearchTermInsightErrorEnum.SearchTermInsightError LIMIT_NOT_ALLOWED_WITH_SEGMENTS
Search term insights cannot have a LIMIT when segmenting.
LIMIT_NOT_ALLOWED_WITH_SEGMENTS = 3;
-
MISSING_FIELD_IN_SELECT_CLAUSE
public static final SearchTermInsightErrorEnum.SearchTermInsightError MISSING_FIELD_IN_SELECT_CLAUSE
A selected field requires another field to be selected with it.
MISSING_FIELD_IN_SELECT_CLAUSE = 4;
-
REQUIRES_FILTER_BY_SINGLE_RESOURCE
public static final SearchTermInsightErrorEnum.SearchTermInsightError REQUIRES_FILTER_BY_SINGLE_RESOURCE
A selected field/resource requires filtering by a single resource.
REQUIRES_FILTER_BY_SINGLE_RESOURCE = 5;
-
SORTING_NOT_ALLOWED_WITH_SEGMENTS
public static final SearchTermInsightErrorEnum.SearchTermInsightError SORTING_NOT_ALLOWED_WITH_SEGMENTS
Search term insights cannot be sorted when segmenting.
SORTING_NOT_ALLOWED_WITH_SEGMENTS = 6;
-
SUMMARY_ROW_NOT_ALLOWED_WITH_SEGMENTS
public static final SearchTermInsightErrorEnum.SearchTermInsightError SUMMARY_ROW_NOT_ALLOWED_WITH_SEGMENTS
Search term insights cannot have a summary row when segmenting.
SUMMARY_ROW_NOT_ALLOWED_WITH_SEGMENTS = 7;
-
UNRECOGNIZED
public static final SearchTermInsightErrorEnum.SearchTermInsightError UNRECOGNIZED
-
-
Field Detail
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUE
Name 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
-
FILTERING_NOT_ALLOWED_WITH_SEGMENTS_VALUE
public static final int FILTERING_NOT_ALLOWED_WITH_SEGMENTS_VALUE
Search term insights cannot be filtered by metrics when segmenting.
FILTERING_NOT_ALLOWED_WITH_SEGMENTS = 2;- See Also:
- Constant Field Values
-
LIMIT_NOT_ALLOWED_WITH_SEGMENTS_VALUE
public static final int LIMIT_NOT_ALLOWED_WITH_SEGMENTS_VALUE
Search term insights cannot have a LIMIT when segmenting.
LIMIT_NOT_ALLOWED_WITH_SEGMENTS = 3;- See Also:
- Constant Field Values
-
MISSING_FIELD_IN_SELECT_CLAUSE_VALUE
public static final int MISSING_FIELD_IN_SELECT_CLAUSE_VALUE
A selected field requires another field to be selected with it.
MISSING_FIELD_IN_SELECT_CLAUSE = 4;- See Also:
- Constant Field Values
-
REQUIRES_FILTER_BY_SINGLE_RESOURCE_VALUE
public static final int REQUIRES_FILTER_BY_SINGLE_RESOURCE_VALUE
A selected field/resource requires filtering by a single resource.
REQUIRES_FILTER_BY_SINGLE_RESOURCE = 5;- See Also:
- Constant Field Values
-
SORTING_NOT_ALLOWED_WITH_SEGMENTS_VALUE
public static final int SORTING_NOT_ALLOWED_WITH_SEGMENTS_VALUE
Search term insights cannot be sorted when segmenting.
SORTING_NOT_ALLOWED_WITH_SEGMENTS = 6;- See Also:
- Constant Field Values
-
SUMMARY_ROW_NOT_ALLOWED_WITH_SEGMENTS_VALUE
public static final int SUMMARY_ROW_NOT_ALLOWED_WITH_SEGMENTS_VALUE
Search term insights cannot have a summary row when segmenting.
SUMMARY_ROW_NOT_ALLOWED_WITH_SEGMENTS = 7;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static SearchTermInsightErrorEnum.SearchTermInsightError[] 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 (SearchTermInsightErrorEnum.SearchTermInsightError c : SearchTermInsightErrorEnum.SearchTermInsightError.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static SearchTermInsightErrorEnum.SearchTermInsightError 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 SearchTermInsightErrorEnum.SearchTermInsightError 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 SearchTermInsightErrorEnum.SearchTermInsightError 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<SearchTermInsightErrorEnum.SearchTermInsightError> 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 SearchTermInsightErrorEnum.SearchTermInsightError 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
-
-