google-apis-domains_v1alpha2 0.40.0 → 0.42.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: ee7b9e7e2a238219f9cccbf911553dea48b18a4059cf9da9d601108a785840d8
4
- data.tar.gz: 6a4a1d515f0bade9eaf0f565bfa88318478532706fe58e0e46bb2695a0d38641
3
+ metadata.gz: 7d916f2b0665c1ba180886c153539d07a3cfe783d6159d5c18bc038b60a11d54
4
+ data.tar.gz: a1263d0362ac771f0e11b9f9fb2658e58e74f9a3b07fcd2caef549ebc48c5a39
5
5
  SHA512:
6
- metadata.gz: d526bec902b71992af2e7412bf86a3452da7a353c7ba31c04ae1f485d4ff08e1217acd912558c1becb3f9ef31f7de254895d90d623bb1aafd62d438a576463a7
7
- data.tar.gz: 42113763250d2cdac02f13cd92d450f8d10c97a45917108a7e2250c2c1a3542cf30d1aac1195518b8d6c0326d035d71504bdbfe4dfd7d103bc94b85dc4db3188
6
+ metadata.gz: 95a6926d4eaf02b7515c09f34b4a828022c891e78c72c2832c9d3f02f5aecba1ff64829cc6a077f280df6062efea1c9328413aae9497e641b838ff57cf87e654
7
+ data.tar.gz: 3dfdec0d90ab86456d3f6cdd6ecd99b3df7bd43ec9ca626a66ac8dc8d7fafe106f7809cc20f10d81dde454f55aa73bb91e6152e13196f01bc9c2cbdc378c42ee
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-domains_v1alpha2
2
2
 
3
+ ### v0.42.0 (2025-03-09)
4
+
5
+ * Regenerated from discovery document revision 20250225
6
+ * Regenerated using generator version 0.16.0
7
+
8
+ ### v0.41.0 (2024-12-15)
9
+
10
+ * Regenerated from discovery document revision 20241209
11
+
3
12
  ### v0.40.0 (2024-12-02)
4
13
 
5
14
  * Regenerated from discovery document revision 20240724
@@ -345,16 +345,16 @@ module Google
345
345
  # @return [String]
346
346
  attr_accessor :phone_number
347
347
 
348
- # Represents a postal address, e.g. for postal delivery or payments addresses.
349
- # Given a postal address, a postal service can deliver items to a premise, P.O.
350
- # Box or similar. It is not intended to model geographical locations (roads,
351
- # towns, mountains). In typical usage an address would be created via user input
352
- # or from importing existing data, depending on the type of process. Advice on
353
- # address input / editing: - Use an internationalization-ready address widget
354
- # such as https://github.com/google/libaddressinput) - Users should not be
355
- # presented with UI elements for input or editing of fields outside countries
356
- # where that field is used. For more guidance on how to use this schema, please
357
- # see: https://support.google.com/business/answer/6397478
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
358
358
  # Corresponds to the JSON property `postalAddress`
359
359
  # @return [Google::Apis::DomainsV1alpha2::PostalAddress]
360
360
  attr_accessor :postal_address
@@ -752,7 +752,8 @@ module Google
752
752
 
753
753
  # HealthCheckTargets describes endpoints to health-check when responding to
754
754
  # Routing Policy queries. Only the healthy endpoints will be included in the
755
- # response.
755
+ # response. Set either `internal_load_balancer` or `external_endpoints`. Do not
756
+ # set both.
756
757
  # Corresponds to the JSON property `healthCheckedTargets`
757
758
  # @return [Google::Apis::DomainsV1alpha2::HealthCheckTargets]
758
759
  attr_accessor :health_checked_targets
@@ -769,9 +770,9 @@ module Google
769
770
  # @return [Array<String>]
770
771
  attr_accessor :rrdata
771
772
 
772
- # DNSSEC generated signatures for all the `rrdata` within this item. If health
773
- # checked targets are provided for DNSSEC enabled zones, there's a restriction
774
- # of 1 IP address per item.
773
+ # DNSSEC generated signatures for all the `rrdata` within this item. When using
774
+ # health-checked targets for DNSSEC-enabled zones, you can only use at most one
775
+ # health-checked IP address per item.
775
776
  # Corresponds to the JSON property `signatureRrdata`
