You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: java-storage-transfer/google-cloud-storage-transfer/src/main/java/com/google/storagetransfer/v1/proto/StorageTransferServiceClient.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -709,9 +709,9 @@ public final void resumeTransferOperation(TransferProto.ResumeTransferOperationR
709
709
710
710
// AUTO-GENERATED DOCUMENTATION AND METHOD.
711
711
/**
712
-
* Attempts to start a new TransferOperation for the current TransferJob. A TransferJob has a
713
-
* maximum of one active TransferOperation. If this method is called while a TransferOperation is
714
-
* active, an error will be returned.
712
+
* Starts a new operation for the specified transfer job. A `TransferJob` has a maximum of one
713
+
* active `TransferOperation`. If this method is called while a `TransferOperation` is active, an
714
+
* error is returned.
715
715
*
716
716
* <p>Sample code:
717
717
*
@@ -742,9 +742,9 @@ public final OperationFuture<Empty, TransferTypes.TransferOperation> runTransfer
742
742
743
743
// AUTO-GENERATED DOCUMENTATION AND METHOD.
744
744
/**
745
-
* Attempts to start a new TransferOperation for the current TransferJob. A TransferJob has a
746
-
* maximum of one active TransferOperation. If this method is called while a TransferOperation is
747
-
* active, an error will be returned.
745
+
* Starts a new operation for the specified transfer job. A `TransferJob` has a maximum of one
746
+
* active `TransferOperation`. If this method is called while a `TransferOperation` is active, an
747
+
* error is returned.
748
748
*
749
749
* <p>Sample code:
750
750
*
@@ -776,9 +776,9 @@ public final OperationFuture<Empty, TransferTypes.TransferOperation> runTransfer
776
776
777
777
// AUTO-GENERATED DOCUMENTATION AND METHOD.
778
778
/**
779
-
* Attempts to start a new TransferOperation for the current TransferJob. A TransferJob has a
780
-
* maximum of one active TransferOperation. If this method is called while a TransferOperation is
781
-
* active, an error will be returned.
779
+
* Starts a new operation for the specified transfer job. A `TransferJob` has a maximum of one
780
+
* active `TransferOperation`. If this method is called while a `TransferOperation` is active, an
Copy file name to clipboardExpand all lines: java-storage-transfer/google-cloud-storage-transfer/src/test/java/com/google/storagetransfer/v1/proto/StorageTransferServiceClientHttpJsonTest.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,7 @@ public void createTransferJobTest() throws Exception {
Copy file name to clipboardExpand all lines: java-storage-transfer/google-cloud-storage-transfer/src/test/java/com/google/storagetransfer/v1/proto/StorageTransferServiceClientTest.java
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,7 @@ public void createTransferJobTest() throws Exception {
Copy file name to clipboardExpand all lines: java-storage-transfer/grpc-google-cloud-storage-transfer-v1/src/main/java/com/google/storagetransfer/v1/proto/StorageTransferServiceGrpc.java
0 commit comments