From c3effe4f13b5c0342c98b79128ce8fb9bfd8e635 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 13:49:19 -0400 Subject: [PATCH] chore: use gapic-generator-python 1.0.0 (#91) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: use gapic-generator-python 1.0.0 PiperOrigin-RevId: 451250442 Source-Link: https://github.com/googleapis/googleapis/commit/cca5e8181f6442b134e8d4d206fbe9e0e74684ba Source-Link: https://github.com/googleapis/googleapis-gen/commit/0b219da161a8bdcc3c6f7b2efcd82105182a30ca Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGIyMTlkYTE2MWE4YmRjYzNjNmY3YjJlZmNkODIxMDUxODJhMzBjYSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- .../google/cloud/bigquery_logging_v1/types/audit_data.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/google-cloud-bigquery-logging/google/cloud/bigquery_logging_v1/types/audit_data.py b/packages/google-cloud-bigquery-logging/google/cloud/bigquery_logging_v1/types/audit_data.py index be2152dcc0ab..281c19a33cc0 100644 --- a/packages/google-cloud-bigquery-logging/google/cloud/bigquery_logging_v1/types/audit_data.py +++ b/packages/google-cloud-bigquery-logging/google/cloud/bigquery_logging_v1/types/audit_data.py @@ -730,7 +730,7 @@ class TableInfo(proto.Message): A long description, perhaps several paragraphs, describing the table contents in detail. - labels (Sequence[google.cloud.bigquery_logging_v1.types.TableInfo.LabelsEntry]): + labels (Mapping[str, str]): Labels provided for the table. """ @@ -829,7 +829,7 @@ class DatasetInfo(proto.Message): A long description, perhaps several paragraphs, describing the dataset contents in detail. - labels (Sequence[google.cloud.bigquery_logging_v1.types.DatasetInfo.LabelsEntry]): + labels (Mapping[str, str]): Labels provided for the dataset. """ @@ -980,7 +980,7 @@ class JobConfiguration(proto.Message): dry_run (bool): If true, don't actually run the job. Just check that it would run. - labels (Sequence[google.cloud.bigquery_logging_v1.types.JobConfiguration.LabelsEntry]): + labels (Mapping[str, str]): Labels provided for the job. """