@@ -145,6 +145,7 @@ class MinuteRange(proto.Message):
145
145
minutes of event data (``startMinutesAgo <= 29``), and 360
146
146
Analytics properties can request up to the last 60 minutes
147
147
of event data (``startMinutesAgo <= 59``).
148
+
148
149
This field is a member of `oneof`_ ``_start_minutes_ago``.
149
150
end_minutes_ago (int):
150
151
The inclusive end minute for the query as a number of
@@ -157,6 +158,7 @@ class MinuteRange(proto.Message):
157
158
last 30 minutes of event data (``endMinutesAgo <= 29``), and
158
159
360 Analytics properties can request any minute in the last
159
160
60 minutes of event data (``endMinutesAgo <= 59``).
161
+
160
162
This field is a member of `oneof`_ ``_end_minutes_ago``.
161
163
name (str):
162
164
Assigns a name to this minute range. The dimension
@@ -226,15 +228,18 @@ class DimensionExpression(proto.Message):
226
228
lower_case (google.analytics.data_v1beta.types.DimensionExpression.CaseExpression):
227
229
Used to convert a dimension value to lower
228
230
case.
231
+
229
232
This field is a member of `oneof`_ ``one_expression``.
230
233
upper_case (google.analytics.data_v1beta.types.DimensionExpression.CaseExpression):
231
234
Used to convert a dimension value to upper
232
235
case.
236
+
233
237
This field is a member of `oneof`_ ``one_expression``.
234
238
concatenate (google.analytics.data_v1beta.types.DimensionExpression.ConcatenateExpression):
235
239
Used to combine dimension values to a single
236
240
dimension. For example, dimension "country,
237
241
city": concatenate(country, ", ", city).
242
+
238
243
This field is a member of `oneof`_ ``one_expression``.
239
244
"""
240
245
@@ -333,17 +338,21 @@ class FilterExpression(proto.Message):
333
338
Attributes:
334
339
and_group (google.analytics.data_v1beta.types.FilterExpressionList):
335
340
The FilterExpressions in and_group have an AND relationship.
341
+
336
342
This field is a member of `oneof`_ ``expr``.
337
343
or_group (google.analytics.data_v1beta.types.FilterExpressionList):
338
344
The FilterExpressions in or_group have an OR relationship.
345
+
339
346
This field is a member of `oneof`_ ``expr``.
340
347
not_expression (google.analytics.data_v1beta.types.FilterExpression):
341
348
The FilterExpression is NOT of not_expression.
349
+
342
350
This field is a member of `oneof`_ ``expr``.
343
351
filter (google.analytics.data_v1beta.types.Filter):
344
352
A primitive filter.
345
353
All fields in filter in same FilterExpression
346
354
needs to be either all dimensions or metrics.
355
+
347
356
This field is a member of `oneof`_ ``expr``.
348
357
"""
349
358
@@ -388,15 +397,19 @@ class Filter(proto.Message):
388
397
name defined in dimensions or metrics.
389
398
string_filter (google.analytics.data_v1beta.types.Filter.StringFilter):
390
399
Strings related filter.
400
+
391
401
This field is a member of `oneof`_ ``one_filter``.
392
402
in_list_filter (google.analytics.data_v1beta.types.Filter.InListFilter):
393
403
A filter for in list values.
404
+
394
405
This field is a member of `oneof`_ ``one_filter``.
395
406
numeric_filter (google.analytics.data_v1beta.types.Filter.NumericFilter):
396
407
A filter for numeric or date values.
408
+
397
409
This field is a member of `oneof`_ ``one_filter``.
398
410
between_filter (google.analytics.data_v1beta.types.Filter.BetweenFilter):
399
411
A filter for two values.
412
+
400
413
This field is a member of `oneof`_ ``one_filter``.
401
414
"""
402
415
@@ -508,13 +521,16 @@ class OrderBy(proto.Message):
508
521
Attributes:
509
522
metric (google.analytics.data_v1beta.types.OrderBy.MetricOrderBy):
510
523
Sorts results by a metric's values.
524
+
511
525
This field is a member of `oneof`_ ``one_order_by``.
512
526
dimension (google.analytics.data_v1beta.types.OrderBy.DimensionOrderBy):
513
527
Sorts results by a dimension's values.
528
+
514
529
This field is a member of `oneof`_ ``one_order_by``.
515
530
pivot (google.analytics.data_v1beta.types.OrderBy.PivotOrderBy):
516
531
Sorts results by a metric's values within a
517
532
pivot column group.
533
+
518
534
This field is a member of `oneof`_ ``one_order_by``.
519
535
desc (bool):
520
536
If true, sorts by descending order.
@@ -836,6 +852,7 @@ class ResponseMetaData(proto.Message):
836
852
creating this report. To learn more, see `Access and
837
853
data-restriction
838
854
management <https://support.google.com/analytics/answer/10851388>`__.
855
+
839
856
This field is a member of `oneof`_ ``_schema_restriction_response``.
840
857
currency_code (str):
841
858
The currency code used in this report. Intended to be used
@@ -850,17 +867,20 @@ class ResponseMetaData(proto.Message):
850
867
(https://en.wikipedia.org/wiki/ISO_4217); for example "USD",
851
868
"EUR", "JPY". To learn more, see
852
869
https://support.google.com/analytics/answer/9796179.
870
+
853
871
This field is a member of `oneof`_ ``_currency_code``.
854
872
time_zone (str):
855
873
The property's current timezone. Intended to be used to
856
874
interpret time-based dimensions like ``hour`` and
857
875
``minute``. Formatted as strings from the IANA Time Zone
858
876
database (https://www.iana.org/time-zones); for example
859
877
"America/New_York" or "Asia/Tokyo".
878
+
860
879
This field is a member of `oneof`_ ``_time_zone``.
861
880
empty_reason (str):
862
881
If empty reason is specified, the report is
863
882
empty for this reason.
883
+
864
884
This field is a member of `oneof`_ ``_empty_reason``.
865
885
"""
866
886
@@ -884,6 +904,7 @@ class ActiveMetricRestriction(proto.Message):
884
904
Attributes:
885
905
metric_name (str):
886
906
The name of the restricted metric.
907
+
887
908
This field is a member of `oneof`_ ``_metric_name``.
888
909
restricted_metric_types (Sequence[google.analytics.data_v1beta.types.RestrictedMetricType]):
889
910
The reason for this metric's restriction.
@@ -1036,6 +1057,7 @@ class DimensionValue(proto.Message):
1036
1057
value (str):
1037
1058
Value as a string if the dimension type is a
1038
1059
string.
1060
+
1039
1061
This field is a member of `oneof`_ ``one_value``.
1040
1062
"""
1041
1063
@@ -1050,6 +1072,7 @@ class MetricValue(proto.Message):
1050
1072
Attributes:
1051
1073
value (str):
1052
1074
Measurement value. See MetricHeader for type.
1075
+
1053
1076
This field is a member of `oneof`_ ``one_value``.
1054
1077
"""
1055
1078
@@ -1069,9 +1092,11 @@ class NumericValue(proto.Message):
1069
1092
Attributes:
1070
1093
int64_value (int):
1071
1094
Integer value
1095
+
1072
1096
This field is a member of `oneof`_ ``one_value``.
1073
1097
double_value (float):
1074
1098
Double value
1099
+
1075
1100
This field is a member of `oneof`_ ``one_value``.
1076
1101
"""
1077
1102
@@ -1249,11 +1274,13 @@ class DimensionCompatibility(proto.Message):
1249
1274
for this compatibility information. The
1250
1275
dimension metadata also contains other helpful
1251
1276
information like the UI name and description.
1277
+
1252
1278
This field is a member of `oneof`_ ``_dimension_metadata``.
1253
1279
compatibility (google.analytics.data_v1beta.types.Compatibility):
1254
1280
The compatibility of this dimension. If the
1255
1281
compatibility is COMPATIBLE, this dimension can
1256
1282
be successfully added to the report.
1283
+
1257
1284
This field is a member of `oneof`_ ``_compatibility``.
1258
1285
"""
1259
1286
@@ -1274,11 +1301,13 @@ class MetricCompatibility(proto.Message):
1274
1301
this compatibility information. The metric
1275
1302
metadata also contains other helpful information
1276
1303
like the UI name and description.
1304
+
1277
1305
This field is a member of `oneof`_ ``_metric_metadata``.
1278
1306
compatibility (google.analytics.data_v1beta.types.Compatibility):
1279
1307
The compatibility of this metric. If the
1280
1308
compatibility is COMPATIBLE, this metric can be
1281
1309
successfully added to the report.
1310
+
1282
1311
This field is a member of `oneof`_ ``_compatibility``.
1283
1312
"""
1284
1313
0 commit comments