google-apis-analyticsdata_v1alpha 0.2.0 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cd97102dc0fa5f3113328c602bb307908a54db23918bebeb7e2f16cbef595e22
4
- data.tar.gz: 0a7c58bfd0fd7a51549a444dba3698eee386e70f13e6bdf4c05a3173430e9493
3
+ metadata.gz: 929c0fe93779ead0cbaeb55aceba5cc7b35ab5e527f0a114e4af28c0bd711233
4
+ data.tar.gz: 882033998b7364adb5049288646aa2324d5fd501794a08a97710d76f16f79cdd
5
5
  SHA512:
6
- metadata.gz: 6422950cd4ddc8b7be560c36de90f01bb4a4f4130cd2a10192cc27000b821ef6a50f62ed29748b81b4c01da08db308055043c0a353afc9ea5702a8ccfdda6b19
7
- data.tar.gz: c580b78673b9597d70e8bd6a85e8c371fcde165d8504a51bb3c32d41f313ec29233ec5a7d987d53d0c7c924ba9ab1bda5a546c835ea3b1f143cfe7a17d7cc864
6
+ metadata.gz: 85da592c2d4e8777cff93309b9c5ac4608be072806e27e2eca27039ab997e0885520130bf0da433e900a506116b6831ee8318a0982b569fde779ed61a164f661
7
+ data.tar.gz: 33e7b866056ad3e8d273601df633ca96ee62f19cd4eb25781f28bf122442296431951fa26f1767d8420c59d467357c6c1ab39b7065d010f4f3e3df1da27b87da
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-analyticsdata_v1alpha
2
2
 
3
+ ### v0.3.0 (2021-02-10)
4
+
5
+ * Regenerated from discovery document revision 20210206
6
+
3
7
  ### v0.2.0 (2021-01-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20210120
@@ -605,15 +605,6 @@ module Google
605
605
  # @return [Google::Apis::AnalyticsdataV1alpha::InListFilter]
606
606
  attr_accessor :in_list_filter
607
607
 
608
- # A filter for null values. If True, a null dimension value is matched by this
609
- # filter. Null filter is commonly used inside a NOT filter expression. For
610
- # example, a NOT expression of a null filter removes rows when a dimension is
611
- # null.
612
- # Corresponds to the JSON property `nullFilter`
613
- # @return [Boolean]
614
- attr_accessor :null_filter
615
- alias_method :null_filter?, :null_filter
616
-
617
608
  # Filters for numeric or date values.
618
609
  # Corresponds to the JSON property `numericFilter`
619
610
  # @return [Google::Apis::AnalyticsdataV1alpha::NumericFilter]
@@ -633,7 +624,6 @@ module Google
633
624
  @between_filter = args[:between_filter] if args.key?(:between_filter)
634
625
  @field_name = args[:field_name] if args.key?(:field_name)
635
626
  @in_list_filter = args[:in_list_filter] if args.key?(:in_list_filter)
636
- @null_filter = args[:null_filter] if args.key?(:null_filter)
637
627
  @numeric_filter = args[:numeric_filter] if args.key?(:numeric_filter)
638
628
  @string_filter = args[:string_filter] if args.key?(:string_filter)
639
629
  end
@@ -1024,8 +1014,11 @@ module Google
1024
1014
  # @return [Array<String>]
1025
1015
  attr_accessor :field_names
1026
1016
 
1027
- # The number of rows to return in this pivot. If unspecified, 10 rows are
1028
- # returned. If -1, all rows are returned.
1017
+ # The number of rows to return in this pivot. If the `limit` parameter is
1018
+ # unspecified, up to 10,000 rows are returned. The product of the `limit` for
1019
+ # each `pivot` in a `RunPivotReportRequest` must not exceed 100,000. For example,
1020
+ # a two pivot request with `limit: 1000` in each pivot will fail because the
1021
+ # product is `1,000,000`.
1029
1022
  # Corresponds to the JSON property `limit`
1030
1023
  # @return [Fixnum]
1031
1024
  attr_accessor :limit
@@ -1092,9 +1085,9 @@ module Google
1092
1085
  # @return [Array<Google::Apis::AnalyticsdataV1alpha::PivotDimensionHeader>]
