Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gapic_generator_version: 2.62.1
googleapis_commitish: 6d1dca2b8e3d50914609414e219df2778b2b20ba
googleapis_commitish: 9978d435df71bb16ecadd1e4421640748d0bf533
libraries_bom_version: 26.67.0

# the libraries are ordered with respect to library name, which is
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,21 @@ public UnaryCallSettings<CancelMetadataJobRequest, Empty> cancelMetadataJobSetti
return ((CatalogServiceStubSettings) getStubSettings()).cancelMetadataJobSettings();
}

/** Returns the object with the settings used for calls to createEntryLink. */
public UnaryCallSettings<CreateEntryLinkRequest, EntryLink> createEntryLinkSettings() {
return ((CatalogServiceStubSettings) getStubSettings()).createEntryLinkSettings();
}

/** Returns the object with the settings used for calls to deleteEntryLink. */
public UnaryCallSettings<DeleteEntryLinkRequest, EntryLink> deleteEntryLinkSettings() {
return ((CatalogServiceStubSettings) getStubSettings()).deleteEntryLinkSettings();
}

/** Returns the object with the settings used for calls to getEntryLink. */
public UnaryCallSettings<GetEntryLinkRequest, EntryLink> getEntryLinkSettings() {
return ((CatalogServiceStubSettings) getStubSettings()).getEntryLinkSettings();
}

/** Returns the object with the settings used for calls to listLocations. */
public PagedCallSettings<ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>
listLocationsSettings() {
Expand Down Expand Up @@ -659,6 +674,21 @@ public UnaryCallSettings.Builder<CancelMetadataJobRequest, Empty> cancelMetadata
return getStubSettingsBuilder().cancelMetadataJobSettings();
}

/** Returns the builder for the settings used for calls to createEntryLink. */
public UnaryCallSettings.Builder<CreateEntryLinkRequest, EntryLink> createEntryLinkSettings() {
return getStubSettingsBuilder().createEntryLinkSettings();
}

/** Returns the builder for the settings used for calls to deleteEntryLink. */
public UnaryCallSettings.Builder<DeleteEntryLinkRequest, EntryLink> deleteEntryLinkSettings() {
return getStubSettingsBuilder().deleteEntryLinkSettings();
}

/** Returns the builder for the settings used for calls to getEntryLink. */
public UnaryCallSettings.Builder<GetEntryLinkRequest, EntryLink> getEntryLinkSettings() {
return getStubSettingsBuilder().getEntryLinkSettings();
}

