Skip to content

Commit b748500

Browse files
1 parent f02b442 commit b748500

File tree

8 files changed

+86
-12
lines changed

8 files changed

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

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

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4942,6 +4942,43 @@ public List setManagedZone(java.lang.String managedZone) {
49424942
return this;
49434943
}
49444944

4945+
/**
4946+
* Specify a filter expression to view records that exactly match the specified domain. Both
4947+
* the name and type parameters are not supported when you use filter and must be omitted.
4948+
* Your filter expression must conform to AIP-160 and you must specify a domain in the name
4949+
* field. Optionally, you can include the type field to filter records by type. You can also
4950+
* include the has_suffix function to view records that match by domain suffix. Examples: -
4951+
* name="example.com." - name="example.com." AND type="A" - name=has_suffix("example.com.") -
4952+
* name=has_suffix("example.com.") AND type="A"
4953+
*/
4954+
@com.google.api.client.util.Key
4955+
private java.lang.String filter;
4956+
4957+
/** Specify a filter expression to view records that exactly match the specified domain. Both the name
4958+
and type parameters are not supported when you use filter and must be omitted. Your filter
4959+
expression must conform to AIP-160 and you must specify a domain in the name field. Optionally, you
4960+
can include the type field to filter records by type. You can also include the has_suffix function
4961+
to view records that match by domain suffix. Examples: - name="example.com." - name="example.com."
4962+
AND type="A" - name=has_suffix("example.com.") - name=has_suffix("example.com.") AND type="A"
4963+
*/
4964+
public java.lang.String getFilter() {
4965+
return filter;
4966+
}
4967+
4968+
/**
4969+
* Specify a filter expression to view records that exactly match the specified domain. Both
4970+
* the name and type parameters are not supported when you use filter and must be omitted.
4971+
* Your filter expression must conform to AIP-160 and you must specify a domain in the name
4972+
* field. Optionally, you can include the type field to filter records by type. You can also
4973+
* include the has_suffix function to view records that match by domain suffix. Examples: -
4974+
* name="example.com." - name="example.com." AND type="A" - name=has_suffix("example.com.") -
4975+
* name=has_suffix("example.com.") AND type="A"
4976+
*/
4977+
public List setFilter(java.lang.String filter) {
4978+
this.filter = filter;
4979+
return this;
4980+
}
4981+
49454982
/**
49464983
* Optional. Maximum number of results to be returned. If unspecified, the server decides how
49474984
* many results to return.

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

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

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4942,6 +4942,43 @@ public List setManagedZone(java.lang.String managedZone) {
49424942
return this;
49434943
}
49444944

4945+
/**
4946+
* Specify a filter expression to view records that exactly match the specified domain. Both
4947+
* the name and type parameters are not supported when you use filter and must be omitted.
4948+
* Your filter expression must conform to AIP-160 and you must specify a domain in the name
4949+
* field. Optionally, you can include the type field to filter records by type. You can also
4950+
* include the has_suffix function to view records that match by domain suffix. Examples: -
4951+
* name="example.com." - name="example.com." AND type="A" - name=has_suffix("example.com.") -
4952+
* name=has_suffix("example.com.") AND type="A"
4953+
*/
4954+
@com.google.api.client.util.Key
4955+
private java.lang.String filter;
4956+
4957+
/** Specify a filter expression to view records that exactly match the specified domain. Both the name
4958+
and type parameters are not supported when you use filter and must be omitted. Your filter
4959+
expression must conform to AIP-160 and you must specify a domain in the name field. Optionally, you
4960+
can include the type field to filter records by type. You can also include the has_suffix function
4961+
to view records that match by domain suffix. Examples: - name="example.com." - name="example.com."
4962+
AND type="A" - name=has_suffix("example.com.") - name=has_suffix("example.com.") AND type="A"
4963+
*/
4964+
public java.lang.String getFilter() {
4965+
return filter;
4966+
}
4967+
4968+
/**
4969+
* Specify a filter expression to view records that exactly match the specified domain. Both
4970+
* the name and type parameters are not supported when you use filter and must be omitted.
4971+
* Your filter expression must conform to AIP-160 and you must specify a domain in the name
4972+
* field. Optionally, you can include the type field to filter records by type. You can also
4973+
* include the has_suffix function to view records that match by domain suffix. Examples: -
4974+
* name="example.com." - name="example.com." AND type="A" - name=has_suffix("example.com.") -
4975+
* name=has_suffix("example.com.") AND type="A"
4976+
*/
4977+
public List setFilter(java.lang.String filter) {
4978+
this.filter = filter;
4979+
return this;
4980+
}
4981+
49454982
/**
49464983
* Optional. Maximum number of results to be returned. If unspecified, the server decides how
49474984
* many results to return.

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

0 commit comments

Comments
 (0)