diff --git a/Dataplex/metadata/V1/Catalog.php b/Dataplex/metadata/V1/Catalog.php
index 6db043ed3908..f90a74c7f728 100644
--- a/Dataplex/metadata/V1/Catalog.php
+++ b/Dataplex/metadata/V1/Catalog.php
@@ -27,7 +27,7 @@ public static function initOnce() {
\GPBMetadata\Google\Protobuf\Timestamp::initOnce();
$pool->internalAddGeneratedFile(
'
-
+
&google/cloud/dataplex/v1/catalog.protogoogle.cloud.dataplex.v1google/api/client.protogoogle/api/field_behavior.protogoogle/api/field_info.protogoogle/api/resource.proto&google/cloud/dataplex/v1/service.proto#google/longrunning/operations.protogoogle/protobuf/empty.proto google/protobuf/field_mask.protogoogle/protobuf/struct.protogoogle/protobuf/timestamp.proto"
AspectType8
@@ -342,7 +342,7 @@ public static function initOnce() {
unreachable_locations ( "U
CancelMetadataJobRequest9
name ( B+AA%
-#dataplex.googleapis.com/MetadataJob"
+#dataplex.googleapis.com/MetadataJob"
MetadataJob
name ( BAA
uid ( BA4
@@ -359,7 +359,7 @@ public static function initOnce() {
created_entries (BA
unchanged_entries (BA
recreated_entries (BA4
-update_time (2.google.protobuf.TimestampBA
+update_time (2.google.protobuf.TimestampBA
ImportJobSpec
source_storage_uri ( BA;
source_create_time (2.google.protobuf.TimestampBAV
@@ -373,11 +373,12 @@ public static function initOnce() {
entry_types ( B)AA#
!dataplex.googleapis.com/EntryType@
aspect_types ( B*AA$
-"dataplex.googleapis.com/AspectType"@
+"dataplex.googleapis.com/AspectType"J
SyncMode
SYNC_MODE_UNSPECIFIED
FULL
-INCREMENTAL":
+INCREMENTAL
+NONE":
LogLevel
LOG_LEVEL_UNSPECIFIED
DEBUG
diff --git a/Dataplex/src/V1/DataQualityRuleResult.php b/Dataplex/src/V1/DataQualityRuleResult.php
index 920cbd79ef56..3b59da1c7b9c 100644
--- a/Dataplex/src/V1/DataQualityRuleResult.php
+++ b/Dataplex/src/V1/DataQualityRuleResult.php
@@ -35,13 +35,13 @@ class DataQualityRuleResult extends \Google\Protobuf\Internal\Message
* evaluation, or
* * exclude `null` rows from the `evaluated_count`, by setting
* `ignore_nulls = true`.
+ * This field is not set for rule SqlAssertion.
*
* Generated from protobuf field int64 evaluated_count = 9;
*/
protected $evaluated_count = 0;
/**
- * The number of rows which passed a rule evaluation.
- * This field is only valid for row-level type rules.
+ * This field is not set for rule SqlAssertion.
*
* Generated from protobuf field int64 passed_count = 8;
*/
@@ -93,9 +93,9 @@ class DataQualityRuleResult extends \Google\Protobuf\Internal\Message
* evaluation, or
* * exclude `null` rows from the `evaluated_count`, by setting
* `ignore_nulls = true`.
+ * This field is not set for rule SqlAssertion.
* @type int|string $passed_count
- * The number of rows which passed a rule evaluation.
- * This field is only valid for row-level type rules.
+ * This field is not set for rule SqlAssertion.
* @type int|string $null_count
* The number of rows with null values in the specified column.
* @type float $pass_ratio
@@ -185,6 +185,7 @@ public function setPassed($var)
* evaluation, or
* * exclude `null` rows from the `evaluated_count`, by setting
* `ignore_nulls = true`.
+ * This field is not set for rule SqlAssertion.
*
* Generated from protobuf field int64 evaluated_count = 9;
* @return int|string
@@ -202,6 +203,7 @@ public function getEvaluatedCount()
* evaluation, or
* * exclude `null` rows from the `evaluated_count`, by setting
* `ignore_nulls = true`.
+ * This field is not set for rule SqlAssertion.
*
* Generated from protobuf field int64 evaluated_count = 9;
* @param int|string $var
@@ -216,8 +218,7 @@ public function setEvaluatedCount($var)
}
/**
- * The number of rows which passed a rule evaluation.
- * This field is only valid for row-level type rules.
+ * This field is not set for rule SqlAssertion.
*
* Generated from protobuf field int64 passed_count = 8;
* @return int|string
@@ -228,8 +229,7 @@ public function getPassedCount()
}
/**
- * The number of rows which passed a rule evaluation.
- * This field is only valid for row-level type rules.
+ * This field is not set for rule SqlAssertion.
*
* Generated from protobuf field int64 passed_count = 8;
* @param int|string $var
diff --git a/Dataplex/src/V1/DataScan.php b/Dataplex/src/V1/DataScan.php
index 57658a627181..cc6786e89848 100644
--- a/Dataplex/src/V1/DataScan.php
+++ b/Dataplex/src/V1/DataScan.php
@@ -12,11 +12,17 @@
* Represents a user-visible job which provides the insights for the related
* data source.
* For example:
- * * Data Quality: generates queries based on the rules and runs against the
- * data to get data quality check results.
- * * Data Profile: analyzes the data in table(s) and generates insights about
+ * * Data quality: generates queries based on the rules and runs against the
+ * data to get data quality check results. For more information, see [Auto
+ * data quality
+ * overview](https://cloud.google.com/dataplex/docs/auto-data-quality-overview).
+ * * Data profile: analyzes the data in tables and generates insights about
* the structure, content and relationships (such as null percent,
- * cardinality, min/max/mean, etc).
+ * cardinality, min/max/mean, etc). For more information, see [About data
+ * profiling](https://cloud.google.com/dataplex/docs/data-profiling-overview).
+ * * Data discovery: scans data in Cloud Storage buckets to extract and then
+ * catalog metadata. For more information, see [Discover and catalog Cloud
+ * Storage data](https://cloud.google.com/bigquery/docs/automatic-discovery).
*
* Generated from protobuf message google.cloud.dataplex.v1.DataScan
*/
diff --git a/Dataplex/src/V1/Entry.php b/Dataplex/src/V1/Entry.php
index ed5025b7b2f5..8354948903c7 100644
--- a/Dataplex/src/V1/Entry.php
+++ b/Dataplex/src/V1/Entry.php
@@ -56,7 +56,8 @@ class Entry extends \Google\Protobuf\Internal\Message
*/
private $aspects;
/**
- * Optional. Immutable. The resource name of the parent entry.
+ * Optional. Immutable. The resource name of the parent entry, in the format
+ * `projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}`.
*
* Generated from protobuf field string parent_entry = 10 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
*/
@@ -104,7 +105,8 @@ class Entry extends \Google\Protobuf\Internal\Message
* * If the aspect is attached to an entry's path:
* `{project_id_or_number}.{location_id}.{aspect_type_id}@{path}`
* @type string $parent_entry
- * Optional. Immutable. The resource name of the parent entry.
+ * Optional. Immutable. The resource name of the parent entry, in the format
+ * `projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}`.
* @type string $fully_qualified_name
* Optional. A name for the entry that can be referenced by an external
* system. For more information, see [Fully qualified
@@ -289,7 +291,8 @@ public function setAspects($var)
}
/**
- * Optional. Immutable. The resource name of the parent entry.
+ * Optional. Immutable. The resource name of the parent entry, in the format
+ * `projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}`.
*
* Generated from protobuf field string parent_entry = 10 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
* @return string
@@ -300,7 +303,8 @@ public function getParentEntry()
}
/**
- * Optional. Immutable. The resource name of the parent entry.
+ * Optional. Immutable. The resource name of the parent entry, in the format
+ * `projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}`.
*
* Generated from protobuf field string parent_entry = 10 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
* @param string $var
diff --git a/Dataplex/src/V1/MetadataJob/ImportJobSpec/SyncMode.php b/Dataplex/src/V1/MetadataJob/ImportJobSpec/SyncMode.php
index cefedba1cc04..89709f6054ec 100644
--- a/Dataplex/src/V1/MetadataJob/ImportJobSpec/SyncMode.php
+++ b/Dataplex/src/V1/MetadataJob/ImportJobSpec/SyncMode.php
@@ -36,11 +36,20 @@ class SyncMode
* Generated from protobuf enum INCREMENTAL = 2;
*/
const INCREMENTAL = 2;
+ /**
+ * If entry sync mode is NONE, then the entry-specific fields (apart from
+ * aspects) are not modified and the aspects are modified according to the
+ * aspect_sync_mode
+ *
+ * Generated from protobuf enum NONE = 3;
+ */
+ const NONE = 3;
private static $valueToName = [
self::SYNC_MODE_UNSPECIFIED => 'SYNC_MODE_UNSPECIFIED',
self::FULL => 'FULL',
self::INCREMENTAL => 'INCREMENTAL',
+ self::NONE => 'NONE',
];
public static function name($value)