/** Returns the builder for the settings used for calls to listLocations. */
public PagedCallSettings.Builder<
ListLocationsRequest, ListLocationsResponse, ListLocationsPagedResponse>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
* Service Description: Dataplex Cmek Service
* Service Description: Dataplex Universal Catalog Customer Managed Encryption Keys (CMEK) Service
*
* <p>This class provides the ability to make remote calls to the backing service through method
* calls that map to API methods. Sample code to get started:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
* Service Description: ContentService manages Notebook and SQL Scripts for Dataplex.
* Service Description: ContentService manages Notebook and SQL Scripts for Dataplex Universal
* Catalog.
*
* <p>This class provides the ability to make remote calls to the backing service through method
* calls that map to API methods. Sample code to get started:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,8 @@ public final OperationsClient getHttpJsonOperationsClient() {
*
* @param parent Required. The resource name of the parent location:
* `projects/{project}/locations/{location_id}` where `project` refers to a
* &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a GCP region.
* &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a Google Cloud
* region.
* @param dataScan Required. DataScan resource.
* @param dataScanId Required. DataScan identifier.
* <ul>
Expand Down Expand Up @@ -482,7 +483,8 @@ public final OperationFuture<DataScan, OperationMetadata> createDataScanAsync(
*
* @param parent Required. The resource name of the parent location:
* `projects/{project}/locations/{location_id}` where `project` refers to a
* &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a GCP region.
* &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a Google Cloud
* region.
* @param dataScan Required. DataScan resource.
* @param dataScanId Required. DataScan identifier.
* <ul>
Expand Down Expand Up @@ -745,7 +747,7 @@ public final UnaryCallable<UpdateDataScanRequest, Operation> updateDataScanCalla
* @param name Required. The resource name of the dataScan:
* `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}` where `project`
* refers to a &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a
* GCP region.
* Google Cloud region.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final OperationFuture<Empty, OperationMetadata> deleteDataScanAsync(DataScanName name) {
Expand Down Expand Up @@ -775,7 +777,7 @@ public final OperationFuture<Empty, OperationMetadata> deleteDataScanAsync(DataS
* @param name Required. The resource name of the dataScan:
* `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}` where `project`
* refers to a &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a
* GCP region.
* Google Cloud region.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final OperationFuture<Empty, OperationMetadata> deleteDataScanAsync(String name) {
Expand Down Expand Up @@ -893,7 +895,7 @@ public final UnaryCallable<DeleteDataScanRequest, Operation> deleteDataScanCalla
* @param name Required. The resource name of the dataScan:
* `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}` where `project`
* refers to a &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a
* GCP region.
* Google Cloud region.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final DataScan getDataScan(DataScanName name) {
Expand Down Expand Up @@ -923,7 +925,7 @@ public final DataScan getDataScan(DataScanName name) {
* @param name Required. The resource name of the dataScan:
* `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}` where `project`
* refers to a &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a
* GCP region.
* Google Cloud region.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final DataScan getDataScan(String name) {
Expand Down Expand Up @@ -1008,7 +1010,8 @@ public final UnaryCallable<GetDataScanRequest, DataScan> getDataScanCallable() {
*
* @param parent Required. The resource name of the parent location:
* `projects/{project}/locations/{location_id}` where `project` refers to a
* &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a GCP region.
* &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a Google Cloud
* region.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ListDataScansPagedResponse listDataScans(LocationName parent) {
Expand Down Expand Up @@ -1041,7 +1044,8 @@ public final ListDataScansPagedResponse listDataScans(LocationName parent) {
*
* @param parent Required. The resource name of the parent location:
* `projects/{project}/locations/{location_id}` where `project` refers to a
* &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a GCP region.
* &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a Google Cloud
* region.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ListDataScansPagedResponse listDataScans(String parent) {
Expand Down Expand Up @@ -1180,7 +1184,7 @@ public final UnaryCallable<ListDataScansRequest, ListDataScansResponse> listData
* @param name Required. The resource name of the DataScan:
* `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`. where `project`
* refers to a &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a
* GCP region.
* Google Cloud region.
* <p>Only &#42;&#42;OnDemand&#42;&#42; data scans are allowed.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -1211,7 +1215,7 @@ public final RunDataScanResponse runDataScan(DataScanName name) {
* @param name Required. The resource name of the DataScan:
* `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`. where `project`
* refers to a &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a
* GCP region.
* Google Cloud region.
* <p>Only &#42;&#42;OnDemand&#42;&#42; data scans are allowed.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
Expand Down Expand Up @@ -1297,7 +1301,7 @@ public final UnaryCallable<RunDataScanRequest, RunDataScanResponse> runDataScanC
* @param name Required. The resource name of the DataScanJob:
* `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/jobs/{data_scan_job_id}`
* where `project` refers to a &#42;project_id&#42; or &#42;project_number&#42; and
* `location_id` refers to a GCP region.
* `location_id` refers to a Google Cloud region.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final DataScanJob getDataScanJob(DataScanJobName name) {
Expand Down Expand Up @@ -1327,7 +1331,7 @@ public final DataScanJob getDataScanJob(DataScanJobName name) {
* @param name Required. The resource name of the DataScanJob:
* `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/jobs/{data_scan_job_id}`
* where `project` refers to a &#42;project_id&#42; or &#42;project_number&#42; and
* `location_id` refers to a GCP region.
* `location_id` refers to a Google Cloud region.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final DataScanJob getDataScanJob(String name) {
Expand Down Expand Up @@ -1416,7 +1420,7 @@ public final UnaryCallable<GetDataScanJobRequest, DataScanJob> getDataScanJobCal
* @param parent Required. The resource name of the parent environment:
* `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}` where `project`
* refers to a &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a
* GCP region.
* Google Cloud region.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ListDataScanJobsPagedResponse listDataScanJobs(DataScanName parent) {
Expand Down Expand Up @@ -1450,7 +1454,7 @@ public final ListDataScanJobsPagedResponse listDataScanJobs(DataScanName parent)
* @param parent Required. The resource name of the parent environment:
* `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}` where `project`
* refers to a &#42;project_id&#42; or &#42;project_number&#42; and `location_id` refers to a
* GCP region.
* Google Cloud region.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ListDataScanJobsPagedResponse listDataScanJobs(String parent) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1060,8 +1060,8 @@ public final UnaryCallable<DeleteDataTaxonomyRequest, Operation> deleteDataTaxon
* }</pre>
*
* @param parent Required. The resource name of the DataTaxonomy location, of the form:
* projects/{project_number}/locations/{location_id} where `location_id` refers to a GCP
* region.
* projects/{project_number}/locations/{location_id} where `location_id` refers to a Google
* Cloud region.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
Expand Down Expand Up @@ -1096,8 +1096,8 @@ public final ListDataTaxonomiesPagedResponse listDataTaxonomies(LocationName par
* }</pre>
*
* @param parent Required. The resource name of the DataTaxonomy location, of the form:
* projects/{project_number}/locations/{location_id} where `location_id` refers to a GCP
* region.
* projects/{project_number}/locations/{location_id} where `location_id` refers to a Google
* Cloud region.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
* @deprecated This method is deprecated and will be removed in the next major version update.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -906,8 +906,8 @@ public final OperationsClient getHttpJsonOperationsClient() {
* }</pre>
*
* @param parent Required. The resource name of the lake location, of the form:
* projects/{project_number}/locations/{location_id} where `location_id` refers to a GCP
* region.
* projects/{project_number}/locations/{location_id} where `location_id` refers to a Google
* Cloud region.
* @param lake Required. Lake resource
* @param lakeId Required. Lake identifier. This ID will be used to generate names such as
* database and dataset names when publishing metadata to Hive Metastore and BigQuery.
Expand Down Expand Up @@ -953,8 +953,8 @@ public final OperationFuture<Lake, OperationMetadata> createLakeAsync(
* }</pre>
*
* @param parent Required. The resource name of the lake location, of the form:
* projects/{project_number}/locations/{location_id} where `location_id` refers to a GCP
* region.
* projects/{project_number}/locations/{location_id} where `location_id` refers to a Google
* Cloud region.
* @param lake Required. Lake resource
* @param lakeId Required. Lake identifier. This ID will be used to generate names such as
* database and dataset names when publishing metadata to Hive Metastore and BigQuery.
Expand Down Expand Up @@ -1354,8 +1354,8 @@ public final UnaryCallable<DeleteLakeRequest, Operation> deleteLakeCallable() {
* }</pre>
*
* @param parent Required. The resource name of the lake location, of the form:
* `projects/{project_number}/locations/{location_id}` where `location_id` refers to a GCP
* region.
* `projects/{project_number}/locations/{location_id}` where `location_id` refers to a Google
* Cloud region.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ListLakesPagedResponse listLakes(LocationName parent) {
Expand Down Expand Up @@ -1385,8 +1385,8 @@ public final ListLakesPagedResponse listLakes(LocationName parent) {
* }</pre>
*
* @param parent Required. The resource name of the lake location, of the form:
* `projects/{project_number}/locations/{location_id}` where `location_id` refers to a GCP
* region.
* `projects/{project_number}/locations/{location_id}` where `location_id` refers to a Google
* Cloud region.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ListLakesPagedResponse listLakes(String parent) {
Expand Down
Loading
Loading