Skip to content

Commit

Permalink
feat(dataplex): new service DataTaxonomyService and related messages (#…
Browse files Browse the repository at this point in the history
…8320)

- [ ] Regenerate this pull request now.

feat: DataProfileSpec message with DataProfileScan related settings
feat: added TopNValue.ratio
feat: added DataQualitySpec.sampling_percent, row_filter
feat: added DataQualityRule.name, description
feat: added ListDataScanJobsRequest.filter to filter ListDataScanJob results
feat: added JobEvent.execution_trigger
feat: added DataScanEvent.data_profile_configs, data_quality_configs, post_scan_actions_result
feat: added RunTaskRequest.labels, args
feat: added Job.labels, trigger, execution_spec

PiperOrigin-RevId: 550722409

Source-Link: https://togithub.com/googleapis/googleapis/commit/eb16ce42d4078d73ab41340ec71407eba1d86ec3

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/6dbf8031492cbf276c153d24702848489dd8412d
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNmRiZjgwMzE0OTJjYmYyNzZjMTUzZDI0NzAyODQ4NDg5ZGQ4NDEyZCJ9
BEGIN_NESTED_COMMIT
docs(cloudtasks): minor formatting
PiperOrigin-RevId: 550624166

Source-Link: https://togithub.com/googleapis/googleapis/commit/ff73e5d3aa1edc9c51c804b736ddcb70020e2854

Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/7254cdd571ec30b781b8b07550bd028e28690781
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzI1NGNkZDU3MWVjMzBiNzgxYjhiMDc1NTBiZDAyOGUyODY5MDc4MSJ9
END_NESTED_COMMIT
  • Loading branch information
gcf-owl-bot[bot] committed Jul 25, 2023
1 parent 33226bd commit cdee2d9
Show file tree
Hide file tree
Showing 97 changed files with 16,467 additions and 1,711 deletions.
1 change: 1 addition & 0 deletions .release-please-manifest-submodules.json
Expand Up @@ -26,6 +26,7 @@
"cloudbuild": "1.12.0",
"clouddms": "1.6.1",
"cloudtasks": "1.12.0",
"commerce": "0.0.0",
"compute": "1.22.0",
"compute/metadata": "0.2.3",
"confidentialcomputing": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion cloudtasks/apiv2beta3/cloudtaskspb/target.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions commerce/CHANGES.md
@@ -0,0 +1 @@
# Changes
44 changes: 44 additions & 0 deletions commerce/README.md
@@ -0,0 +1,44 @@
# Cloud Commerce Consumer Procurement API

[![Go Reference](https://pkg.go.dev/badge/cloud.google.com/go/commerce.svg)](https://pkg.go.dev/cloud.google.com/go/commerce)

Go Client Library for Cloud Commerce Consumer Procurement API.

## Install

```bash
go get cloud.google.com/go/commerce
```

## Stability

The stability of this module is indicated by SemVer.

However, a `v1+` module may have breaking changes in two scenarios:

* Packages with `alpha` or `beta` in the import path
* The GoDoc has an explicit stability disclaimer (for example, for an experimental feature).

## Google Cloud Samples

To browse ready to use code samples check [Google Cloud Samples](https://cloud.google.com/docs/samples?l=go).

## Go Version Support

See the [Go Versions Supported](https://github.com/googleapis/google-cloud-go#go-versions-supported)
section in the root directory's README.

## Authorization

See the [Authorization](https://github.com/googleapis/google-cloud-go#authorization)
section in the root directory's README.

## Contributing

Contributions are welcome. Please, see the [CONTRIBUTING](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/main/CONTRIBUTING.md)
document for details.

Please note that this project is released with a Contributor Code of Conduct.
By participating in this project you agree to abide by its terms. See
[Contributor Code of Conduct](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/main/CONTRIBUTING.md#contributor-code-of-conduct)
for more information.

0 comments on commit cdee2d9

Please sign in to comment.