google-apis-analyticsadmin_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: e27fd0a24076b746fa4e2693378cadd0f3c123bd08449b6b58bdb89496b2123c
4
- data.tar.gz: 1c81a963f5ec54dcbc4ce240bb62009d40c8d0e510f688a624188406d53382bb
3
+ metadata.gz: cd8c85f64f650d5d7075998d588a3937591f6cf7a12271d353fe51ed020398ca
4
+ data.tar.gz: 66f07fd1130906f017a485f62e59bfd2672252ed24e8c89ae0b254306fb8696a
5
5
  SHA512:
6
- metadata.gz: 46e01b6133787a2842616c06273538976e0c106ec18a191297fd150d0b7ffbb491cf72f81fd05d07fb1e67fa166af9997fdab16b6b262594e979d2abaa2996e8
7
- data.tar.gz: 231eef27a546f1daf575563da191c4445bfebb9ad3bd4e80b6cefda79ef0790bfb0cd91370168b8521f86be07eab90bd4f2430981db59b1ba5a777ea51b264da
6
+ metadata.gz: 2df0aa2b9b1e3f3800497ebeb7462d3ef9ef96e298e33fb49bf5a87ef55ba2739abe41700e7abd05a2eeb04b65b8af202b8b84c774a195946f0692a1e564abca
7
+ data.tar.gz: 03736b70160a86323ae88c1be49afe76507663e6c212d2708e595c63654677d6089da8917985f8e1701133dd24c9c16759814a3223b49df0023a4c711d27ed16
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-analyticsadmin_v1alpha
2
2
 
3
+ ### v0.5.0 (2021-03-24)
4
+
5
+ * Regenerated from discovery document revision 20210322
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.4.0 (2021-03-05)
4
9
 
5
10
  * Regenerated from discovery document revision 20210304
@@ -1234,11 +1234,11 @@ module Google
1234
1234
  # @return [String]
1235
1235
  attr_accessor :parent
1236
1236
 
1237
- # Reporting Time Zone, used as the day boundary for reports, regardless of where
1238
- # the data originates. If the time zone honors DST, Analytics will automatically
1239
- # adjust for the changes. NOTE: Changing the time zone only affects data going
1240
- # forward, and is not applied retroactively. Format: https://www.iana.org/time-
1241
- # zones Example: "America/Los_Angeles"
1237
+ # Required. Reporting Time Zone, used as the day boundary for reports,
1238
+ # regardless of where the data originates. If the time zone honors DST,
1239
+ # Analytics will automatically adjust for the changes. NOTE: Changing the time
1240
+ # zone only affects data going forward, and is not applied retroactively. Format:
1241
+ # https://www.iana.org/time-zones Example: "America/Los_Angeles"
1242
1242
  # Corresponds to the JSON property `timeZone`
1243
1243
  # @return [String]
1244
1244
  attr_accessor :time_zone
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AnalyticsadminV1alpha
18
18
  # Version of the google-apis-analyticsadmin_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 = "20210304"
25
+ REVISION = "20210322"
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-analyticsadmin_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-29 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-analyticsadmin_v1alpha/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.5.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-analyticsadmin_v1alpha
57
57
  post_install_message:
58
58
  rdoc_options: []