776
777
  # @return [Array<String>]
777
778
  attr_accessor :signature_rrdata
@@ -872,7 +873,8 @@ module Google
872
873
 
873
874
  # HealthCheckTargets describes endpoints to health-check when responding to
874
875
  # Routing Policy queries. Only the healthy endpoints will be included in the
875
- # response.
876
+ # response. Set either `internal_load_balancer` or `external_endpoints`. Do not
877
+ # set both.
876
878
  class HealthCheckTargets
877
879
  include Google::Apis::Core::Hashable
878
880
 
@@ -1435,35 +1437,36 @@ module Google
1435
1437
  end
1436
1438
  end
1437
1439
 
1438
- # Represents a postal address, e.g. for postal delivery or payments addresses.
1439
- # Given a postal address, a postal service can deliver items to a premise, P.O.
1440
- # Box or similar. It is not intended to model geographical locations (roads,
1441
- # towns, mountains). In typical usage an address would be created via user input
1442
- # or from importing existing data, depending on the type of process. Advice on
1443
- # address input / editing: - Use an internationalization-ready address widget
1444
- # such as https://github.com/google/libaddressinput) - Users should not be
1445
- # presented with UI elements for input or editing of fields outside countries
1446
- # where that field is used. For more guidance on how to use this schema, please
1447
- # see: https://support.google.com/business/answer/6397478
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
1448
1450
  class PostalAddress
1449
1451
  include Google::Apis::Core::Hashable
1450
1452
 
1451
1453
  # Unstructured address lines describing the lower levels of an address. Because
1452
1454
  # values in address_lines do not have type information and may sometimes contain
1453
- # multiple values in a single field (e.g. "Austin, TX"), it is important that
1454
- # the line order is clear. The order of address lines should be "envelope order"
1455
- # for the country/region of the address. In places where this can vary (e.g.
1456
- # Japan), address_language is used to make it explicit (e.g. "ja" for large-to-
1457
- # small ordering and "ja-Latn" or "en" for small-to-large). This way, the most
1458
- # specific line of an address can be selected based on the language. The minimum
1459
- # permitted structural representation of an address consists of a region_code
1460
- # with all remaining information placed in the address_lines. It would be
1461
- # possible to format such an address very approximately without geocoding, but
1462
- # no semantic reasoning could be made about any of the address components until
1463
- # it was at least partially resolved. Creating an address only containing a
1464
- # region_code and address_lines, and then geocoding is the recommended way to
1465
- # handle completely unstructured addresses (as opposed to guessing which parts
1466
- # of the address should be localities or administrative areas).
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
1464
+ # approximately without geocoding, but no semantic reasoning could be made about
1465
+ # 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).
1467
1470
  # Corresponds to the JSON property `addressLines`
1468
1471
  # @return [Array<String>]
1469
1472
  attr_accessor :address_lines
@@ -1471,9 +1474,9 @@ module Google
1471
1474
  # Optional. Highest administrative subdivision which is used for postal
1472
1475
  # addresses of a country or region. For example, this can be a state, a province,
1473
1476
  # an oblast, or a prefecture. Specifically, for Spain this is the province and
1474
- # not the autonomous community (e.g. "Barcelona" and not "Catalonia"). Many
1475
- # countries don't use an administrative area in postal addresses. E.g. in
1476
- # Switzerland this should be left unpopulated.
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.
1477
1480
  # Corresponds to the JSON property `administrativeArea`
1478
1481
  # @return [String]
1479
1482
  attr_accessor :administrative_area
@@ -1505,8 +1508,8 @@ module Google
1505
1508
 
1506
1509
  # Optional. Postal code of the address. Not all countries use or require postal
1507
1510
  # codes to be present, but where they are used, they may trigger additional
1508
- # validation with other parts of the address (e.g. state/zip validation in the U.
1509
- # S.A.).
1511
+ # validation with other parts of the address (For example state/zip validation
1512
+ # in the U.S.A.).
1510
1513
  # Corresponds to the JSON property `postalCode`
1511
1514
  # @return [String]
1512
1515
  attr_accessor :postal_code
