Skip to content

Commit

Permalink
docs: Update transferConfig.name description to indicate that it supp…
Browse files Browse the repository at this point in the history
…orts both formats (#494)

* docs: Minor formatting
chore: Update gapic-generator-python to v1.11.5
build: Update rules_python to 0.24.0

PiperOrigin-RevId: 563436317

Source-Link: googleapis/googleapis@42fd37b

Source-Link: googleapis/googleapis-gen@280264c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjgwMjY0Y2EwMmZiOTMxNmI0MjM3YTk2ZDBhZjFhMjM0M2E4MWE1NiJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* docs: Update transferConfig.name description to indicate that it supports both formats

PiperOrigin-RevId: 564447630

Source-Link: googleapis/googleapis@ca42ab6

Source-Link: googleapis/googleapis-gen@9433642
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTQzMzY0MjNmNDU1MjVkYjBiYTQzYjdlNGM3NWU1NWM2OWQ3YzZhMSJ9

* 🦉 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] committed Sep 13, 2023
1 parent 7d6ee55 commit 5141dc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,10 @@ class TransferConfig(proto.Message):
Attributes:
name (str):
The resource name of the transfer config. Transfer config
names have the form
``projects/{project_id}/locations/{region}/transferConfigs/{config_id}``.
Where ``config_id`` is usually a uuid, even though it is not
names have the form either
``projects/{project_id}/locations/{region}/transferConfigs/{config_id}``
or ``projects/{project_id}/transferConfigs/{config_id}``,
where ``config_id`` is usually a UUID, even though it is not
guaranteed or required. The name is ignored when creating a
transfer config.
destination_dataset_id (str):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"language": "PYTHON",
"name": "google-cloud-bigquery-datatransfer",
"version": "3.12.0"
"version": "0.1.0"
},
"snippets": [
{
Expand Down

0 comments on commit 5141dc2

Please sign in to comment.