Skip to content

Commit aacc1b5

Browse files
chore: generate libraries at Thu Sep 11 02:32:40 UTC 2025
1 parent 1e24304 commit aacc1b5

File tree

328 files changed

+87926
-3438
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

328 files changed

+87926
-3438
lines changed

java-dataplex/google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/BusinessGlossaryServiceClient.java

Lines changed: 3144 additions & 0 deletions
Large diffs are not rendered by default.

java-dataplex/google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/BusinessGlossaryServiceSettings.java

Lines changed: 490 additions & 0 deletions
Large diffs are not rendered by default.

java-dataplex/google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/CatalogServiceClient.java

Lines changed: 461 additions & 22 deletions
Large diffs are not rendered by default.

java-dataplex/google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/CatalogServiceSettings.java

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,21 @@ public UnaryCallSettings<CancelMetadataJobRequest, Empty> cancelMetadataJobSetti
327327
return ((CatalogServiceStubSettings) getStubSettings()).cancelMetadataJobSettings();
328328
}
329329

330+
/** Returns the object with the settings used for calls to createEntryLink. */
331+
public UnaryCallSettings<CreateEntryLinkRequest, EntryLink> createEntryLinkSettings() {
332+
return ((CatalogServiceStubSettings) getStubSettings()).createEntryLinkSettings();
333+
}
334+
335+
/** Returns the object with the settings used for calls to deleteEntryLink. */
336+
public UnaryCallSettings<DeleteEntryLinkRequest, EntryLink> deleteEntryLinkSettings() {
337+
return ((CatalogServiceStubSettings) getStubSettings()).deleteEntryLinkSettings();
338+
}
339+
340+
/** Returns the object with the settings used for calls to getEntryLink. */
341+
public UnaryCallSettings<GetEntryLinkRequest, EntryLink> getEntryLinkSettings() {
342+
return ((CatalogServiceStubSettings) getStubSettings()).getEntryLinkSettings();
343+
}
344+
330345
/** Returns the object with the settings used for calls to listLocations. */
331346
public PagedCallSettings<ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>
332347
listLocationsSettings() {
@@ -659,6 +674,21 @@ public UnaryCallSettings.Builder<CancelMetadataJobRequest, Empty> cancelMetadata
659674
return getStubSettingsBuilder().cancelMetadataJobSettings();
660675
}
661676

677+
/** Returns the builder for the settings used for calls to createEntryLink. */
678+
public UnaryCallSettings.Builder<CreateEntryLinkRequest, EntryLink> createEntryLinkSettings() {
679+
return getStubSettingsBuilder().createEntryLinkSettings();
680+
}
681+
682+
/** Returns the builder for the settings used for calls to deleteEntryLink. */
683+
public UnaryCallSettings.Builder<DeleteEntryLinkRequest, EntryLink> deleteEntryLinkSettings() {
684+
return getStubSettingsBuilder().deleteEntryLinkSettings();
685+
}
686+
687+
/** Returns the builder for the settings used for calls to getEntryLink. */
688+
public UnaryCallSettings.Builder<GetEntryLinkRequest, EntryLink> getEntryLinkSettings() {
689+
return getStubSettingsBuilder().getEntryLinkSettings();
690+
}
691+
662692
/** Returns the builder for the settings used for calls to listLocations. */
663693
public PagedCallSettings.Builder<
664694
ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>

