Skip to content

Commit 5a6b5de

Browse files
chore: release main (#13283)
🤖 I have created a release *beep* *boop* --- <details><summary>google-cloud-contact-center-insights: 1.20.0</summary> ## [1.20.0](google-cloud-contact-center-insights-v1.19.1...google-cloud-contact-center-insights-v1.20.0) (2024-11-15) ### Features * Add AnalysisRules resource and APIs ([cfb62c9](cfb62c9)) * Add FeedbackLabel resource and APIs ([cfb62c9](cfb62c9)) * Add Quality AI resources and APIs ([cfb62c9](cfb62c9)) * Add QueryMetrics API ([cfb62c9](cfb62c9)) ### Documentation * A comment for field `custom_metadata_keys` in message `.google.cloud.contactcenterinsights.v1.IngestConversationsRequest` is changed ([cfb62c9](cfb62c9)) * A comment for field `encryption_spec` in message `.google.cloud.contactcenterinsights.v1.InitializeEncryptionSpecRequest` is changed ([cfb62c9](cfb62c9)) * A comment for field `kms_key` in message `.google.cloud.contactcenterinsights.v1.EncryptionSpec` is changed ([cfb62c9](cfb62c9)) * A comment for field `labels` in message `.google.cloud.contactcenterinsights.v1.Conversation` is changed ([cfb62c9](cfb62c9)) * A comment for field `metadata_json` in message `.google.cloud.contactcenterinsights.v1.Conversation` is changed ([cfb62c9](cfb62c9)) * A comment for field `partial_errors` in message `.google.cloud.contactcenterinsights.v1.InitializeEncryptionSpecMetadata` is changed ([cfb62c9](cfb62c9)) * A comment for message `EncryptionSpec` is changed ([cfb62c9](cfb62c9)) * A comment for method `InitializeEncryptionSpec` in service `ContactCenterInsights` is changed ([cfb62c9](cfb62c9)) </details> <details><summary>google-cloud-dataplex: 2.4.0</summary> ## [2.4.0](google-cloud-dataplex-v2.3.1...google-cloud-dataplex-v2.4.0) (2024-11-15) ### Features * A new enum `TableType` is added ([fffe7a5](fffe7a5)) * A new field `datascan_id` is added to message `.google.cloud.dataplex.v1.DiscoveryEvent` ([fffe7a5](fffe7a5)) * A new field `suspended` is added to DataScans ([fffe7a5](fffe7a5)) * A new field `table` is added to message `.google.cloud.dataplex.v1.DiscoveryEvent` ([fffe7a5](fffe7a5)) * A new message `TableDetails` is added ([fffe7a5](fffe7a5)) * Add a DATA_DISCOVERY enum type in DataScanEvent ([fffe7a5](fffe7a5)) * Add a DataDiscoveryAppliedConfigs message ([fffe7a5](fffe7a5)) * Add a TABLE_DELETED field in DiscoveryEvent ([fffe7a5](fffe7a5)) * Add a TABLE_IGNORED field in DiscoveryEvent ([fffe7a5](fffe7a5)) * Add a TABLE_PUBLISHED field in DiscoveryEvent ([fffe7a5](fffe7a5)) * Add a TABLE_UPDATED field in DiscoveryEvent ([fffe7a5](fffe7a5)) * Add an Issue field to DiscoveryEvent.ActionDetails to output the action message in Cloud Logs ([fffe7a5](fffe7a5)) * add annotations in CreateMetadataJob, GetMetadataJob, ListMetaDataJobs and CancelMetadataJob for cloud audit logging ([fffe7a5](fffe7a5)) * Add data_version field to AspectSource ([fffe7a5](fffe7a5)) * Add new Data Discovery scan type in Datascan ([fffe7a5](fffe7a5)) * expose create time in DataScanJobAPI ([fffe7a5](fffe7a5)) * expose create time to customers ([fffe7a5](fffe7a5)) * release metadata export in private preview ([fffe7a5](fffe7a5)) * release MetadataJob APIs and related resources in GA ([fffe7a5](fffe7a5)) ### Documentation * A comment for message `DataScanEvent` is changed ([fffe7a5](fffe7a5)) * Add comment for field `status` in message `.google.cloud.dataplex.v1.MetadataJob` ([fffe7a5](fffe7a5)) * Add comment for field `type` in message `.google.cloud.dataplex.v1.MetadataJob` ([fffe7a5](fffe7a5)) * Add Identifier for `name` in message `.google.cloud.dataplex.v1.MetadataJob` ([fffe7a5](fffe7a5)) * add info about schema changes for BigQuery metadata in Dataplex Catalog ([fffe7a5](fffe7a5)) * Add link to fully qualified names documentation ([fffe7a5](fffe7a5)) * correct API documentation ([fffe7a5](fffe7a5)) * correct the dimensions for data quality rules ([fffe7a5](fffe7a5)) * Dataplex Tasks do not support Dataplex Content path as a direct input anymore ([fffe7a5](fffe7a5)) * Scrub descriptions for standalone discovery scans ([fffe7a5](fffe7a5)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent cfb62c9 commit 5a6b5de

File tree

9 files changed

+69
-8
lines changed

9 files changed

+69
-8
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"packages/google-cloud-compute": "1.22.0",
5656
"packages/google-cloud-confidentialcomputing": "0.4.13",
5757
"packages/google-cloud-config": "0.1.13",
58-
"packages/google-cloud-contact-center-insights": "1.19.1",
58+
"packages/google-cloud-contact-center-insights": "1.20.0",
5959
"packages/google-cloud-container": "2.54.0",
6060
"packages/google-cloud-containeranalysis": "2.15.1",
6161
"packages/google-cloud-contentwarehouse": "0.7.11",
@@ -66,7 +66,7 @@
6666
"packages/google-cloud-dataflow-client": "0.8.14",
6767
"packages/google-cloud-dataform": "0.5.13",
6868
"packages/google-cloud-datalabeling": "1.11.1",
69-
"packages/google-cloud-dataplex": "2.3.1",
69+
"packages/google-cloud-dataplex": "2.4.0",
7070
"packages/google-cloud-dataproc": "5.15.1",
7171
"packages/google-cloud-dataproc-metastore": "1.16.1",
7272
"packages/google-cloud-datastream": "1.10.1",

packages/google-cloud-contact-center-insights/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [1.20.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-contact-center-insights-v1.19.1...google-cloud-contact-center-insights-v1.20.0) (2024-11-15)
4+
5+
6+
### Features
7+
8+
* Add AnalysisRules resource and APIs ([cfb62c9](https://github.com/googleapis/google-cloud-python/commit/cfb62c9e959df32d30f6e66561164951f3d5c1ad))
9+
* Add FeedbackLabel resource and APIs ([cfb62c9](https://github.com/googleapis/google-cloud-python/commit/cfb62c9e959df32d30f6e66561164951f3d5c1ad))
10+
* Add Quality AI resources and APIs ([cfb62c9](https://github.com/googleapis/google-cloud-python/commit/cfb62c9e959df32d30f6e66561164951f3d5c1ad))
11+
* Add QueryMetrics API ([cfb62c9](https://github.com/googleapis/google-cloud-python/commit/cfb62c9e959df32d30f6e66561164951f3d5c1ad))
12+
13+
14+
### Documentation
15+
16+
* A comment for field `custom_metadata_keys` in message `.google.cloud.contactcenterinsights.v1.IngestConversationsRequest` is changed ([cfb62c9](https://github.com/googleapis/google-cloud-python/commit/cfb62c9e959df32d30f6e66561164951f3d5c1ad))
17+
* A comment for field `encryption_spec` in message `.google.cloud.contactcenterinsights.v1.InitializeEncryptionSpecRequest` is changed ([cfb62c9](https://github.com/googleapis/google-cloud-python/commit/cfb62c9e959df32d30f6e66561164951f3d5c1ad))
18+
* A comment for field `kms_key` in message `.google.cloud.contactcenterinsights.v1.EncryptionSpec` is changed ([cfb62c9](https://github.com/googleapis/google-cloud-python/commit/cfb62c9e959df32d30f6e66561164951f3d5c1ad))
19+
* A comment for field `labels` in message `.google.cloud.contactcenterinsights.v1.Conversation` is changed ([cfb62c9](https://github.com/googleapis/google-cloud-python/commit/cfb62c9e959df32d30f6e66561164951f3d5c1ad))
20+
* A comment for field `metadata_json` in message `.google.cloud.contactcenterinsights.v1.Conversation` is changed ([cfb62c9](https://github.com/googleapis/google-cloud-python/commit/cfb62c9e959df32d30f6e66561164951f3d5c1ad))
21+
* A comment for field `partial_errors` in message `.google.cloud.contactcenterinsights.v1.InitializeEncryptionSpecMetadata` is changed ([cfb62c9](https://github.com/googleapis/google-cloud-python/commit/cfb62c9e959df32d30f6e66561164951f3d5c1ad))
22+
* A comment for message `EncryptionSpec` is changed ([cfb62c9](https://github.com/googleapis/google-cloud-python/commit/cfb62c9e959df32d30f6e66561164951f3d5c1ad))
23+
* A comment for method `InitializeEncryptionSpec` in service `ContactCenterInsights` is changed ([cfb62c9](https://github.com/googleapis/google-cloud-python/commit/cfb62c9e959df32d30f6e66561164951f3d5c1ad))
24+
325
## [1.19.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-contact-center-insights-v1.19.0...google-cloud-contact-center-insights-v1.19.1) (2024-10-31)
426

527

packages/google-cloud-contact-center-insights/google/cloud/contact_center_insights/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "1.20.0" # {x-release-please-version}

packages/google-cloud-contact-center-insights/google/cloud/contact_center_insights_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "1.20.0" # {x-release-please-version}

packages/google-cloud-contact-center-insights/samples/generated_samples/snippet_metadata_google.cloud.contactcenterinsights.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-contact-center-insights",
11-
"version": "0.1.0"
11+
"version": "1.20.0"
1212
},
1313
"snippets": [
1414
{

packages/google-cloud-dataplex/CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,44 @@
11
# Changelog
22

3+
## [2.4.0](https://github.com/googleapis/google-cloud-python/compare/google-cloud-dataplex-v2.3.1...google-cloud-dataplex-v2.4.0) (2024-11-15)
4+
5+
6+
### Features
7+
8+
* A new enum `TableType` is added ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
9+
* A new field `datascan_id` is added to message `.google.cloud.dataplex.v1.DiscoveryEvent` ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
10+
* A new field `suspended` is added to DataScans ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
11+
* A new field `table` is added to message `.google.cloud.dataplex.v1.DiscoveryEvent` ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
12+
* A new message `TableDetails` is added ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
13+
* Add a DATA_DISCOVERY enum type in DataScanEvent ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
14+
* Add a DataDiscoveryAppliedConfigs message ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
15+
* Add a TABLE_DELETED field in DiscoveryEvent ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
16+
* Add a TABLE_IGNORED field in DiscoveryEvent ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
17+
* Add a TABLE_PUBLISHED field in DiscoveryEvent ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
18+
* Add a TABLE_UPDATED field in DiscoveryEvent ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
19+
* Add an Issue field to DiscoveryEvent.ActionDetails to output the action message in Cloud Logs ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
20+
* add annotations in CreateMetadataJob, GetMetadataJob, ListMetaDataJobs and CancelMetadataJob for cloud audit logging ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
21+
* Add data_version field to AspectSource ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
22+
* Add new Data Discovery scan type in Datascan ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
23+
* expose create time in DataScanJobAPI ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
24+
* expose create time to customers ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
25+
* release metadata export in private preview ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
26+
* release MetadataJob APIs and related resources in GA ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
27+
28+
29+
### Documentation
30+
31+
* A comment for message `DataScanEvent` is changed ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
32+
* Add comment for field `status` in message `.google.cloud.dataplex.v1.MetadataJob` ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
33+
* Add comment for field `type` in message `.google.cloud.dataplex.v1.MetadataJob` ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
34+
* Add Identifier for `name` in message `.google.cloud.dataplex.v1.MetadataJob` ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
35+
* add info about schema changes for BigQuery metadata in Dataplex Catalog ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
36+
* Add link to fully qualified names documentation ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
37+
* correct API documentation ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
38+
* correct the dimensions for data quality rules ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
39+
* Dataplex Tasks do not support Dataplex Content path as a direct input anymore ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
40+
* Scrub descriptions for standalone discovery scans ([fffe7a5](https://github.com/googleapis/google-cloud-python/commit/fffe7a51c3b295e668426e103d523294787dff89))
41+
342
## [2.3.1](https://github.com/googleapis/google-cloud-python/compare/google-cloud-dataplex-v2.3.0...google-cloud-dataplex-v2.3.1) (2024-10-31)
443

544

packages/google-cloud-dataplex/google/cloud/dataplex/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "2.4.0" # {x-release-please-version}

packages/google-cloud-dataplex/google/cloud/dataplex_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.0.0" # {x-release-please-version}
16+
__version__ = "2.4.0" # {x-release-please-version}

packages/google-cloud-dataplex/samples/generated_samples/snippet_metadata_google.cloud.dataplex.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-dataplex",
11-
"version": "0.1.0"
11+
"version": "2.4.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)