Skip to content

Commit 225d9a8

Browse files
1 parent fa2a023 commit 225d9a8

File tree

21 files changed

+108
-69
lines changed

21 files changed

+108
-69
lines changed

clients/google-api-services-domains/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-domains</artifactId>
25-
<version>v1-rev20241209-2.0.0</version>
25+
<version>v1-rev20250225-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-domains:v1-rev20241209-2.0.0'
38+
implementation 'com.google.apis:google-api-services-domains:v1-rev20250225-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-domains/v1/2.0.0/com/google/api/services/domains/v1/model/GeoPolicyItem.java

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ public final class GeoPolicyItem extends com.google.api.client.json.GenericJson
5252
private java.util.List<java.lang.String> rrdata;
5353

5454
/**
55-
* DNSSEC generated signatures for all the `rrdata` within this item. If health checked targets
56-
* are provided for DNSSEC enabled zones, there's a restriction of 1 IP address per item.
55+
* DNSSEC generated signatures for all the `rrdata` within this item. When using health-checked
56+
* targets for DNSSEC-enabled zones, you can only use at most one health-checked IP address per
57+
* item.
5758
* The value may be {@code null}.
5859
*/
5960
@com.google.api.client.util.Key
@@ -113,17 +114,19 @@ public GeoPolicyItem setRrdata(java.util.List<java.lang.String> rrdata) {
113114
}
114115

115116
/**
116-
* DNSSEC generated signatures for all the `rrdata` within this item. If health checked targets
117-
* are provided for DNSSEC enabled zones, there's a restriction of 1 IP address per item.
117+
* DNSSEC generated signatures for all the `rrdata` within this item. When using health-checked
118+
* targets for DNSSEC-enabled zones, you can only use at most one health-checked IP address per
119+
* item.
118120
* @return value or {@code null} for none
119121
*/
120122
public java.util.List<java.lang.String> getSignatureRrdata() {
121123
return signatureRrdata;
122124
}
123125

