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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/domains_v1/classes.rb +10 -10
- data/lib/google/apis/domains_v1/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3ae2f4e9d582167c82c3c294b5215160120366ace4e02ee343a5ed25f2be8804
|
4
|
+
data.tar.gz: d3114813b05e11093b0a3b533f67be80a15377d238f64179fda3a1dff7575b4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b214f33ccec7c4f202ec64dfa42bc38281cae44d7eb96eab93e7362ae72e74e5fed834b040c9aa65ffc3d233d6de18d3714be23e6dbb0ca82f2b91a0d646d405
|
7
|
+
data.tar.gz: a08d213f517b41925fd652c5226ec61000cee2a07df2c1387b042b46e30d33d341df01014a3bdb0a80dae9a2595fc7a44aebf5d43c02bd83b5e1b72c7207d444
|
data/CHANGELOG.md
CHANGED
@@ -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
|
324
|
-
# github.com/google/libaddressinput) - Users should not be
|
325
|
-
# elements for input or editing of fields outside countries
|
326
|
-
# used. For more guidance on how to use this schema, please
|
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
|
1087
|
-
# github.com/google/libaddressinput) - Users should not be
|
1088
|
-
# elements for input or editing of fields outside countries
|
1089
|
-
# used. For more guidance on how to use this schema, please
|
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.
|
19
|
+
GEM_VERSION = "0.9.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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.
|
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-
|
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.
|
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: []
|