google-apis-domains_v1 0.31.0 → 0.33.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 +4 -4
- data/CHANGELOG.md +9 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/domains_v1/classes.rb +50 -48
- data/lib/google/apis/domains_v1/gem_version.rb +3 -3
- data/lib/google/apis/domains_v1/service.rb +5 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a9cc78e94c445c72b1a43e6fe0ecb9c7a4154aa8e26a8a954d8f2232767663e7
|
4
|
+
data.tar.gz: 52303e9c1048e0508a79c57c85e68d25e5ef75a93bbfa1002fbb6b10c8346bfd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f81dbf69ada6e8ba707fe4ddef80fb112451ed9112057a7f163be0b45a0756f2a1f8a5ac4b5595b30817f6d4a0a5795ab5a1c43209bafee810695b5195342aca
|
7
|
+
data.tar.gz: '0381dbcfbe4c3a7042c0a2e01696bac89e69ec436a73fdf3cb3ac78903cda74f6a4c2748ed28a5d94804f83bc39f1a35014d440667e9e71f8fbbe3cbdd5174eb'
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-domains_v1
|
2
2
|
|
3
|
+
### v0.33.0 (2025-09-28)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250918
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
8
|
+
### v0.32.0 (2025-05-04)
|
9
|
+
|
10
|
+
* Regenerated using generator version 0.17.0
|
11
|
+
|
3
12
|
### v0.31.0 (2025-03-09)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20250225
|
data/OVERVIEW.md
CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/domains/) may provide guida
|
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
86
|
-
This library is supported on Ruby
|
86
|
+
This library is supported on Ruby 3.1+.
|
87
87
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
89
|
|
@@ -345,16 +345,17 @@ module Google
|
|
345
345
|
# @return [String]
|
346
346
|
attr_accessor :phone_number
|
347
347
|
|
348
|
-
# Represents a postal address
|
349
|
-
#
|
350
|
-
#
|
351
|
-
# locations
|
352
|
-
# created by user input or from importing existing data, depending on the
|
353
|
-
# of process. Advice on address input
|
354
|
-
# ready address widget such as https://github.com/google/
|
355
|
-
# Users should not be presented with UI elements for input or
|
356
|
-
# outside countries where that field is used. For more
|
357
|
-
# this schema, see: https://support.google.com/business/
|
348
|
+
# Represents a postal address, such as for postal delivery or payments addresses.
|
349
|
+
# With a postal address, a postal service can deliver items to a premise, P.O.
|
350
|
+
# box, or similar. A postal address is not intended to model geographical
|
351
|
+
# locations like roads, towns, or mountains. In typical usage, an address would
|
352
|
+
# be created by user input or from importing existing data, depending on the
|
353
|
+
# type of process. Advice on address input or editing: - Use an
|
354
|
+
# internationalization-ready address widget such as https://github.com/google/
|
355
|
+
# libaddressinput. - Users should not be presented with UI elements for input or
|
356
|
+
# editing of fields outside countries where that field is used. For more
|
357
|
+
# guidance on how to use this schema, see: https://support.google.com/business/
|
358
|
+
# answer/6397478.
|
358
359
|
# Corresponds to the JSON property `postalAddress`
|
359
360
|
# @return [Google::Apis::DomainsV1::PostalAddress]
|
360
361
|
attr_accessor :postal_address
|
@@ -1437,46 +1438,47 @@ module Google
|
|
1437
1438
|
end
|
1438
1439
|
end
|
1439
1440
|
|
1440
|
-
# Represents a postal address
|
1441
|
-
#
|
1442
|
-
#
|
1443
|
-
# locations
|
1444
|
-
# created by user input or from importing existing data, depending on the
|
1445
|
-
# of process. Advice on address input
|
1446
|
-
# ready address widget such as https://github.com/google/
|
1447
|
-
# Users should not be presented with UI elements for input or
|
1448
|
-
# outside countries where that field is used. For more
|
1449
|
-
# this schema, see: https://support.google.com/business/
|
1441
|
+
# Represents a postal address, such as for postal delivery or payments addresses.
|
1442
|
+
# With a postal address, a postal service can deliver items to a premise, P.O.
|
1443
|
+
# box, or similar. A postal address is not intended to model geographical
|
1444
|
+
# locations like roads, towns, or mountains. In typical usage, an address would
|
1445
|
+
# be created by user input or from importing existing data, depending on the
|
1446
|
+
# type of process. Advice on address input or editing: - Use an
|
1447
|
+
# internationalization-ready address widget such as https://github.com/google/
|
1448
|
+
# libaddressinput. - Users should not be presented with UI elements for input or
|
1449
|
+
# editing of fields outside countries where that field is used. For more
|
1450
|
+
# guidance on how to use this schema, see: https://support.google.com/business/
|
1451
|
+
# answer/6397478.
|
1450
1452
|
class PostalAddress
|
1451
1453
|
include Google::Apis::Core::Hashable
|
1452
1454
|
|
1453
1455
|
# Unstructured address lines describing the lower levels of an address. Because
|
1454
|
-
# values in address_lines do not have type information and may sometimes
|
1455
|
-
# multiple values in a single field (
|
1456
|
-
# that the line order is clear. The order of address lines should be "
|
1457
|
-
# order" for the country
|
1458
|
-
#
|
1459
|
-
# ja" for large-to-small ordering and "ja-Latn" or "en" for small-
|
1460
|
-
#
|
1461
|
-
# language. The minimum permitted structural representation of an
|
1462
|
-
# consists of a region_code with all remaining information placed in
|
1463
|
-
# address_lines
|
1456
|
+
# values in `address_lines` do not have type information and may sometimes
|
1457
|
+
# contain multiple values in a single field (for example, "Austin, TX"), it is
|
1458
|
+
# important that the line order is clear. The order of address lines should be "
|
1459
|
+
# envelope order" for the country or region of the address. In places where this
|
1460
|
+
# can vary (for example, Japan), `address_language` is used to make it explicit (
|
1461
|
+
# for example, "ja" for large-to-small ordering and "ja-Latn" or "en" for small-
|
1462
|
+
# to-large). In this way, the most specific line of an address can be selected
|
1463
|
+
# based on the language. The minimum permitted structural representation of an
|
1464
|
+
# address consists of a `region_code` with all remaining information placed in
|
1465
|
+
# the `address_lines`. It would be possible to format such an address very
|
1464
1466
|
# approximately without geocoding, but no semantic reasoning could be made about
|
1465
1467
|
# any of the address components until it was at least partially resolved.
|
1466
|
-
# Creating an address only containing a region_code and address_lines
|
1467
|
-
# geocoding is the recommended way to handle completely unstructured
|
1468
|
-
# as opposed to guessing which parts of the address should be
|
1469
|
-
# administrative areas).
|
1468
|
+
# Creating an address only containing a `region_code` and `address_lines` and
|
1469
|
+
# then geocoding is the recommended way to handle completely unstructured
|
1470
|
+
# addresses (as opposed to guessing which parts of the address should be
|
1471
|
+
# localities or administrative areas).
|
1470
1472
|
# Corresponds to the JSON property `addressLines`
|
1471
1473
|
# @return [Array<String>]
|
1472
1474
|
attr_accessor :address_lines
|
1473
1475
|
|
1474
1476
|
# Optional. Highest administrative subdivision which is used for postal
|
1475
1477
|
# addresses of a country or region. For example, this can be a state, a province,
|
1476
|
-
# an oblast, or a prefecture.
|
1477
|
-
#
|
1478
|
-
#
|
1479
|
-
#
|
1478
|
+
# an oblast, or a prefecture. For Spain, this is the province and not the
|
1479
|
+
# autonomous community (for example, "Barcelona" and not "Catalonia"). Many
|
1480
|
+
# countries don't use an administrative area in postal addresses. For example,
|
1481
|
+
# in Switzerland, this should be left unpopulated.
|
1480
1482
|
# Corresponds to the JSON property `administrativeArea`
|
1481
1483
|
# @return [String]
|
1482
1484
|
attr_accessor :administrative_area
|
@@ -1493,10 +1495,10 @@ module Google
|
|
1493
1495
|
# @return [String]
|
1494
1496
|
attr_accessor :language_code
|
1495
1497
|
|
1496
|
-
# Optional. Generally refers to the city
|
1497
|
-
# US city, IT comune, UK post town. In regions of the world where
|
1498
|
-
# not well defined or do not fit into this structure well, leave
|
1499
|
-
# and use address_lines
|
1498
|
+
# Optional. Generally refers to the city or town portion of the address.
|
1499
|
+
# Examples: US city, IT comune, UK post town. In regions of the world where
|
1500
|
+
# localities are not well defined or do not fit into this structure well, leave `
|
1501
|
+
# locality` empty and use `address_lines`.
|
1500
1502
|
# Corresponds to the JSON property `locality`
|
1501
1503
|
# @return [String]
|
1502
1504
|
attr_accessor :locality
|
@@ -1508,8 +1510,8 @@ module Google
|
|
1508
1510
|
|
1509
1511
|
# Optional. Postal code of the address. Not all countries use or require postal
|
1510
1512
|
# codes to be present, but where they are used, they may trigger additional
|
1511
|
-
# validation with other parts of the address (
|
1512
|
-
# in the
|
1513
|
+
# validation with other parts of the address (for example, state or zip code
|
1514
|
+
# validation in the United States).
|
1513
1515
|
# Corresponds to the JSON property `postalCode`
|
1514
1516
|
# @return [String]
|
1515
1517
|
attr_accessor :postal_code
|
@@ -1538,15 +1540,15 @@ module Google
|
|
1538
1540
|
|
1539
1541
|
# Optional. Additional, country-specific, sorting code. This is not used in most
|
1540
1542
|
# regions. Where it is used, the value is either a string like "CEDEX",
|
1541
|
-
# optionally followed by a number (
|
1543
|
+
# optionally followed by a number (for example, "CEDEX 7"), or just a number
|
1542
1544
|
# alone, representing the "sector code" (Jamaica), "delivery area indicator" (
|
1543
|
-
# Malawi) or "post office indicator" (
|
1545
|
+
# Malawi) or "post office indicator" (Côte d'Ivoire).
|
1544
1546
|
# Corresponds to the JSON property `sortingCode`
|
1545
1547
|
# @return [String]
|
1546
1548
|
attr_accessor :sorting_code
|
1547
1549
|
|
1548
|
-
# Optional. Sublocality of the address. For example, this can be
|
1549
|
-
#
|
1550
|
+
# Optional. Sublocality of the address. For example, this can be a neighborhood,
|
1551
|
+
# borough, or district.
|
1550
1552
|
# Corresponds to the JSON property `sublocality`
|
1551
1553
|
# @return [String]
|
1552
1554
|
attr_accessor :sublocality
|
@@ -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.33.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250918"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -84,6 +84,9 @@ module Google
|
|
84
84
|
# Lists information about the supported locations for this service.
|
85
85
|
# @param [String] name
|
86
86
|
# The resource that owns the locations collection, if applicable.
|
87
|
+
# @param [Array<String>, String] extra_location_types
|
88
|
+
# Optional. Unless explicitly documented otherwise, don't use this unsupported
|
89
|
+
# field which is primarily intended for internal usage.
|
87
90
|
# @param [String] filter
|
88
91
|
# A filter to narrow down results to a preferred subset. The filtering language
|
89
92
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
@@ -111,11 +114,12 @@ module Google
|
|
111
114
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
112
115
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
113
116
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
114
|
-
def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
117
|
+
def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
115
118
|
command = make_simple_command(:get, 'v1/{+name}/locations', options)
|
116
119
|
command.response_representation = Google::Apis::DomainsV1::ListLocationsResponse::Representation
|
117
120
|
command.response_class = Google::Apis::DomainsV1::ListLocationsResponse
|
118
121
|
command.params['name'] = name unless name.nil?
|
122
|
+
command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
|
119
123
|
command.query['filter'] = filter unless filter.nil?
|
120
124
|
command.query['pageSize'] = page_size unless page_size.nil?
|
121
125
|
command.query['pageToken'] = page_token unless page_token.nil?
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.33.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-domains_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1/v0.33.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-domains_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
66
66
|
requirements:
|
67
67
|
- - ">="
|
68
68
|
- !ruby/object:Gem::Version
|
69
|
-
version: '
|
69
|
+
version: '3.1'
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
71
71
|
requirements:
|
72
72
|
- - ">="
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Cloud Domains API V1
|
79
79
|
test_files: []
|