google-apis-analyticsadmin_v1alpha 0.4.0 → 0.5.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cd8c85f64f650d5d7075998d588a3937591f6cf7a12271d353fe51ed020398ca
|
|
4
|
+
data.tar.gz: 66f07fd1130906f017a485f62e59bfd2672252ed24e8c89ae0b254306fb8696a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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,
|
|
1238
|
-
# the data originates. If the time zone honors DST,
|
|
1239
|
-
# adjust for the changes. NOTE: Changing the time
|
|
1240
|
-
# forward, and is not applied retroactively. Format:
|
|
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.
|
|
19
|
+
GEM_VERSION = "0.5.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
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
|
+
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-
|
|
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.
|
|
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: []
|