Skip to content

Commit

Permalink
chore: Update gapic-generator-python to v1.11.3 (#493)
Browse files Browse the repository at this point in the history
* chore: Update gapic-generator-python to v1.11.3

PiperOrigin-RevId: 546899192

Source-Link: googleapis/googleapis@e6b1691

Source-Link: googleapis/googleapis-gen@0b3917c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMGIzOTE3YzQyMWNiZGE3ZmNiNjcwOTJlMTZjMzNmM2VhNDZmNGJjNyJ9

* 🦉 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 Jul 10, 2023
1 parent cb6244d commit 4575dbd
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ class ExportDataOutputInfo(proto.Message):
This field is a member of `oneof`_ ``output_location``.
bigquery_output_dataset (str):
The path of the BigQuery dataset created, in
bq://projectId.bqDatasetId format, into which
the exported data is written.
bq://projectId.bqDatasetId
format, into which the exported data is written.
This field is a member of `oneof`_ ``output_location``.
"""
Expand Down Expand Up @@ -289,8 +289,9 @@ class BatchPredictOutputInfo(proto.Message):
This field is a member of `oneof`_ ``output_location``.
bigquery_output_dataset (str):
The path of the BigQuery dataset created, in
bq://projectId.bqDatasetId format, into which
the prediction output is written.
bq://projectId.bqDatasetId
format, into which the prediction output is
written.
This field is a member of `oneof`_ ``output_location``.
"""
Expand Down Expand Up @@ -369,9 +370,9 @@ class ExportEvaluatedExamplesOutputInfo(proto.Message):
Attributes:
bigquery_output_dataset (str):
The path of the BigQuery dataset created, in
bq://projectId.bqDatasetId format, into which
the output of export evaluated examples is
written.
bq://projectId.bqDatasetId
format, into which the output of export
evaluated examples is written.
"""

bigquery_output_dataset: str = proto.Field(
Expand Down

0 comments on commit 4575dbd

Please sign in to comment.