Enum Class QueryErrorEnum.QueryError
java.lang.Object
java.lang.Enum<QueryErrorEnum.QueryError>
com.google.ads.googleads.v18.errors.QueryErrorEnum.QueryError
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<QueryErrorEnum.QueryError>,Constable
- Enclosing class:
- QueryErrorEnum
public static enum QueryErrorEnum.QueryError
extends Enum<QueryErrorEnum.QueryError>
implements com.google.protobuf.ProtocolMessageEnum
Enum describing possible query errors.Protobuf enum
google.ads.googleads.v18.errors.QueryErrorEnum.QueryError-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionA condition used in the query references an invalid enum constant.Query contains an invalid escape sequence.Field name is invalid.Limit value is invalid (for example, not a number)Encountered number can not be parsed.Invalid operator encountered.Parameter unknown or not supported.Parameter have invalid value.Invalid resource type was specified in the FROM clause.Non-ASCII symbol encountered outside of strings.Value is invalid.Filters on date/week/month/quarter have a start date after end date.Date filters fail to restrict date to a range smaller than 31 days.Expected AND between values with BETWEEN operator.Expecting ORDER BY to have BY.There was no dimension field selected.Missing filters on date related fields.Missing FROM clause.The operator used in the conditions requires the value to be a list.Fields used in WHERE or ORDER BY clauses are missing from the SELECT clause.SELECT is missing at the beginning of query.A list was passed as a value to a condition whose operator expects a single value.Missing one or both values with BETWEEN operator.The number of values (right-hand-side operands) in a filter exceeds the limit.Invalid date format.Value passed was not a string when it should have been.A String value passed to the BETWEEN operator does not parse as a date.The value passed to the DURING operator is not a Date range literalAn invalid value was passed to the LIKE operator.The value passed to the limit clause is too low.Misaligned date value for the filter.An operator was provided that is inapplicable to the field being filtered.A Condition was found with an empty list.A condition used in the query references an unsupported enum constant.Fields that are not allowed to be selected together were included in the SELECT clause.A field that is not orderable was included in the ORDER BY clause.A field that is not selectable was included in the SELECT clause.A field that is not filterable was included in the WHERE clause.A metric incompatible with the main resource or other selected segmenting resources was included in the SELECT or WHERE clause.Query has a string containing a newline character.Resource type specified in the FROM clause is not supported by this service.A field that comes from an incompatible resource was included in the SELECT clause.A field that comes from an incompatible resource was included in the WHERE clause.A segment incompatible with the main resource or other selected segmenting resources was included in the SELECT or WHERE clause.A segment in the SELECT clause is incompatible with a metric in the SELECT or WHERE clause.List contains values of different types.The values passed to the BETWEEN operator are not of the same type.Returned if all other query error reasons are not applicable.Metrics cannot be requested for a manager account.Query contains unterminated string.Too many segments are specified in SELECT clause.Query is incomplete and cannot be parsed.FROM clause cannot be specified in this query.Query has an unexpected extra part.The received error code is not known in this version.Query contains one or more unrecognized fields.Name unspecified. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intA condition used in the query references an invalid enum constant.static final intQuery contains an invalid escape sequence.static final intField name is invalid.static final intLimit value is invalid (for example, not a number)static final intEncountered number can not be parsed.static final intInvalid operator encountered.static final intParameter unknown or not supported.static final intParameter have invalid value.static final intInvalid resource type was specified in the FROM clause.static final intNon-ASCII symbol encountered outside of strings.static final intValue is invalid.static final intFilters on date/week/month/quarter have a start date after end date.static final intDate filters fail to restrict date to a range smaller than 31 days.static final intExpected AND between values with BETWEEN operator.static final intExpecting ORDER BY to have BY.static final intThere was no dimension field selected.static final intMissing filters on date related fields.static final intMissing FROM clause.static final intThe operator used in the conditions requires the value to be a list.static final intFields used in WHERE or ORDER BY clauses are missing from the SELECT clause.static final intSELECT is missing at the beginning of query.static final intA list was passed as a value to a condition whose operator expects a single value.static final intMissing one or both values with BETWEEN operator.static final intThe number of values (right-hand-side operands) in a filter exceeds the limit.static final intInvalid date format.static final intValue passed was not a string when it should have been.static final intA String value passed to the BETWEEN operator does not parse as a date.static final intThe value passed to the DURING operator is not a Date range literalstatic final intAn invalid value was passed to the LIKE operator.static final intThe value passed to the limit clause is too low.static final intMisaligned date value for the filter.static final intAn operator was provided that is inapplicable to the field being filtered.static final intA Condition was found with an empty list.static final intA condition used in the query references an unsupported enum constant.static final intFields that are not allowed to be selected together were included in the SELECT clause.static final intA field that is not orderable was included in the ORDER BY clause.static final intA field that is not selectable was included in the SELECT clause.static final intA field that is not filterable was included in the WHERE clause.static final intA metric incompatible with the main resource or other selected segmenting resources was included in the SELECT or WHERE clause.static final intQuery has a string containing a newline character.static final intResource type specified in the FROM clause is not supported by this service.static final intA field that comes from an incompatible resource was included in the SELECT clause.static final intA field that comes from an incompatible resource was included in the WHERE clause.static final intA segment incompatible with the main resource or other selected segmenting resources was included in the SELECT or WHERE clause.static final intA segment in the SELECT clause is incompatible with a metric in the SELECT or WHERE clause.static final intList contains values of different types.static final intThe values passed to the BETWEEN operator are not of the same type.static final intReturned if all other query error reasons are not applicable.static final intMetrics cannot be requested for a manager account.static final intQuery contains unterminated string.static final intToo many segments are specified in SELECT clause.static final intQuery is incomplete and cannot be parsed.static final intFROM clause cannot be specified in this query.static final intQuery has an unexpected extra part.static final intThe received error code is not known in this version.static final intQuery contains one or more unrecognized fields.static final intName unspecified. -
Method Summary
Modifier and TypeMethodDescriptionstatic QueryErrorEnum.QueryErrorforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<QueryErrorEnum.QueryError>static QueryErrorEnum.QueryErrorvalueOf(int value) Deprecated.static QueryErrorEnum.QueryErrorvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static QueryErrorEnum.QueryErrorReturns the enum constant of this class with the specified name.static QueryErrorEnum.QueryError[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNSPECIFIED
Name unspecified.
UNSPECIFIED = 0; -
UNKNOWN
The received error code is not known in this version.
UNKNOWN = 1; -
QUERY_ERROR
Returned if all other query error reasons are not applicable.
QUERY_ERROR = 50; -
BAD_ENUM_CONSTANT
A condition used in the query references an invalid enum constant.
BAD_ENUM_CONSTANT = 18; -
BAD_ESCAPE_SEQUENCE
Query contains an invalid escape sequence.
BAD_ESCAPE_SEQUENCE = 7; -
BAD_FIELD_NAME
Field name is invalid.
BAD_FIELD_NAME = 12; -
BAD_LIMIT_VALUE
Limit value is invalid (for example, not a number)
BAD_LIMIT_VALUE = 15; -
BAD_NUMBER
Encountered number can not be parsed.
BAD_NUMBER = 5; -
BAD_OPERATOR
Invalid operator encountered.
BAD_OPERATOR = 3; -
BAD_PARAMETER_NAME
Parameter unknown or not supported.
BAD_PARAMETER_NAME = 61; -
BAD_PARAMETER_VALUE
Parameter have invalid value.
BAD_PARAMETER_VALUE = 62; -
BAD_RESOURCE_TYPE_IN_FROM_CLAUSE
Invalid resource type was specified in the FROM clause.
BAD_RESOURCE_TYPE_IN_FROM_CLAUSE = 45; -
BAD_SYMBOL
Non-ASCII symbol encountered outside of strings.
BAD_SYMBOL = 2; -
BAD_VALUE
Value is invalid.
BAD_VALUE = 4; -
DATE_RANGE_TOO_WIDE
Date filters fail to restrict date to a range smaller than 31 days. Applicable if the query is segmented by date.
DATE_RANGE_TOO_WIDE = 36; -
DATE_RANGE_TOO_NARROW
Filters on date/week/month/quarter have a start date after end date.
DATE_RANGE_TOO_NARROW = 60; -
EXPECTED_AND
Expected AND between values with BETWEEN operator.
EXPECTED_AND = 30; -
EXPECTED_BY
Expecting ORDER BY to have BY.
EXPECTED_BY = 14; -
EXPECTED_DIMENSION_FIELD_IN_SELECT_CLAUSE
There was no dimension field selected.
EXPECTED_DIMENSION_FIELD_IN_SELECT_CLAUSE = 37; -
EXPECTED_FILTERS_ON_DATE_RANGE
Missing filters on date related fields.
EXPECTED_FILTERS_ON_DATE_RANGE = 55; -
EXPECTED_FROM
Missing FROM clause.
EXPECTED_FROM = 44; -
EXPECTED_LIST
The operator used in the conditions requires the value to be a list.
EXPECTED_LIST = 41; -
EXPECTED_REFERENCED_FIELD_IN_SELECT_CLAUSE
Fields used in WHERE or ORDER BY clauses are missing from the SELECT clause.
EXPECTED_REFERENCED_FIELD_IN_SELECT_CLAUSE = 16; -
EXPECTED_SELECT
SELECT is missing at the beginning of query.
EXPECTED_SELECT = 13; -
EXPECTED_SINGLE_VALUE
A list was passed as a value to a condition whose operator expects a single value.
EXPECTED_SINGLE_VALUE = 42; -
EXPECTED_VALUE_WITH_BETWEEN_OPERATOR
Missing one or both values with BETWEEN operator.
EXPECTED_VALUE_WITH_BETWEEN_OPERATOR = 29; -
INVALID_DATE_FORMAT
Invalid date format. Expected 'YYYY-MM-DD'.
INVALID_DATE_FORMAT = 38; -
MISALIGNED_DATE_FOR_FILTER
Misaligned date value for the filter. The date should be the start of a week/month/quarter if the filtered field is segments.week/segments.month/segments.quarter.
MISALIGNED_DATE_FOR_FILTER = 64; -
INVALID_STRING_VALUE
Value passed was not a string when it should have been. For example, it was a number or unquoted literal.
INVALID_STRING_VALUE = 57; -
INVALID_VALUE_WITH_BETWEEN_OPERATOR
A String value passed to the BETWEEN operator does not parse as a date.
INVALID_VALUE_WITH_BETWEEN_OPERATOR = 26; -
INVALID_VALUE_WITH_DURING_OPERATOR
The value passed to the DURING operator is not a Date range literal
INVALID_VALUE_WITH_DURING_OPERATOR = 22; -
INVALID_VALUE_WITH_LIKE_OPERATOR
An invalid value was passed to the LIKE operator.
INVALID_VALUE_WITH_LIKE_OPERATOR = 56; -
OPERATOR_FIELD_MISMATCH
An operator was provided that is inapplicable to the field being filtered.
OPERATOR_FIELD_MISMATCH = 35; -
PROHIBITED_EMPTY_LIST_IN_CONDITION
A Condition was found with an empty list.
PROHIBITED_EMPTY_LIST_IN_CONDITION = 28; -
PROHIBITED_ENUM_CONSTANT
A condition used in the query references an unsupported enum constant.
PROHIBITED_ENUM_CONSTANT = 54; -
PROHIBITED_FIELD_COMBINATION_IN_SELECT_CLAUSE
Fields that are not allowed to be selected together were included in the SELECT clause.
PROHIBITED_FIELD_COMBINATION_IN_SELECT_CLAUSE = 31; -
PROHIBITED_FIELD_IN_ORDER_BY_CLAUSE
A field that is not orderable was included in the ORDER BY clause.
PROHIBITED_FIELD_IN_ORDER_BY_CLAUSE = 40; -
PROHIBITED_FIELD_IN_SELECT_CLAUSE
A field that is not selectable was included in the SELECT clause.
PROHIBITED_FIELD_IN_SELECT_CLAUSE = 23; -
PROHIBITED_FIELD_IN_WHERE_CLAUSE
A field that is not filterable was included in the WHERE clause.
PROHIBITED_FIELD_IN_WHERE_CLAUSE = 24; -
PROHIBITED_RESOURCE_TYPE_IN_FROM_CLAUSE
Resource type specified in the FROM clause is not supported by this service.
PROHIBITED_RESOURCE_TYPE_IN_FROM_CLAUSE = 43; -
PROHIBITED_RESOURCE_TYPE_IN_SELECT_CLAUSE
A field that comes from an incompatible resource was included in the SELECT clause.
PROHIBITED_RESOURCE_TYPE_IN_SELECT_CLAUSE = 48; -
PROHIBITED_RESOURCE_TYPE_IN_WHERE_CLAUSE
A field that comes from an incompatible resource was included in the WHERE clause.
PROHIBITED_RESOURCE_TYPE_IN_WHERE_CLAUSE = 58; -
PROHIBITED_METRIC_IN_SELECT_OR_WHERE_CLAUSE
A metric incompatible with the main resource or other selected segmenting resources was included in the SELECT or WHERE clause.
PROHIBITED_METRIC_IN_SELECT_OR_WHERE_CLAUSE = 49; -
PROHIBITED_SEGMENT_IN_SELECT_OR_WHERE_CLAUSE
A segment incompatible with the main resource or other selected segmenting resources was included in the SELECT or WHERE clause.
PROHIBITED_SEGMENT_IN_SELECT_OR_WHERE_CLAUSE = 51; -
PROHIBITED_SEGMENT_WITH_METRIC_IN_SELECT_OR_WHERE_CLAUSE
public static final QueryErrorEnum.QueryError PROHIBITED_SEGMENT_WITH_METRIC_IN_SELECT_OR_WHERE_CLAUSEA segment in the SELECT clause is incompatible with a metric in the SELECT or WHERE clause.
PROHIBITED_SEGMENT_WITH_METRIC_IN_SELECT_OR_WHERE_CLAUSE = 53; -
LIMIT_VALUE_TOO_LOW
The value passed to the limit clause is too low.
LIMIT_VALUE_TOO_LOW = 25; -
PROHIBITED_NEWLINE_IN_STRING
Query has a string containing a newline character.
PROHIBITED_NEWLINE_IN_STRING = 8; -
PROHIBITED_VALUE_COMBINATION_IN_LIST
List contains values of different types.
PROHIBITED_VALUE_COMBINATION_IN_LIST = 10; -
PROHIBITED_VALUE_COMBINATION_WITH_BETWEEN_OPERATOR
The values passed to the BETWEEN operator are not of the same type.
PROHIBITED_VALUE_COMBINATION_WITH_BETWEEN_OPERATOR = 21; -
STRING_NOT_TERMINATED
Query contains unterminated string.
STRING_NOT_TERMINATED = 6; -
TOO_MANY_SEGMENTS
Too many segments are specified in SELECT clause.
TOO_MANY_SEGMENTS = 34; -
UNEXPECTED_END_OF_QUERY
Query is incomplete and cannot be parsed.
UNEXPECTED_END_OF_QUERY = 9; -
UNEXPECTED_FROM_CLAUSE
FROM clause cannot be specified in this query.
UNEXPECTED_FROM_CLAUSE = 47; -
UNRECOGNIZED_FIELD
Query contains one or more unrecognized fields.
UNRECOGNIZED_FIELD = 32; -
UNEXPECTED_INPUT
Query has an unexpected extra part.
UNEXPECTED_INPUT = 11; -
REQUESTED_METRICS_FOR_MANAGER
Metrics cannot be requested for a manager account. To retrieve metrics, issue separate requests against each client account under the manager account.
REQUESTED_METRICS_FOR_MANAGER = 59; -
FILTER_HAS_TOO_MANY_VALUES
The number of values (right-hand-side operands) in a filter exceeds the limit.
FILTER_HAS_TOO_MANY_VALUES = 63; -
UNRECOGNIZED
-
-
Field Details
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUEName unspecified.
UNSPECIFIED = 0;- See Also:
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEThe received error code is not known in this version.
UNKNOWN = 1;- See Also:
-
QUERY_ERROR_VALUE
public static final int QUERY_ERROR_VALUEReturned if all other query error reasons are not applicable.
QUERY_ERROR = 50;- See Also:
-
BAD_ENUM_CONSTANT_VALUE
public static final int BAD_ENUM_CONSTANT_VALUEA condition used in the query references an invalid enum constant.
BAD_ENUM_CONSTANT = 18;- See Also:
-
BAD_ESCAPE_SEQUENCE_VALUE
public static final int BAD_ESCAPE_SEQUENCE_VALUEQuery contains an invalid escape sequence.
BAD_ESCAPE_SEQUENCE = 7;- See Also:
-
BAD_FIELD_NAME_VALUE
public static final int BAD_FIELD_NAME_VALUEField name is invalid.
BAD_FIELD_NAME = 12;- See Also:
-
BAD_LIMIT_VALUE_VALUE
public static final int BAD_LIMIT_VALUE_VALUELimit value is invalid (for example, not a number)
BAD_LIMIT_VALUE = 15;- See Also:
-
BAD_NUMBER_VALUE
public static final int BAD_NUMBER_VALUEEncountered number can not be parsed.
BAD_NUMBER = 5;- See Also:
-
BAD_OPERATOR_VALUE
public static final int BAD_OPERATOR_VALUEInvalid operator encountered.
BAD_OPERATOR = 3;- See Also:
-
BAD_PARAMETER_NAME_VALUE
public static final int BAD_PARAMETER_NAME_VALUEParameter unknown or not supported.
BAD_PARAMETER_NAME = 61;- See Also:
-
BAD_PARAMETER_VALUE_VALUE
public static final int BAD_PARAMETER_VALUE_VALUEParameter have invalid value.
BAD_PARAMETER_VALUE = 62;- See Also:
-
BAD_RESOURCE_TYPE_IN_FROM_CLAUSE_VALUE
public static final int BAD_RESOURCE_TYPE_IN_FROM_CLAUSE_VALUEInvalid resource type was specified in the FROM clause.
BAD_RESOURCE_TYPE_IN_FROM_CLAUSE = 45;- See Also:
-
BAD_SYMBOL_VALUE
public static final int BAD_SYMBOL_VALUENon-ASCII symbol encountered outside of strings.
BAD_SYMBOL = 2;- See Also:
-
BAD_VALUE_VALUE
public static final int BAD_VALUE_VALUEValue is invalid.
BAD_VALUE = 4;- See Also:
-
DATE_RANGE_TOO_WIDE_VALUE
public static final int DATE_RANGE_TOO_WIDE_VALUEDate filters fail to restrict date to a range smaller than 31 days. Applicable if the query is segmented by date.
DATE_RANGE_TOO_WIDE = 36;- See Also:
-
DATE_RANGE_TOO_NARROW_VALUE
public static final int DATE_RANGE_TOO_NARROW_VALUEFilters on date/week/month/quarter have a start date after end date.
DATE_RANGE_TOO_NARROW = 60;- See Also:
-
EXPECTED_AND_VALUE
public static final int EXPECTED_AND_VALUEExpected AND between values with BETWEEN operator.
EXPECTED_AND = 30;- See Also:
-
EXPECTED_BY_VALUE
public static final int EXPECTED_BY_VALUEExpecting ORDER BY to have BY.
EXPECTED_BY = 14;- See Also:
-
EXPECTED_DIMENSION_FIELD_IN_SELECT_CLAUSE_VALUE
public static final int EXPECTED_DIMENSION_FIELD_IN_SELECT_CLAUSE_VALUEThere was no dimension field selected.
EXPECTED_DIMENSION_FIELD_IN_SELECT_CLAUSE = 37;- See Also:
-
EXPECTED_FILTERS_ON_DATE_RANGE_VALUE
public static final int EXPECTED_FILTERS_ON_DATE_RANGE_VALUEMissing filters on date related fields.
EXPECTED_FILTERS_ON_DATE_RANGE = 55;- See Also:
-
EXPECTED_FROM_VALUE
public static final int EXPECTED_FROM_VALUEMissing FROM clause.
EXPECTED_FROM = 44;- See Also:
-
EXPECTED_LIST_VALUE
public static final int EXPECTED_LIST_VALUEThe operator used in the conditions requires the value to be a list.
EXPECTED_LIST = 41;- See Also:
-
EXPECTED_REFERENCED_FIELD_IN_SELECT_CLAUSE_VALUE
public static final int EXPECTED_REFERENCED_FIELD_IN_SELECT_CLAUSE_VALUEFields used in WHERE or ORDER BY clauses are missing from the SELECT clause.
EXPECTED_REFERENCED_FIELD_IN_SELECT_CLAUSE = 16;- See Also:
-
EXPECTED_SELECT_VALUE
public static final int EXPECTED_SELECT_VALUESELECT is missing at the beginning of query.
EXPECTED_SELECT = 13;- See Also:
-
EXPECTED_SINGLE_VALUE_VALUE
public static final int EXPECTED_SINGLE_VALUE_VALUEA list was passed as a value to a condition whose operator expects a single value.
EXPECTED_SINGLE_VALUE = 42;- See Also:
-
EXPECTED_VALUE_WITH_BETWEEN_OPERATOR_VALUE
public static final int EXPECTED_VALUE_WITH_BETWEEN_OPERATOR_VALUEMissing one or both values with BETWEEN operator.
EXPECTED_VALUE_WITH_BETWEEN_OPERATOR = 29;- See Also:
-
INVALID_DATE_FORMAT_VALUE
public static final int INVALID_DATE_FORMAT_VALUEInvalid date format. Expected 'YYYY-MM-DD'.
INVALID_DATE_FORMAT = 38;- See Also:
-
MISALIGNED_DATE_FOR_FILTER_VALUE
public static final int MISALIGNED_DATE_FOR_FILTER_VALUEMisaligned date value for the filter. The date should be the start of a week/month/quarter if the filtered field is segments.week/segments.month/segments.quarter.
MISALIGNED_DATE_FOR_FILTER = 64;- See Also:
-
INVALID_STRING_VALUE_VALUE
public static final int INVALID_STRING_VALUE_VALUEValue passed was not a string when it should have been. For example, it was a number or unquoted literal.
INVALID_STRING_VALUE = 57;- See Also:
-
INVALID_VALUE_WITH_BETWEEN_OPERATOR_VALUE
public static final int INVALID_VALUE_WITH_BETWEEN_OPERATOR_VALUEA String value passed to the BETWEEN operator does not parse as a date.
INVALID_VALUE_WITH_BETWEEN_OPERATOR = 26;- See Also:
-
INVALID_VALUE_WITH_DURING_OPERATOR_VALUE
public static final int INVALID_VALUE_WITH_DURING_OPERATOR_VALUEThe value passed to the DURING operator is not a Date range literal
INVALID_VALUE_WITH_DURING_OPERATOR = 22;- See Also:
-
INVALID_VALUE_WITH_LIKE_OPERATOR_VALUE
public static final int INVALID_VALUE_WITH_LIKE_OPERATOR_VALUEAn invalid value was passed to the LIKE operator.
INVALID_VALUE_WITH_LIKE_OPERATOR = 56;- See Also:
-
OPERATOR_FIELD_MISMATCH_VALUE
public static final int OPERATOR_FIELD_MISMATCH_VALUEAn operator was provided that is inapplicable to the field being filtered.
OPERATOR_FIELD_MISMATCH = 35;- See Also:
-
PROHIBITED_EMPTY_LIST_IN_CONDITION_VALUE
public static final int PROHIBITED_EMPTY_LIST_IN_CONDITION_VALUEA Condition was found with an empty list.
PROHIBITED_EMPTY_LIST_IN_CONDITION = 28;- See Also:
-
PROHIBITED_ENUM_CONSTANT_VALUE
public static final int PROHIBITED_ENUM_CONSTANT_VALUEA condition used in the query references an unsupported enum constant.
PROHIBITED_ENUM_CONSTANT = 54;- See Also:
-
PROHIBITED_FIELD_COMBINATION_IN_SELECT_CLAUSE_VALUE
public static final int PROHIBITED_FIELD_COMBINATION_IN_SELECT_CLAUSE_VALUEFields that are not allowed to be selected together were included in the SELECT clause.
PROHIBITED_FIELD_COMBINATION_IN_SELECT_CLAUSE = 31;- See Also:
-
PROHIBITED_FIELD_IN_ORDER_BY_CLAUSE_VALUE
public static final int PROHIBITED_FIELD_IN_ORDER_BY_CLAUSE_VALUEA field that is not orderable was included in the ORDER BY clause.
PROHIBITED_FIELD_IN_ORDER_BY_CLAUSE = 40;- See Also:
-
PROHIBITED_FIELD_IN_SELECT_CLAUSE_VALUE
public static final int PROHIBITED_FIELD_IN_SELECT_CLAUSE_VALUEA field that is not selectable was included in the SELECT clause.
PROHIBITED_FIELD_IN_SELECT_CLAUSE = 23;- See Also:
-
PROHIBITED_FIELD_IN_WHERE_CLAUSE_VALUE
public static final int PROHIBITED_FIELD_IN_WHERE_CLAUSE_VALUEA field that is not filterable was included in the WHERE clause.
PROHIBITED_FIELD_IN_WHERE_CLAUSE = 24;- See Also:
-
PROHIBITED_RESOURCE_TYPE_IN_FROM_CLAUSE_VALUE
public static final int PROHIBITED_RESOURCE_TYPE_IN_FROM_CLAUSE_VALUEResource type specified in the FROM clause is not supported by this service.
PROHIBITED_RESOURCE_TYPE_IN_FROM_CLAUSE = 43;- See Also:
-
PROHIBITED_RESOURCE_TYPE_IN_SELECT_CLAUSE_VALUE
public static final int PROHIBITED_RESOURCE_TYPE_IN_SELECT_CLAUSE_VALUEA field that comes from an incompatible resource was included in the SELECT clause.
PROHIBITED_RESOURCE_TYPE_IN_SELECT_CLAUSE = 48;- See Also:
-
PROHIBITED_RESOURCE_TYPE_IN_WHERE_CLAUSE_VALUE
public static final int PROHIBITED_RESOURCE_TYPE_IN_WHERE_CLAUSE_VALUEA field that comes from an incompatible resource was included in the WHERE clause.
PROHIBITED_RESOURCE_TYPE_IN_WHERE_CLAUSE = 58;- See Also:
-
PROHIBITED_METRIC_IN_SELECT_OR_WHERE_CLAUSE_VALUE
public static final int PROHIBITED_METRIC_IN_SELECT_OR_WHERE_CLAUSE_VALUEA metric incompatible with the main resource or other selected segmenting resources was included in the SELECT or WHERE clause.
PROHIBITED_METRIC_IN_SELECT_OR_WHERE_CLAUSE = 49;- See Also:
-
PROHIBITED_SEGMENT_IN_SELECT_OR_WHERE_CLAUSE_VALUE
public static final int PROHIBITED_SEGMENT_IN_SELECT_OR_WHERE_CLAUSE_VALUEA segment incompatible with the main resource or other selected segmenting resources was included in the SELECT or WHERE clause.
PROHIBITED_SEGMENT_IN_SELECT_OR_WHERE_CLAUSE = 51;- See Also:
-
PROHIBITED_SEGMENT_WITH_METRIC_IN_SELECT_OR_WHERE_CLAUSE_VALUE
public static final int PROHIBITED_SEGMENT_WITH_METRIC_IN_SELECT_OR_WHERE_CLAUSE_VALUEA segment in the SELECT clause is incompatible with a metric in the SELECT or WHERE clause.
PROHIBITED_SEGMENT_WITH_METRIC_IN_SELECT_OR_WHERE_CLAUSE = 53;- See Also:
-
LIMIT_VALUE_TOO_LOW_VALUE
public static final int LIMIT_VALUE_TOO_LOW_VALUEThe value passed to the limit clause is too low.
LIMIT_VALUE_TOO_LOW = 25;- See Also:
-
PROHIBITED_NEWLINE_IN_STRING_VALUE
public static final int PROHIBITED_NEWLINE_IN_STRING_VALUEQuery has a string containing a newline character.
PROHIBITED_NEWLINE_IN_STRING = 8;- See Also:
-
PROHIBITED_VALUE_COMBINATION_IN_LIST_VALUE
public static final int PROHIBITED_VALUE_COMBINATION_IN_LIST_VALUEList contains values of different types.
PROHIBITED_VALUE_COMBINATION_IN_LIST = 10;- See Also:
-
PROHIBITED_VALUE_COMBINATION_WITH_BETWEEN_OPERATOR_VALUE
public static final int PROHIBITED_VALUE_COMBINATION_WITH_BETWEEN_OPERATOR_VALUEThe values passed to the BETWEEN operator are not of the same type.
PROHIBITED_VALUE_COMBINATION_WITH_BETWEEN_OPERATOR = 21;- See Also:
-
STRING_NOT_TERMINATED_VALUE
public static final int STRING_NOT_TERMINATED_VALUEQuery contains unterminated string.
STRING_NOT_TERMINATED = 6;- See Also:
-
TOO_MANY_SEGMENTS_VALUE
public static final int TOO_MANY_SEGMENTS_VALUEToo many segments are specified in SELECT clause.
TOO_MANY_SEGMENTS = 34;- See Also:
-
UNEXPECTED_END_OF_QUERY_VALUE
public static final int UNEXPECTED_END_OF_QUERY_VALUEQuery is incomplete and cannot be parsed.
UNEXPECTED_END_OF_QUERY = 9;- See Also:
-
UNEXPECTED_FROM_CLAUSE_VALUE
public static final int UNEXPECTED_FROM_CLAUSE_VALUEFROM clause cannot be specified in this query.
UNEXPECTED_FROM_CLAUSE = 47;- See Also:
-
UNRECOGNIZED_FIELD_VALUE
public static final int UNRECOGNIZED_FIELD_VALUEQuery contains one or more unrecognized fields.
UNRECOGNIZED_FIELD = 32;- See Also:
-
UNEXPECTED_INPUT_VALUE
public static final int UNEXPECTED_INPUT_VALUEQuery has an unexpected extra part.
UNEXPECTED_INPUT = 11;- See Also:
-
REQUESTED_METRICS_FOR_MANAGER_VALUE
public static final int REQUESTED_METRICS_FOR_MANAGER_VALUEMetrics cannot be requested for a manager account. To retrieve metrics, issue separate requests against each client account under the manager account.
REQUESTED_METRICS_FOR_MANAGER = 59;- See Also:
-
FILTER_HAS_TOO_MANY_VALUES_VALUE
public static final int FILTER_HAS_TOO_MANY_VALUES_VALUEThe number of values (right-hand-side operands) in a filter exceeds the limit.
FILTER_HAS_TOO_MANY_VALUES = 63;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- 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.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- 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<QueryErrorEnum.QueryError> 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 QueryErrorEnum.QueryError valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-