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
Copy file name to clipboardExpand all lines: java-storage-transfer/google-cloud-storage-transfer/src/main/java/com/google/storagetransfer/v1/proto/StorageTransferServiceSettings.java
+17-2Lines changed: 17 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -58,8 +58,11 @@
58
58
* <p>For example, to set the total timeout of getGoogleServiceAccount to 30 seconds:
59
59
*
60
60
* <pre>{@code
61
-
* // This snippet has been automatically generated for illustrative purposes only.
62
-
* // It may require modifications to work in your environment.
61
+
* // This snippet has been automatically generated and should be regarded as a code template only.
62
+
* // It will require modifications to work:
63
+
* // - It may require correct/in-range values for request initialization.
64
+
* // - It may require specifying regional endpoints when creating the service client as shown in
Copy file name to clipboardExpand all lines: java-storage-transfer/google-cloud-storage-transfer/src/main/java/com/google/storagetransfer/v1/proto/gapic_metadata.json
Copy file name to clipboardExpand all lines: java-storage-transfer/google-cloud-storage-transfer/src/main/java/com/google/storagetransfer/v1/proto/package-info.java
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,11 @@
27
27
* <p>Sample for StorageTransferServiceClient:
28
28
*
29
29
* <pre>{@code
30
-
* // This snippet has been automatically generated for illustrative purposes only.
31
-
* // It may require modifications to work in your environment.
30
+
* // This snippet has been automatically generated and should be regarded as a code template only.
31
+
* // It will require modifications to work:
32
+
* // - It may require correct/in-range values for request initialization.
33
+
* // - It may require specifying regional endpoints when creating the service client as shown in
Copy file name to clipboardExpand all lines: java-storage-transfer/google-cloud-storage-transfer/src/main/java/com/google/storagetransfer/v1/proto/stub/GrpcStorageTransferServiceStub.java
+35Lines changed: 35 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,18 @@ public class GrpcStorageTransferServiceStub extends StorageTransferServiceStub {
Copy file name to clipboardExpand all lines: java-storage-transfer/google-cloud-storage-transfer/src/main/java/com/google/storagetransfer/v1/proto/stub/HttpJsonStorageTransferServiceStub.java
+61-7Lines changed: 61 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ public class HttpJsonStorageTransferServiceStub extends StorageTransferServiceSt
Copy file name to clipboardExpand all lines: java-storage-transfer/google-cloud-storage-transfer/src/main/java/com/google/storagetransfer/v1/proto/stub/StorageTransferServiceStub.java
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,10 @@ public UnaryCallable<TransferProto.RunTransferJobRequest, Operation> runTransfer
0 commit comments