Skip to content

Commit

Permalink
bigquery_datatransfer -> bigquerydatatransfer
Browse files Browse the repository at this point in the history
Update region tags because we are treating BigQuery Data Transfer Service as its own product in the samples tracker.
  • Loading branch information
tswast authored Mar 21, 2018
1 parent d332e2e commit ebdc07f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package com.example.bigquerydatatransfer;

// [START bigquery_datatransfer_quickstart]
// [START bigquerydatatransfer_quickstart]
// Imports the Google Cloud client library

import com.google.cloud.bigquery.datatransfer.v1.DataSource;
Expand Down Expand Up @@ -56,4 +56,4 @@ public static void main(String... args) throws Exception {
}
}
}
// [END bigquery_datatransfer_quickstart]
// [END bigquerydatatransfer_quickstart]

0 comments on commit ebdc07f

Please sign in to comment.