google-apis-mybusinessaccountmanagement_v1 0.11.0 → 0.14.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 75951e0e96131e4c404e74f17a4d4c3b3d74542002fbac09505e3920b9ef2007
4
- data.tar.gz: cefd605fc953b4a5d16000311785b29308b78cc078ce5d9706ad673c882250b1
3
+ metadata.gz: a8fabf0d4816917dabe762d3f51c5bb9e75d9205d7fbcdc9a7724f5b245d12f8
4
+ data.tar.gz: 3caf7cc7361368b71d63a155d157ead34530354f6b0a7228a91f873189d46445
5
5
  SHA512:
6
- metadata.gz: 83a4fb200f15862fec1b31528fb20227c5ff83eece7731a171c6e3ec2866640c2a480018a3d3dffdcb1167b04a442810b2179c80e1e2050d834c5d8087bb5fa7
7
- data.tar.gz: 38acf5d9b571c51356baaa5496bdae2e3e564a10b2f0394611faccbe58e3dd0c87b3413baa83da0ddc2633a74ac72adea2f9c51546231ea7a06de129b8735518
6
+ metadata.gz: 0f8c086bc9e0b0802abf91b582c2a44a4cf1c4b2d189f92af5c1a87d09520cf04cadbeec0297ff6499e6eab1ea9e9cf8ed3735f4984b166a7074f38ef994e894
7
+ data.tar.gz: 9dfa1544c99b0666af0b61ce3df285e585dd1a57fe4059c63bb74c08808667db734cc48e06bfb8cba16b10356caeb6a71b0bb5343d70528ea08493b78db2a4c4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-mybusinessaccountmanagement_v1
2
2
 
3
+ ### v0.14.0 (2022-07-01)
4
+
5
+ * Regenerated using generator version 0.8.0
6
+ * Regenerated from discovery document revision 20220625
7
+
8
+ ### v0.13.0 (2022-06-19)
9
+
10
+ * Regenerated using generator version 0.7.0
11
+
12
+ ### v0.12.0 (2022-06-03)
13
+
14
+ * Regenerated using generator version 0.5.0
15
+
3
16
  ### v0.11.0 (2022-03-22)
4
17
 
5
18
  * Regenerated from discovery document revision 20220319
@@ -340,11 +340,11 @@ module Google
340
340
  # Box or similar. It is not intended to model geographical locations (roads,
341
341
  # towns, mountains). In typical usage an address would be created via user input
342
342
  # or from importing existing data, depending on the type of process. Advice on
343
- # address input / editing: - Use an i18n-ready address widget such as https://
344
- # github.com/google/libaddressinput) - Users should not be presented with UI
345
- # elements for input or editing of fields outside countries where that field is
346
- # used. For more guidance on how to use this schema, please see: https://support.
347
- # google.com/business/answer/6397478
343
+ # address input / editing: - Use an internationalization-ready address widget
344
+ # such as https://github.com/google/libaddressinput) - Users should not be
345
+ # presented with UI elements for input or editing of fields outside countries
346
+ # where that field is used. For more guidance on how to use this schema, please
347
+ # see: https://support.google.com/business/answer/6397478
348
348
  # Corresponds to the JSON property `address`
349
349
  # @return [Google::Apis::MybusinessaccountmanagementV1::PostalAddress]
350
350
  attr_accessor :address
@@ -376,11 +376,11 @@ module Google
376
376
  # Box or similar. It is not intended to model geographical locations (roads,
377
377
  # towns, mountains). In typical usage an address would be created via user input
378
378
  # or from importing existing data, depending on the type of process. Advice on
379
- # address input / editing: - Use an i18n-ready address widget such as https://
380
- # github.com/google/libaddressinput) - Users should not be presented with UI
381
- # elements for input or editing of fields outside countries where that field is
382
- # used. For more guidance on how to use this schema, please see: https://support.
383
- # google.com/business/answer/6397478
379
+ # address input / editing: - Use an internationalization-ready address widget
380
+ # such as https://github.com/google/libaddressinput) - Users should not be
381
+ # presented with UI elements for input or editing of fields outside countries
382
+ # where that field is used. For more guidance on how to use this schema, please
383
+ # see: https://support.google.com/business/answer/6397478
384
384
  class PostalAddress
385
385
  include Google::Apis::Core::Hashable
386
386
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MybusinessaccountmanagementV1
18
18
  # Version of the google-apis-mybusinessaccountmanagement_v1 gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.8.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220319"
25
+ REVISION = "20220625"
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-mybusinessaccountmanagement_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.14.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-03-28 00:00:00.000000000 Z
11
+ date: 2022-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-mybusinessaccountmanagement_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessaccountmanagement_v1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-mybusinessaccountmanagement_v1/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-mybusinessaccountmanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for My Business Account Management API V1