Skip to content

Commit 4575dbd

Browse files
chore: Update gapic-generator-python to v1.11.3 (#493)
* 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>
1 parent cb6244d commit 4575dbd

File tree

1 file changed

+8
-7
lines changed
  • packages/google-cloud-automl/google/cloud/automl_v1beta1/types

1 file changed

+8
-7
lines changed

packages/google-cloud-automl/google/cloud/automl_v1beta1/types/operations.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ class ExportDataOutputInfo(proto.Message):
232232
This field is a member of `oneof`_ ``output_location``.
233233
bigquery_output_dataset (str):
234234
The path of the BigQuery dataset created, in
235-
bq://projectId.bqDatasetId format, into which
236-
the exported data is written.
235+
bq://projectId.bqDatasetId
236+
format, into which the exported data is written.
237237
238238
This field is a member of `oneof`_ ``output_location``.
239239
"""
@@ -289,8 +289,9 @@ class BatchPredictOutputInfo(proto.Message):
289289
This field is a member of `oneof`_ ``output_location``.
290290
bigquery_output_dataset (str):
291291
The path of the BigQuery dataset created, in
292-
bq://projectId.bqDatasetId format, into which
293-
the prediction output is written.
292+
bq://projectId.bqDatasetId
293+
format, into which the prediction output is
294+
written.
294295
295296
This field is a member of `oneof`_ ``output_location``.
296297
"""
@@ -369,9 +370,9 @@ class ExportEvaluatedExamplesOutputInfo(proto.Message):
369370
Attributes:
370371
bigquery_output_dataset (str):
371372
The path of the BigQuery dataset created, in
372-
bq://projectId.bqDatasetId format, into which
373-
the output of export evaluated examples is
374-
written.
373+
bq://projectId.bqDatasetId
374+
format, into which the output of export
375+
evaluated examples is written.
375376
"""
376377

377378
bigquery_output_dataset: str = proto.Field(

0 commit comments

Comments
 (0)