google-apis-analyticsadmin_v1alpha 0.35.0 → 0.36.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: 19fceecfe2bd535421e1d5515679190a96eef46abb26fa91eb56a44ecf2c7534
|
|
4
|
+
data.tar.gz: 7aff88eb56f1a1c3efbf134d9a1b464f5de175ab043ca60e48c448ff7b532c92
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4254875dd421f4e93ca0a942786efb389b30dd65c3e871004391d6fe8518f66d5b4c0f6ccfcd62a10101b1cc486adc01e3dd20f800d1eb418c0831933ca0d5f
|
|
7
|
+
data.tar.gz: 786c46b55689e82ae46f58eb351c8baed6fb7987363b907ed76d5ab76a88e1492734fd2791758fc4eb8ea983b457d7b18bd04b0819a4aa77bfc00bdef21e6130
|
data/CHANGELOG.md
CHANGED
|
@@ -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.36.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220817"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1240,7 +1240,7 @@ module Google
|
|
|
1240
1240
|
end
|
|
1241
1241
|
|
|
1242
1242
|
# Lookup for a single Audience. Audiences created before 2020 may not be
|
|
1243
|
-
# supported.
|
|
1243
|
+
# supported. Default audiences will not show filter definitions.
|
|
1244
1244
|
# @param [String] name
|
|
1245
1245
|
# Required. The name of the Audience to get. Example format: properties/1234/
|
|
1246
1246
|
# audiences/5678
|
|
@@ -1272,7 +1272,7 @@ module Google
|
|
|
1272
1272
|
end
|
|
1273
1273
|
|
|
1274
1274
|
# Lists Audiences on a property. Audiences created before 2020 may not be
|
|
1275
|
-
# supported.
|
|
1275
|
+
# supported. Default audiences will not show filter definitions.
|
|
1276
1276
|
# @param [String] parent
|
|
1277
1277
|
# Required. Example format: properties/1234
|
|
1278
1278
|
# @param [Fixnum] page_size
|
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.36.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: 2022-08-
|
|
11
|
+
date: 2022-08-22 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-analyticsadmin_v1alpha/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.36.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1alpha
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|