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:
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.
* Sample code:
*
@@ -278,8 +282,8 @@ public final OperationFuture Sample code:
*
@@ -336,7 +340,7 @@ public final OperationFuture Sample code:
*
@@ -367,7 +371,7 @@ public final OperationFuture Sample code:
*
@@ -397,7 +401,7 @@ public final UnaryCallable Sample code:
*
@@ -414,8 +418,8 @@ public final UnaryCallable Only fields specified in `update_mask` are updated.
* @param updateMask Required. Mask of fields to update.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
@@ -428,7 +432,7 @@ public final OperationFuture Sample code:
*
@@ -458,7 +462,7 @@ public final OperationFuture Sample code:
*
@@ -488,7 +492,7 @@ public final OperationFuture Sample code:
*
@@ -517,7 +521,7 @@ public final UnaryCallable Sample code:
*
@@ -534,8 +538,9 @@ public final UnaryCallable Sample code:
*
@@ -563,8 +568,9 @@ public final OperationFuture Sample code:
*
@@ -603,7 +609,7 @@ public final OperationFuture Sample code:
*
@@ -632,7 +638,7 @@ public final OperationFuture Sample code:
*
@@ -660,7 +666,7 @@ public final UnaryCallable Sample code:
*
@@ -677,8 +683,9 @@ public final UnaryCallable Sample code:
*
@@ -706,8 +713,9 @@ 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 project_id or project_number and `location_id` refers to a GCP region.
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}` where `project`
+ * refers to a *project_id* or *project_number* and `location_id` refers to a
+ * GCP region.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final DataScan getDataScan(String name) {
@@ -717,7 +725,7 @@ public final DataScan getDataScan(String name) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
- * Get dataScan resource.
+ * Gets a DataScan resource.
*
* Sample code:
*
@@ -745,7 +753,7 @@ public final DataScan getDataScan(GetDataScanRequest request) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
- * Get dataScan resource.
+ * Gets a DataScan resource.
*
* Sample code:
*
@@ -772,7 +780,7 @@ public final UnaryCallable Sample code:
*
@@ -790,8 +798,9 @@ public final UnaryCallable Sample code:
*
@@ -822,8 +831,9 @@ public final ListDataScansPagedResponse listDataScans(LocationName parent) {
* }
* }
*
- * @param parent Required. projects/{project}/locations/{location_id} where `{project}` refers to
- * a project_id or project_number and `location_id` refers to a GCP region.
+ * @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.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ListDataScansPagedResponse listDataScans(String parent) {
@@ -833,7 +843,7 @@ public final ListDataScansPagedResponse listDataScans(String parent) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
- * Lists dataScans.
+ * Lists DataScans.
*
* Sample code:
*
@@ -867,7 +877,7 @@ public final ListDataScansPagedResponse listDataScans(ListDataScansRequest reque
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
- * Lists dataScans.
+ * Lists DataScans.
*
* Sample code:
*
@@ -902,7 +912,7 @@ public final ListDataScansPagedResponse listDataScans(ListDataScansRequest reque
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
- * Lists dataScans.
+ * Lists DataScans.
*
* Sample code:
*
@@ -943,7 +953,7 @@ public final UnaryCallable Sample code:
*
@@ -960,9 +970,10 @@ public final UnaryCallable Only **OnDemand** data scans are allowed.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final RunDataScanResponse runDataScan(DataScanName name) {
@@ -973,7 +984,7 @@ public final RunDataScanResponse runDataScan(DataScanName name) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
- * Run an on demand execution of a DataScan.
+ * Runs an on-demand execution of a DataScan
*
* Sample code:
*
@@ -990,9 +1001,10 @@ 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 project_id or project_number and `location_id` refers to a GCP region. Only
- * on-demand DataScans are allowed.
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`. where `project`
+ * refers to a *project_id* or *project_number* and `location_id` refers to a
+ * GCP region.
+ * Only **OnDemand** data scans are allowed.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final RunDataScanResponse runDataScan(String name) {
@@ -1002,7 +1014,7 @@ public final RunDataScanResponse runDataScan(String name) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
- * Run an on demand execution of a DataScan.
+ * Runs an on-demand execution of a DataScan
*
* Sample code:
*
@@ -1030,7 +1042,7 @@ public final RunDataScanResponse runDataScan(RunDataScanRequest request) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
- * Run an on demand execution of a DataScan.
+ * Runs an on-demand execution of a DataScan
*
* Sample code:
*
@@ -1058,7 +1070,7 @@ public final UnaryCallable Sample code:
*
@@ -1075,9 +1087,9 @@ public final UnaryCallable Sample code:
*
@@ -1105,9 +1117,9 @@ public final DataScanJob getDataScanJob(DataScanJobName name) {
* }
*
* @param name Required. The resource name of the DataScanJob:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/dataScanJobs/{data_scan_job_id}
- * where `{project}` refers to a project_id or project_number and `location_id` refers to a
- * GCP region.
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/dataScanJobs/{data_scan_job_id}`
+ * where `project` refers to a *project_id* or *project_number* and
+ * `location_id` refers to a GCP region.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final DataScanJob getDataScanJob(String name) {
@@ -1117,7 +1129,7 @@ public final DataScanJob getDataScanJob(String name) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
- * Get DataScanJob resource.
+ * Gets a DataScanJob resource.
*
* Sample code:
*
@@ -1146,7 +1158,7 @@ public final DataScanJob getDataScanJob(GetDataScanJobRequest request) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
- * Get DataScanJob resource.
+ * Gets a DataScanJob resource.
*
* Sample code:
*
@@ -1175,7 +1187,7 @@ public final UnaryCallable Sample code:
*
@@ -1194,8 +1206,9 @@ public final UnaryCallable Sample code:
*
@@ -1227,8 +1240,9 @@ 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 project_id or project_number and `location_id` refers to a GCP region.
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}` where `project`
+ * refers to a *project_id* or *project_number* and `location_id` refers to a
+ * GCP region.
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
*/
public final ListDataScanJobsPagedResponse listDataScanJobs(String parent) {
@@ -1239,7 +1253,7 @@ public final ListDataScanJobsPagedResponse listDataScanJobs(String parent) {
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
- * Lists DataScanJobs under the given dataScan.
+ * Lists DataScanJobs under the given DataScan.
*
* Sample code:
*
@@ -1271,7 +1285,7 @@ public final ListDataScanJobsPagedResponse listDataScanJobs(ListDataScanJobsRequ
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
- * Lists DataScanJobs under the given dataScan.
+ * Lists DataScanJobs under the given DataScan.
*
* Sample code:
*
@@ -1304,7 +1318,7 @@ public final ListDataScanJobsPagedResponse listDataScanJobs(ListDataScanJobsRequ
// AUTO-GENERATED DOCUMENTATION AND METHOD.
/**
- * Lists DataScanJobs under the given dataScan.
+ * Lists DataScanJobs under the given DataScan.
*
* Sample code:
*
diff --git a/java-dataplex/google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/package-info.java b/java-dataplex/google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/package-info.java
index 43437b323e61..6bb812b454e2 100644
--- a/java-dataplex/google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/package-info.java
+++ b/java-dataplex/google-cloud-dataplex/src/main/java/com/google/cloud/dataplex/v1/package-info.java
@@ -40,6 +40,10 @@
*
* ======================= DataScanServiceClient =======================
*
+ * 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.
+ *
* Sample for DataScanServiceClient:
*
*
@@ -305,7 +309,7 @@ public final OperationFuture
{@code
diff --git a/java-dataplex/grpc-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataScanServiceGrpc.java b/java-dataplex/grpc-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataScanServiceGrpc.java
index 1a550b158c9e..94589c966937 100644
--- a/java-dataplex/grpc-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataScanServiceGrpc.java
+++ b/java-dataplex/grpc-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataScanServiceGrpc.java
@@ -17,7 +17,15 @@
import static io.grpc.MethodDescriptor.generateFullMethodName;
-/** */
+/**
+ *
+ *
+ *
+ * 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.
+ *
+ */
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/cloud/dataplex/v1/datascans.proto")
@@ -427,14 +435,22 @@ public DataScanServiceFutureStub newStub(
return DataScanServiceFutureStub.newStub(factory, channel);
}
- /** */
+ /**
+ *
+ *
+ *
+ * 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.
+ *
+ */
public abstract static class DataScanServiceImplBase implements io.grpc.BindableService {
/**
*
*
*
- * Creates a dataScan resource.
+ * Creates a DataScan resource.
*
*/
public void createDataScan(
@@ -448,7 +464,7 @@ public void createDataScan(
*
*
*
- * Update the dataScan resource.
+ * Updates a DataScan resource.
*
*/
public void updateDataScan(
@@ -462,7 +478,7 @@ public void updateDataScan(
*
*
*
- * Delete the dataScan resource.
+ * Deletes a DataScan resource.
*
*/
public void deleteDataScan(
@@ -476,7 +492,7 @@ public void deleteDataScan(
*
*
*
- * Get dataScan resource.
+ * Gets a DataScan resource.
*
*/
public void getDataScan(
@@ -490,7 +506,7 @@ public void getDataScan(
*
*
*
- * Lists dataScans.
+ * Lists DataScans.
*
*/
public void listDataScans(
@@ -505,7 +521,7 @@ public void listDataScans(
*
*
*
- * Run an on demand execution of a DataScan.
+ * Runs an on-demand execution of a DataScan
*
*/
public void runDataScan(
@@ -520,7 +536,7 @@ public void runDataScan(
*
*
*
- * Get DataScanJob resource.
+ * Gets a DataScanJob resource.
*
*/
public void getDataScanJob(
@@ -534,7 +550,7 @@ public void getDataScanJob(
*
*
*
- * Lists DataScanJobs under the given dataScan.
+ * Lists DataScanJobs under the given DataScan.
*
*/
public void listDataScanJobs(
@@ -603,7 +619,15 @@ public final io.grpc.ServerServiceDefinition bindService() {
}
}
- /** */
+ /**
+ *
+ *
+ *
+ * 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.
+ *
+ */
public static final class DataScanServiceStub
extends io.grpc.stub.AbstractAsyncStub
- * Creates a dataScan resource.
+ * Creates a DataScan resource.
*
*/
public void createDataScan(
@@ -635,7 +659,7 @@ public void createDataScan(
*
*
*
- * Update the dataScan resource.
+ * Updates a DataScan resource.
*
*/
public void updateDataScan(
@@ -651,7 +675,7 @@ public void updateDataScan(
*
*
*
- * Delete the dataScan resource.
+ * Deletes a DataScan resource.
*
*/
public void deleteDataScan(
@@ -667,7 +691,7 @@ public void deleteDataScan(
*
*
*
- * Get dataScan resource.
+ * Gets a DataScan resource.
*
*/
public void getDataScan(
@@ -683,7 +707,7 @@ public void getDataScan(
*
*
*
- * Lists dataScans.
+ * Lists DataScans.
*
*/
public void listDataScans(
@@ -700,7 +724,7 @@ public void listDataScans(
*
*
*
- * Run an on demand execution of a DataScan.
+ * Runs an on-demand execution of a DataScan
*
*/
public void runDataScan(
@@ -717,7 +741,7 @@ public void runDataScan(
*
*
*
- * Get DataScanJob resource.
+ * Gets a DataScanJob resource.
*
*/
public void getDataScanJob(
@@ -733,7 +757,7 @@ public void getDataScanJob(
*
*
*
- * Lists DataScanJobs under the given dataScan.
+ * Lists DataScanJobs under the given DataScan.
*
*/
public void listDataScanJobs(
@@ -747,7 +771,15 @@ public void listDataScanJobs(
}
}
- /** */
+ /**
+ *
+ *
+ *
+ * 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.
+ *
+ */
public static final class DataScanServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub
- * Creates a dataScan resource.
+ * Creates a DataScan resource.
*
*/
public com.google.longrunning.Operation createDataScan(
@@ -777,7 +809,7 @@ public com.google.longrunning.Operation createDataScan(
*
*
*
- * Update the dataScan resource.
+ * Updates a DataScan resource.
*
*/
public com.google.longrunning.Operation updateDataScan(
@@ -790,7 +822,7 @@ public com.google.longrunning.Operation updateDataScan(
*
*
*
- * Delete the dataScan resource.
+ * Deletes a DataScan resource.
*
*/
public com.google.longrunning.Operation deleteDataScan(
@@ -803,7 +835,7 @@ public com.google.longrunning.Operation deleteDataScan(
*
*
*
- * Get dataScan resource.
+ * Gets a DataScan resource.
*
*/
public com.google.cloud.dataplex.v1.DataScan getDataScan(
@@ -816,7 +848,7 @@ public com.google.cloud.dataplex.v1.DataScan getDataScan(
*
*
*
- * Lists dataScans.
+ * Lists DataScans.
*
*/
public com.google.cloud.dataplex.v1.ListDataScansResponse listDataScans(
@@ -829,7 +861,7 @@ public com.google.cloud.dataplex.v1.ListDataScansResponse listDataScans(
*
*
*
- * Run an on demand execution of a DataScan.
+ * Runs an on-demand execution of a DataScan
*
*/
public com.google.cloud.dataplex.v1.RunDataScanResponse runDataScan(
@@ -842,7 +874,7 @@ public com.google.cloud.dataplex.v1.RunDataScanResponse runDataScan(
*
*
*
- * Get DataScanJob resource.
+ * Gets a DataScanJob resource.
*
*/
public com.google.cloud.dataplex.v1.DataScanJob getDataScanJob(
@@ -855,7 +887,7 @@ public com.google.cloud.dataplex.v1.DataScanJob getDataScanJob(
*
*
*
- * Lists DataScanJobs under the given dataScan.
+ * Lists DataScanJobs under the given DataScan.
*
*/
public com.google.cloud.dataplex.v1.ListDataScanJobsResponse listDataScanJobs(
@@ -865,7 +897,15 @@ public com.google.cloud.dataplex.v1.ListDataScanJobsResponse listDataScanJobs(
}
}
- /** */
+ /**
+ *
+ *
+ *
+ * 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.
+ *
+ */
public static final class DataScanServiceFutureStub
extends io.grpc.stub.AbstractFutureStub
- * Creates a dataScan resource.
+ * Creates a DataScan resource.
*
*/
public com.google.common.util.concurrent.ListenableFuture
- * Update the dataScan resource.
+ * Updates a DataScan resource.
*
*/
public com.google.common.util.concurrent.ListenableFuture
- * Delete the dataScan resource.
+ * Deletes a DataScan resource.
*
*/
public com.google.common.util.concurrent.ListenableFuture
- * Get dataScan resource.
+ * Gets a DataScan resource.
*
*/
public com.google.common.util.concurrent.ListenableFuture
- * Lists dataScans.
+ * Lists DataScans.
*
*/
public com.google.common.util.concurrent.ListenableFuture<
@@ -948,7 +988,7 @@ protected DataScanServiceFutureStub build(
*
*
*
- * Run an on demand execution of a DataScan.
+ * Runs an on-demand execution of a DataScan
*
*/
public com.google.common.util.concurrent.ListenableFuture<
@@ -962,7 +1002,7 @@ protected DataScanServiceFutureStub build(
*
*
*
- * Get DataScanJob resource.
+ * Gets a DataScanJob resource.
*
*/
public com.google.common.util.concurrent.ListenableFuture<
@@ -976,7 +1016,7 @@ protected DataScanServiceFutureStub build(
*
*
*
- * Lists DataScanJobs under the given dataScan.
+ * Lists DataScanJobs under the given DataScan.
*
*/
public com.google.common.util.concurrent.ListenableFuture<
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/CreateDataScanRequest.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/CreateDataScanRequest.java
index dadb9296d74e..f38dcf11332b 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/CreateDataScanRequest.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/CreateDataScanRequest.java
@@ -77,8 +77,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* Required. The resource name of the parent location:
- * projects/{project}/locations/{location_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -105,8 +105,8 @@ public java.lang.String getParent() {
*
*
* Required. The resource name of the parent location:
- * projects/{project}/locations/{location_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -649,8 +649,8 @@ public Builder mergeFrom(
*
*
* Required. The resource name of the parent location:
- * projects/{project}/locations/{location_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -676,8 +676,8 @@ public java.lang.String getParent() {
*
*
* Required. The resource name of the parent location:
- * projects/{project}/locations/{location_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -703,8 +703,8 @@ public com.google.protobuf.ByteString getParentBytes() {
*
*
* Required. The resource name of the parent location:
- * projects/{project}/locations/{location_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -729,8 +729,8 @@ public Builder setParent(java.lang.String value) {
*
*
* Required. The resource name of the parent location:
- * projects/{project}/locations/{location_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -751,8 +751,8 @@ public Builder clearParent() {
*
*
* Required. The resource name of the parent location:
- * projects/{project}/locations/{location_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/CreateDataScanRequestOrBuilder.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/CreateDataScanRequestOrBuilder.java
index 6c17fd16be97..9f921d9c9515 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/CreateDataScanRequestOrBuilder.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/CreateDataScanRequestOrBuilder.java
@@ -28,8 +28,8 @@ public interface CreateDataScanRequestOrBuilder
*
*
* Required. The resource name of the parent location:
- * projects/{project}/locations/{location_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -45,8 +45,8 @@ public interface CreateDataScanRequestOrBuilder
*
*
* Required. The resource name of the parent location:
- * projects/{project}/locations/{location_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataScan.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataScan.java
index 643cc9cbf075..277ffc93db21 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataScan.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataScan.java
@@ -100,8 +100,8 @@ public interface ExecutionSpecOrBuilder
*
*
* Optional. Spec related to how often and when a scan should be triggered.
- * If not specified, the default is OnDemand, which means the scan will not
- * run until the user calls RunDataScan API.
+ * If not specified, the default is `OnDemand`, which means the scan will
+ * not run until the user calls `RunDataScan` API.
*
*
*
@@ -116,8 +116,8 @@ public interface ExecutionSpecOrBuilder
*
*
* Optional. Spec related to how often and when a scan should be triggered.
- * If not specified, the default is OnDemand, which means the scan will not
- * run until the user calls RunDataScan API.
+ * If not specified, the default is `OnDemand`, which means the scan will
+ * not run until the user calls `RunDataScan` API.
*
*
*
@@ -132,8 +132,8 @@ public interface ExecutionSpecOrBuilder
*
*
* Optional. Spec related to how often and when a scan should be triggered.
- * If not specified, the default is OnDemand, which means the scan will not
- * run until the user calls RunDataScan API.
+ * If not specified, the default is `OnDemand`, which means the scan will
+ * not run until the user calls `RunDataScan` API.
*
*
*
@@ -146,8 +146,9 @@ public interface ExecutionSpecOrBuilder
*
*
*
- * Immutable. The unnested field (Date or Timestamp) that contains values
- * that monotonically increase over time.
+ * Immutable. The unnested field (of type *Date* or *Timestamp*) that
+ * contains values which monotonically increase over time.
+ * If not specified, a data scan will run for all data in the table.
*
*
* string field = 100 [(.google.api.field_behavior) = IMMUTABLE];
@@ -159,8 +160,9 @@ public interface ExecutionSpecOrBuilder
*
*
*
- * Immutable. The unnested field (Date or Timestamp) that contains values
- * that monotonically increase over time.
+ * Immutable. The unnested field (of type *Date* or *Timestamp*) that
+ * contains values which monotonically increase over time.
+ * If not specified, a data scan will run for all data in the table.
*
*
* string field = 100 [(.google.api.field_behavior) = IMMUTABLE];
@@ -172,8 +174,9 @@ public interface ExecutionSpecOrBuilder
*
*
*
- * Immutable. The unnested field (Date or Timestamp) that contains values
- * that monotonically increase over time.
+ * Immutable. The unnested field (of type *Date* or *Timestamp*) that
+ * contains values which monotonically increase over time.
+ * If not specified, a data scan will run for all data in the table.
*
*
* string field = 100 [(.google.api.field_behavior) = IMMUTABLE];
@@ -282,8 +285,8 @@ public IncrementalCase getIncrementalCase() {
*
*
* Optional. Spec related to how often and when a scan should be triggered.
- * If not specified, the default is OnDemand, which means the scan will not
- * run until the user calls RunDataScan API.
+ * If not specified, the default is `OnDemand`, which means the scan will
+ * not run until the user calls `RunDataScan` API.
*
*
*
@@ -301,8 +304,8 @@ public boolean hasTrigger() {
*
*
* Optional. Spec related to how often and when a scan should be triggered.
- * If not specified, the default is OnDemand, which means the scan will not
- * run until the user calls RunDataScan API.
+ * If not specified, the default is `OnDemand`, which means the scan will
+ * not run until the user calls `RunDataScan` API.
*
*
*
@@ -322,8 +325,8 @@ public com.google.cloud.dataplex.v1.Trigger getTrigger() {
*
*
* Optional. Spec related to how often and when a scan should be triggered.
- * If not specified, the default is OnDemand, which means the scan will not
- * run until the user calls RunDataScan API.
+ * If not specified, the default is `OnDemand`, which means the scan will
+ * not run until the user calls `RunDataScan` API.
*
*
*
@@ -342,8 +345,9 @@ public com.google.cloud.dataplex.v1.TriggerOrBuilder getTriggerOrBuilder() {
*
*
*
- * Immutable. The unnested field (Date or Timestamp) that contains values
- * that monotonically increase over time.
+ * Immutable. The unnested field (of type *Date* or *Timestamp*) that
+ * contains values which monotonically increase over time.
+ * If not specified, a data scan will run for all data in the table.
*
*
* string field = 100 [(.google.api.field_behavior) = IMMUTABLE];
@@ -357,8 +361,9 @@ public boolean hasField() {
*
*
*
- * Immutable. The unnested field (Date or Timestamp) that contains values
- * that monotonically increase over time.
+ * Immutable. The unnested field (of type *Date* or *Timestamp*) that
+ * contains values which monotonically increase over time.
+ * If not specified, a data scan will run for all data in the table.
*
*
* string field = 100 [(.google.api.field_behavior) = IMMUTABLE];
@@ -385,8 +390,9 @@ public java.lang.String getField() {
*
*
*
- * Immutable. The unnested field (Date or Timestamp) that contains values
- * that monotonically increase over time.
+ * Immutable. The unnested field (of type *Date* or *Timestamp*) that
+ * contains values which monotonically increase over time.
+ * If not specified, a data scan will run for all data in the table.
*
*
* string field = 100 [(.google.api.field_behavior) = IMMUTABLE];
@@ -839,8 +845,8 @@ public Builder clearIncremental() {
*
*
* Optional. Spec related to how often and when a scan should be triggered.
- * If not specified, the default is OnDemand, which means the scan will not
- * run until the user calls RunDataScan API.
+ * If not specified, the default is `OnDemand`, which means the scan will
+ * not run until the user calls `RunDataScan` API.
*
*
*
@@ -857,8 +863,8 @@ public boolean hasTrigger() {
*
*
* Optional. Spec related to how often and when a scan should be triggered.
- * If not specified, the default is OnDemand, which means the scan will not
- * run until the user calls RunDataScan API.
+ * If not specified, the default is `OnDemand`, which means the scan will
+ * not run until the user calls `RunDataScan` API.
*
*
*
@@ -881,8 +887,8 @@ public com.google.cloud.dataplex.v1.Trigger getTrigger() {
*
*
* Optional. Spec related to how often and when a scan should be triggered.
- * If not specified, the default is OnDemand, which means the scan will not
- * run until the user calls RunDataScan API.
+ * If not specified, the default is `OnDemand`, which means the scan will
+ * not run until the user calls `RunDataScan` API.
*
*
*
@@ -907,8 +913,8 @@ public Builder setTrigger(com.google.cloud.dataplex.v1.Trigger value) {
*
*
* Optional. Spec related to how often and when a scan should be triggered.
- * If not specified, the default is OnDemand, which means the scan will not
- * run until the user calls RunDataScan API.
+ * If not specified, the default is `OnDemand`, which means the scan will
+ * not run until the user calls `RunDataScan` API.
*
*
*
@@ -930,8 +936,8 @@ public Builder setTrigger(com.google.cloud.dataplex.v1.Trigger.Builder builderFo
*
*
* Optional. Spec related to how often and when a scan should be triggered.
- * If not specified, the default is OnDemand, which means the scan will not
- * run until the user calls RunDataScan API.
+ * If not specified, the default is `OnDemand`, which means the scan will
+ * not run until the user calls `RunDataScan` API.
*
*
*
@@ -959,8 +965,8 @@ public Builder mergeTrigger(com.google.cloud.dataplex.v1.Trigger value) {
*
*
* Optional. Spec related to how often and when a scan should be triggered.
- * If not specified, the default is OnDemand, which means the scan will not
- * run until the user calls RunDataScan API.
+ * If not specified, the default is `OnDemand`, which means the scan will
+ * not run until the user calls `RunDataScan` API.
*
*
*
@@ -982,8 +988,8 @@ public Builder clearTrigger() {
*
*
* Optional. Spec related to how often and when a scan should be triggered.
- * If not specified, the default is OnDemand, which means the scan will not
- * run until the user calls RunDataScan API.
+ * If not specified, the default is `OnDemand`, which means the scan will
+ * not run until the user calls `RunDataScan` API.
*
*
*
@@ -1000,8 +1006,8 @@ public com.google.cloud.dataplex.v1.Trigger.Builder getTriggerBuilder() {
*
*
* Optional. Spec related to how often and when a scan should be triggered.
- * If not specified, the default is OnDemand, which means the scan will not
- * run until the user calls RunDataScan API.
+ * If not specified, the default is `OnDemand`, which means the scan will
+ * not run until the user calls `RunDataScan` API.
*
*
*
@@ -1022,8 +1028,8 @@ public com.google.cloud.dataplex.v1.TriggerOrBuilder getTriggerOrBuilder() {
*
*
* Optional. Spec related to how often and when a scan should be triggered.
- * If not specified, the default is OnDemand, which means the scan will not
- * run until the user calls RunDataScan API.
+ * If not specified, the default is `OnDemand`, which means the scan will
+ * not run until the user calls `RunDataScan` API.
*
*
*
@@ -1051,8 +1057,9 @@ public com.google.cloud.dataplex.v1.TriggerOrBuilder getTriggerOrBuilder() {
*
*
*
- * Immutable. The unnested field (Date or Timestamp) that contains values
- * that monotonically increase over time.
+ * Immutable. The unnested field (of type *Date* or *Timestamp*) that
+ * contains values which monotonically increase over time.
+ * If not specified, a data scan will run for all data in the table.
*
*
* string field = 100 [(.google.api.field_behavior) = IMMUTABLE];
@@ -1067,8 +1074,9 @@ public boolean hasField() {
*
*
*
- * Immutable. The unnested field (Date or Timestamp) that contains values
- * that monotonically increase over time.
+ * Immutable. The unnested field (of type *Date* or *Timestamp*) that
+ * contains values which monotonically increase over time.
+ * If not specified, a data scan will run for all data in the table.
*
*
* string field = 100 [(.google.api.field_behavior) = IMMUTABLE];
@@ -1096,8 +1104,9 @@ public java.lang.String getField() {
*
*
*
- * Immutable. The unnested field (Date or Timestamp) that contains values
- * that monotonically increase over time.
+ * Immutable. The unnested field (of type *Date* or *Timestamp*) that
+ * contains values which monotonically increase over time.
+ * If not specified, a data scan will run for all data in the table.
*
*
* string field = 100 [(.google.api.field_behavior) = IMMUTABLE];
@@ -1125,8 +1134,9 @@ public com.google.protobuf.ByteString getFieldBytes() {
*
*
*
- * Immutable. The unnested field (Date or Timestamp) that contains values
- * that monotonically increase over time.
+ * Immutable. The unnested field (of type *Date* or *Timestamp*) that
+ * contains values which monotonically increase over time.
+ * If not specified, a data scan will run for all data in the table.
*
*
* string field = 100 [(.google.api.field_behavior) = IMMUTABLE];
@@ -1147,8 +1157,9 @@ public Builder setField(java.lang.String value) {
*
*
*
- * Immutable. The unnested field (Date or Timestamp) that contains values
- * that monotonically increase over time.
+ * Immutable. The unnested field (of type *Date* or *Timestamp*) that
+ * contains values which monotonically increase over time.
+ * If not specified, a data scan will run for all data in the table.
*
*
* string field = 100 [(.google.api.field_behavior) = IMMUTABLE];
@@ -1167,8 +1178,9 @@ public Builder clearField() {
*
*
*
- * Immutable. The unnested field (Date or Timestamp) that contains values
- * that monotonically increase over time.
+ * Immutable. The unnested field (of type *Date* or *Timestamp*) that
+ * contains values which monotonically increase over time.
+ * If not specified, a data scan will run for all data in the table.
*
*
* string field = 100 [(.google.api.field_behavior) = IMMUTABLE];
@@ -2400,8 +2412,8 @@ public ResultCase getResultCase() {
*
*
* Output only. The relative resource name of the scan, of the form:
- * projects/{project}/locations/{location_id}/dataScans/{datascan_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{datascan_id}`,
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -2426,8 +2438,8 @@ public java.lang.String getName() {
*
*
* Output only. The relative resource name of the scan, of the form:
- * projects/{project}/locations/{location_id}/dataScans/{datascan_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{datascan_id}`,
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -2900,7 +2912,7 @@ public com.google.cloud.dataplex.v1.DataSourceOrBuilder getDataOrBuilder() {
*
*
* Optional. DataScan execution settings.
- * If not specified, the fields under it will use their default values.
+ * If not specified, the fields in it will use their default values.
*
*
*
@@ -2918,7 +2930,7 @@ public boolean hasExecutionSpec() {
*
*
* Optional. DataScan execution settings.
- * If not specified, the fields under it will use their default values.
+ * If not specified, the fields in it will use their default values.
*
*
*
@@ -2938,7 +2950,7 @@ public com.google.cloud.dataplex.v1.DataScan.ExecutionSpec getExecutionSpec() {
*
*
* Optional. DataScan execution settings.
- * If not specified, the fields under it will use their default values.
+ * If not specified, the fields in it will use their default values.
*
*
*
@@ -4145,8 +4157,8 @@ public Builder clearResult() {
*
*
* Output only. The relative resource name of the scan, of the form:
- * projects/{project}/locations/{location_id}/dataScans/{datascan_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{datascan_id}`,
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -4170,8 +4182,8 @@ public java.lang.String getName() {
*
*
* Output only. The relative resource name of the scan, of the form:
- * projects/{project}/locations/{location_id}/dataScans/{datascan_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{datascan_id}`,
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -4195,8 +4207,8 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
* Output only. The relative resource name of the scan, of the form:
- * projects/{project}/locations/{location_id}/dataScans/{datascan_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{datascan_id}`,
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -4219,8 +4231,8 @@ public Builder setName(java.lang.String value) {
*
*
* Output only. The relative resource name of the scan, of the form:
- * projects/{project}/locations/{location_id}/dataScans/{datascan_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{datascan_id}`,
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -4239,8 +4251,8 @@ public Builder clearName() {
*
*
* Output only. The relative resource name of the scan, of the form:
- * projects/{project}/locations/{location_id}/dataScans/{datascan_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{datascan_id}`,
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -5461,7 +5473,7 @@ public com.google.cloud.dataplex.v1.DataSourceOrBuilder getDataOrBuilder() {
*
*
* Optional. DataScan execution settings.
- * If not specified, the fields under it will use their default values.
+ * If not specified, the fields in it will use their default values.
*
*
*
@@ -5478,7 +5490,7 @@ public boolean hasExecutionSpec() {
*
*
* Optional. DataScan execution settings.
- * If not specified, the fields under it will use their default values.
+ * If not specified, the fields in it will use their default values.
*
*
*
@@ -5501,7 +5513,7 @@ public com.google.cloud.dataplex.v1.DataScan.ExecutionSpec getExecutionSpec() {
*
*
* Optional. DataScan execution settings.
- * If not specified, the fields under it will use their default values.
+ * If not specified, the fields in it will use their default values.
*
*
*
@@ -5526,7 +5538,7 @@ public Builder setExecutionSpec(com.google.cloud.dataplex.v1.DataScan.ExecutionS
*
*
* Optional. DataScan execution settings.
- * If not specified, the fields under it will use their default values.
+ * If not specified, the fields in it will use their default values.
*
*
*
@@ -5549,7 +5561,7 @@ public Builder setExecutionSpec(
*
*
* Optional. DataScan execution settings.
- * If not specified, the fields under it will use their default values.
+ * If not specified, the fields in it will use their default values.
*
*
*
@@ -5578,7 +5590,7 @@ public Builder mergeExecutionSpec(com.google.cloud.dataplex.v1.DataScan.Executio
*
*
* Optional. DataScan execution settings.
- * If not specified, the fields under it will use their default values.
+ * If not specified, the fields in it will use their default values.
*
*
*
@@ -5600,7 +5612,7 @@ public Builder clearExecutionSpec() {
*
*
* Optional. DataScan execution settings.
- * If not specified, the fields under it will use their default values.
+ * If not specified, the fields in it will use their default values.
*
*
*
@@ -5617,7 +5629,7 @@ public com.google.cloud.dataplex.v1.DataScan.ExecutionSpec.Builder getExecutionS
*
*
* Optional. DataScan execution settings.
- * If not specified, the fields under it will use their default values.
+ * If not specified, the fields in it will use their default values.
*
*
*
@@ -5639,7 +5651,7 @@ public com.google.cloud.dataplex.v1.DataScan.ExecutionSpec.Builder getExecutionS
*
*
* Optional. DataScan execution settings.
- * If not specified, the fields under it will use their default values.
+ * If not specified, the fields in it will use their default values.
*
*
*
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataScanJob.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataScanJob.java
index 90d7c939d749..b3b7d3ca2a6e 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataScanJob.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataScanJob.java
@@ -22,7 +22,7 @@
*
*
*
- * A DataScanJob represents an instance of a data scan.
+ * A DataScanJob represents an instance of DataScan execution.
*
*
* Protobuf type {@code google.cloud.dataplex.v1.DataScanJob}
@@ -419,8 +419,8 @@ public ResultCase getResultCase() {
*
*
* Output only. The relative resource name of the DataScanJob, of the form:
- * projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}`,
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -445,8 +445,8 @@ public java.lang.String getName() {
*
*
* Output only. The relative resource name of the DataScanJob, of the form:
- * projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}`,
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -1277,7 +1277,7 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
*
*
*
- * A DataScanJob represents an instance of a data scan.
+ * A DataScanJob represents an instance of DataScan execution.
*
*
* Protobuf type {@code google.cloud.dataplex.v1.DataScanJob}
@@ -1673,8 +1673,8 @@ public Builder clearResult() {
*
*
* Output only. The relative resource name of the DataScanJob, of the form:
- * projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}`,
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -1698,8 +1698,8 @@ public java.lang.String getName() {
*
*
* Output only. The relative resource name of the DataScanJob, of the form:
- * projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}`,
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -1723,8 +1723,8 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
* Output only. The relative resource name of the DataScanJob, of the form:
- * projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}`,
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -1747,8 +1747,8 @@ public Builder setName(java.lang.String value) {
*
*
* Output only. The relative resource name of the DataScanJob, of the form:
- * projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}`,
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -1767,8 +1767,8 @@ public Builder clearName() {
*
*
* Output only. The relative resource name of the DataScanJob, of the form:
- * projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}`,
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataScanJobOrBuilder.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataScanJobOrBuilder.java
index e68081de8de3..7aa8492ded8d 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataScanJobOrBuilder.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataScanJobOrBuilder.java
@@ -28,8 +28,8 @@ public interface DataScanJobOrBuilder
*
*
* Output only. The relative resource name of the DataScanJob, of the form:
- * projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}`,
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -43,8 +43,8 @@ public interface DataScanJobOrBuilder
*
*
* Output only. The relative resource name of the DataScanJob, of the form:
- * projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}`,
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataScanOrBuilder.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataScanOrBuilder.java
index f44cd9c1f394..1e8f60c68a05 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataScanOrBuilder.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataScanOrBuilder.java
@@ -28,8 +28,8 @@ public interface DataScanOrBuilder
*
*
* Output only. The relative resource name of the scan, of the form:
- * projects/{project}/locations/{location_id}/dataScans/{datascan_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{datascan_id}`,
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -43,8 +43,8 @@ public interface DataScanOrBuilder
*
*
* Output only. The relative resource name of the scan, of the form:
- * projects/{project}/locations/{location_id}/dataScans/{datascan_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{datascan_id}`,
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -339,7 +339,7 @@ java.lang.String getLabelsOrDefault(
*
*
* Optional. DataScan execution settings.
- * If not specified, the fields under it will use their default values.
+ * If not specified, the fields in it will use their default values.
*
*
*
@@ -354,7 +354,7 @@ java.lang.String getLabelsOrDefault(
*
*
* Optional. DataScan execution settings.
- * If not specified, the fields under it will use their default values.
+ * If not specified, the fields in it will use their default values.
*
*
*
@@ -369,7 +369,7 @@ java.lang.String getLabelsOrDefault(
*
*
* Optional. DataScan execution settings.
- * If not specified, the fields under it will use their default values.
+ * If not specified, the fields in it will use their default values.
*
*
*
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataScanType.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataScanType.java
index bbaa5d4683b8..1d27a1d8a67a 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataScanType.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DataScanType.java
@@ -32,7 +32,7 @@ public enum DataScanType implements com.google.protobuf.ProtocolMessageEnum {
*
*
*
- * The DataScan Type is unspecified.
+ * The DataScan type is unspecified.
*
*
* DATA_SCAN_TYPE_UNSPECIFIED = 0;
@@ -42,7 +42,7 @@ public enum DataScanType implements com.google.protobuf.ProtocolMessageEnum {
*
*
*
- * Data Quality Scan.
+ * Data Quality scan.
*
*
* DATA_QUALITY = 1;
@@ -52,7 +52,7 @@ public enum DataScanType implements com.google.protobuf.ProtocolMessageEnum {
*
*
*
- * Data Profile Scan.
+ * Data Profile scan.
*
*
* DATA_PROFILE = 2;
@@ -65,7 +65,7 @@ public enum DataScanType implements com.google.protobuf.ProtocolMessageEnum {
*
*
*
- * The DataScan Type is unspecified.
+ * The DataScan type is unspecified.
*
*
* DATA_SCAN_TYPE_UNSPECIFIED = 0;
@@ -75,7 +75,7 @@ public enum DataScanType implements com.google.protobuf.ProtocolMessageEnum {
*
*
*
- * Data Quality Scan.
+ * Data Quality scan.
*
*
* DATA_QUALITY = 1;
@@ -85,7 +85,7 @@ public enum DataScanType implements com.google.protobuf.ProtocolMessageEnum {
*
*
*
- * Data Profile Scan.
+ * Data Profile scan.
*
*
* DATA_PROFILE = 2;
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DeleteDataScanRequest.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DeleteDataScanRequest.java
index 93a327ff41a7..6ab15e7d5d8c 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DeleteDataScanRequest.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DeleteDataScanRequest.java
@@ -76,8 +76,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* Required. The resource name of the dataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -104,8 +104,8 @@ public java.lang.String getName() {
*
*
* Required. The resource name of the dataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -476,8 +476,8 @@ public Builder mergeFrom(
*
*
* Required. The resource name of the dataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -503,8 +503,8 @@ public java.lang.String getName() {
*
*
* Required. The resource name of the dataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -530,8 +530,8 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
* Required. The resource name of the dataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -556,8 +556,8 @@ public Builder setName(java.lang.String value) {
*
*
* Required. The resource name of the dataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -578,8 +578,8 @@ public Builder clearName() {
*
*
* Required. The resource name of the dataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DeleteDataScanRequestOrBuilder.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DeleteDataScanRequestOrBuilder.java
index 7dfbbd99eb33..f6a62a2d4e36 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DeleteDataScanRequestOrBuilder.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/DeleteDataScanRequestOrBuilder.java
@@ -28,8 +28,8 @@ public interface DeleteDataScanRequestOrBuilder
*
*
* Required. The resource name of the dataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -45,8 +45,8 @@ public interface DeleteDataScanRequestOrBuilder
*
*
* Required. The resource name of the dataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/GetDataScanJobRequest.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/GetDataScanJobRequest.java
index a28f8cfc1f50..e452cca84da7 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/GetDataScanJobRequest.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/GetDataScanJobRequest.java
@@ -72,7 +72,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
*
- * DataScanJob views for getting a partial dataScanJob.
+ * DataScanJob view options.
*
*
* Protobuf enum {@code google.cloud.dataplex.v1.GetDataScanJobRequest.DataScanJobView}
@@ -92,7 +92,7 @@ public enum DataScanJobView implements com.google.protobuf.ProtocolMessageEnum {
*
*
*
- * Basic view that does not include spec and result.
+ * Basic view that does not include *spec* and *result*.
*
*
* BASIC = 1;
@@ -125,7 +125,7 @@ public enum DataScanJobView implements com.google.protobuf.ProtocolMessageEnum {
*
*
*
- * Basic view that does not include spec and result.
+ * Basic view that does not include *spec* and *result*.
*
*
* BASIC = 1;
@@ -238,8 +238,8 @@ private DataScanJobView(int value) {
*
*
* Required. The resource name of the DataScanJob:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/dataScanJobs/{data_scan_job_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/dataScanJobs/{data_scan_job_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -266,8 +266,8 @@ public java.lang.String getName() {
*
*
* Required. The resource name of the DataScanJob:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/dataScanJobs/{data_scan_job_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/dataScanJobs/{data_scan_job_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -296,8 +296,7 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
*
- * Optional. Used to select the subset of DataScan information to return.
- * Defaults to `BASIC`.
+ * Optional. Select the DataScanJob view to return. Defaults to `BASIC`.
*
*
*
@@ -314,8 +313,7 @@ public int getViewValue() {
*
*
*
- * Optional. Used to select the subset of DataScan information to return.
- * Defaults to `BASIC`.
+ * Optional. Select the DataScanJob view to return. Defaults to `BASIC`.
*
*
*
@@ -709,8 +707,8 @@ public Builder mergeFrom(
*
*
* Required. The resource name of the DataScanJob:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/dataScanJobs/{data_scan_job_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/dataScanJobs/{data_scan_job_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -736,8 +734,8 @@ public java.lang.String getName() {
*
*
* Required. The resource name of the DataScanJob:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/dataScanJobs/{data_scan_job_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/dataScanJobs/{data_scan_job_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -763,8 +761,8 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
* Required. The resource name of the DataScanJob:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/dataScanJobs/{data_scan_job_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/dataScanJobs/{data_scan_job_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -789,8 +787,8 @@ public Builder setName(java.lang.String value) {
*
*
* Required. The resource name of the DataScanJob:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/dataScanJobs/{data_scan_job_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/dataScanJobs/{data_scan_job_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -811,8 +809,8 @@ public Builder clearName() {
*
*
* Required. The resource name of the DataScanJob:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/dataScanJobs/{data_scan_job_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/dataScanJobs/{data_scan_job_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -839,8 +837,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
*
*
*
- * Optional. Used to select the subset of DataScan information to return.
- * Defaults to `BASIC`.
+ * Optional. Select the DataScanJob view to return. Defaults to `BASIC`.
*
*
*
@@ -857,8 +854,7 @@ public int getViewValue() {
*
*
*
- * Optional. Used to select the subset of DataScan information to return.
- * Defaults to `BASIC`.
+ * Optional. Select the DataScanJob view to return. Defaults to `BASIC`.
*
*
*
@@ -878,8 +874,7 @@ public Builder setViewValue(int value) {
*
*
*
- * Optional. Used to select the subset of DataScan information to return.
- * Defaults to `BASIC`.
+ * Optional. Select the DataScanJob view to return. Defaults to `BASIC`.
*
*
*
@@ -900,8 +895,7 @@ public com.google.cloud.dataplex.v1.GetDataScanJobRequest.DataScanJobView getVie
*
*
*
- * Optional. Used to select the subset of DataScan information to return.
- * Defaults to `BASIC`.
+ * Optional. Select the DataScanJob view to return. Defaults to `BASIC`.
*
*
*
@@ -925,8 +919,7 @@ public Builder setView(
*
*
*
- * Optional. Used to select the subset of DataScan information to return.
- * Defaults to `BASIC`.
+ * Optional. Select the DataScanJob view to return. Defaults to `BASIC`.
*
*
*
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/GetDataScanJobRequestOrBuilder.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/GetDataScanJobRequestOrBuilder.java
index 779b37875041..58473e92ffc5 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/GetDataScanJobRequestOrBuilder.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/GetDataScanJobRequestOrBuilder.java
@@ -28,8 +28,8 @@ public interface GetDataScanJobRequestOrBuilder
*
*
* Required. The resource name of the DataScanJob:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/dataScanJobs/{data_scan_job_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/dataScanJobs/{data_scan_job_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -45,8 +45,8 @@ public interface GetDataScanJobRequestOrBuilder
*
*
* Required. The resource name of the DataScanJob:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/dataScanJobs/{data_scan_job_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/dataScanJobs/{data_scan_job_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -62,8 +62,7 @@ public interface GetDataScanJobRequestOrBuilder
*
*
*
- * Optional. Used to select the subset of DataScan information to return.
- * Defaults to `BASIC`.
+ * Optional. Select the DataScanJob view to return. Defaults to `BASIC`.
*
*
*
@@ -77,8 +76,7 @@ public interface GetDataScanJobRequestOrBuilder
*
*
*
- * Optional. Used to select the subset of DataScan information to return.
- * Defaults to `BASIC`.
+ * Optional. Select the DataScanJob view to return. Defaults to `BASIC`.
*
*
*
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/GetDataScanRequest.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/GetDataScanRequest.java
index fc04ffbc4d89..a461bf09767a 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/GetDataScanRequest.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/GetDataScanRequest.java
@@ -72,7 +72,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
*
- * DataScan views for getting a partial dataScan.
+ * DataScan view options.
*
*
* Protobuf enum {@code google.cloud.dataplex.v1.GetDataScanRequest.DataScanView}
@@ -92,7 +92,7 @@ public enum DataScanView implements com.google.protobuf.ProtocolMessageEnum {
*
*
*
- * Basic view that does not include spec and result.
+ * Basic view that does not include *spec* and *result*.
*
*
* BASIC = 1;
@@ -125,7 +125,7 @@ public enum DataScanView implements com.google.protobuf.ProtocolMessageEnum {
*
*
*
- * Basic view that does not include spec and result.
+ * Basic view that does not include *spec* and *result*.
*
*
* BASIC = 1;
@@ -234,8 +234,8 @@ private DataScanView(int value) {
*
*
* Required. The resource name of the dataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -262,8 +262,8 @@ public java.lang.String getName() {
*
*
* Required. The resource name of the dataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -292,8 +292,7 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
*
- * Optional. Used to select the subset of DataScan information to return.
- * Defaults to `BASIC`.
+ * Optional. Select the DataScan view to return. Defaults to `BASIC`.
*
*
*
@@ -310,8 +309,7 @@ public int getViewValue() {
*
*
*
- * Optional. Used to select the subset of DataScan information to return.
- * Defaults to `BASIC`.
+ * Optional. Select the DataScan view to return. Defaults to `BASIC`.
*
*
*
@@ -703,8 +701,8 @@ public Builder mergeFrom(
*
*
* Required. The resource name of the dataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -730,8 +728,8 @@ public java.lang.String getName() {
*
*
* Required. The resource name of the dataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -757,8 +755,8 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
* Required. The resource name of the dataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -783,8 +781,8 @@ public Builder setName(java.lang.String value) {
*
*
* Required. The resource name of the dataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -805,8 +803,8 @@ public Builder clearName() {
*
*
* Required. The resource name of the dataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -833,8 +831,7 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
*
*
*
- * Optional. Used to select the subset of DataScan information to return.
- * Defaults to `BASIC`.
+ * Optional. Select the DataScan view to return. Defaults to `BASIC`.
*
*
*
@@ -851,8 +848,7 @@ public int getViewValue() {
*
*
*
- * Optional. Used to select the subset of DataScan information to return.
- * Defaults to `BASIC`.
+ * Optional. Select the DataScan view to return. Defaults to `BASIC`.
*
*
*
@@ -872,8 +868,7 @@ public Builder setViewValue(int value) {
*
*
*
- * Optional. Used to select the subset of DataScan information to return.
- * Defaults to `BASIC`.
+ * Optional. Select the DataScan view to return. Defaults to `BASIC`.
*
*
*
@@ -894,8 +889,7 @@ public com.google.cloud.dataplex.v1.GetDataScanRequest.DataScanView getView() {
*
*
*
- * Optional. Used to select the subset of DataScan information to return.
- * Defaults to `BASIC`.
+ * Optional. Select the DataScan view to return. Defaults to `BASIC`.
*
*
*
@@ -918,8 +912,7 @@ public Builder setView(com.google.cloud.dataplex.v1.GetDataScanRequest.DataScanV
*
*
*
- * Optional. Used to select the subset of DataScan information to return.
- * Defaults to `BASIC`.
+ * Optional. Select the DataScan view to return. Defaults to `BASIC`.
*
*
*
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/GetDataScanRequestOrBuilder.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/GetDataScanRequestOrBuilder.java
index 59d59c8cccfb..50f3b5c7ebbe 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/GetDataScanRequestOrBuilder.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/GetDataScanRequestOrBuilder.java
@@ -28,8 +28,8 @@ public interface GetDataScanRequestOrBuilder
*
*
* Required. The resource name of the dataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -45,8 +45,8 @@ public interface GetDataScanRequestOrBuilder
*
*
* Required. The resource name of the dataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -62,8 +62,7 @@ public interface GetDataScanRequestOrBuilder
*
*
*
- * Optional. Used to select the subset of DataScan information to return.
- * Defaults to `BASIC`.
+ * Optional. Select the DataScan view to return. Defaults to `BASIC`.
*
*
*
@@ -77,8 +76,7 @@ public interface GetDataScanRequestOrBuilder
*
*
*
- * Optional. Used to select the subset of DataScan information to return.
- * Defaults to `BASIC`.
+ * Optional. Select the DataScan view to return. Defaults to `BASIC`.
*
*
*
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScanJobsRequest.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScanJobsRequest.java
index bd52413dc433..ac9789bd83d1 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScanJobsRequest.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScanJobsRequest.java
@@ -77,8 +77,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* Required. The resource name of the parent environment:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -105,8 +105,8 @@ public java.lang.String getParent() {
*
*
* Required. The resource name of the parent environment:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -601,8 +601,8 @@ public Builder mergeFrom(
*
*
* Required. The resource name of the parent environment:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -628,8 +628,8 @@ public java.lang.String getParent() {
*
*
* Required. The resource name of the parent environment:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -655,8 +655,8 @@ public com.google.protobuf.ByteString getParentBytes() {
*
*
* Required. The resource name of the parent environment:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -681,8 +681,8 @@ public Builder setParent(java.lang.String value) {
*
*
* Required. The resource name of the parent environment:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -703,8 +703,8 @@ public Builder clearParent() {
*
*
* Required. The resource name of the parent environment:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScanJobsRequestOrBuilder.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScanJobsRequestOrBuilder.java
index ca5590b71487..ca0964d2b57e 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScanJobsRequestOrBuilder.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScanJobsRequestOrBuilder.java
@@ -28,8 +28,8 @@ public interface ListDataScanJobsRequestOrBuilder
*
*
* Required. The resource name of the parent environment:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
@@ -45,8 +45,8 @@ public interface ListDataScanJobsRequestOrBuilder
*
*
* Required. The resource name of the parent environment:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
*
*
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScanJobsResponse.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScanJobsResponse.java
index 0c8eeb6df311..0b47312f0b7c 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScanJobsResponse.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScanJobsResponse.java
@@ -76,7 +76,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
*
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
@@ -89,7 +89,7 @@ public java.util.List
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
@@ -103,7 +103,7 @@ public java.util.List
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
@@ -116,7 +116,7 @@ public int getDataScanJobsCount() {
*
*
*
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
@@ -129,7 +129,7 @@ public com.google.cloud.dataplex.v1.DataScanJob getDataScanJobs(int index) {
*
*
*
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
@@ -628,7 +628,7 @@ private void ensureDataScanJobsIsMutable() {
*
*
*
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
@@ -644,7 +644,7 @@ public java.util.List
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
@@ -660,7 +660,7 @@ public int getDataScanJobsCount() {
*
*
*
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
@@ -676,7 +676,7 @@ public com.google.cloud.dataplex.v1.DataScanJob getDataScanJobs(int index) {
*
*
*
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
@@ -698,7 +698,7 @@ public Builder setDataScanJobs(int index, com.google.cloud.dataplex.v1.DataScanJ
*
*
*
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
@@ -718,7 +718,7 @@ public Builder setDataScanJobs(
*
*
*
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
@@ -740,7 +740,7 @@ public Builder addDataScanJobs(com.google.cloud.dataplex.v1.DataScanJob value) {
*
*
*
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
@@ -762,7 +762,7 @@ public Builder addDataScanJobs(int index, com.google.cloud.dataplex.v1.DataScanJ
*
*
*
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
@@ -782,7 +782,7 @@ public Builder addDataScanJobs(
*
*
*
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
@@ -802,7 +802,7 @@ public Builder addDataScanJobs(
*
*
*
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
@@ -822,7 +822,7 @@ public Builder addAllDataScanJobs(
*
*
*
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
@@ -841,7 +841,7 @@ public Builder clearDataScanJobs() {
*
*
*
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
@@ -860,7 +860,7 @@ public Builder removeDataScanJobs(int index) {
*
*
*
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
@@ -872,7 +872,7 @@ public com.google.cloud.dataplex.v1.DataScanJob.Builder getDataScanJobsBuilder(i
*
*
*
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
@@ -888,7 +888,7 @@ public com.google.cloud.dataplex.v1.DataScanJobOrBuilder getDataScanJobsOrBuilde
*
*
*
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
@@ -905,7 +905,7 @@ public com.google.cloud.dataplex.v1.DataScanJobOrBuilder getDataScanJobsOrBuilde
*
*
*
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
@@ -918,7 +918,7 @@ public com.google.cloud.dataplex.v1.DataScanJob.Builder addDataScanJobsBuilder()
*
*
*
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
@@ -931,7 +931,7 @@ public com.google.cloud.dataplex.v1.DataScanJob.Builder addDataScanJobsBuilder(i
*
*
*
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScanJobsResponseOrBuilder.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScanJobsResponseOrBuilder.java
index 21bc4fa5f157..bd7d6032e39a 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScanJobsResponseOrBuilder.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScanJobsResponseOrBuilder.java
@@ -27,7 +27,7 @@ public interface ListDataScanJobsResponseOrBuilder
*
*
*
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
@@ -37,7 +37,7 @@ public interface ListDataScanJobsResponseOrBuilder
*
*
*
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
@@ -47,7 +47,7 @@ public interface ListDataScanJobsResponseOrBuilder
*
*
*
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
@@ -57,7 +57,7 @@ public interface ListDataScanJobsResponseOrBuilder
*
*
*
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
@@ -68,7 +68,7 @@ public interface ListDataScanJobsResponseOrBuilder
*
*
*
- * DataScanJobs (metadata only) under a given dataScan.
+ * DataScanJobs (`BASIC` view only) under a given dataScan.
*
*
* repeated .google.cloud.dataplex.v1.DataScanJob data_scan_jobs = 1;
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScansRequest.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScansRequest.java
index bfb9b882dc92..b8849aa5bc73 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScansRequest.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScansRequest.java
@@ -78,8 +78,9 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
*
- * Required. projects/{project}/locations/{location_id}
- * where `{project}` refers to a project_id or project_number and
+ * 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.
*
*
@@ -105,8 +106,9 @@ public java.lang.String getParent() {
*
*
*
- * Required. projects/{project}/locations/{location_id}
- * where `{project}` refers to a project_id or project_number and
+ * 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.
*
*
@@ -265,7 +267,7 @@ public com.google.protobuf.ByteString getFilterBytes() {
*
*
*
- * Optional. Order by fields (name or create_time) for the result.
+ * Optional. Order by fields (`name` or `create_time`) for the result.
* If not specified, the ordering is undefined.
*
*
@@ -289,7 +291,7 @@ public java.lang.String getOrderBy() {
*
*
*
- * Optional. Order by fields (name or create_time) for the result.
+ * Optional. Order by fields (`name` or `create_time`) for the result.
* If not specified, the ordering is undefined.
*
*
@@ -751,8 +753,9 @@ public Builder mergeFrom(
*
*
*
- * Required. projects/{project}/locations/{location_id}
- * where `{project}` refers to a project_id or project_number and
+ * 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.
*
*
@@ -777,8 +780,9 @@ public java.lang.String getParent() {
*
*
*
- * Required. projects/{project}/locations/{location_id}
- * where `{project}` refers to a project_id or project_number and
+ * 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.
*
*
@@ -803,8 +807,9 @@ public com.google.protobuf.ByteString getParentBytes() {
*
*
*
- * Required. projects/{project}/locations/{location_id}
- * where `{project}` refers to a project_id or project_number and
+ * 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.
*
*
@@ -828,8 +833,9 @@ public Builder setParent(java.lang.String value) {
*
*
*
- * Required. projects/{project}/locations/{location_id}
- * where `{project}` refers to a project_id or project_number and
+ * 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.
*
*
@@ -849,8 +855,9 @@ public Builder clearParent() {
*
*
*
- * Required. projects/{project}/locations/{location_id}
- * where `{project}` refers to a project_id or project_number and
+ * 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.
*
*
@@ -1163,7 +1170,7 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) {
*
*
*
- * Optional. Order by fields (name or create_time) for the result.
+ * Optional. Order by fields (`name` or `create_time`) for the result.
* If not specified, the ordering is undefined.
*
*
@@ -1186,7 +1193,7 @@ public java.lang.String getOrderBy() {
*
*
*
- * Optional. Order by fields (name or create_time) for the result.
+ * Optional. Order by fields (`name` or `create_time`) for the result.
* If not specified, the ordering is undefined.
*
*
@@ -1209,7 +1216,7 @@ public com.google.protobuf.ByteString getOrderByBytes() {
*
*
*
- * Optional. Order by fields (name or create_time) for the result.
+ * Optional. Order by fields (`name` or `create_time`) for the result.
* If not specified, the ordering is undefined.
*
*
@@ -1231,7 +1238,7 @@ public Builder setOrderBy(java.lang.String value) {
*
*
*
- * Optional. Order by fields (name or create_time) for the result.
+ * Optional. Order by fields (`name` or `create_time`) for the result.
* If not specified, the ordering is undefined.
*
*
@@ -1249,7 +1256,7 @@ public Builder clearOrderBy() {
*
*
*
- * Optional. Order by fields (name or create_time) for the result.
+ * Optional. Order by fields (`name` or `create_time`) for the result.
* If not specified, the ordering is undefined.
*
*
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScansRequestOrBuilder.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScansRequestOrBuilder.java
index 6b36eae208dd..cf6b94d1fd23 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScansRequestOrBuilder.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScansRequestOrBuilder.java
@@ -27,8 +27,9 @@ public interface ListDataScansRequestOrBuilder
*
*
*
- * Required. projects/{project}/locations/{location_id}
- * where `{project}` refers to a project_id or project_number and
+ * 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.
*
*
@@ -43,8 +44,9 @@ public interface ListDataScansRequestOrBuilder
*
*
*
- * Required. projects/{project}/locations/{location_id}
- * where `{project}` refers to a project_id or project_number and
+ * 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.
*
*
@@ -131,7 +133,7 @@ public interface ListDataScansRequestOrBuilder
*
*
*
- * Optional. Order by fields (name or create_time) for the result.
+ * Optional. Order by fields (`name` or `create_time`) for the result.
* If not specified, the ordering is undefined.
*
*
@@ -144,7 +146,7 @@ public interface ListDataScansRequestOrBuilder
*
*
*
- * Optional. Order by fields (name or create_time) for the result.
+ * Optional. Order by fields (`name` or `create_time`) for the result.
* If not specified, the ordering is undefined.
*
*
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScansResponse.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScansResponse.java
index b12b2da0b2cb..e315fcf1cfcd 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScansResponse.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScansResponse.java
@@ -77,7 +77,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
*
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
@@ -90,7 +90,7 @@ public java.util.List
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
@@ -104,7 +104,7 @@ public java.util.List
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
@@ -117,7 +117,7 @@ public int getDataScansCount() {
*
*
*
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
@@ -130,7 +130,7 @@ public com.google.cloud.dataplex.v1.DataScan getDataScans(int index) {
*
*
*
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
@@ -730,7 +730,7 @@ private void ensureDataScansIsMutable() {
*
*
*
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
@@ -746,7 +746,7 @@ public java.util.List
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
@@ -762,7 +762,7 @@ public int getDataScansCount() {
*
*
*
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
@@ -778,7 +778,7 @@ public com.google.cloud.dataplex.v1.DataScan getDataScans(int index) {
*
*
*
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
@@ -800,7 +800,7 @@ public Builder setDataScans(int index, com.google.cloud.dataplex.v1.DataScan val
*
*
*
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
@@ -820,7 +820,7 @@ public Builder setDataScans(
*
*
*
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
@@ -842,7 +842,7 @@ public Builder addDataScans(com.google.cloud.dataplex.v1.DataScan value) {
*
*
*
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
@@ -864,7 +864,7 @@ public Builder addDataScans(int index, com.google.cloud.dataplex.v1.DataScan val
*
*
*
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
@@ -883,7 +883,7 @@ public Builder addDataScans(com.google.cloud.dataplex.v1.DataScan.Builder builde
*
*
*
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
@@ -903,7 +903,7 @@ public Builder addDataScans(
*
*
*
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
@@ -923,7 +923,7 @@ public Builder addAllDataScans(
*
*
*
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
@@ -942,7 +942,7 @@ public Builder clearDataScans() {
*
*
*
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
@@ -961,7 +961,7 @@ public Builder removeDataScans(int index) {
*
*
*
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
@@ -973,7 +973,7 @@ public com.google.cloud.dataplex.v1.DataScan.Builder getDataScansBuilder(int ind
*
*
*
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
@@ -989,7 +989,7 @@ public com.google.cloud.dataplex.v1.DataScanOrBuilder getDataScansOrBuilder(int
*
*
*
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
@@ -1006,7 +1006,7 @@ public com.google.cloud.dataplex.v1.DataScanOrBuilder getDataScansOrBuilder(int
*
*
*
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
@@ -1019,7 +1019,7 @@ public com.google.cloud.dataplex.v1.DataScan.Builder addDataScansBuilder() {
*
*
*
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
@@ -1032,7 +1032,7 @@ public com.google.cloud.dataplex.v1.DataScan.Builder addDataScansBuilder(int ind
*
*
*
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScansResponseOrBuilder.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScansResponseOrBuilder.java
index 40d7de786949..6bacdb85d66d 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScansResponseOrBuilder.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ListDataScansResponseOrBuilder.java
@@ -27,7 +27,7 @@ public interface ListDataScansResponseOrBuilder
*
*
*
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
@@ -37,7 +37,7 @@ public interface ListDataScansResponseOrBuilder
*
*
*
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
@@ -47,7 +47,7 @@ public interface ListDataScansResponseOrBuilder
*
*
*
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
@@ -57,7 +57,7 @@ public interface ListDataScansResponseOrBuilder
*
*
*
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
@@ -68,7 +68,7 @@ public interface ListDataScansResponseOrBuilder
*
*
*
- * DataScans (metadata only) under the given parent location.
+ * DataScans (`BASIC` view only) under the given parent location.
*
*
* repeated .google.cloud.dataplex.v1.DataScan data_scans = 1;
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/RunDataScanRequest.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/RunDataScanRequest.java
index c58252f85799..21227714f73f 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/RunDataScanRequest.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/RunDataScanRequest.java
@@ -76,10 +76,10 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* Required. The resource name of the DataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`.
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
- * Only on-demand DataScans are allowed.
+ * Only **OnDemand** data scans are allowed.
*
*
*
@@ -105,10 +105,10 @@ public java.lang.String getName() {
*
*
* Required. The resource name of the DataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`.
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
- * Only on-demand DataScans are allowed.
+ * Only **OnDemand** data scans are allowed.
*
*
*
@@ -478,10 +478,10 @@ public Builder mergeFrom(
*
*
* Required. The resource name of the DataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`.
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
- * Only on-demand DataScans are allowed.
+ * Only **OnDemand** data scans are allowed.
*
*
*
@@ -506,10 +506,10 @@ public java.lang.String getName() {
*
*
* Required. The resource name of the DataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`.
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
- * Only on-demand DataScans are allowed.
+ * Only **OnDemand** data scans are allowed.
*
*
*
@@ -534,10 +534,10 @@ public com.google.protobuf.ByteString getNameBytes() {
*
*
* Required. The resource name of the DataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`.
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
- * Only on-demand DataScans are allowed.
+ * Only **OnDemand** data scans are allowed.
*
*
*
@@ -561,10 +561,10 @@ public Builder setName(java.lang.String value) {
*
*
* Required. The resource name of the DataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`.
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
- * Only on-demand DataScans are allowed.
+ * Only **OnDemand** data scans are allowed.
*
*
*
@@ -584,10 +584,10 @@ public Builder clearName() {
*
*
* Required. The resource name of the DataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`.
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
- * Only on-demand DataScans are allowed.
+ * Only **OnDemand** data scans are allowed.
*
*
*
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/RunDataScanRequestOrBuilder.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/RunDataScanRequestOrBuilder.java
index 33df5181caaa..40de69728775 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/RunDataScanRequestOrBuilder.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/RunDataScanRequestOrBuilder.java
@@ -28,10 +28,10 @@ public interface RunDataScanRequestOrBuilder
*
*
* Required. The resource name of the DataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`.
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
- * Only on-demand DataScans are allowed.
+ * Only **OnDemand** data scans are allowed.
*
*
*
@@ -46,10 +46,10 @@ public interface RunDataScanRequestOrBuilder
*
*
* Required. The resource name of the DataScan:
- * projects/{project}/locations/{location_id}/dataScans/{data_scan_id}.
- * where `{project}` refers to a project_id or project_number and
+ * `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`.
+ * where `project` refers to a *project_id* or *project_number* and
* `location_id` refers to a GCP region.
- * Only on-demand DataScans are allowed.
+ * Only **OnDemand** data scans are allowed.
*
*
*
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/RunDataScanResponse.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/RunDataScanResponse.java
index a4f110dde418..4915afd35eae 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/RunDataScanResponse.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/RunDataScanResponse.java
@@ -71,7 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
*
- * DataScanJob created by RunDataScan API.
+ * DataScanJob created by RunDataScan request.
*
*
* .google.cloud.dataplex.v1.DataScanJob job = 1;
@@ -86,7 +86,7 @@ public boolean hasJob() {
*
*
*
- * DataScanJob created by RunDataScan API.
+ * DataScanJob created by RunDataScan request.
*
*
* .google.cloud.dataplex.v1.DataScanJob job = 1;
@@ -101,7 +101,7 @@ public com.google.cloud.dataplex.v1.DataScanJob getJob() {
*
*
*
- * DataScanJob created by RunDataScan API.
+ * DataScanJob created by RunDataScan request.
*
*
* .google.cloud.dataplex.v1.DataScanJob job = 1;
@@ -470,7 +470,7 @@ public Builder mergeFrom(
*
*
*
- * DataScanJob created by RunDataScan API.
+ * DataScanJob created by RunDataScan request.
*
*
* .google.cloud.dataplex.v1.DataScanJob job = 1;
@@ -484,7 +484,7 @@ public boolean hasJob() {
*
*
*
- * DataScanJob created by RunDataScan API.
+ * DataScanJob created by RunDataScan request.
*
*
* .google.cloud.dataplex.v1.DataScanJob job = 1;
@@ -502,7 +502,7 @@ public com.google.cloud.dataplex.v1.DataScanJob getJob() {
*
*
*
- * DataScanJob created by RunDataScan API.
+ * DataScanJob created by RunDataScan request.
*
*
* .google.cloud.dataplex.v1.DataScanJob job = 1;
@@ -524,7 +524,7 @@ public Builder setJob(com.google.cloud.dataplex.v1.DataScanJob value) {
*
*
*
- * DataScanJob created by RunDataScan API.
+ * DataScanJob created by RunDataScan request.
*
*
* .google.cloud.dataplex.v1.DataScanJob job = 1;
@@ -543,7 +543,7 @@ public Builder setJob(com.google.cloud.dataplex.v1.DataScanJob.Builder builderFo
*
*
*
- * DataScanJob created by RunDataScan API.
+ * DataScanJob created by RunDataScan request.
*
*
* .google.cloud.dataplex.v1.DataScanJob job = 1;
@@ -568,7 +568,7 @@ public Builder mergeJob(com.google.cloud.dataplex.v1.DataScanJob value) {
*
*
*
- * DataScanJob created by RunDataScan API.
+ * DataScanJob created by RunDataScan request.
*
*
* .google.cloud.dataplex.v1.DataScanJob job = 1;
@@ -587,7 +587,7 @@ public Builder clearJob() {
*
*
*
- * DataScanJob created by RunDataScan API.
+ * DataScanJob created by RunDataScan request.
*
*
* .google.cloud.dataplex.v1.DataScanJob job = 1;
@@ -601,7 +601,7 @@ public com.google.cloud.dataplex.v1.DataScanJob.Builder getJobBuilder() {
*
*
*
- * DataScanJob created by RunDataScan API.
+ * DataScanJob created by RunDataScan request.
*
*
* .google.cloud.dataplex.v1.DataScanJob job = 1;
@@ -617,7 +617,7 @@ public com.google.cloud.dataplex.v1.DataScanJobOrBuilder getJobOrBuilder() {
*
*
*
- * DataScanJob created by RunDataScan API.
+ * DataScanJob created by RunDataScan request.
*
*
* .google.cloud.dataplex.v1.DataScanJob job = 1;
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/RunDataScanResponseOrBuilder.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/RunDataScanResponseOrBuilder.java
index b448f3526097..bfb611f6b64e 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/RunDataScanResponseOrBuilder.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/RunDataScanResponseOrBuilder.java
@@ -27,7 +27,7 @@ public interface RunDataScanResponseOrBuilder
*
*
*
- * DataScanJob created by RunDataScan API.
+ * DataScanJob created by RunDataScan request.
*
*
* .google.cloud.dataplex.v1.DataScanJob job = 1;
@@ -39,7 +39,7 @@ public interface RunDataScanResponseOrBuilder
*
*
*
- * DataScanJob created by RunDataScan API.
+ * DataScanJob created by RunDataScan request.
*
*
* .google.cloud.dataplex.v1.DataScanJob job = 1;
@@ -51,7 +51,7 @@ public interface RunDataScanResponseOrBuilder
*
*
*
- * DataScanJob created by RunDataScan API.
+ * DataScanJob created by RunDataScan request.
*
*
* .google.cloud.dataplex.v1.DataScanJob job = 1;
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/UpdateDataScanRequest.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/UpdateDataScanRequest.java
index ace52cfe0347..0b2677dc68c1 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/UpdateDataScanRequest.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/UpdateDataScanRequest.java
@@ -71,7 +71,7 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
*
- * Required. Update description.
+ * Required. DataScan resource to be updated.
* Only fields specified in `update_mask` are updated.
*
*
@@ -89,7 +89,7 @@ public boolean hasDataScan() {
*
*
*
- * Required. Update description.
+ * Required. DataScan resource to be updated.
* Only fields specified in `update_mask` are updated.
*
*
@@ -109,7 +109,7 @@ public com.google.cloud.dataplex.v1.DataScan getDataScan() {
*
*
*
- * Required. Update description.
+ * Required. DataScan resource to be updated.
* Only fields specified in `update_mask` are updated.
*
*
@@ -563,7 +563,7 @@ public Builder mergeFrom(
*
*
*
- * Required. Update description.
+ * Required. DataScan resource to be updated.
* Only fields specified in `update_mask` are updated.
*
*
@@ -580,7 +580,7 @@ public boolean hasDataScan() {
*
*
*
- * Required. Update description.
+ * Required. DataScan resource to be updated.
* Only fields specified in `update_mask` are updated.
*
*
@@ -603,7 +603,7 @@ public com.google.cloud.dataplex.v1.DataScan getDataScan() {
*
*
*
- * Required. Update description.
+ * Required. DataScan resource to be updated.
* Only fields specified in `update_mask` are updated.
*
*
@@ -628,7 +628,7 @@ public Builder setDataScan(com.google.cloud.dataplex.v1.DataScan value) {
*
*
*
- * Required. Update description.
+ * Required. DataScan resource to be updated.
* Only fields specified in `update_mask` are updated.
*
*
@@ -650,7 +650,7 @@ public Builder setDataScan(com.google.cloud.dataplex.v1.DataScan.Builder builder
*
*
*
- * Required. Update description.
+ * Required. DataScan resource to be updated.
* Only fields specified in `update_mask` are updated.
*
*
@@ -678,7 +678,7 @@ public Builder mergeDataScan(com.google.cloud.dataplex.v1.DataScan value) {
*
*
*
- * Required. Update description.
+ * Required. DataScan resource to be updated.
* Only fields specified in `update_mask` are updated.
*
*
@@ -700,7 +700,7 @@ public Builder clearDataScan() {
*
*
*
- * Required. Update description.
+ * Required. DataScan resource to be updated.
* Only fields specified in `update_mask` are updated.
*
*
@@ -717,7 +717,7 @@ public com.google.cloud.dataplex.v1.DataScan.Builder getDataScanBuilder() {
*
*
*
- * Required. Update description.
+ * Required. DataScan resource to be updated.
* Only fields specified in `update_mask` are updated.
*
*
@@ -738,7 +738,7 @@ public com.google.cloud.dataplex.v1.DataScanOrBuilder getDataScanOrBuilder() {
*
*
*
- * Required. Update description.
+ * Required. DataScan resource to be updated.
* Only fields specified in `update_mask` are updated.
*
*
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/UpdateDataScanRequestOrBuilder.java b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/UpdateDataScanRequestOrBuilder.java
index 23e0938cef3f..f2a97f0b432a 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/UpdateDataScanRequestOrBuilder.java
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/UpdateDataScanRequestOrBuilder.java
@@ -27,7 +27,7 @@ public interface UpdateDataScanRequestOrBuilder
*
*
*
- * Required. Update description.
+ * Required. DataScan resource to be updated.
* Only fields specified in `update_mask` are updated.
*
*
@@ -42,7 +42,7 @@ public interface UpdateDataScanRequestOrBuilder
*
*
*
- * Required. Update description.
+ * Required. DataScan resource to be updated.
* Only fields specified in `update_mask` are updated.
*
*
@@ -57,7 +57,7 @@ public interface UpdateDataScanRequestOrBuilder
*
*
*
- * Required. Update description.
+ * Required. DataScan resource to be updated.
* Only fields specified in `update_mask` are updated.
*
*
diff --git a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/proto/google/cloud/dataplex/v1/datascans.proto b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/proto/google/cloud/dataplex/v1/datascans.proto
index 646199d941cc..cda87e94ba51 100644
--- a/java-dataplex/proto-google-cloud-dataplex-v1/src/main/proto/google/cloud/dataplex/v1/datascans.proto
+++ b/java-dataplex/proto-google-cloud-dataplex-v1/src/main/proto/google/cloud/dataplex/v1/datascans.proto
@@ -33,12 +33,15 @@ option java_multiple_files = true;
option java_outer_classname = "DataScansProto";
option java_package = "com.google.cloud.dataplex.v1";
+// 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.
service DataScanService {
option (google.api.default_host) = "dataplex.googleapis.com";
option (google.api.oauth_scopes) =
"https://www.googleapis.com/auth/cloud-platform";
- // Creates a dataScan resource.
+ // Creates a DataScan resource.
rpc CreateDataScan(CreateDataScanRequest)
returns (google.longrunning.Operation) {
option (google.api.http) = {
@@ -52,7 +55,7 @@ service DataScanService {
};
}
- // Update the dataScan resource.
+ // Updates a DataScan resource.
rpc UpdateDataScan(UpdateDataScanRequest)
returns (google.longrunning.Operation) {
option (google.api.http) = {
@@ -66,7 +69,7 @@ service DataScanService {
};
}
- // Delete the dataScan resource.
+ // Deletes a DataScan resource.
rpc DeleteDataScan(DeleteDataScanRequest)
returns (google.longrunning.Operation) {
option (google.api.http) = {
@@ -79,7 +82,7 @@ service DataScanService {
};
}
- // Get dataScan resource.
+ // Gets a DataScan resource.
rpc GetDataScan(GetDataScanRequest) returns (DataScan) {
option (google.api.http) = {
get: "/v1/{name=projects/*/locations/*/dataScans/*}"
@@ -87,7 +90,7 @@ service DataScanService {
option (google.api.method_signature) = "name";
}
- // Lists dataScans.
+ // Lists DataScans.
rpc ListDataScans(ListDataScansRequest) returns (ListDataScansResponse) {
option (google.api.http) = {
get: "/v1/{parent=projects/*/locations/*}/dataScans"
@@ -95,7 +98,7 @@ service DataScanService {
option (google.api.method_signature) = "parent";
}
- // Run an on demand execution of a DataScan.
+ // Runs an on-demand execution of a DataScan
rpc RunDataScan(RunDataScanRequest) returns (RunDataScanResponse) {
option (google.api.http) = {
post: "/v1/{name=projects/*/locations/*/dataScans/*}:run"
@@ -104,7 +107,7 @@ service DataScanService {
option (google.api.method_signature) = "name";
}
- // Get DataScanJob resource.
+ // Gets a DataScanJob resource.
rpc GetDataScanJob(GetDataScanJobRequest) returns (DataScanJob) {
option (google.api.http) = {
get: "/v1/{name=projects/*/locations/*/dataScans/*/jobs/*}"
@@ -112,7 +115,7 @@ service DataScanService {
option (google.api.method_signature) = "name";
}
- // Lists DataScanJobs under the given dataScan.
+ // Lists DataScanJobs under the given DataScan.
rpc ListDataScanJobs(ListDataScanJobsRequest)
returns (ListDataScanJobsResponse) {
option (google.api.http) = {
@@ -125,8 +128,8 @@ service DataScanService {
// Create dataScan request.
message CreateDataScanRequest {
// Required. The resource name of the parent location:
- // projects/{project}/locations/{location_id}
- // where `{project}` refers to a project_id or project_number and
+ // `projects/{project}/locations/{location_id}`
+ // where `project` refers to a *project_id* or *project_number* and
// `location_id` refers to a GCP region.
string parent = 1 [
(google.api.field_behavior) = REQUIRED,
@@ -139,6 +142,7 @@ message CreateDataScanRequest {
DataScan data_scan = 2 [(google.api.field_behavior) = REQUIRED];
// Required. DataScan identifier.
+ //
// * Must contain only lowercase letters, numbers and hyphens.
// * Must start with a letter.
// * Must end with a number or a letter.
@@ -149,7 +153,8 @@ message CreateDataScanRequest {
// Update dataScan request.
message UpdateDataScanRequest {
- // Required. Update description.
+ // Required. DataScan resource to be updated.
+ //
// Only fields specified in `update_mask` are updated.
DataScan data_scan = 1 [(google.api.field_behavior) = REQUIRED];
@@ -161,8 +166,8 @@ message UpdateDataScanRequest {
// Delete dataScan request.
message DeleteDataScanRequest {
// Required. The resource name of the dataScan:
- // projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- // where `{project}` refers to a project_id or project_number and
+ // `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ // where `project` refers to a *project_id* or *project_number* and
// `location_id` refers to a GCP region.
string name = 1 [
(google.api.field_behavior) = REQUIRED,
@@ -174,12 +179,12 @@ message DeleteDataScanRequest {
// Get dataScan request.
message GetDataScanRequest {
- // DataScan views for getting a partial dataScan.
+ // DataScan view options.
enum DataScanView {
// The API will default to the `BASIC` view.
DATA_SCAN_VIEW_UNSPECIFIED = 0;
- // Basic view that does not include spec and result.
+ // Basic view that does not include *spec* and *result*.
BASIC = 1;
// Include everything.
@@ -187,8 +192,8 @@ message GetDataScanRequest {
}
// Required. The resource name of the dataScan:
- // projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- // where `{project}` refers to a project_id or project_number and
+ // `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ // where `project` refers to a *project_id* or *project_number* and
// `location_id` refers to a GCP region.
string name = 1 [
(google.api.field_behavior) = REQUIRED,
@@ -197,15 +202,15 @@ message GetDataScanRequest {
}
];
- // Optional. Used to select the subset of DataScan information to return.
- // Defaults to `BASIC`.
+ // Optional. Select the DataScan view to return. Defaults to `BASIC`.
DataScanView view = 2 [(google.api.field_behavior) = OPTIONAL];
}
// List dataScans request.
message ListDataScansRequest {
- // Required. projects/{project}/locations/{location_id}
- // where `{project}` refers to a project_id or project_number and
+ // 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.
string parent = 1 [
(google.api.field_behavior) = REQUIRED,
@@ -228,14 +233,14 @@ message ListDataScansRequest {
// Optional. Filter request.
string filter = 4 [(google.api.field_behavior) = OPTIONAL];
- // Optional. Order by fields (name or create_time) for the result.
+ // Optional. Order by fields (`name` or `create_time`) for the result.
// If not specified, the ordering is undefined.
string order_by = 5 [(google.api.field_behavior) = OPTIONAL];
}
// List dataScans response.
message ListDataScansResponse {
- // DataScans (metadata only) under the given parent location.
+ // DataScans (`BASIC` view only) under the given parent location.
repeated DataScan data_scans = 1;
// Token to retrieve the next page of results, or empty if there are no more
@@ -249,10 +254,11 @@ message ListDataScansResponse {
// Run DataScan Request
message RunDataScanRequest {
// Required. The resource name of the DataScan:
- // projects/{project}/locations/{location_id}/dataScans/{data_scan_id}.
- // where `{project}` refers to a project_id or project_number and
+ // `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`.
+ // where `project` refers to a *project_id* or *project_number* and
// `location_id` refers to a GCP region.
- // Only on-demand DataScans are allowed.
+ //
+ // Only **OnDemand** data scans are allowed.
string name = 1 [
(google.api.field_behavior) = REQUIRED,
(google.api.resource_reference) = {
@@ -263,18 +269,18 @@ message RunDataScanRequest {
// Run DataScan Response.
message RunDataScanResponse {
- // DataScanJob created by RunDataScan API.
+ // DataScanJob created by RunDataScan request.
DataScanJob job = 1;
}
// Get DataScanJob request.
message GetDataScanJobRequest {
- // DataScanJob views for getting a partial dataScanJob.
+ // DataScanJob view options.
enum DataScanJobView {
// The API will default to the `BASIC` view.
DATA_SCAN_JOB_VIEW_UNSPECIFIED = 0;
- // Basic view that does not include spec and result.
+ // Basic view that does not include *spec* and *result*.
BASIC = 1;
// Include everything.
@@ -282,8 +288,8 @@ message GetDataScanJobRequest {
}
// Required. The resource name of the DataScanJob:
- // projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/dataScanJobs/{data_scan_job_id}
- // where `{project}` refers to a project_id or project_number and
+ // `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/dataScanJobs/{data_scan_job_id}`
+ // where `project` refers to a *project_id* or *project_number* and
// `location_id` refers to a GCP region.
string name = 1 [
(google.api.field_behavior) = REQUIRED,
@@ -292,16 +298,15 @@ message GetDataScanJobRequest {
}
];
- // Optional. Used to select the subset of DataScan information to return.
- // Defaults to `BASIC`.
+ // Optional. Select the DataScanJob view to return. Defaults to `BASIC`.
DataScanJobView view = 2 [(google.api.field_behavior) = OPTIONAL];
}
// List DataScanJobs request.
message ListDataScanJobsRequest {
// Required. The resource name of the parent environment:
- // projects/{project}/locations/{location_id}/dataScans/{data_scan_id}
- // where `{project}` refers to a project_id or project_number and
+ // `projects/{project}/locations/{location_id}/dataScans/{data_scan_id}`
+ // where `project` refers to a *project_id* or *project_number* and
// `location_id` refers to a GCP region.
string parent = 1 [
(google.api.field_behavior) = REQUIRED,
@@ -325,7 +330,7 @@ message ListDataScanJobsRequest {
// List DataScanJobs response.
message ListDataScanJobsResponse {
- // DataScanJobs (metadata only) under a given dataScan.
+ // DataScanJobs (`BASIC` view only) under a given dataScan.
repeated DataScanJob data_scan_jobs = 1;
// Token to retrieve the next page of results, or empty if there are no more
@@ -352,16 +357,21 @@ message DataScan {
// DataScan execution settings.
message ExecutionSpec {
// Optional. Spec related to how often and when a scan should be triggered.
- // If not specified, the default is OnDemand, which means the scan will not
- // run until the user calls RunDataScan API.
+ //
+ // If not specified, the default is `OnDemand`, which means the scan will
+ // not run until the user calls `RunDataScan` API.
Trigger trigger = 1 [(google.api.field_behavior) = OPTIONAL];
- // If not specified, run a data scan on all data in the table.
- // The incremental is immutable, which means once the field is set,
- // it cannot be unset, and vice versa.
+ // Spec related to incremental scan of the data
+ //
+ // When an option is selected for incremental scan, it cannot be unset or
+ // changed. If not specified, a data scan will run for all data in the
+ // table.
oneof incremental {
- // Immutable. The unnested field (Date or Timestamp) that contains values
- // that monotonically increase over time.
+ // Immutable. The unnested field (of type *Date* or *Timestamp*) that
+ // contains values which monotonically increase over time.
+ //
+ // If not specified, a data scan will run for all data in the table.
string field = 100 [(google.api.field_behavior) = IMMUTABLE];
}
}
@@ -376,8 +386,8 @@ message DataScan {
}
// Output only. The relative resource name of the scan, of the form:
- // projects/{project}/locations/{location_id}/dataScans/{datascan_id}.
- // where `{project}` refers to a project_id or project_number and
+ // `projects/{project}/locations/{location_id}/dataScans/{datascan_id}`,
+ // where `project` refers to a *project_id* or *project_number* and
// `location_id` refers to a GCP region.
string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
@@ -386,10 +396,12 @@ message DataScan {
string uid = 2 [(google.api.field_behavior) = OUTPUT_ONLY];
// Optional. Description of the scan.
+ //
// * Must be between 1-1024 characters.
string description = 3 [(google.api.field_behavior) = OPTIONAL];
// Optional. User friendly display name.
+ //
// * Must be between 1-256 characters.
string display_name = 4 [(google.api.field_behavior) = OPTIONAL];
@@ -411,7 +423,8 @@ message DataScan {
DataSource data = 9 [(google.api.field_behavior) = REQUIRED];
// Optional. DataScan execution settings.
- // If not specified, the fields under it will use their default values.
+ //
+ // If not specified, the fields in it will use their default values.
ExecutionSpec execution_spec = 10 [(google.api.field_behavior) = OPTIONAL];
// Output only. Status of the data scan execution.
@@ -444,7 +457,7 @@ message DataScan {
}
}
-// A DataScanJob represents an instance of a data scan.
+// A DataScanJob represents an instance of DataScan execution.
message DataScanJob {
option (google.api.resource) = {
type: "dataplex.googleapis.com/DataScanJob"
@@ -476,8 +489,8 @@ message DataScanJob {
}
// Output only. The relative resource name of the DataScanJob, of the form:
- // projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}.
- // where `{project}` refers to a project_id or project_number and
+ // `projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}`,
+ // where `project` refers to a *project_id* or *project_number* and
// `location_id` refers to a GCP region.
string name = 1 [(google.api.field_behavior) = OUTPUT_ONLY];
@@ -526,12 +539,12 @@ message DataScanJob {
// The type of DataScan.
enum DataScanType {
- // The DataScan Type is unspecified.
+ // The DataScan type is unspecified.
DATA_SCAN_TYPE_UNSPECIFIED = 0;
- // Data Quality Scan.
+ // Data Quality scan.
DATA_QUALITY = 1;
- // Data Profile Scan.
+ // Data Profile scan.
DATA_PROFILE = 2;
}