google-apis-domains_v1 0.8.0 → 0.9.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: 291026636c33721b68a5ae221ccaf2531ae69dc5c889e0bf793c0af14c7f812c
4
- data.tar.gz: 9c4d34f2fc59bb1c89537261fe0d496daf643d5651da23f843153603f38296b1
3
+ metadata.gz: 3ae2f4e9d582167c82c3c294b5215160120366ace4e02ee343a5ed25f2be8804
4
+ data.tar.gz: d3114813b05e11093b0a3b533f67be80a15377d238f64179fda3a1dff7575b4a
5
5
  SHA512:
6
- metadata.gz: 4851b67fc40dbfd22a16e0d2208b73cf262327156d2ccb6202ff90f903b4990198433ae544b42cb37e2d5189a8bac3acdd0888c39da0960e2cb03da15a276f11
7
- data.tar.gz: 48547fabed3941fe40ed9a5567e13eceaa4872c2e2def7479d82d248a9a46cc47c752265074290a7694bf5a98d8e9ca0b9e77a9e16dab6e781634fbe66b09da2
6
+ metadata.gz: b214f33ccec7c4f202ec64dfa42bc38281cae44d7eb96eab93e7362ae72e74e5fed834b040c9aa65ffc3d233d6de18d3714be23e6dbb0ca82f2b91a0d646d405
7
+ data.tar.gz: a08d213f517b41925fd652c5226ec61000cee2a07df2c1387b042b46e30d33d341df01014a3bdb0a80dae9a2595fc7a44aebf5d43c02bd83b5e1b72c7207d444
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-domains_v1
2
2
 
3
+ ### v0.9.0 (2022-07-17)
4
+
5
+ * Regenerated from discovery document revision 20220712
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.8.0 (2022-07-01)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -320,11 +320,11 @@ module Google
320
320
  # Box or similar. It is not intended to model geographical locations (roads,
321
321
  # towns, mountains). In typical usage an address would be created via user input
322
322
  # or from importing existing data, depending on the type of process. Advice on
323
- # address input / editing: - Use an i18n-ready address widget such as https://
324
- # github.com/google/libaddressinput) - Users should not be presented with UI
325
- # elements for input or editing of fields outside countries where that field is
326
- # used. For more guidance on how to use this schema, please see: https://support.
327
- # google.com/business/answer/6397478
323
+ # address input / editing: - Use an internationalization-ready address widget
324
+ # such as https://github.com/google/libaddressinput) - Users should not be
325
+ # presented with UI elements for input or editing of fields outside countries
326
+ # where that field is used. For more guidance on how to use this schema, please
327
+ # see: https://support.google.com/business/answer/6397478
328
328
  # Corresponds to the JSON property `postalAddress`
329
329
  # @return [Google::Apis::DomainsV1::PostalAddress]
330
330
  attr_accessor :postal_address
@@ -1083,11 +1083,11 @@ module Google
1083
1083
  # Box or similar. It is not intended to model geographical locations (roads,
1084
1084
  # towns, mountains). In typical usage an address would be created via user input
1085
1085
  # or from importing existing data, depending on the type of process. Advice on
1086
- # address input / editing: - Use an i18n-ready address widget such as https://
1087
- # github.com/google/libaddressinput) - Users should not be presented with UI
1088
- # elements for input or editing of fields outside countries where that field is
1089
- # used. For more guidance on how to use this schema, please see: https://support.
1090
- # google.com/business/answer/6397478
1086
+ # address input / editing: - Use an internationalization-ready address widget
1087
+ # such as https://github.com/google/libaddressinput) - Users should not be
1088
+ # presented with UI elements for input or editing of fields outside countries
1089
+ # where that field is used. For more guidance on how to use this schema, please
1090
+ # see: https://support.google.com/business/answer/6397478
1091
1091
  class PostalAddress
1092
1092
  include Google::Apis::Core::Hashable
1093
1093
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DomainsV1
18
18
  # Version of the google-apis-domains_v1 gem
19
- GEM_VERSION = "0.8.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220616"
25
+ REVISION = "20220712"
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-domains_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.9.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-04 00:00:00.000000000 Z
11
+ date: 2022-07-18 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-domains_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1/v0.9.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-domains_v1
63
63
  post_install_message:
64
64
  rdoc_options: []