diff --git a/storage-transfer/src/test/java/com/google/cloud/storage/storagetransfer/samples/test/util/TransferJobUtils.java b/storage-transfer/src/test/java/com/google/cloud/storage/storagetransfer/samples/test/util/TransferJobUtils.java index c2fedcab472..af8b2044be9 100644 --- a/storage-transfer/src/test/java/com/google/cloud/storage/storagetransfer/samples/test/util/TransferJobUtils.java +++ b/storage-transfer/src/test/java/com/google/cloud/storage/storagetransfer/samples/test/util/TransferJobUtils.java @@ -14,6 +14,7 @@ * limitations under the License. */ +// [START storagetransfer_transfer_all] // [START all] package com.google.cloud.storage.storagetransfer.samples.test.util; @@ -68,3 +69,4 @@ public static TimeOfDay createTimeOfDay(String timeString) } } // [END all] +// [END storagetransfer_transfer_all] \ No newline at end of file