google-analytics-data-v1beta 0.4.1 → 0.4.2

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: c40efb926046dba710813a862995ecf1fa6977310260cf32c5764bed0e774e3f
4
- data.tar.gz: 94af9ace5240c1e9118dfe8cfe78a47f4ac1bbecbd8105ad997567af466a3e13
3
+ metadata.gz: c5a6e028a0c423a4290d5d240eb2ba7a3f509ef81b8b77c67f844e84b8e92c09
4
+ data.tar.gz: ad94729733503c8c45eb33d5c90dfc411d52863e466ad3060d2d710f3166654f
5
5
  SHA512:
6
- metadata.gz: '0513853b524f0c4fec34d6d500dd9100bfb1da6484d963a88b9e2208687f6bd5a4b83a36720d08e4a2b79c613cc260716c1962f05d6f600f0ee2c5c738bcb358'
7
- data.tar.gz: 29d50d4789fc694204d83f43843d478a0e83313c670836e0f884d682a7b2c95453d55825f2098d6d2d92f8bda3796d524788040990d44b81d51179f3dd6b016c
6
+ metadata.gz: 123cdc1b0b65e0181c342188c9bfec10f0ebe7a3f79014472aba27bacca0eea2f575e8fabb7c220e4ff48a3eb3cd8ecde162a798b404c7d0617c02f32c52ef18
7
+ data.tar.gz: b4eb652192bd7338649d1469b6080fabfc94f1cd5cdfefa57dc20dcfdfad75b440b63c5e59cf36198daa68dc087978cb4528d1a4528771b516270ba8dd7993a3
@@ -21,7 +21,7 @@ module Google
21
21
  module Analytics
22
22
  module Data
23
23
  module V1beta
24
- VERSION = "0.4.1"
24
+ VERSION = "0.4.2"
25
25
  end
26
26
  end
27
27
  end
@@ -94,7 +94,7 @@ module Google
94
94
  # would like within the allowed character set. For example if a
95
95
  # `dimensionExpression` concatenates `country` and `city`, you could call
96
96
  # that dimension `countryAndCity`. Dimension names that you choose must match
97
- # the regular expression "^[a-zA-Z0-9_]$".
97
+ # the regular expression `^[a-zA-Z0-9_]$`.
98
98
  #
99
99
  # Dimensions are referenced by `name` in `dimensionFilter`, `orderBys`,
100
100
  # `dimensionExpression`, and `pivots`.
@@ -168,7 +168,7 @@ module Google
168
168
  # within the allowed character set. For example if `expression` is
169
169
  # `screenPageViews/sessions`, you could call that metric's name =
170
170
  # `viewsPerSession`. Metric names that you choose must match the regular
171
- # expression "^[a-zA-Z0-9_]$".
171
+ # expression `^[a-zA-Z0-9_]$`.
172
172
  #
173
173
  # Metrics are referenced by `name` in `metricFilter`, `orderBys`, and metric
174
174
  # `expression`.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-analytics-data-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
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-08 00:00:00.000000000 Z
11
+ date: 2021-11-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common