Skip to content

Commit 74b5a03

Browse files
1 parent 6185c6f commit 74b5a03

File tree

5 files changed

+42
-24
lines changed

5 files changed

+42
-24
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-rev20250907-2.0.0</version>
25+
<version>v1-rev20250915-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-rev20250907-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataplex:v1-rev20250915-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: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2577,7 +2577,10 @@ public List set(String parameterName, Object value) {
25772577
}
25782578
}
25792579
/**
2580-
* Looks up an entry by name using the permission on the source system.
2580+
* Looks up an entry by name using the permission on the source system. Caution: The Vertex AI,
2581+
* Bigtable, Spanner, Pub/Sub, Dataform, and Dataproc Metastore metadata that is stored in Dataplex
2582+
* Universal Catalog is changing. For more information, see Changes to metadata stored in Dataplex
2583+
* Universal Catalog (https://cloud.google.com/dataplex/docs/metadata-changes).
25812584
*
25822585
* Create a request for the method "locations.lookupEntry".
25832586
*
@@ -2602,7 +2605,10 @@ public class LookupEntry extends CloudDataplexRequest<com.google.api.services.da
26022605
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+$");
26032606

26042607
/**
2605-
* Looks up an entry by name using the permission on the source system.
2608+
* Looks up an entry by name using the permission on the source system. Caution: The Vertex AI,
2609+
* Bigtable, Spanner, Pub/Sub, Dataform, and Dataproc Metastore metadata that is stored in
2610+
* Dataplex Universal Catalog is changing. For more information, see Changes to metadata stored in
2611+
* Dataplex Universal Catalog (https://cloud.google.com/dataplex/docs/metadata-changes).
26062612
*
26072613
* Create a request for the method "locations.lookupEntry".
26082614
*
@@ -13553,7 +13559,10 @@ public Delete set(String parameterName, Object value) {
1355313559
}
1355413560
}
1355513561
/**
13556-
* Gets an Entry.
13562+
* Gets an Entry. Caution: The Vertex AI, Bigtable, Spanner, Pub/Sub, Dataform, and Dataproc
13563+
* Metastore metadata that is stored in Dataplex Universal Catalog is changing. For more
13564+
* information, see Changes to metadata stored in Dataplex Universal Catalog
13565+
* (https://cloud.google.com/dataplex/docs/metadata-changes).
1355713566
*
1355813567
* Create a request for the method "entries.get".
1355913568
*
@@ -13578,7 +13587,10 @@ public class Get extends CloudDataplexRequest<com.google.api.services.dataplex.v
1357813587
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/entryGroups/[^/]+/entries/.*$");
1357913588

1358013589
/**
13581-
* Gets an Entry.
13590+
* Gets an Entry. Caution: The Vertex AI, Bigtable, Spanner, Pub/Sub, Dataform, and Dataproc
13591+
* Metastore metadata that is stored in Dataplex Universal Catalog is changing. For more
13592+
* information, see Changes to metadata stored in Dataplex Universal Catalog
13593+
* (https://cloud.google.com/dataplex/docs/metadata-changes).
1358213594
*
1358313595
* Create a request for the method "entries.get".
1358413596
*
@@ -13761,7 +13773,10 @@ public Get set(String parameterName, Object value) {
1376113773
}
1376213774
}
1376313775
/**
13764-
* Lists Entries within an EntryGroup.
13776+
* Lists Entries within an EntryGroup. Caution: The Vertex AI, Bigtable, Spanner, Pub/Sub, Dataform,
13777+
* and Dataproc Metastore metadata that is stored in Dataplex Universal Catalog is changing. For
13778+
* more information, see Changes to metadata stored in Dataplex Universal Catalog
13779+
* (https://cloud.google.com/dataplex/docs/metadata-changes).
1376513780
*
1376613781
* Create a request for the method "entries.list".
1376713782
*
@@ -13786,7 +13801,10 @@ public class List extends CloudDataplexRequest<com.google.api.services.dataplex.
1378613801
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/entryGroups/[^/]+$");
1378713802

1378813803
/**
13789-
* Lists Entries within an EntryGroup.
13804+
* Lists Entries within an EntryGroup. Caution: The Vertex AI, Bigtable, Spanner, Pub/Sub,
13805+
* Dataform, and Dataproc Metastore metadata that is stored in Dataplex Universal Catalog is
13806+
* changing. For more information, see Changes to metadata stored in Dataplex Universal Catalog
13807+
* (https://cloud.google.com/dataplex/docs/metadata-changes).
1379013808
*
1379113809
* Create a request for the method "entries.list".
1379213810
*

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ public final class GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope e
4444
private java.util.List<java.lang.String> aspectTypes;
4545

4646
/**
47-
* Required. The entry group that is in scope for the import job, specified as a relative resource
48-
* name in the format
47+
* Required. The entry groups that are in scope for the import job, specified as relative resource
48+
* names in the format
4949
* projects/{project_number_or_id}/locations/{location_id}/entryGroups/{entry_group_id}. Only
50-
* entries and aspects that belong to the specified entry group are affected by the job.Must
51-
* contain exactly one element. The entry group and the job must be in the same location.
50+
* entries and aspects that belong to the specified entry groups are affected by the job.The entry
51+
* groups and the job must be in the same location.
5252
* The value may be {@code null}.
5353
*/
5454
@com.google.api.client.util.Key
@@ -135,23 +135,23 @@ public GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope setAspectType
135135
}
136136

137137
/**
138-
* Required. The entry group that is in scope for the import job, specified as a relative resource
139-
* name in the format
138+
* Required. The entry groups that are in scope for the import job, specified as relative resource
139+
* names in the format
140140
* projects/{project_number_or_id}/locations/{location_id}/entryGroups/{entry_group_id}. Only
141-
* entries and aspects that belong to the specified entry group are affected by the job.Must
142-
* contain exactly one element. The entry group and the job must be in the same location.
141+
* entries and aspects that belong to the specified entry groups are affected by the job.The entry
142+
* groups and the job must be in the same location.
143143
* @return value or {@code null} for none
144144
*/
145145
public java.util.List<java.lang.String> getEntryGroups() {
146146
return entryGroups;
147147
}
148148

149149
/**
150-
* Required. The entry group that is in scope for the import job, specified as a relative resource
151-
* name in the format
150+
* Required. The entry groups that are in scope for the import job, specified as relative resource
151+
* names in the format
152152
* projects/{project_number_or_id}/locations/{location_id}/entryGroups/{entry_group_id}. Only
153-
* entries and aspects that belong to the specified entry group are affected by the job.Must
154-
* contain exactly one element. The entry group and the job must be in the same location.
153+
* entries and aspects that belong to the specified entry groups are affected by the job.The entry
154+
* groups and the job must be in the same location.
155155
* @param entryGroups entryGroups or {@code null} for none
156156
*/
157157
public GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope setEntryGroups(java.util.List<java.lang.String> entryGroups) {

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-rev20250907-2.0.0</version>
12-
<name>Cloud Dataplex API v1-rev20250907-2.0.0</name>
11+
<version>v1-rev20250915-2.0.0</version>
12+
<name>Cloud Dataplex API v1-rev20250915-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-rev20250907-2.0.0</version>
25+
<version>v1-rev20250915-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-rev20250907-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataplex:v1-rev20250915-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)