Skip to content

Commit 832a901

Browse files
1 parent 90f289d commit 832a901

8 files changed

Lines changed: 36 additions & 36 deletions

File tree

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

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4966,22 +4966,22 @@ public List setMaxResults(java.lang.Integer maxResults) {
49664966
}
49674967

49684968
/**
4969-
* Restricts the list to return only records with this fully qualified domain name. Mutually
4970-
* exclusive with the {@code filter} field.
4969+
* Specify a fully qualified domain name to view only those records. The name parameter is not
4970+
* supported and must be omitted when you use filter.
49714971
*/
49724972
@com.google.api.client.util.Key
49734973
private java.lang.String name;
49744974

4975-
/** Restricts the list to return only records with this fully qualified domain name. Mutually exclusive
4976-
with the {@code filter} field.
4975+
/** Specify a fully qualified domain name to view only those records. The name parameter is not
4976+
supported and must be omitted when you use filter.
49774977
*/
49784978
public java.lang.String getName() {
49794979
return name;
49804980
}
49814981

49824982
/**
4983-
* Restricts the list to return only records with this fully qualified domain name. Mutually
4984-
* exclusive with the {@code filter} field.
4983+
* Specify a fully qualified domain name to view only those records. The name parameter is not
4984+
* supported and must be omitted when you use filter.
49854985
*/
49864986
public List setName(java.lang.String name) {
49874987
this.name = name;
@@ -5012,22 +5012,22 @@ public List setPageToken(java.lang.String pageToken) {
50125012
}
50135013

50145014
/**
5015-
* Restricts the list to return only records of this type. If present, the "name" parameter
5016-
* must also be present. Mutually exclusive with the {@code filter} field.
5015+
* Specify a record type to view only those records. You must also specify the name parameter.
5016+
* The type parameter is not supported and must be omitted when you use filter.
50175017
*/
50185018
@com.google.api.client.util.Key
50195019
private java.lang.String type;
50205020

5021-
/** Restricts the list to return only records of this type. If present, the "name" parameter must also
5022-
be present. Mutually exclusive with the {@code filter} field.
5021+
/** Specify a record type to view only those records. You must also specify the name parameter. The
5022+
type parameter is not supported and must be omitted when you use filter.
50235023
*/
50245024
public java.lang.String getType() {
50255025
return type;
50265026
}
50275027

50285028
/**
5029-
* Restricts the list to return only records of this type. If present, the "name" parameter
5030-
* must also be present. Mutually exclusive with the {@code filter} field.
5029+
* Specify a record type to view only those records. You must also specify the name parameter.
5030+
* The type parameter is not supported and must be omitted when you use filter.
50315031
*/
50325032
public List setType(java.lang.String type) {
50335033
this.type = type;

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-rev20250828-2.0.0</version>
12-
<name>Cloud DNS API v1-rev20250828-2.0.0</name>
11+
<version>v1-rev20260113-2.0.0</version>
12+
<name>Cloud DNS API v1-rev20260113-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-rev20250828-2.0.0</version>
25+
<version>v1-rev20260113-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-rev20250828-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dns:v1-rev20260113-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-rev20250828-2.0.0</version>
25+
<version>v1beta2-rev20260113-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-rev20250828-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dns:v1beta2-rev20260113-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4966,22 +4966,22 @@ public List setMaxResults(java.lang.Integer maxResults) {
49664966
}
49674967

49684968
/**
4969-
* Restricts the list to return only records with this fully qualified domain name. Mutually
4970-
* exclusive with the {@code filter} field.
4969+
* Specify a fully qualified domain name to view only those records. The name parameter is not
4970+
* supported and must be omitted when you use filter.
49714971
*/
49724972
@com.google.api.client.util.Key
49734973
private java.lang.String name;
49744974

4975-
/** Restricts the list to return only records with this fully qualified domain name. Mutually exclusive
4976-
with the {@code filter} field.
4975+
/** Specify a fully qualified domain name to view only those records. The name parameter is not
4976+
supported and must be omitted when you use filter.
49774977
*/
49784978
public java.lang.String getName() {
49794979
return name;
49804980
}
49814981

49824982
/**
4983-
* Restricts the list to return only records with this fully qualified domain name. Mutually
4984-
* exclusive with the {@code filter} field.
4983+
* Specify a fully qualified domain name to view only those records. The name parameter is not
4984+
* supported and must be omitted when you use filter.
49854985
*/
49864986
public List setName(java.lang.String name) {
49874987
this.name = name;
@@ -5012,22 +5012,22 @@ public List setPageToken(java.lang.String pageToken) {
50125012
}
50135013

50145014
/**
5015-
* Restricts the list to return only records of this type. If present, the "name" parameter
5016-
* must also be present. Mutually exclusive with the {@code filter} field.
5015+
* Specify a record type to view only those records. You must also specify the name parameter.
5016+
* The type parameter is not supported and must be omitted when you use filter.
50175017
*/
50185018
@com.google.api.client.util.Key
50195019
private java.lang.String type;
50205020

5021-
/** Restricts the list to return only records of this type. If present, the "name" parameter must also
5022-
be present. Mutually exclusive with the {@code filter} field.
5021+
/** Specify a record type to view only those records. You must also specify the name parameter. The
5022+
type parameter is not supported and must be omitted when you use filter.
50235023
*/
50245024
public java.lang.String getType() {
50255025
return type;
50265026
}
50275027

50285028
/**
5029-
* Restricts the list to return only records of this type. If present, the "name" parameter
5030-
* must also be present. Mutually exclusive with the {@code filter} field.
5029+
* Specify a record type to view only those records. You must also specify the name parameter.
5030+
* The type parameter is not supported and must be omitted when you use filter.
50315031
*/
50325032
public List setType(java.lang.String type) {
50335033
this.type = type;

clients/google-api-services-dns/v1beta2/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>v1beta2-rev20250828-2.0.0</version>
12-
<name>Cloud DNS API v1beta2-rev20250828-2.0.0</name>
11+
<version>v1beta2-rev20260113-2.0.0</version>
12+
<name>Cloud DNS API v1beta2-rev20260113-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)