Skip to content

Commit

Permalink
docs: [bigquery-datatransfer] add a note to the CreateTransferConfigR…
Browse files Browse the repository at this point in the history
…equest and UpdateTransferConfigRequest to disable restricting service account usage (#5657)

* docs: add a note to the CreateTransferConfigRequest and UpdateTransferConfigRequest to disable restricting service account usage

PiperOrigin-RevId: 670851613

Source-Link: googleapis/googleapis@c13cea2

Source-Link: googleapis/googleapis-gen@1f2c334
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJpZ3F1ZXJ5LWRhdGF0cmFuc2Zlci8uT3dsQm90LnlhbWwiLCJoIjoiMWYyYzMzNGVmNWJhYzJkNGEyMDI3NzU5ZTAzYjFlZWJhNDI2ZjBmMiJ9

* 🦉 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 Sep 4, 2024
1 parent de5b8c0 commit 75e89ab
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,11 @@ message ListDataSourcesResponse {
// associated with the user id corresponding to the authorization info.
// Otherwise, the transfer configuration will be associated with the calling
// user.
//
// When using a cross project service account for creating a transfer config,
// you must enable cross project service account usage. For more information,
// see [Disable attachment of service accounts to resources in other
// projects](https://cloud.google.com/resource-manager/docs/organization-policy/restricting-service-accounts#disable_cross_project_service_accounts).
message CreateTransferConfigRequest {
// Required. The BigQuery project id where the transfer configuration should
// be created. Must be in the format
Expand Down Expand Up @@ -563,6 +568,11 @@ message CreateTransferConfigRequest {

// A request to update a transfer configuration. To update the user id of the
// transfer configuration, authorization info needs to be provided.
//
// When using a cross project service account for updating a transfer config,
// you must enable cross project service account usage. For more information,
// see [Disable attachment of service accounts to resources in other
// projects](https://cloud.google.com/resource-manager/docs/organization-policy/restricting-service-accounts#disable_cross_project_service_accounts).
message UpdateTransferConfigRequest {
// Required. Data transfer configuration to create.
TransferConfig transfer_config = 1 [(google.api.field_behavior) = REQUIRED];
Expand Down

0 comments on commit 75e89ab

Please sign in to comment.