We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent babab51 commit ca42ab6Copy full SHA for ca42ab6
1 file changed
google/cloud/bigquery/datatransfer/v1/transfer.proto
@@ -118,9 +118,10 @@ message TransferConfig {
118
};
119
120
// 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
+ // Transfer config names have the form either
+ // `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
+ // `projects/{project_id}/transferConfigs/{config_id}`,
124
+ // where `config_id` is usually a UUID, even though it is not
125
// guaranteed or required. The name is ignored when creating a transfer
126
// config.
127
string name = 1;
0 commit comments