google-analytics-data-v1alpha 0.6.0 → 0.6.1

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: 0df7ce139a07a0a04c8ab6eac58e9a9133854397c3341ffd7c4d92e72cc51a44
4
- data.tar.gz: 1ae183bfc5af5c2860c392225a0730fc7b7e639b8c4e988f64ab149605b93c32
3
+ metadata.gz: 5ca12184b1c27ab2c52dce9c1bcb2b4c74437b6a03af13a58275e1ed7996c1eb
4
+ data.tar.gz: f082d8a7c5f5714bab30ba68c4c2d490d006bfad2faf6b68006592751216cba5
5
5
  SHA512:
6
- metadata.gz: a4ddb36c9b77fa122d64ad7ee2f8dad8c417fded8388d3baf6fb53f442e136d4670d94483677acc070ba291bd16f3fbf0a1e0b137222be13c857d7d1208324f9
7
- data.tar.gz: de5acb5b7ea89b169969ad9cbc0e49c0a6dfa8002ae25834bbe8a135a73ff976c8288d3b3765643df8408ce1c7478653fb2e6928389ee74c46a31343c75cd4d6
6
+ metadata.gz: c38b55797bb9a5a6617c50d0d3da54f233026e0941274da10db52451484b64deec9e21f2e1d4c763deea228d032b4d7a00fd4625ba72ba7b4a7e13caeba3fe1d
7
+ data.tar.gz: 29df5d547fad20f4cc0bc75d646443b8b1f7dd7f63194cf8dbce72f1e625f79a2c1783637ec199a5193d1158e029b6ae1a55f1f6311c9fe58167acf1d4df9589
@@ -33,3 +33,6 @@ module Google
33
33
  end
34
34
  end
35
35
  end
36
+
37
+ helper_path = ::File.join __dir__, "v1alpha", "_helpers.rb"
38
+ require "google/analytics/data/v1alpha/_helpers" if ::File.file? helper_path
@@ -813,7 +813,7 @@ module Google
813
813
  # Each configuration object is of type `Gapic::Config::Method` and includes
814
814
  # the following configuration fields:
815
815
  #
816
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
816
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
817
817
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
818
818
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
819
819
  # include the following keys:
@@ -21,7 +21,7 @@ module Google
21
21
  module Analytics
22
22
  module Data
23
23
  module V1alpha
24
- VERSION = "0.6.0"
24
+ VERSION = "0.6.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-analytics-data-v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-12-07 00:00:00.000000000 Z
11
+ date: 2021-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -198,7 +198,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
198
198
  - !ruby/object:Gem::Version
199
199
  version: '0'
200
200
  requirements: []
201
- rubygems_version: 3.1.4
201
+ rubygems_version: 3.2.6
202
202
  signing_key:
203
203
  specification_version: 4
204
204
  summary: API Client library for the Google Analytics Data V1alpha API