google-apis-domains_v1beta1 0.39.0 → 0.41.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1c941c5edad2b5712b450aec2136d59667b09a7ae73e3d19d923a1813a795b7
|
4
|
+
data.tar.gz: 1706425d49fed4be68987b799e44966277d5ac9cbea3bf19df5b2ca14c53c07f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fcc2139a8afe805600b1b1cddd04eec48b8c65c2f085b358e778e60debbc2ced7acf5a042331d0fcd7cdc43bd21e52f3b2a86258ebe782bedfcad4cb04f43e0e
|
7
|
+
data.tar.gz: ce51730b21402fecff05225fb53d7f8f666eb9227ace8d93dbfb2cdbffe33bad74fd68f7c5b4d3bdde2432a0d242add8a8eca0c9737da77e062d80bf679603ad
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-domains_v1beta1
|
2
2
|
|
3
|
+
### v0.41.0 (2024-12-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241209
|
6
|
+
|
7
|
+
### v0.40.0 (2024-12-02)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240724
|
10
|
+
* Regenerated using generator version 0.15.1
|
11
|
+
|
3
12
|
### v0.39.0 (2024-06-16)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240610
|
@@ -345,16 +345,16 @@ module Google
|
|
345
345
|
# @return [String]
|
346
346
|
attr_accessor :phone_number
|
347
347
|
|
348
|
-
# Represents a postal address
|
349
|
-
# Given a postal address, a postal service can deliver items to a
|
350
|
-
# Box or similar. It is not intended to model geographical
|
351
|
-
# towns, mountains). In typical usage an address would be
|
352
|
-
# or from importing existing data, depending on the type
|
353
|
-
# address input / editing: - Use an internationalization-
|
354
|
-
# such as https://github.com/google/libaddressinput) -
|
355
|
-
# presented with UI elements for input or editing of fields
|
356
|
-
# where that field is used. For more guidance on how to use
|
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::DomainsV1beta1::PostalAddress]
|
360
360
|
attr_accessor :postal_address
|
@@ -876,6 +876,13 @@ module Google
|
|
876
876
|
class HealthCheckTargets
|
877
877
|
include Google::Apis::Core::Hashable
|
878
878
|
|
879
|
+
# The Internet IP addresses to be health checked. The format matches the format
|
880
|
+
# of ResourceRecordSet.rrdata as defined in RFC 1035 (section 5) and RFC 1034 (
|
881
|
+
# section 3.6.1)
|
882
|
+
# Corresponds to the JSON property `externalEndpoints`
|
883
|
+
# @return [Array<String>]
|
884
|
+
attr_accessor :external_endpoints
|
885
|
+
|
879
886
|
# Configuration for internal load balancers to be health checked.
|
880
887
|
# Corresponds to the JSON property `internalLoadBalancer`
|
881
888
|
# @return [Array<Google::Apis::DomainsV1beta1::LoadBalancerTarget>]
|
@@ -887,6 +894,7 @@ module Google
|
|
887
894
|
|
888
895
|
# Update properties of this object
|
889
896
|
def update!(**args)
|
897
|
+
@external_endpoints = args[:external_endpoints] if args.key?(:external_endpoints)
|
890
898
|
@internal_load_balancer = args[:internal_load_balancer] if args.key?(:internal_load_balancer)
|
891
899
|
end
|
892
900
|
end
|
@@ -1427,35 +1435,36 @@ module Google
|
|
1427
1435
|
end
|
1428
1436
|
end
|
1429
1437
|
|
1430
|
-
# Represents a postal address
|
1431
|
-
# Given a postal address, a postal service can deliver items to a
|
1432
|
-
# Box or similar. It is not intended to model geographical
|
1433
|
-
# towns, mountains). In typical usage an address would be
|
1434
|
-
# or from importing existing data, depending on the type
|
1435
|
-
# address input / editing: - Use an internationalization-
|
1436
|
-
# such as https://github.com/google/libaddressinput) -
|
1437
|
-
# presented with UI elements for input or editing of fields
|
1438
|
-
# where that field is used. For more guidance on how to use
|
1439
|
-
# see: https://support.google.com/business/answer/6397478
|
1438
|
+
# Represents a postal address. For example for postal delivery or payments
|
1439
|
+
# addresses. Given a postal address, a postal service can deliver items to a
|
1440
|
+
# premise, P.O. Box or similar. It is not intended to model geographical
|
1441
|
+
# locations (roads, towns, mountains). In typical usage an address would be
|
1442
|
+
# created by user input or from importing existing data, depending on the type
|
1443
|
+
# of process. Advice on address input / editing: - Use an internationalization-
|
1444
|
+
# ready address widget such as https://github.com/google/libaddressinput) -
|
1445
|
+
# Users should not be presented with UI elements for input or editing of fields
|
1446
|
+
# outside countries where that field is used. For more guidance on how to use
|
1447
|
+
# this schema, see: https://support.google.com/business/answer/6397478
|
1440
1448
|
class PostalAddress
|
1441
1449
|
include Google::Apis::Core::Hashable
|
1442
1450
|
|
1443
1451
|
# Unstructured address lines describing the lower levels of an address. Because
|
1444
1452
|
# values in address_lines do not have type information and may sometimes contain
|
1445
|
-
# multiple values in a single field (
|
1446
|
-
# the line order is clear. The order of address lines should be "envelope
|
1447
|
-
# for the country/region of the address. In places where this can vary (
|
1448
|
-
# Japan), address_language is used to make it explicit (
|
1449
|
-
# small ordering and "ja-Latn" or "en" for small-to-large).
|
1450
|
-
# specific line of an address can be selected based on the
|
1451
|
-
# permitted structural representation of an address
|
1452
|
-
# with all remaining information placed in the
|
1453
|
-
# possible to format such an address very
|
1454
|
-
# no semantic reasoning could be made about
|
1455
|
-
# it was at least partially resolved.
|
1456
|
-
# region_code and address_lines, and then
|
1457
|
-
# handle completely unstructured addresses (
|
1458
|
-
# of the address should be localities or
|
1453
|
+
# multiple values in a single field (For example "Austin, TX"), it is important
|
1454
|
+
# that the line order is clear. The order of address lines should be "envelope
|
1455
|
+
# order" for the country/region of the address. In places where this can vary (
|
1456
|
+
# For example Japan), address_language is used to make it explicit (For example "
|
1457
|
+
# ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large).
|
1458
|
+
# This way, the most specific line of an address can be selected based on the
|
1459
|
+
# language. The minimum permitted structural representation of an address
|
1460
|
+
# consists of a region_code with all remaining information placed in the
|
1461
|
+
# address_lines. It would be possible to format such an address very
|
1462
|
+
# approximately without geocoding, but no semantic reasoning could be made about
|
1463
|
+
# any of the address components until it was at least partially resolved.
|
1464
|
+
# Creating an address only containing a region_code and address_lines, and then
|
1465
|
+
# geocoding is the recommended way to handle completely unstructured addresses (
|
1466
|
+
# as opposed to guessing which parts of the address should be localities or
|
1467
|
+
# administrative areas).
|
1459
1468
|
# Corresponds to the JSON property `addressLines`
|
1460
1469
|
# @return [Array<String>]
|
1461
1470
|
attr_accessor :address_lines
|
@@ -1463,9 +1472,9 @@ module Google
|
|
1463
1472
|
# Optional. Highest administrative subdivision which is used for postal
|
1464
1473
|
# addresses of a country or region. For example, this can be a state, a province,
|
1465
1474
|
# an oblast, or a prefecture. Specifically, for Spain this is the province and
|
1466
|
-
# not the autonomous community (
|
1467
|
-
# countries don't use an administrative area in postal addresses.
|
1468
|
-
# Switzerland this should be left unpopulated.
|
1475
|
+
# not the autonomous community (For example "Barcelona" and not "Catalonia").
|
1476
|
+
# Many countries don't use an administrative area in postal addresses. For
|
1477
|
+
# example in Switzerland this should be left unpopulated.
|
1469
1478
|
# Corresponds to the JSON property `administrativeArea`
|
1470
1479
|
# @return [String]
|
1471
1480
|
attr_accessor :administrative_area
|
@@ -1497,8 +1506,8 @@ module Google
|
|
1497
1506
|
|
1498
1507
|
# Optional. Postal code of the address. Not all countries use or require postal
|
1499
1508
|
# codes to be present, but where they are used, they may trigger additional
|
1500
|
-
# validation with other parts of the address (
|
1501
|
-
# S.A.).
|
1509
|
+
# validation with other parts of the address (For example state/zip validation
|
1510
|
+
# in the U.S.A.).
|
1502
1511
|
# Corresponds to the JSON property `postalCode`
|
1503
1512
|
# @return [String]
|
1504
1513
|
attr_accessor :postal_code
|
@@ -1527,9 +1536,9 @@ module Google
|
|
1527
1536
|
|
1528
1537
|
# Optional. Additional, country-specific, sorting code. This is not used in most
|
1529
1538
|
# regions. Where it is used, the value is either a string like "CEDEX",
|
1530
|
-
# optionally followed by a number (
|
1531
|
-
# representing the "sector code" (Jamaica), "delivery area indicator" (
|
1532
|
-
# or "post office indicator" (
|
1539
|
+
# optionally followed by a number (For example "CEDEX 7"), or just a number
|
1540
|
+
# alone, representing the "sector code" (Jamaica), "delivery area indicator" (
|
1541
|
+
# Malawi) or "post office indicator" (For example Côte d'Ivoire).
|
1533
1542
|
# Corresponds to the JSON property `sortingCode`
|
1534
1543
|
# @return [String]
|
1535
1544
|
attr_accessor :sorting_code
|
@@ -1615,6 +1624,13 @@ module Google
|
|
1615
1624
|
# @return [Google::Apis::DomainsV1beta1::GeoPolicy]
|
1616
1625
|
attr_accessor :geo_policy
|
1617
1626
|
|
1627
|
+
# The selfLink attribute of the HealthCheck resource to use for this
|
1628
|
+
# RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/
|
1629
|
+
# healthChecks
|
1630
|
+
# Corresponds to the JSON property `healthCheck`
|
1631
|
+
# @return [String]
|
1632
|
+
attr_accessor :health_check
|
1633
|
+
|
1618
1634
|
# Configures a RRSetRoutingPolicy such that all queries are responded with the
|
1619
1635
|
# primary_targets if they are healthy. And if all of them are unhealthy, then we
|
1620
1636
|
# fallback to a geo localized policy.
|
@@ -1640,6 +1656,7 @@ module Google
|
|
1640
1656
|
def update!(**args)
|
1641
1657
|
@geo = args[:geo] if args.key?(:geo)
|
1642
1658
|
@geo_policy = args[:geo_policy] if args.key?(:geo_policy)
|
1659
|
+
@health_check = args[:health_check] if args.key?(:health_check)
|
1643
1660
|
@primary_backup = args[:primary_backup] if args.key?(:primary_backup)
|
1644
1661
|
@wrr = args[:wrr] if args.key?(:wrr)
|
1645
1662
|
@wrr_policy = args[:wrr_policy] if args.key?(:wrr_policy)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DomainsV1beta1
|
18
18
|
# Version of the google-apis-domains_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.41.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241209"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -572,6 +572,7 @@ module Google
|
|
572
572
|
class HealthCheckTargets
|
573
573
|
# @private
|
574
574
|
class Representation < Google::Apis::Core::JsonRepresentation
|
575
|
+
collection :external_endpoints, as: 'externalEndpoints'
|
575
576
|
collection :internal_load_balancer, as: 'internalLoadBalancer', class: Google::Apis::DomainsV1beta1::LoadBalancerTarget, decorator: Google::Apis::DomainsV1beta1::LoadBalancerTarget::Representation
|
576
577
|
|
577
578
|
end
|
@@ -733,6 +734,7 @@ module Google
|
|
733
734
|
|
734
735
|
property :geo_policy, as: 'geoPolicy', class: Google::Apis::DomainsV1beta1::GeoPolicy, decorator: Google::Apis::DomainsV1beta1::GeoPolicy::Representation
|
735
736
|
|
737
|
+
property :health_check, as: 'healthCheck'
|
736
738
|
property :primary_backup, as: 'primaryBackup', class: Google::Apis::DomainsV1beta1::PrimaryBackupPolicy, decorator: Google::Apis::DomainsV1beta1::PrimaryBackupPolicy::Representation
|
737
739
|
|
738
740
|
property :wrr, as: 'wrr', class: Google::Apis::DomainsV1beta1::WrrPolicy, decorator: Google::Apis::DomainsV1beta1::WrrPolicy::Representation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-domains_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.41.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: 2024-
|
11
|
+
date: 2024-12-15 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_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-domains_v1beta1/v0.41.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-domains_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Domains API V1beta1
|