google-apis-analyticshub_v1beta1 0.6.0 → 0.7.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: fff88f9d2ea5298c2265c2296fdd7fec5c03410e44766cc761cc448dfdc6fe9e
|
|
4
|
+
data.tar.gz: '02158910bd8ba0d869ad4b8b227e2713871e0977b50d10003c6a639eb08891c3'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0cdc7802b92d1942d37581d354bab320279bfeab63d9301c68693573ef265ab93eff48e466b45120f24d80cbf64692e7abb7d39890deaa1748fed7c9602b1dc1
|
|
7
|
+
data.tar.gz: 96d14fb9c579cc96ba79d177ad0be6d6e9edb651360f92ce1cbcea0eef7df63714d0d05e5524ce86506fd03d14e7b0fce44cdfac1b330da16d8f552d2915481e
|
data/CHANGELOG.md
CHANGED
|
@@ -205,8 +205,8 @@ module Google
|
|
|
205
205
|
|
|
206
206
|
# Required. Human-readable display name of the data exchange. The display name
|
|
207
207
|
# must contain only Unicode letters, numbers (0-9), underscores (_), dashes (-),
|
|
208
|
-
# spaces ( ), and must not start or end with spaces. Default
|
|
209
|
-
# string. Max length: 63 bytes.
|
|
208
|
+
# spaces ( ), ampersands (&) and must not start or end with spaces. Default
|
|
209
|
+
# value is an empty string. Max length: 63 bytes.
|
|
210
210
|
# Corresponds to the JSON property `displayName`
|
|
211
211
|
# @return [String]
|
|
212
212
|
attr_accessor :display_name
|
|
@@ -611,8 +611,8 @@ module Google
|
|
|
611
611
|
|
|
612
612
|
# Required. Human-readable display name of the listing. The display name must
|
|
613
613
|
# contain only Unicode letters, numbers (0-9), underscores (_), dashes (-),
|
|
614
|
-
# spaces ( ), and can't start or end with spaces. Default value
|
|
615
|
-
# string. Max length: 63 bytes.
|
|
614
|
+
# spaces ( ), ampersands (&) and can't start or end with spaces. Default value
|
|
615
|
+
# is an empty string. Max length: 63 bytes.
|
|
616
616
|
# Corresponds to the JSON property `displayName`
|
|
617
617
|
# @return [String]
|
|
618
618
|
attr_accessor :display_name
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AnalyticshubV1beta1
|
|
18
18
|
# Version of the google-apis-analyticshub_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.7.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 = "20220715"
|
|
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-analyticshub_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.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-07-
|
|
11
|
+
date: 2022-07-25 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-analyticshub_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticshub_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticshub_v1beta1/v0.7.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticshub_v1beta1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|