java-dataplex/google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/CmekServiceClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
// AUTO-GENERATED DOCUMENTATION AND CLASS.
4747
/**
48-
* Service Description: Dataplex Cmek Service
48+
* Service Description: Dataplex Universal Catalog Customer Managed Encryption Keys (CMEK) Service
4949
*
5050
* <p>This class provides the ability to make remote calls to the backing service through method
5151
* calls that map to API methods. Sample code to get started:

java-dataplex/google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/ContentServiceClient.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@
4646

4747
// AUTO-GENERATED DOCUMENTATION AND CLASS.
4848
/**
49-
* Service Description: ContentService manages Notebook and SQL Scripts for Dataplex.
49+
* Service Description: ContentService manages Notebook and SQL Scripts for Dataplex Universal
50+
* Catalog.
5051
*
5152
* <p>This class provides the ability to make remote calls to the backing service through method
5253
* calls that map to API methods. Sample code to get started:

java-dataplex/google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/DataScanServiceClient.java

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,8 @@ public final OperationsClient getHttpJsonOperationsClient() {
435435
*
436436
* @param parent Required. The resource name of the parent location:
437437
* `projects/{project}/locations/{location_id}` where `project` refers to a
438-
* &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a GCP region.
438+
* &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a Google Cloud
439+
* region.
439440
* @param dataScan Required. DataScan resource.
440441
* @param dataScanId Required. DataScan identifier.
441442
* <ul>
@@ -482,7 +483,8 @@ public final OperationFuture<DataScan, OperationMetadata> createDataScanAsync(
482483
*
483484
* @param parent Required. The resource name of the parent location:
484485
* `projects/{project}/locations/{location_id}` where `project` refers to a
485-
* &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a GCP region.
486+
* &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a Google Cloud
487+
* region.
486488
* @param dataScan Required. DataScan resource.
487489
* @param dataScanId Required. DataScan identifier.
488490
* <ul>
@@ -745,7 +747,7 @@ public final UnaryCallable<UpdateDataScanRequest, Operation> updateDataScanCalla
745747
* @param name Required. The resource name of the dataScan:
746748
* `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}` where `project`
747749
* refers to a &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a
748-
* GCP region.
750+
* Google Cloud region.
749751
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
750752
*/
751753
public final OperationFuture<Empty, OperationMetadata> deleteDataScanAsync(DataScanName name) {
@@ -775,7 +777,7 @@ public final OperationFuture<Empty, OperationMetadata> deleteDataScanAsync(DataS
775777
* @param name Required. The resource name of the dataScan:
776778
* `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}` where `project`
777779
* refers to a &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a
778-
* GCP region.
780+
* Google Cloud region.
779781
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
780782
*/
781783
public final OperationFuture<Empty, OperationMetadata> deleteDataScanAsync(String name) {
@@ -893,7 +895,7 @@ public final UnaryCallable<DeleteDataScanRequest, Operation> deleteDataScanCalla
893895
* @param name Required. The resource name of the dataScan:
894896
* `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}` where `project`
895897
* refers to a &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a
896-
* GCP region.
898+
* Google Cloud region.
897899
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
898900
*/
899901
public final DataScan getDataScan(DataScanName name) {
@@ -923,7 +925,7 @@ public final DataScan getDataScan(DataScanName name) {
923925
* @param name Required. The resource name of the dataScan:
924926
* `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}` where `project`
925927
* refers to a &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a
926-
* GCP region.
928+
* Google Cloud region.
927929
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
928930
*/
929931
public final DataScan getDataScan(String name) {
@@ -1008,7 +1010,8 @@ public final UnaryCallable<GetDataScanRequest, DataScan> getDataScanCallable() {
10081010
*
10091011
* @param parent Required. The resource name of the parent location:
10101012
* `projects/{project}/locations/{location_id}` where `project` refers to a
1011-
* &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a GCP region.
1013+
* &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a Google Cloud
1014+
* region.
10121015
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
10131016
*/
10141017
public final ListDataScansPagedResponse listDataScans(LocationName parent) {
@@ -1041,7 +1044,8 @@ public final ListDataScansPagedResponse listDataScans(LocationName parent) {
10411044
*
10421045
* @param parent Required. The resource name of the parent location:
10431046
* `projects/{project}/locations/{location_id}` where `project` refers to a
1044-
* &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a GCP region.
1047+
* &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a Google Cloud
1048+
* region.
10451049
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
10461050
*/
10471051
public final ListDataScansPagedResponse listDataScans(String parent) {
@@ -1180,7 +1184,7 @@ public final UnaryCallable<ListDataScansRequest, ListDataScansResponse> listData
11801184
* @param name Required. The resource name of the DataScan:
11811185
* `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`. where `project`
11821186
* refers to a &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a
1183-
* GCP region.
1187+
* Google Cloud region.
11841188
* <p>Only &#42;&#42;OnDemand&#42;&#42; data scans are allowed.
11851189
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
11861190
*/
@@ -1211,7 +1215,7 @@ public final RunDataScanResponse runDataScan(DataScanName name) {
12111215
* @param name Required. The resource name of the DataScan:
12121216
* `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`. where `project`
12131217
* refers to a &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a
1214-
* GCP region.
1218+
* Google Cloud region.
12151219
* <p>Only &#42;&#42;OnDemand&#42;&#42; data scans are allowed.
12161220
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
12171221
*/
@@ -1297,7 +1301,7 @@ public final UnaryCallable<RunDataScanRequest, RunDataScanResponse> runDataScanC
12971301
* @param name Required. The resource name of the DataScanJob:
12981302
* `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/jobs/{data_scan_job_id}`
12991303
* where `project` refers to a &#42;project_id&#42; or &#42;project_number&#42; and
1300-
* `location_id` refers to a GCP region.
1304+
* `location_id` refers to a Google Cloud region.
13011305
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
13021306
*/
13031307
public final DataScanJob getDataScanJob(DataScanJobName name) {
@@ -1327,7 +1331,7 @@ public final DataScanJob getDataScanJob(DataScanJobName name) {
13271331
* @param name Required. The resource name of the DataScanJob:
13281332
* `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/jobs/{data_scan_job_id}`
13291333
* where `project` refers to a &#42;project_id&#42; or &#42;project_number&#42; and
1330-
* `location_id` refers to a GCP region.
1334+
* `location_id` refers to a Google Cloud region.
13311335
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
13321336
*/
13331337
public final DataScanJob getDataScanJob(String name) {
@@ -1416,7 +1420,7 @@ public final UnaryCallable<GetDataScanJobRequest, DataScanJob> getDataScanJobCal
14161420
* @param parent Required. The resource name of the parent environment:
14171421
* `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}` where `project`
14181422
* refers to a &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a
1419-
* GCP region.
1423+
* Google Cloud region.
14201424
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
14211425
*/
14221426
public final ListDataScanJobsPagedResponse listDataScanJobs(DataScanName parent) {
@@ -1450,7 +1454,7 @@ public final ListDataScanJobsPagedResponse listDataScanJobs(DataScanName parent)
14501454
* @param parent Required. The resource name of the parent environment:
14511455
* `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}` where `project`
14521456
* refers to a &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a
1453-
* GCP region.
1457+
* Google Cloud region.
14541458
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
14551459
*/
14561460
public final ListDataScanJobsPagedResponse listDataScanJobs(String parent) {

java-dataplex/google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/DataTaxonomyServiceClient.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,8 +1060,8 @@ public final UnaryCallable<DeleteDataTaxonomyRequest, Operation> deleteDataTaxon
10601060
* }</pre>
10611061
*
10621062
* @param parent Required. The resource name of the DataTaxonomy location, of the form:
1063-
* projects/{project_number}/locations/{location_id} where `location_id` refers to a GCP
1064-
* region.
1063+
* projects/{project_number}/locations/{location_id} where `location_id` refers to a Google
1064+
* Cloud region.
10651065
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
10661066
* @deprecated This method is deprecated and will be removed in the next major version update.
10671067
*/
@@ -1096,8 +1096,8 @@ public final ListDataTaxonomiesPagedResponse listDataTaxonomies(LocationName par
10961096
* }</pre>
10971097
*
10981098
* @param parent Required. The resource name of the DataTaxonomy location, of the form:
1099-
* projects/{project_number}/locations/{location_id} where `location_id` refers to a GCP
1100-
* region.
1099+
* projects/{project_number}/locations/{location_id} where `location_id` refers to a Google
1100+
* Cloud region.
11011101
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
11021102
* @deprecated This method is deprecated and will be removed in the next major version update.
11031103
*/

java-dataplex/google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/DataplexServiceClient.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -906,8 +906,8 @@ public final OperationsClient getHttpJsonOperationsClient() {
906906
* }</pre>
907907
*
908908
* @param parent Required. The resource name of the lake location, of the form:
909-
* projects/{project_number}/locations/{location_id} where `location_id` refers to a GCP
910-
* region.
909+
* projects/{project_number}/locations/{location_id} where `location_id` refers to a Google
910+
* Cloud region.
911911
* @param lake Required. Lake resource
912912
* @param lakeId Required. Lake identifier. This ID will be used to generate names such as
913913
* database and dataset names when publishing metadata to Hive Metastore and BigQuery.
@@ -953,8 +953,8 @@ public final OperationFuture<Lake, OperationMetadata> createLakeAsync(
953953
* }</pre>
954954
*
955955
* @param parent Required. The resource name of the lake location, of the form:
956-
* projects/{project_number}/locations/{location_id} where `location_id` refers to a GCP
957-
* region.
956+
* projects/{project_number}/locations/{location_id} where `location_id` refers to a Google
957+
* Cloud region.
958958
* @param lake Required. Lake resource
959959
* @param lakeId Required. Lake identifier. This ID will be used to generate names such as
960960
* database and dataset names when publishing metadata to Hive Metastore and BigQuery.
@@ -1354,8 +1354,8 @@ public final UnaryCallable<DeleteLakeRequest, Operation> deleteLakeCallable() {
13541354
* }</pre>
13551355
*
13561356
* @param parent Required. The resource name of the lake location, of the form:
1357-
* `projects/{project_number}/locations/{location_id}` where `location_id` refers to a GCP
1358-
* region.
1357+
* `projects/{project_number}/locations/{location_id}` where `location_id` refers to a Google
1358+
* Cloud region.
13591359
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
13601360
*/
13611361
public final ListLakesPagedResponse listLakes(LocationName parent) {
@@ -1385,8 +1385,8 @@ public final ListLakesPagedResponse listLakes(LocationName parent) {
13851385
* }</pre>
13861386
*
13871387
* @param parent Required. The resource name of the lake location, of the form:
1388-
* `projects/{project_number}/locations/{location_id}` where `location_id` refers to a GCP
1389-
* region.
1388+
* `projects/{project_number}/locations/{location_id}` where `location_id` refers to a Google
1389+
* Cloud region.
13901390
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
13911391
*/
13921392
public final ListLakesPagedResponse listLakes(String parent) {

java-dataplex/google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/gapic_metadata.json

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,66 @@
55
"protoPackage": "google.cloud.dataplex.v1",
66
"libraryPackage": "com.google.cloud.dataplex.v1",
77
"services": {
8+
"BusinessGlossaryService": {
9+
"clients": {
10+
"grpc": {
11+
"libraryClient": "BusinessGlossaryServiceClient",
12+
"rpcs": {
13+
"CreateGlossary": {
14+
"methods": ["createGlossaryAsync", "createGlossaryAsync", "createGlossaryAsync", "createGlossaryOperationCallable", "createGlossaryCallable"]
15+
},
16+
"CreateGlossaryCategory": {
17+
"methods": ["createGlossaryCategory", "createGlossaryCategory", "createGlossaryCategory", "createGlossaryCategoryCallable"]
18+
},
19+
"CreateGlossaryTerm": {
20+
"methods": ["createGlossaryTerm", "createGlossaryTerm", "createGlossaryTerm", "createGlossaryTermCallable"]
21+
},
22+
"DeleteGlossary": {
23+
"methods": ["deleteGlossaryAsync", "deleteGlossaryAsync", "deleteGlossaryAsync", "deleteGlossaryOperationCallable", "deleteGlossaryCallable"]
24+
},
25+
"DeleteGlossaryCategory": {
26+
"methods": ["deleteGlossaryCategory", "deleteGlossaryCategory", "deleteGlossaryCategory", "deleteGlossaryCategoryCallable"]
27+
},
28+
"DeleteGlossaryTerm": {
29+
"methods": ["deleteGlossaryTerm", "deleteGlossaryTerm", "deleteGlossaryTerm", "deleteGlossaryTermCallable"]
30+
},
31+
"GetGlossary": {
32+
"methods": ["getGlossary", "getGlossary", "getGlossary", "getGlossaryCallable"]
33+
},
34+
"GetGlossaryCategory": {
35+
"methods": ["getGlossaryCategory", "getGlossaryCategory", "getGlossaryCategory", "getGlossaryCategoryCallable"]
36+
},
37+
"GetGlossaryTerm": {
38+
"methods": ["getGlossaryTerm", "getGlossaryTerm", "getGlossaryTerm", "getGlossaryTermCallable"]
39+
},
40+
"GetLocation": {
41+
"methods": ["getLocation", "getLocationCallable"]
42+
},
43+
"ListGlossaries": {
44+
"methods": ["listGlossaries", "listGlossaries", "listGlossaries", "listGlossariesPagedCallable", "listGlossariesCallable"]
45+
},
46+
"ListGlossaryCategories": {
47+
"methods": ["listGlossaryCategories", "listGlossaryCategories", "listGlossaryCategories", "listGlossaryCategoriesPagedCallable", "listGlossaryCategoriesCallable"]
48+
},
49+
"ListGlossaryTerms": {
50+
"methods": ["listGlossaryTerms", "listGlossaryTerms", "listGlossaryTerms", "listGlossaryTermsPagedCallable", "listGlossaryTermsCallable"]
51+
},
52+
"ListLocations": {
53+
"methods": ["listLocations", "listLocationsPagedCallable", "listLocationsCallable"]
54+
},
55+
"UpdateGlossary": {
56+
"methods": ["updateGlossaryAsync", "updateGlossaryAsync", "updateGlossaryOperationCallable", "updateGlossaryCallable"]
57+
},
58+
"UpdateGlossaryCategory": {
59+
"methods": ["updateGlossaryCategory", "updateGlossaryCategory", "updateGlossaryCategoryCallable"]
60+
},
61+
"UpdateGlossaryTerm": {
62+
"methods": ["updateGlossaryTerm", "updateGlossaryTerm", "updateGlossaryTermCallable"]
63+
}
64+
}
65+
}
66+
}
67+
},
868
"CatalogService": {
969
"clients": {
1070
"grpc": {
@@ -22,6 +82,9 @@
2282
"CreateEntryGroup": {
2383
"methods": ["createEntryGroupAsync", "createEntryGroupAsync", "createEntryGroupAsync", "createEntryGroupOperationCallable", "createEntryGroupCallable"]
2484
},
85+
"CreateEntryLink": {
86+
"methods": ["createEntryLink", "createEntryLink", "createEntryLink", "createEntryLinkCallable"]
87+
},
2588
"CreateEntryType": {
2689
"methods": ["createEntryTypeAsync", "createEntryTypeAsync", "createEntryTypeAsync", "createEntryTypeOperationCallable", "createEntryTypeCallable"]
2790
},
@@ -37,6 +100,9 @@
37100
"DeleteEntryGroup": {
38101
"methods": ["deleteEntryGroupAsync", "deleteEntryGroupAsync", "deleteEntryGroupAsync", "deleteEntryGroupOperationCallable", "deleteEntryGroupCallable"]
39102
},
103+
"DeleteEntryLink": {
104+
"methods": ["deleteEntryLink", "deleteEntryLink", "deleteEntryLink", "deleteEntryLinkCallable"]
105+
},
40106
"DeleteEntryType": {
41107
"methods": ["deleteEntryTypeAsync", "deleteEntryTypeAsync", "deleteEntryTypeAsync", "deleteEntryTypeOperationCallable", "deleteEntryTypeCallable"]
42108
},
@@ -49,6 +115,9 @@
49115
"GetEntryGroup": {
50116
"methods": ["getEntryGroup", "getEntryGroup", "getEntryGroup", "getEntryGroupCallable"]
51117
},
118+
"GetEntryLink": {
119+
"methods": ["getEntryLink", "getEntryLink", "getEntryLink", "getEntryLinkCallable"]
120+
},
52121
"GetEntryType": {
53122
"methods": ["getEntryType", "getEntryType", "getEntryType", "getEntryTypeCallable"]
54123
},

0 commit comments

Comments
 (0)