Skip to content

Commit 22a7d1d

Browse files
feat: Automated regeneration of Domains client (googleapis#13088)
Auto-created at 2025-03-05 13:13:04 +0000 using the toys pull request generator.
1 parent 1e08a8a commit 22a7d1d

16 files changed

+16
-16
lines changed

clients/domains/lib/google_api/domains/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Domains.V1 do
2020
API client metadata for GoogleApi.Domains.V1.
2121
"""
2222

23-
@discovery_revision "20241209"
23+
@discovery_revision "20250225"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/domains/lib/google_api/domains/v1/model/geo_policy_item.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defmodule GoogleApi.Domains.V1.Model.GeoPolicyItem do
2424
* `healthCheckedTargets` (*type:* `GoogleApi.Domains.V1.Model.HealthCheckTargets.t`, *default:* `nil`) - For A and AAAA types only. Endpoints to return in the query result only if they are healthy. These can be specified along with `rrdata` within this item.
2525
* `location` (*type:* `String.t`, *default:* `nil`) - The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
2626
* `rrdata` (*type:* `list(String.t)`, *default:* `nil`) -
27-
* `signatureRrdata` (*type:* `list(String.t)`, *default:* `nil`) - DNSSEC generated signatures for all the `rrdata` within this item. If health checked targets are provided for DNSSEC enabled zones, there's a restriction of 1 IP address per item.
27+
* `signatureRrdata` (*type:* `list(String.t)`, *default:* `nil`) - DNSSEC generated signatures for all the `rrdata` within this item. When using health-checked targets for DNSSEC-enabled zones, you can only use at most one health-checked IP address per item.
2828
"""
2929

3030
use GoogleApi.Gax.ModelBase

clients/domains/lib/google_api/domains/v1/model/health_check_targets.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.Domains.V1.Model.HealthCheckTargets do
1919
@moduledoc """
20-
HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response.
20+
HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response. Set either `internal_load_balancer` or `external_endpoints`. Do not set both.
2121
2222
## Attributes
2323

clients/domains/lib/google_api/domains/v1/model/rr_set_routing_policy.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule GoogleApi.Domains.V1.Model.RRSetRoutingPolicy do
2323
2424
* `geo` (*type:* `GoogleApi.Domains.V1.Model.GeoPolicy.t`, *default:* `nil`) -
2525
* `geoPolicy` (*type:* `GoogleApi.Domains.V1.Model.GeoPolicy.t`, *default:* `nil`) -
26-
* `healthCheck` (*type:* `String.t`, *default:* `nil`) - The selfLink attribute of the HealthCheck resource to use for this RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks
26+
* `healthCheck` (*type:* `String.t`, *default:* `nil`) - The fully qualified URL of the HealthCheck to use for this RRSetRoutingPolicy. Format this URL like `https://www.googleapis.com/compute/v1/projects/{project}/global/healthChecks/{healthCheck}`. https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks
2727
* `primaryBackup` (*type:* `GoogleApi.Domains.V1.Model.PrimaryBackupPolicy.t`, *default:* `nil`) -
2828
* `wrr` (*type:* `GoogleApi.Domains.V1.Model.WrrPolicy.t`, *default:* `nil`) -
2929
* `wrrPolicy` (*type:* `GoogleApi.Domains.V1.Model.WrrPolicy.t`, *default:* `nil`) -

clients/domains/lib/google_api/domains/v1/model/wrr_policy_item.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule GoogleApi.Domains.V1.Model.WrrPolicyItem do
2323
2424
* `healthCheckedTargets` (*type:* `GoogleApi.Domains.V1.Model.HealthCheckTargets.t`, *default:* `nil`) - Endpoints that are health checked before making the routing decision. The unhealthy endpoints are omitted from the result. If all endpoints within a bucket are unhealthy, we choose a different bucket (sampled with respect to its weight) for responding. If DNSSEC is enabled for this zone, only one of `rrdata` or `health_checked_targets` can be set.
2525
* `rrdata` (*type:* `list(String.t)`, *default:* `nil`) -
26-
* `signatureRrdata` (*type:* `list(String.t)`, *default:* `nil`) - DNSSEC generated signatures for all the `rrdata` within this item. Note that if health checked targets are provided for DNSSEC enabled zones, there's a restriction of 1 IP address per item.
26+
* `signatureRrdata` (*type:* `list(String.t)`, *default:* `nil`) - DNSSEC generated signatures for all the `rrdata` within this item. When using health-checked targets for DNSSEC-enabled zones, you can only use at most one health-checked IP address per item.
2727
* `weight` (*type:* `float()`, *default:* `nil`) - The weight corresponding to this `WrrPolicyItem` object. When multiple `WrrPolicyItem` objects are configured, the probability of returning an `WrrPolicyItem` object's data is proportional to its weight relative to the sum of weights configured for all items. This weight must be non-negative.
2828
"""
2929

clients/domains/lib/google_api/domains/v1alpha2/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Domains.V1alpha2 do
2020
API client metadata for GoogleApi.Domains.V1alpha2.
2121
"""
2222

23-
@discovery_revision "20241209"
23+
@discovery_revision "20250225"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/domains/lib/google_api/domains/v1alpha2/model/geo_policy_item.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defmodule GoogleApi.Domains.V1alpha2.Model.GeoPolicyItem do
2424
* `healthCheckedTargets` (*type:* `GoogleApi.Domains.V1alpha2.Model.HealthCheckTargets.t`, *default:* `nil`) - For A and AAAA types only. Endpoints to return in the query result only if they are healthy. These can be specified along with `rrdata` within this item.
2525
* `location` (*type:* `String.t`, *default:* `nil`) - The geo-location granularity is a GCP region. This location string should correspond to a GCP region. e.g. "us-east1", "southamerica-east1", "asia-east1", etc.
2626
* `rrdata` (*type:* `list(String.t)`, *default:* `nil`) -
27-
* `signatureRrdata` (*type:* `list(String.t)`, *default:* `nil`) - DNSSEC generated signatures for all the `rrdata` within this item. If health checked targets are provided for DNSSEC enabled zones, there's a restriction of 1 IP address per item.
27+
* `signatureRrdata` (*type:* `list(String.t)`, *default:* `nil`) - DNSSEC generated signatures for all the `rrdata` within this item. When using health-checked targets for DNSSEC-enabled zones, you can only use at most one health-checked IP address per item.
2828
"""
2929

3030
use GoogleApi.Gax.ModelBase

clients/domains/lib/google_api/domains/v1alpha2/model/health_check_targets.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.Domains.V1alpha2.Model.HealthCheckTargets do
1919
@moduledoc """
20-
HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response.
20+
HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries. Only the healthy endpoints will be included in the response. Set either `internal_load_balancer` or `external_endpoints`. Do not set both.
2121
2222
## Attributes
2323

clients/domains/lib/google_api/domains/v1alpha2/model/rr_set_routing_policy.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule GoogleApi.Domains.V1alpha2.Model.RRSetRoutingPolicy do
2323
2424
* `geo` (*type:* `GoogleApi.Domains.V1alpha2.Model.GeoPolicy.t`, *default:* `nil`) -
2525
* `geoPolicy` (*type:* `GoogleApi.Domains.V1alpha2.Model.GeoPolicy.t`, *default:* `nil`) -
26-
* `healthCheck` (*type:* `String.t`, *default:* `nil`) - The selfLink attribute of the HealthCheck resource to use for this RRSetRoutingPolicy. https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks
26+
* `healthCheck` (*type:* `String.t`, *default:* `nil`) - The fully qualified URL of the HealthCheck to use for this RRSetRoutingPolicy. Format this URL like `https://www.googleapis.com/compute/v1/projects/{project}/global/healthChecks/{healthCheck}`. https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks
2727
* `primaryBackup` (*type:* `GoogleApi.Domains.V1alpha2.Model.PrimaryBackupPolicy.t`, *default:* `nil`) -
2828
* `wrr` (*type:* `GoogleApi.Domains.V1alpha2.Model.WrrPolicy.t`, *default:* `nil`) -
2929
* `wrrPolicy` (*type:* `GoogleApi.Domains.V1alpha2.Model.WrrPolicy.t`, *default:* `nil`) -

clients/domains/lib/google_api/domains/v1alpha2/model/wrr_policy_item.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule GoogleApi.Domains.V1alpha2.Model.WrrPolicyItem do
2323
2424
* `healthCheckedTargets` (*type:* `GoogleApi.Domains.V1alpha2.Model.HealthCheckTargets.t`, *default:* `nil`) - Endpoints that are health checked before making the routing decision. The unhealthy endpoints are omitted from the result. If all endpoints within a bucket are unhealthy, we choose a different bucket (sampled with respect to its weight) for responding. If DNSSEC is enabled for this zone, only one of `rrdata` or `health_checked_targets` can be set.
2525
* `rrdata` (*type:* `list(String.t)`, *default:* `nil`) -
26-
* `signatureRrdata` (*type:* `list(String.t)`, *default:* `nil`) - DNSSEC generated signatures for all the `rrdata` within this item. Note that if health checked targets are provided for DNSSEC enabled zones, there's a restriction of 1 IP address per item.
26+
* `signatureRrdata` (*type:* `list(String.t)`, *default:* `nil`) - DNSSEC generated signatures for all the `rrdata` within this item. When using health-checked targets for DNSSEC-enabled zones, you can only use at most one health-checked IP address per item.
2727
* `weight` (*type:* `float()`, *default:* `nil`) - The weight corresponding to this `WrrPolicyItem` object. When multiple `WrrPolicyItem` objects are configured, the probability of returning an `WrrPolicyItem` object's data is proportional to its weight relative to the sum of weights configured for all items. This weight must be non-negative.
2828
"""
2929

0 commit comments

Comments
 (0)