You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1DataScan.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ public final class GoogleCloudDataplexV1DataScan extends com.google.api.client.j
Copy file name to clipboardExpand all lines: clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1DataScanExecutionStatus.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -37,14 +37,14 @@ public final class GoogleCloudDataplexV1DataScanExecutionStatus extends com.goog
37
37
privateStringlatestJobCreateTime;
38
38
39
39
/**
40
-
* The time when the latest DataScanJob ended.
40
+
* Optional. The time when the latest DataScanJob ended.
41
41
* The value may be {@code null}.
42
42
*/
43
43
@com.google.api.client.util.Key
44
44
privateStringlatestJobEndTime;
45
45
46
46
/**
47
-
* The time when the latest DataScanJob started.
47
+
* Optional. The time when the latest DataScanJob started.
48
48
* The value may be {@code null}.
49
49
*/
50
50
@com.google.api.client.util.Key
@@ -68,15 +68,15 @@ public GoogleCloudDataplexV1DataScanExecutionStatus setLatestJobCreateTime(Strin
68
68
}
69
69
70
70
/**
71
-
* The time when the latest DataScanJob ended.
71
+
* Optional. The time when the latest DataScanJob ended.
72
72
* @return value or {@code null} for none
73
73
*/
74
74
publicStringgetLatestJobEndTime() {
75
75
returnlatestJobEndTime;
76
76
}
77
77
78
78
/**
79
-
* The time when the latest DataScanJob ended.
79
+
* Optional. The time when the latest DataScanJob ended.
80
80
* @param latestJobEndTime latestJobEndTime or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-dataplex/v1/2.0.0/com/google/api/services/dataplex/v1/model/GoogleCloudDataplexV1DataScanJob.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,7 @@ public final class GoogleCloudDataplexV1DataScanJob extends com.google.api.clien
93
93
privatejava.lang.Stringmessage;
94
94
95
95
/**
96
-
* Output only. The relative resource name of the DataScanJob, of the form:
96
+
* Output only. Identifier. The relative resource name of the DataScanJob, of the form:
97
97
* projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}, where project
98
98
* refers to a project_id or project_number and location_id refers to a GCP region.
99
99
* The value may be {@code null}.
@@ -283,7 +283,7 @@ public GoogleCloudDataplexV1DataScanJob setMessage(java.lang.String message) {
283
283
}
284
284
285
285
/**
286
-
* Output only. The relative resource name of the DataScanJob, of the form:
286
+
* Output only. Identifier. The relative resource name of the DataScanJob, of the form:
287
287
* projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}, where project
288
288
* refers to a project_id or project_number and location_id refers to a GCP region.
289
289
* @return value or {@code null} for none
@@ -293,7 +293,7 @@ public java.lang.String getName() {
293
293
}
294
294
295
295
/**
296
-
* Output only. The relative resource name of the DataScanJob, of the form:
296
+
* Output only. Identifier. The relative resource name of the DataScanJob, of the form:
297
297
* projects/{project}/locations/{location_id}/dataScans/{datascan_id}/jobs/{job_id}, where project
298
298
* refers to a project_id or project_number and location_id refers to a GCP region.
0 commit comments