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: 1aeec43894d9125c49279299cc9ddb6f2745c27a630dd8533cb33f1c185d908c
4
- data.tar.gz: 5fbd89558892fe019d0b74ae447cbf94cd2546a32e67aca2336ceaa8362053cd
3
+ metadata.gz: fff88f9d2ea5298c2265c2296fdd7fec5c03410e44766cc761cc448dfdc6fe9e
4
+ data.tar.gz: '02158910bd8ba0d869ad4b8b227e2713871e0977b50d10003c6a639eb08891c3'
5
5
  SHA512:
6
- metadata.gz: 4798ed2cd1bbab9771cafb4215b8ed1b356c11f02620f6b2504f1c973b15a65f2332692bd002fa27dc148cae653b347da98ff606b105aa630e3b1836bd9da083
7
- data.tar.gz: 55ee9cb4623f3340e5ad6a4dff7c3f1d1342d3b7c2477e6b96d519d0ba03ebacc4df040191999798bbcc1dbeb24576066ca12d4a1b4a10308ca867097794587c
6
+ metadata.gz: 0cdc7802b92d1942d37581d354bab320279bfeab63d9301c68693573ef265ab93eff48e466b45120f24d80cbf64692e7abb7d39890deaa1748fed7c9602b1dc1
7
+ data.tar.gz: 96d14fb9c579cc96ba79d177ad0be6d6e9edb651360f92ce1cbcea0eef7df63714d0d05e5524ce86506fd03d14e7b0fce44cdfac1b330da16d8f552d2915481e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-analyticshub_v1beta1
2
2
 
3
+ ### v0.7.0 (2022-07-20)
4
+
5
+ * Regenerated from discovery document revision 20220715
6
+
3
7
  ### v0.6.0 (2022-07-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20220701
@@ -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 value is an empty
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 is an empty
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.6.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 = "20220701"
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.6.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 00:00:00.000000000 Z
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.6.0
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: []