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

PiperOrigin-RevId: 564447630
  • Loading branch information
Google APIs authored and Copybara-Service committed Sep 11, 2023
1 parent babab51 commit ca42ab6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions google/cloud/bigquery/datatransfer/v1/transfer.proto
Expand Up @@ -118,9 +118,10 @@ message TransferConfig {
};

// 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
// Transfer config 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.
string name = 1;
Expand Down

0 comments on commit ca42ab6

Please sign in to comment.