@@ -1535,9 +1538,9 @@ module Google
1535
1538
 
1536
1539
  # Optional. Additional, country-specific, sorting code. This is not used in most
1537
1540
  # regions. Where it is used, the value is either a string like "CEDEX",
1538
- # optionally followed by a number (e.g. "CEDEX 7"), or just a number alone,
1539
- # representing the "sector code" (Jamaica), "delivery area indicator" (Malawi)
1540
- # or "post office indicator" (e.g. Côte d'Ivoire).
1541
+ # optionally followed by a number (For example "CEDEX 7"), or just a number
1542
+ # alone, representing the "sector code" (Jamaica), "delivery area indicator" (
1543
+ # Malawi) or "post office indicator" (For example Côte d'Ivoire).
1541
1544
  # Corresponds to the JSON property `sortingCode`
1542
1545
  # @return [String]
1543
1546
  attr_accessor :sorting_code
@@ -1582,7 +1585,8 @@ module Google
1582
1585
 
1583
1586
  # HealthCheckTargets describes endpoints to health-check when responding to
1584
1587
  # Routing Policy queries. Only the healthy endpoints will be included in the
1585
- # response.
1588
+ # response. Set either `internal_load_balancer` or `external_endpoints`. Do not
1589
+ # set both.
1586
1590
  # Corresponds to the JSON property `primaryTargets`
1587
1591
  # @return [Google::Apis::DomainsV1alpha2::HealthCheckTargets]
1588
1592
  attr_accessor :primary_targets
@@ -1623,9 +1627,10 @@ module Google
1623
1627
  # @return [Google::Apis::DomainsV1alpha2::GeoPolicy]
1624
1628
  attr_accessor :geo_policy
1625
1629
 
1626
- # The selfLink attribute of the HealthCheck resource to use for this
1627
- # RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/
1628
- # healthChecks
1630
+ # The fully qualified URL of the HealthCheck to use for this RRSetRoutingPolicy.
1631
+ # Format this URL like `https://www.googleapis.com/compute/v1/projects/`project`/
1632
+ # global/healthChecks/`healthCheck``. https://cloud.google.com/compute/docs/
1633
+ # reference/rest/v1/healthChecks
1629
1634
  # Corresponds to the JSON property `healthCheck`
1630
1635
  # @return [String]
1631
1636
  attr_accessor :health_check
@@ -2436,7 +2441,8 @@ module Google
2436
2441
 
2437
2442
  # HealthCheckTargets describes endpoints to health-check when responding to
2438
2443
  # Routing Policy queries. Only the healthy endpoints will be included in the
2439
- # response.
2444
+ # response. Set either `internal_load_balancer` or `external_endpoints`. Do not
2445
+ # set both.
2440
2446
  # Corresponds to the JSON property `healthCheckedTargets`
2441
2447
  # @return [Google::Apis::DomainsV1alpha2::HealthCheckTargets]
2442
2448
  attr_accessor :health_checked_targets
@@ -2446,9 +2452,9 @@ module Google
2446
2452
  # @return [Array<String>]
2447
2453
  attr_accessor :rrdata
2448
2454
 
2449
- # DNSSEC generated signatures for all the `rrdata` within this item. Note that
2450
- # if health checked targets are provided for DNSSEC enabled zones, there's a
2451
- # restriction of 1 IP address per item.
2455
+ # DNSSEC generated signatures for all the `rrdata` within this item. When using
2456
+ # health-checked targets for DNSSEC-enabled zones, you can only use at most one
2457
+ # health-checked IP address per item.
2452
2458
  # Corresponds to the JSON property `signatureRrdata`
2453
2459
  # @return [Array<String>]
2454
2460
  attr_accessor :signature_rrdata
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DomainsV1alpha2
18
18
  # Version of the google-apis-domains_v1alpha2 gem
19
- GEM_VERSION = "0.40.0"
19
+ GEM_VERSION = "0.42.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240724"
25
+ REVISION = "20250225"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-domains_v1alpha2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.42.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
10
+ date: 2025-03-09 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-domains_v1alpha2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1alpha2/v0.40.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1alpha2/v0.42.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-domains_v1alpha2
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.22
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud Domains API V1alpha2
82
79
  test_files: []