1093
1086
  attr_accessor :pivot_dimension_headers
1094
1087
 
1095
- # The cardinality of the pivot as if offset = 0 and limit = -1. The total number
1096
- # of rows for this pivot's fields regardless of how the parameters offset and
1097
- # limit are specified in the request.
1088
+ # The cardinality of the pivot. The total number of rows for this pivot's fields
1089
+ # regardless of how the parameters `offset` and `limit` are specified in the
1090
+ # request.
1098
1091
  # Corresponds to the JSON property `rowCount`
1099
1092
  # @return [Fixnum]
1100
1093
  attr_accessor :row_count
@@ -1480,8 +1473,9 @@ module Google
1480
1473
  # @return [Array<Google::Apis::AnalyticsdataV1alpha::Dimension>]
1481
1474
  attr_accessor :dimensions
1482
1475
 
1483
- # The number of rows to return. If unspecified, 10 rows are returned. If -1, all
1484
- # rows are returned.
1476
+ # The number of rows to return. If the `limit` parameter is unspecified, 10,000
1477
+ # rows are returned. The API returns a maximum of 100,000 rows per request, no
1478
+ # matter how many you ask for.
1485
1479
  # Corresponds to the JSON property `limit`
1486
1480
  # @return [Fixnum]
1487
1481
  attr_accessor :limit
@@ -1659,10 +1653,9 @@ module Google
1659
1653
  attr_accessor :keep_empty_rows
1660
1654
  alias_method :keep_empty_rows?, :keep_empty_rows
1661
1655
 
1662
- # The number of rows to return. If unspecified, 10 rows are returned. If -1, all
1663
- # rows are returned. To learn more about this pagination parameter, see [
1664
- # Pagination](https://developers.google.com/analytics/devguides/reporting/data/
1665
- # v1/basics#pagination).
1656
+ # The number of rows to return. If the `limit` parameter is unspecified, 10,000
1657
+ # rows are returned. The API returns a maximum of 100,000 rows per request, no
1658
+ # matter how many you ask for.
1666
1659
  # Corresponds to the JSON property `limit`
1667
1660
  # @return [Fixnum]
1668
1661
  attr_accessor :limit
@@ -1684,9 +1677,7 @@ module Google
1684
1677
  # @return [Array<Google::Apis::AnalyticsdataV1alpha::Metric>]
1685
1678
  attr_accessor :metrics
1686
1679
 
1687
- # The row count of the start row. The first row is counted as row 0. To learn
1688
- # more about this pagination parameter, see [Pagination](https://developers.
1689
- # google.com/analytics/devguides/reporting/data/v1/basics#pagination).
1680
+ # The row count of the start row. The first row is counted as row 0.
1690
1681
  # Corresponds to the JSON property `offset`
1691
1682
  # @return [Fixnum]
1692
1683
  attr_accessor :offset
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AnalyticsdataV1alpha
18
18
  # Version of the google-apis-analyticsdata_v1alpha gem
19
- GEM_VERSION = "0.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210120"
25
+ REVISION = "20210206"
26
26
  end
27
27
  end
28
28
  end
@@ -487,7 +487,6 @@ module Google
487
487
  property :field_name, as: 'fieldName'
488
488
  property :in_list_filter, as: 'inListFilter', class: Google::Apis::AnalyticsdataV1alpha::InListFilter, decorator: Google::Apis::AnalyticsdataV1alpha::InListFilter::Representation
489
489
 
490
- property :null_filter, as: 'nullFilter'
491
490
  property :numeric_filter, as: 'numericFilter', class: Google::Apis::AnalyticsdataV1alpha::NumericFilter, decorator: Google::Apis::AnalyticsdataV1alpha::NumericFilter::Representation
492
491
 
493
492
  property :string_filter, as: 'stringFilter', class: Google::Apis::AnalyticsdataV1alpha::StringFilter, decorator: Google::Apis::AnalyticsdataV1alpha::StringFilter::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-analyticsdata_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-08 00:00:00.000000000 Z
11
+ date: 2021-02-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-analyticsdata_v1alpha/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsdata_v1alpha/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsdata_v1alpha/v0.3.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-analyticsdata_v1alpha
57
57
  post_install_message:
58
58
  rdoc_options: []