Skip to content

Commit

Permalink
chore: use gapic-generator-python 1.0.0 (#91)
Browse files Browse the repository at this point in the history
* chore: use gapic-generator-python 1.0.0

PiperOrigin-RevId: 451250442

Source-Link: googleapis/googleapis@cca5e81

Source-Link: googleapis/googleapis-gen@0b219da
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 <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored May 30, 2022
1 parent befaa17 commit c3effe4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""

Expand Down Expand Up @@ -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.
"""

Expand Down Expand Up @@ -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.
"""

Expand Down

0 comments on commit c3effe4

Please sign in to comment.