124126
/**
125-
* DNSSEC generated signatures for all the `rrdata` within this item. If health checked targets
126-
* are provided for DNSSEC enabled zones, there's a restriction of 1 IP address per item.
127+
* DNSSEC generated signatures for all the `rrdata` within this item. When using health-checked
128+
* targets for DNSSEC-enabled zones, you can only use at most one health-checked IP address per
129+
* item.
127130
* @param signatureRrdata signatureRrdata or {@code null} for none
128131
*/
129132
public GeoPolicyItem setSignatureRrdata(java.util.List<java.lang.String> signatureRrdata) {

clients/google-api-services-domains/v1/2.0.0/com/google/api/services/domains/v1/model/HealthCheckTargets.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818

1919
/**
2020
* HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries.
21-
* Only the healthy endpoints will be included in the response.
21+
* Only the healthy endpoints will be included in the response. Set either `internal_load_balancer`
22+
* or `external_endpoints`. Do not set both.
2223
*
2324
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2425
* transmitted over HTTP when working with the Cloud Domains API. For a detailed explanation see:

clients/google-api-services-domains/v1/2.0.0/com/google/api/services/domains/v1/model/RRSetRoutingPolicy.java

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ public final class RRSetRoutingPolicy extends com.google.api.client.json.Generic
4444
private GeoPolicy geoPolicy;
4545

4646
/**
47-
* The selfLink attribute of the HealthCheck resource to use for this RRSetRoutingPolicy.
47+
* The fully qualified URL of the HealthCheck to use for this RRSetRoutingPolicy. Format this URL
48+
* like
49+
* `https://www.googleapis.com/compute/v1/projects/{project}/global/healthChecks/{healthCheck}`.
4850
* https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks
4951
* The value may be {@code null}.
5052
*/
@@ -100,7 +102,9 @@ public RRSetRoutingPolicy setGeoPolicy(GeoPolicy geoPolicy) {
100102
}
101103

102104
/**
103-
* The selfLink attribute of the HealthCheck resource to use for this RRSetRoutingPolicy.
105+
* The fully qualified URL of the HealthCheck to use for this RRSetRoutingPolicy. Format this URL
106+
* like
107+
* `https://www.googleapis.com/compute/v1/projects/{project}/global/healthChecks/{healthCheck}`.
104108
* https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks
105109
* @return value or {@code null} for none
106110
*/
@@ -109,7 +113,9 @@ public java.lang.String getHealthCheck() {
109113
}
110114

111115
/**
112-
* The selfLink attribute of the HealthCheck resource to use for this RRSetRoutingPolicy.
116+
* The fully qualified URL of the HealthCheck to use for this RRSetRoutingPolicy. Format this URL
117+
* like
118+
* `https://www.googleapis.com/compute/v1/projects/{project}/global/healthChecks/{healthCheck}`.
113119
* https://cloud.google.com/compute/docs/reference/rest/v1/healthChecks
114120
* @param healthCheck healthCheck or {@code null} for none
115121
*/

clients/google-api-services-domains/v1/2.0.0/com/google/api/services/domains/v1/model/WrrPolicyItem.java

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ public final class WrrPolicyItem extends com.google.api.client.json.GenericJson
4646
private java.util.List<java.lang.String> rrdata;
4747

4848
/**
49-
* DNSSEC generated signatures for all the `rrdata` within this item. Note that if health checked
50-
* targets are provided for DNSSEC enabled zones, there's a restriction of 1 IP address per item.
49+
* DNSSEC generated signatures for all the `rrdata` within this item. When using health-checked
50+
* targets for DNSSEC-enabled zones, you can only use at most one health-checked IP address per
51+
* item.
5152
* The value may be {@code null}.
5253
*/
5354
@com.google.api.client.util.Key
@@ -102,17 +103,19 @@ public WrrPolicyItem setRrdata(java.util.List<java.lang.String> rrdata) {
102103
}
103104

104105
/**
105-
* DNSSEC generated signatures for all the `rrdata` within this item. Note that if health checked
106-
* targets are provided for DNSSEC enabled zones, there's a restriction of 1 IP address per item.
106+
* DNSSEC generated signatures for all the `rrdata` within this item. When using health-checked
107+
* targets for DNSSEC-enabled zones, you can only use at most one health-checked IP address per
108+
* item.
107109
* @return value or {@code null} for none
108110
*/
109111
public java.util.List<java.lang.String> getSignatureRrdata() {
110112
return signatureRrdata;
111113
}
112114

113115
/**
114-
* DNSSEC generated signatures for all the `rrdata` within this item. Note that if health checked
115-
* targets are provided for DNSSEC enabled zones, there's a restriction of 1 IP address per item.
116+
* DNSSEC generated signatures for all the `rrdata` within this item. When using health-checked
117+
* targets for DNSSEC-enabled zones, you can only use at most one health-checked IP address per
118+
* item.
116119
* @param signatureRrdata signatureRrdata or {@code null} for none
117120
*/
118121
public WrrPolicyItem setSignatureRrdata(java.util.List<java.lang.String> signatureRrdata) {

clients/google-api-services-domains/v1/2.0.0/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-domains</artifactId>
11-
<version>v1-rev20241209-2.0.0</version>
12-
<name>Cloud Domains API v1-rev20241209-2.0.0</name>
11+
<version>v1-rev20250225-2.0.0</version>
12+
<name>Cloud Domains API v1-rev20250225-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,7 +90,7 @@
9090
<windowtitle>Cloud Domains API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.46.1/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.46.3/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.38.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>

clients/google-api-services-domains/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-domains</artifactId>
25-
<version>v1-rev20241209-2.0.0</version>
25+
<version>v1-rev20250225-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-domains:v1-rev20241209-2.0.0'
38+
implementation 'com.google.apis:google-api-services-domains:v1-rev20250225-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-domains/v1alpha2/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-domains</artifactId>
25-
<version>v1alpha2-rev20241209-2.0.0</version>
25+
<version>v1alpha2-rev20250225-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-domains:v1alpha2-rev20241209-2.0.0'
38+
implementation 'com.google.apis:google-api-services-domains:v1alpha2-rev20250225-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-domains/v1alpha2/2.0.0/com/google/api/services/domains/v1alpha2/model/GeoPolicyItem.java

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ public final class GeoPolicyItem extends com.google.api.client.json.GenericJson
5252
private java.util.List<java.lang.String> rrdata;
5353

5454
/**
55-
* DNSSEC generated signatures for all the `rrdata` within this item. If health checked targets
56-
* are provided for DNSSEC enabled zones, there's a restriction of 1 IP address per item.
55+
* DNSSEC generated signatures for all the `rrdata` within this item. When using health-checked
56+
* targets for DNSSEC-enabled zones, you can only use at most one health-checked IP address per
57+
* item.
5758
* The value may be {@code null}.
5859
*/
5960
@com.google.api.client.util.Key
@@ -113,17 +114,19 @@ public GeoPolicyItem setRrdata(java.util.List<java.lang.String> rrdata) {
113114
}
114115

115116
/**
116-
* DNSSEC generated signatures for all the `rrdata` within this item. If health checked targets
117-
* are provided for DNSSEC enabled zones, there's a restriction of 1 IP address per item.
117+
* DNSSEC generated signatures for all the `rrdata` within this item. When using health-checked
118+
* targets for DNSSEC-enabled zones, you can only use at most one health-checked IP address per
119+
* item.
118120
* @return value or {@code null} for none
119121
*/
120122
public java.util.List<java.lang.String> getSignatureRrdata() {
121123
return signatureRrdata;
122124
}
123125

124126
/**
125-
* DNSSEC generated signatures for all the `rrdata` within this item. If health checked targets
126-
* are provided for DNSSEC enabled zones, there's a restriction of 1 IP address per item.
127+
* DNSSEC generated signatures for all the `rrdata` within this item. When using health-checked
128+
* targets for DNSSEC-enabled zones, you can only use at most one health-checked IP address per
129+
* item.
127130
* @param signatureRrdata signatureRrdata or {@code null} for none
128131
*/
129132
public GeoPolicyItem setSignatureRrdata(java.util.List<java.lang.String> signatureRrdata) {

clients/google-api-services-domains/v1alpha2/2.0.0/com/google/api/services/domains/v1alpha2/model/HealthCheckTargets.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818

1919
/**
2020
* HealthCheckTargets describes endpoints to health-check when responding to Routing Policy queries.
21-
* Only the healthy endpoints will be included in the response.
21+
* Only the healthy endpoints will be included in the response. Set either `internal_load_balancer`
22+
* or `external_endpoints`. Do not set both.
2223
*
2324
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
2425
* transmitted over HTTP when working with the Cloud Domains API. For a detailed explanation see:

0 commit comments

Comments
 (0)