Skip to content

Commit 1837913

Browse files
1 parent d872208 commit 1837913

File tree

12 files changed

+74
-60
lines changed

12 files changed

+74
-60
lines changed

clients/google-api-services-dns/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-dns</artifactId>
25-
<version>v1-rev20250411-2.0.0</version>
25+
<version>v1-rev20250828-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-dns:v1-rev20250411-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dns:v1-rev20250828-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-dns/v1/2.0.0/com/google/api/services/dns/Dns.java

Lines changed: 25 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3081,7 +3081,7 @@ public Policies policies() {
30813081
public class Policies {
30823082

30833083
/**
3084-
* Creates a new Policy.
3084+
* Creates a new policy.
30853085
*
30863086
* Create a request for the method "policies.create".
30873087
*
@@ -3103,7 +3103,7 @@ public class Create extends DnsRequest<com.google.api.services.dns.model.Policy>
31033103
private static final String REST_PATH = "dns/v1/projects/{project}/policies";
31043104

31053105
/**
3106-
* Creates a new Policy.
3106+
* Creates a new policy.
31073107
*
31083108
* Create a request for the method "policies.create".
31093109
*
@@ -3221,7 +3221,7 @@ public Create set(String parameterName, Object value) {
32213221
}
32223222
}
32233223
/**
3224-
* Deletes a previously created Policy. Fails if the policy is still being referenced by a network.
3224+
* Deletes a previously created policy. Fails if the policy is still being referenced by a network.
32253225
*
32263226
* Create a request for the method "policies.delete".
32273227
*
@@ -3243,7 +3243,7 @@ public class Delete extends DnsRequest<Void> {
32433243
private static final String REST_PATH = "dns/v1/projects/{project}/policies/{policy}";
32443244

32453245
/**
3246-
* Deletes a previously created Policy. Fails if the policy is still being referenced by a
3246+
* Deletes a previously created policy. Fails if the policy is still being referenced by a
32473247
* network.
32483248
*
32493249
* Create a request for the method "policies.delete".
@@ -3379,7 +3379,7 @@ public Delete set(String parameterName, Object value) {
33793379
}
33803380
}
33813381
/**
3382-
* Fetches the representation of an existing Policy.
3382+
* Fetches the representation of an existing policy.
33833383
*
33843384
* Create a request for the method "policies.get".
33853385
*
@@ -3401,7 +3401,7 @@ public class Get extends DnsRequest<com.google.api.services.dns.model.Policy> {
34013401
private static final String REST_PATH = "dns/v1/projects/{project}/policies/{policy}";
34023402

34033403
/**
3404-
* Fetches the representation of an existing Policy.
3404+
* Fetches the representation of an existing policy.
34053405
*
34063406
* Create a request for the method "policies.get".
34073407
*
@@ -3546,7 +3546,7 @@ public Get set(String parameterName, Object value) {
35463546
}
35473547
}
35483548
/**
3549-
* Enumerates all Policies associated with a project.
3549+
* Enumerates all policies associated with a project.
35503550
*
35513551
* Create a request for the method "policies.list".
35523552
*
@@ -3567,7 +3567,7 @@ public class List extends DnsRequest<com.google.api.services.dns.model.PoliciesL
35673567
private static final String REST_PATH = "dns/v1/projects/{project}/policies";
35683568

35693569
/**
3570-
* Enumerates all Policies associated with a project.
3570+
* Enumerates all policies associated with a project.
35713571
*
35723572
* Create a request for the method "policies.list".
35733573
*
@@ -3717,7 +3717,7 @@ public List set(String parameterName, Object value) {
37173717
}
37183718
}
37193719
/**
3720-
* Applies a partial update to an existing Policy.
3720+
* Applies a partial update to an existing policy.
37213721
*
37223722
* Create a request for the method "policies.patch".
37233723
*
@@ -3740,7 +3740,7 @@ public class Patch extends DnsRequest<com.google.api.services.dns.model.Policies
37403740
private static final String REST_PATH = "dns/v1/projects/{project}/policies/{policy}";
37413741

37423742
/**
3743-
* Applies a partial update to an existing Policy.
3743+
* Applies a partial update to an existing policy.
37443744
*
37453745
* Create a request for the method "policies.patch".
37463746
*
@@ -3876,7 +3876,7 @@ public Patch set(String parameterName, Object value) {
38763876
}
38773877
}
38783878
/**
3879-
* Updates an existing Policy.
3879+
* Updates an existing policy.
38803880
*
38813881
* Create a request for the method "policies.update".
38823882
*
@@ -3899,7 +3899,7 @@ public class Update extends DnsRequest<com.google.api.services.dns.model.Policie
38993899
private static final String REST_PATH = "dns/v1/projects/{project}/policies/{policy}";
39003900

39013901
/**
3902-
* Updates an existing Policy.
3902+
* Updates an existing policy.
39033903
*
39043904
* Create a request for the method "policies.update".
39053905
*
@@ -4965,17 +4965,24 @@ public List setMaxResults(java.lang.Integer maxResults) {
49654965
return this;
49664966
}
49674967

4968-
/** Restricts the list to return only records with this fully qualified domain name. */
4968+
/**
4969+
* Restricts the list to return only records with this fully qualified domain name. Mutually
4970+
* exclusive with the {@code filter} field.
4971+
*/
49694972
@com.google.api.client.util.Key
49704973
private java.lang.String name;
49714974

4972-
/** Restricts the list to return only records with this fully qualified domain name.
4975+
/** Restricts the list to return only records with this fully qualified domain name. Mutually exclusive
4976+
with the {@code filter} field.
49734977
*/
49744978
public java.lang.String getName() {
49754979
return name;
49764980
}
49774981

4978-
/** Restricts the list to return only records with this fully qualified domain name. */
4982+
/**
4983+
* Restricts the list to return only records with this fully qualified domain name. Mutually
4984+
* exclusive with the {@code filter} field.
4985+
*/
49794986
public List setName(java.lang.String name) {
49804987
this.name = name;
49814988
return this;
@@ -5006,21 +5013,21 @@ public List setPageToken(java.lang.String pageToken) {
50065013

50075014
/**
50085015
* Restricts the list to return only records of this type. If present, the "name" parameter
5009-
* must also be present.
5016+
* must also be present. Mutually exclusive with the {@code filter} field.
50105017
*/
50115018
@com.google.api.client.util.Key
50125019
private java.lang.String type;
50135020

50145021
/** Restricts the list to return only records of this type. If present, the "name" parameter must also
5015-
be present.
5022+
be present. Mutually exclusive with the {@code filter} field.
50165023
*/
50175024
public java.lang.String getType() {
50185025
return type;
50195026
}
50205027

50215028
/**
50225029
* Restricts the list to return only records of this type. If present, the "name" parameter
5023-
* must also be present.
5030+
* must also be present. Mutually exclusive with the {@code filter} field.
50245031
*/
50255032
public List setType(java.lang.String type) {
50265033
this.type = type;

clients/google-api-services-dns/v1/2.0.0/com/google/api/services/dns/model/Policy.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public final class Policy extends com.google.api.client.json.GenericJson {
4747
private java.lang.String description;
4848

4949
/**
50-
* Configurations related to DNS64 for this Policy.
50+
* Configurations related to DNS64 for this policy.
5151
* The value may be {@code null}.
5252
*/
5353
@com.google.api.client.util.Key
@@ -138,15 +138,15 @@ public Policy setDescription(java.lang.String description) {
138138
}
139139

140140
/**
141-
* Configurations related to DNS64 for this Policy.
141+
* Configurations related to DNS64 for this policy.
142142
* @return value or {@code null} for none
143143
*/
144144
public PolicyDns64Config getDns64Config() {
145145
return dns64Config;
146146
}
147147

148148
/**
149-
* Configurations related to DNS64 for this Policy.
149+
* Configurations related to DNS64 for this policy.
150150
* @param dns64Config dns64Config or {@code null} for none
151151
*/
152152
public Policy setDns64Config(PolicyDns64Config dns64Config) {

clients/google-api-services-dns/v1/2.0.0/com/google/api/services/dns/model/PolicyDns64ConfigScope.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public final class PolicyDns64ConfigScope extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Controls whether DNS64 is enabled globally at the network level.
33+
* Controls whether DNS64 is enabled globally for all networks bound to the policy.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
@@ -43,15 +43,15 @@ public final class PolicyDns64ConfigScope extends com.google.api.client.json.Gen
4343
private java.lang.String kind;
4444

4545
/**
46-
* Controls whether DNS64 is enabled globally at the network level.
46+
* Controls whether DNS64 is enabled globally for all networks bound to the policy.
4747
* @return value or {@code null} for none
4848
*/
4949
public java.lang.Boolean getAllQueries() {
5050
return allQueries;
5151
}
5252

5353
/**
54-
* Controls whether DNS64 is enabled globally at the network level.
54+
* Controls whether DNS64 is enabled globally for all networks bound to the policy.
5555
* @param allQueries allQueries or {@code null} for none
5656
*/
5757
public PolicyDns64ConfigScope setAllQueries(java.lang.Boolean allQueries) {

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

Lines changed: 2 additions & 2 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-dns</artifactId>
11-
<version>v1-rev20250411-2.0.0</version>
12-
<name>Cloud DNS API v1-rev20250411-2.0.0</name>
11+
<version>v1-rev20250828-2.0.0</version>
12+
<name>Cloud DNS API v1-rev20250828-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-dns/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-dns</artifactId>
25-
<version>v1-rev20250411-2.0.0</version>
25+
<version>v1-rev20250828-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-dns:v1-rev20250411-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dns:v1-rev20250828-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-dns/v1beta2/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-dns</artifactId>
25-
<version>v1beta2-rev20250411-2.0.0</version>
25+
<version>v1beta2-rev20250828-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-dns:v1beta2-rev20250411-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dns:v1beta2-rev20250828-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)