google-apis-analyticsdata_v1alpha 0.4.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 285a0180a25ce4fb4d20424a0bb33827ae035ddb8ddce6ca0b8b44dc35a362e9
4
- data.tar.gz: 9d8cbba1748965d419df90fb3e3b7d1f381c053326ef5004c8aa3aa6b3857976
3
+ metadata.gz: 6948ac8f0fa44f5a2494c06edeca8318b78bef42b0583bf3b465eb46e4118d74
4
+ data.tar.gz: 156c1a4d707250581f6042d8f826ae3e00eca3e542f126fcd7d771344b37b8a3
5
5
  SHA512:
6
- metadata.gz: b1856c41d0924261aacbf5195303115027a45e26b875e58cdeb5e639a29e5f20d6b9570f05476d5914c04f16ac3e2ffc6cf848e03f368fdf63bf40cdf73a68b4
7
- data.tar.gz: bb0bbf0a54f724abf81712d9d1d5eb8872e40838f4c9a72de9c507ebde70242f5eecc3c86202130b9e02918a51cddcd51ba2a7237f3396fd3dcbac89548a7543
6
+ metadata.gz: d5c972fbfcea22c9302f9b6436dc4e1767fcd5a07ed631b9d5853af6f5fbb02faee58eb2d2bba6b0ec94ab22944967dd2e10b57b88921a789005b06b3f288cdc
7
+ data.tar.gz: 1d9446739d6237168c01f497f0114526f3e8cc218b3edf8f2c6d757cae8efaacb962730c0595f599e1dd5625cac8e69b30c570a07909bf27c5395d557e9e4152
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-analyticsdata_v1alpha
2
2
 
3
+ ### v0.5.0 (2021-03-10)
4
+
5
+ * Regenerated from discovery document revision 20210308
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.4.0 (2021-03-04)
4
9
 
5
10
  * Unspecified changes
@@ -1655,7 +1655,9 @@ module Google
1655
1655
 
1656
1656
  # The number of rows to return. If the `limit` parameter is unspecified, 10,000
1657
1657
  # rows are returned. The API returns a maximum of 100,000 rows per request, no
1658
- # matter how many you ask for.
1658
+ # matter how many you ask for. To learn more about this pagination parameter,
1659
+ # see [Pagination](https://developers.google.com/analytics/devguides/reporting/
1660
+ # data/v1/basics#pagination).
1659
1661
  # Corresponds to the JSON property `limit`
1660
1662
  # @return [Fixnum]
1661
1663
  attr_accessor :limit
@@ -1677,7 +1679,9 @@ module Google
1677
1679
  # @return [Array<Google::Apis::AnalyticsdataV1alpha::Metric>]
1678
1680
  attr_accessor :metrics
1679
1681
 
1680
- # The row count of the start row. The first row is counted as row 0.
1682
+ # The row count of the start row. The first row is counted as row 0. To learn
1683
+ # more about this pagination parameter, see [Pagination](https://developers.
1684
+ # google.com/analytics/devguides/reporting/data/v1/basics#pagination).
1681
1685
  # Corresponds to the JSON property `offset`
1682
1686
  # @return [Fixnum]
1683
1687
  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.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210206"
25
+ REVISION = "20210308"
26
26
  end
27
27
  end
28
28
  end
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.4.0
4
+ version: 0.5.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-03-08 00:00:00.000000000 Z
11
+ date: 2021-03-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.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsdata_v1alpha/v0.5.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: []