Skip to content

Commit a7b9e0c

Browse files
1 parent ace4199 commit a7b9e0c

File tree

4 files changed

+25
-20
lines changed

4 files changed

+25
-20
lines changed

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

clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/CloudDataplex.java

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12603,21 +12603,24 @@ public Patch setAllowMissing(java.lang.Boolean allowMissing) {
1260312603
/**
1260412604
* Optional. The map keys of the Aspects which the service should modify. It supports
1260512605
* the following syntaxes: - matches an aspect of the given type and empty path. @path -
12606-
* matches an aspect of the given type and specified path. * - matches aspects of the
12607-
* given type for all paths. *@path - matches aspects of all types on the given path.The
12608-
* service will not remove existing aspects matching the syntax unless
12609-
* delete_missing_aspects is set to true.If this field is left empty, the service treats
12610-
* it as specifying exactly those Aspects present in the request.
12606+
* matches an aspect of the given type and specified path. For example, to attach an
12607+
* aspect to a field that is specified by the schema aspect, the path should have the
12608+
* format Schema.. * - matches aspects of the given type for all paths. *@path - matches
12609+
* aspects of all types on the given path.The service will not remove existing aspects
12610+
* matching the syntax unless delete_missing_aspects is set to true.If this field is
12611+
* left empty, the service treats it as specifying exactly those Aspects present in the
12612+
* request.
1261112613
*/
1261212614
@com.google.api.client.util.Key
1261312615
private java.util.List<java.lang.String> aspectKeys;
1261412616

1261512617
/** Optional. The map keys of the Aspects which the service should modify. It supports the following
1261612618
syntaxes: - matches an aspect of the given type and empty path. @path - matches an aspect of the
12617-
given type and specified path. * - matches aspects of the given type for all paths. *@path -
12618-
matches aspects of all types on the given path.The service will not remove existing aspects
12619-
matching the syntax unless delete_missing_aspects is set to true.If this field is left empty, the
12620-
service treats it as specifying exactly those Aspects present in the request.
12619+
given type and specified path. For example, to attach an aspect to a field that is specified by the
12620+
schema aspect, the path should have the format Schema.. * - matches aspects of the given type for
12621+
all paths. *@path - matches aspects of all types on the given path.The service will not remove
12622+
existing aspects matching the syntax unless delete_missing_aspects is set to true.If this field is
12623+
left empty, the service treats it as specifying exactly those Aspects present in the request.
1262112624
*/
1262212625
public java.util.List<java.lang.String> getAspectKeys() {
1262312626
return aspectKeys;
@@ -12626,11 +12629,13 @@ public java.util.List<java.lang.String> getAspectKeys() {
1262612629
/**
1262712630
* Optional. The map keys of the Aspects which the service should modify. It supports
1262812631
* the following syntaxes: - matches an aspect of the given type and empty path. @path -
12629-
* matches an aspect of the given type and specified path. * - matches aspects of the
12630-
* given type for all paths. *@path - matches aspects of all types on the given path.The
12631-
* service will not remove existing aspects matching the syntax unless
12632-
* delete_missing_aspects is set to true.If this field is left empty, the service treats
12633-
* it as specifying exactly those Aspects present in the request.
12632+
* matches an aspect of the given type and specified path. For example, to attach an
12633+
* aspect to a field that is specified by the schema aspect, the path should have the
12634+
* format Schema.. * - matches aspects of the given type for all paths. *@path - matches
12635+
* aspects of all types on the given path.The service will not remove existing aspects
12636+
* matching the syntax unless delete_missing_aspects is set to true.If this field is
12637+
* left empty, the service treats it as specifying exactly those Aspects present in the
12638+
* request.
1263412639
*/
1263512640
public Patch setAspectKeys(java.util.List<java.lang.String> aspectKeys) {
1263612641
this.aspectKeys = aspectKeys;

clients/google-api-services-dataplex/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-dataplex</artifactId>
11-
<version>v1-rev20240914-2.0.0</version>
12-
<name>Cloud Dataplex API v1-rev20240914-2.0.0</name>
11+
<version>v1-rev20240925-2.0.0</version>
12+
<name>Cloud Dataplex API v1-rev20240925-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)