google-apis-analyticsdata_v1beta 0.8.0 → 0.9.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: 3b550cc24be79ed63b41d1a1624f864c0b4f0723541eb5d4ff34e1f14293beed
|
|
4
|
+
data.tar.gz: 7cbb8659b9f2c7442cceb752be273233d2a0d24de8673c43275a870cc718964e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7983ab2f8c9e9c4fdb407d191a6dc43cf70fbc2473c629b54031cf9cd151b8d29a761815c6fb1870b548de7a4f420a943ebda115b3f5b434cdd6d346a0d9dcb6
|
|
7
|
+
data.tar.gz: f363e133244c18e640f9f05eec4cf1ad15d5c54fab6f32d2da52ab27240a267452aa3ec09cc3bc57abbf8bd5561e464e784e28a96532683876f69370f272cb47
|
data/CHANGELOG.md
CHANGED
|
@@ -506,7 +506,7 @@ module Google
|
|
|
506
506
|
# string that you would like within the allowed character set. For example if a `
|
|
507
507
|
# dimensionExpression` concatenates `country` and `city`, you could call that
|
|
508
508
|
# dimension `countryAndCity`. Dimension names that you choose must match the
|
|
509
|
-
# regular expression
|
|
509
|
+
# regular expression `^[a-zA-Z0-9_]$`. Dimensions are referenced by `name` in `
|
|
510
510
|
# dimensionFilter`, `orderBys`, `dimensionExpression`, and `pivots`.
|
|
511
511
|
# Corresponds to the JSON property `name`
|
|
512
512
|
# @return [String]
|
|
@@ -888,7 +888,7 @@ module Google
|
|
|
888
888
|
# would like within the allowed character set. For example if `expression` is `
|
|
889
889
|
# screenPageViews/sessions`, you could call that metric's name = `
|
|
890
890
|
# viewsPerSession`. Metric names that you choose must match the regular
|
|
891
|
-
# expression
|
|
891
|
+
# expression `^[a-zA-Z0-9_]$`. Metrics are referenced by `name` in `metricFilter`
|
|
892
892
|
# , `orderBys`, and metric `expression`.
|
|
893
893
|
# Corresponds to the JSON property `name`
|
|
894
894
|
# @return [String]
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AnalyticsdataV1beta
|
|
18
18
|
# Version of the google-apis-analyticsdata_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.9.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20211108"
|
|
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_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.9.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-
|
|
11
|
+
date: 2021-11-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsdata_v1beta/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsdata_v1beta/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsdata_v1beta/v0.9.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsdata_v1beta
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|