google-apis-domains_v1 0.32.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d8ff2b7286eaa04c0e54702ef16e38a2cd2be62b0f0b390f7d4011144b91deb
4
- data.tar.gz: 40d693d3ce76e621ad063eb9a39034761f89e1f29c497f2a3a3e2e6f01e3809d
3
+ metadata.gz: a9cc78e94c445c72b1a43e6fe0ecb9c7a4154aa8e26a8a954d8f2232767663e7
4
+ data.tar.gz: 52303e9c1048e0508a79c57c85e68d25e5ef75a93bbfa1002fbb6b10c8346bfd
5
5
  SHA512:
6
- metadata.gz: 199aa1a2594b1d2e8cdc5099d07b7f9affe7542b7f1022b5a4d6c3fd1160ba561989158b7c8daf4e3ddad0bbd0ed7a353c1d9ffbf4b4d93c1b0fdeac57e6339c
7
- data.tar.gz: 1a78fecef8a78134664cd7a458bb35fb1b6d2c136cef21cd0a27e3748bc3ca2903ffbff831cff04e1b38001439bee54cb1f13f9352f3866f9fc94a9941e7245b
6
+ metadata.gz: f81dbf69ada6e8ba707fe4ddef80fb112451ed9112057a7f163be0b45a0756f2a1f8a5ac4b5595b30817f6d4a0a5795ab5a1c43209bafee810695b5195342aca
7
+ data.tar.gz: '0381dbcfbe4c3a7042c0a2e01696bac89e69ec436a73fdf3cb3ac78903cda74f6a4c2748ed28a5d94804f83bc39f1a35014d440667e9e71f8fbbe3cbdd5174eb'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.32.0 (2025-05-04)
4
9
 
5
10
  * Regenerated using generator version 0.17.0
@@ -345,16 +345,17 @@ module Google
345
345
  # @return [String]
346
346
  attr_accessor :phone_number
347
347
 
348
- # Represents a postal address. For example for postal delivery or payments
349
- # addresses. Given a postal address, a postal service can deliver items to a
350
- # premise, P.O. Box or similar. It is not intended to model geographical
351
- # locations (roads, towns, mountains). In typical usage an address would be
352
- # created by user input or from importing existing data, depending on the type
353
- # of process. Advice on address input / editing: - Use an internationalization-
354
- # ready address widget such as https://github.com/google/libaddressinput) -
355
- # Users should not be presented with UI elements for input or editing of fields
356
- # outside countries where that field is used. For more guidance on how to use
357
- # this schema, see: https://support.google.com/business/answer/6397478
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. For example for postal delivery or payments
1441
- # addresses. Given a postal address, a postal service can deliver items to a
1442
- # premise, P.O. Box or similar. It is not intended to model geographical
1443
- # locations (roads, towns, mountains). In typical usage an address would be
1444
- # created by user input or from importing existing data, depending on the type
1445
- # of process. Advice on address input / editing: - Use an internationalization-
1446
- # ready address widget such as https://github.com/google/libaddressinput) -
1447
- # Users should not be presented with UI elements for input or editing of fields
1448
- # outside countries where that field is used. For more guidance on how to use
1449
- # this schema, see: https://support.google.com/business/answer/6397478
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 contain
1455
- # multiple values in a single field (For example "Austin, TX"), it is important
1456
- # that the line order is clear. The order of address lines should be "envelope
1457
- # order" for the country/region of the address. In places where this can vary (
1458
- # For example Japan), address_language is used to make it explicit (For example "
1459
- # ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large).
1460
- # This way, the most specific line of an address can be selected based on the
1461
- # language. The minimum permitted structural representation of an address
1462
- # consists of a region_code with all remaining information placed in the
1463
- # address_lines. It would be possible to format such an address very
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, and then
1467
- # geocoding is the recommended way to handle completely unstructured addresses (
1468
- # as opposed to guessing which parts of the address should be localities or
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. Specifically, for Spain this is the province and
1477
- # not the autonomous community (For example "Barcelona" and not "Catalonia").
1478
- # Many countries don't use an administrative area in postal addresses. For
1479
- # example in Switzerland this should be left unpopulated.
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/town portion of the address. Examples:
1497
- # US city, IT comune, UK post town. In regions of the world where localities are
1498
- # not well defined or do not fit into this structure well, leave locality empty
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 (For example state/zip validation
1512
- # in the U.S.A.).
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 (For example "CEDEX 7"), or just 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" (For example Côte d'Ivoire).
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 neighborhoods,
1549
- # boroughs, districts.
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.32.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.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250225"
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-domains_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0
4
+ version: 0.33.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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.32.0
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:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
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: []