Skip to content

Commit 6ef63f0

Browse files
1 parent 8fb34dd commit 6ef63f0

23 files changed

+152
-1418
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-rev20240820-2.0.0</version>
25+
<version>v1-rev20240914-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-rev20240820-2.0.0'
38+
implementation 'com.google.apis:google-api-services-dataplex:v1-rev20240914-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: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1699,7 +1699,10 @@ public List set(String parameterName, Object value) {
16991699
}
17001700
}
17011701
/**
1702-
* Looks up a single Entry by name using the permission on the source system.
1702+
* Looks up a single Entry by name using the permission on the source system.Caution: The BigQuery
1703+
* metadata that is stored in Dataplex Catalog is changing. For more information, see Changes to
1704+
* BigQuery metadata stored in Dataplex Catalog (https://cloud.google.com/dataplex/docs/biqquery-
1705+
* metadata-changes).
17031706
*
17041707
* Create a request for the method "locations.lookupEntry".
17051708
*
@@ -1724,7 +1727,10 @@ public class LookupEntry extends CloudDataplexRequest<com.google.api.services.da
17241727
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+$");
17251728

17261729
/**
1727-
* Looks up a single Entry by name using the permission on the source system.
1730+
* Looks up a single Entry by name using the permission on the source system.Caution: The BigQuery
1731+
* metadata that is stored in Dataplex Catalog is changing. For more information, see Changes to
1732+
* BigQuery metadata stored in Dataplex Catalog (https://cloud.google.com/dataplex/docs/biqquery-
1733+
* metadata-changes).
17281734
*
17291735
* Create a request for the method "locations.lookupEntry".
17301736
*
@@ -11984,7 +11990,9 @@ public Delete set(String parameterName, Object value) {
1198411990
}
1198511991
}
1198611992
/**
11987-
* Gets an Entry.
11993+
* Gets an Entry.Caution: The BigQuery metadata that is stored in Dataplex Catalog is changing. For
11994+
* more information, see Changes to BigQuery metadata stored in Dataplex Catalog
11995+
* (https://cloud.google.com/dataplex/docs/biqquery-metadata-changes).
1198811996
*
1198911997
* Create a request for the method "entries.get".
1199011998
*
@@ -12009,7 +12017,9 @@ public class Get extends CloudDataplexRequest<com.google.api.services.dataplex.v
1200912017
java.util.regex.Pattern.compile("^projects/[^/]+/locations/[^/]+/entryGroups/[^/]+/entries/.*$");
1201012018

1201112019
/**
12012-
* Gets an Entry.
12020+
* Gets an Entry.Caution: The BigQuery metadata that is stored in Dataplex Catalog is changing.
12021+
* For more information, see Changes to BigQuery metadata stored in Dataplex Catalog
12022+
* (https://cloud.google.com/dataplex/docs/biqquery-metadata-changes).
1201312023
*
1201412024
* Create a request for the method "entries.get".
1201512025
*

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

Lines changed: 0 additions & 172 deletions
This file was deleted.

0 commit comments

Comments
 (0)