diff --git a/java-dataplex/README.md b/java-dataplex/README.md index 695b20b50530..6632f1fc9588 100644 --- a/java-dataplex/README.md +++ b/java-dataplex/README.md @@ -19,20 +19,20 @@ If you are using Maven, add this to your pom.xml file: com.google.cloud google-cloud-dataplex - 1.6.0 + 1.7.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-dataplex:1.6.0' +implementation 'com.google.cloud:google-cloud-dataplex:1.7.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-dataplex" % "1.6.0" +libraryDependencies += "com.google.cloud" % "google-cloud-dataplex" % "1.7.0" ``` ## Authentication diff --git a/java-dataplex/google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/DataScanServiceClient.java b/java-dataplex/google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/DataScanServiceClient.java index 63d1f3ef0c6f..a637badd2df2 100644 --- a/java-dataplex/google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/DataScanServiceClient.java +++ b/java-dataplex/google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/DataScanServiceClient.java @@ -45,8 +45,12 @@ // AUTO-GENERATED DOCUMENTATION AND CLASS. /** - * 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: + * Service Description: DataScanService manages DataScan resources which can be configured to run + * various types of data scanning workload and generate enriched metadata (e.g. Data Profile, Data + * Quality) for the data source. + * + *

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: * *

{@code
  * // This snippet has been automatically generated and should be regarded as a code template only.
@@ -211,7 +215,7 @@ public final OperationsClient getHttpJsonOperationsClient() {
 
   // AUTO-GENERATED DOCUMENTATION AND METHOD.
   /**
-   * Creates a dataScan resource.
+   * Creates a DataScan resource.
    *
    * 

Sample code: * @@ -231,8 +235,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 project_id or - * project_number and `location_id` refers to a GCP region. + * `projects/{project}/locations/{location_id}` where `project` refers to a + * *project_id* or *project_number* and `location_id` refers to a GCP region. * @param dataScan Required. DataScan resource. * @param dataScanId Required. DataScan identifier. *