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: clients/google-api-services-storagetransfer/v1/2.0.0/com/google/api/services/storagetransfer/v1/Storagetransfer.java
Copy file name to clipboardExpand all lines: clients/google-api-services-storagetransfer/v1/2.0.0/com/google/api/services/storagetransfer/v1/model/UpdateTransferJobRequest.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ public final class UpdateTransferJobRequest extends com.google.api.client.json.G
41
41
* description, transfer_spec, notification_config, logging_config, and status. An
42
42
* `UpdateTransferJobRequest` that specifies other fields are rejected with the error
43
43
* INVALID_ARGUMENT. Updating a job status to DELETED requires `storagetransfer.jobs.delete`
44
-
* permissions.
44
+
* permission.
45
45
* The value may be {@code null}.
46
46
*/
47
47
@com.google.api.client.util.Key
@@ -80,7 +80,7 @@ public UpdateTransferJobRequest setProjectId(java.lang.String projectId) {
80
80
* description, transfer_spec, notification_config, logging_config, and status. An
81
81
* `UpdateTransferJobRequest` that specifies other fields are rejected with the error
82
82
* INVALID_ARGUMENT. Updating a job status to DELETED requires `storagetransfer.jobs.delete`
83
-
* permissions.
83
+
* permission.
84
84
* @return value or {@code null} for none
85
85
*/
86
86
publicTransferJobgetTransferJob() {
@@ -92,7 +92,7 @@ public TransferJob getTransferJob() {
92
92
* description, transfer_spec, notification_config, logging_config, and status. An
93
93
* `UpdateTransferJobRequest` that specifies other fields are rejected with the error
94
94
* INVALID_ARGUMENT. Updating a job status to DELETED requires `storagetransfer.jobs.delete`
95
-
* permissions.
95
+
* permission.
96
96
* @param transferJob transferJob or {@code null} for none
0 commit comments