Skip to content

Commit ca42ab6

Browse files
Google APIscopybara-github
authored andcommitted
docs: Update transferConfig.name description to indicate that it supports both formats
PiperOrigin-RevId: 564447630
1 parent babab51 commit ca42ab6

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

google/cloud/bigquery/datatransfer/v1/transfer.proto

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,10 @@ message TransferConfig {
118118
};
119119

120120
// The resource name of the transfer config.
121-
// Transfer config names have the form
122-
// `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`.
123-
// Where `config_id` is usually a uuid, even though it is not
121+
// Transfer config names have the form either
122+
// `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
123+
// `projects/{project_id}/transferConfigs/{config_id}`,
124+
// where `config_id` is usually a UUID, even though it is not
124125
// guaranteed or required. The name is ignored when creating a transfer
125126
// config.
126127
string name = 1;

0 commit comments

Comments
 (0)