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/model/Schedule.java
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -33,10 +33,10 @@ public final class Schedule extends com.google.api.client.json.GenericJson {
33
33
* The time in UTC that no further transfer operations are scheduled. Combined with
34
34
* schedule_end_date, `end_time_of_day` specifies the end date and time for starting new transfer
35
35
* operations. This field must be greater than or equal to the timestamp corresponding to the
36
-
* combintation of schedule_start_date and start_time_of_day, and is subject to the following: *
37
-
* If `end_time_of_day` is not set and `schedule_end_date` is set, then a default value of
38
-
* `23:59:59` is used for `end_time_of_day`. * If `end_time_of_day` is set and `schedule_end_date`
39
-
* is not set, then INVALID_ARGUMENT is returned.
36
+
* combination of schedule_start_date and start_time_of_day, and is subject to the following: * If
37
+
* `end_time_of_day` is not set and `schedule_end_date` is set, then a default value of `23:59:59`
38
+
* is used for `end_time_of_day`. * If `end_time_of_day` is set and `schedule_end_date` is not
39
+
* set, then INVALID_ARGUMENT is returned.
40
40
* The value may be {@code null}.
41
41
*/
42
42
@com.google.api.client.util.Key
@@ -91,10 +91,10 @@ public final class Schedule extends com.google.api.client.json.GenericJson {
91
91
* The time in UTC that no further transfer operations are scheduled. Combined with
92
92
* schedule_end_date, `end_time_of_day` specifies the end date and time for starting new transfer
93
93
* operations. This field must be greater than or equal to the timestamp corresponding to the
94
-
* combintation of schedule_start_date and start_time_of_day, and is subject to the following: *
95
-
* If `end_time_of_day` is not set and `schedule_end_date` is set, then a default value of
96
-
* `23:59:59` is used for `end_time_of_day`. * If `end_time_of_day` is set and `schedule_end_date`
97
-
* is not set, then INVALID_ARGUMENT is returned.
94
+
* combination of schedule_start_date and start_time_of_day, and is subject to the following: * If
95
+
* `end_time_of_day` is not set and `schedule_end_date` is set, then a default value of `23:59:59`
96
+
* is used for `end_time_of_day`. * If `end_time_of_day` is set and `schedule_end_date` is not
97
+
* set, then INVALID_ARGUMENT is returned.
98
98
* @return value or {@code null} for none
99
99
*/
100
100
publicTimeOfDaygetEndTimeOfDay() {
@@ -105,10 +105,10 @@ public TimeOfDay getEndTimeOfDay() {
105
105
* The time in UTC that no further transfer operations are scheduled. Combined with
106
106
* schedule_end_date, `end_time_of_day` specifies the end date and time for starting new transfer
107
107
* operations. This field must be greater than or equal to the timestamp corresponding to the
108
-
* combintation of schedule_start_date and start_time_of_day, and is subject to the following: *
109
-
* If `end_time_of_day` is not set and `schedule_end_date` is set, then a default value of
110
-
* `23:59:59` is used for `end_time_of_day`. * If `end_time_of_day` is set and `schedule_end_date`
111
-
* is not set, then INVALID_ARGUMENT is returned.
108
+
* combination of schedule_start_date and start_time_of_day, and is subject to the following: * If
109
+
* `end_time_of_day` is not set and `schedule_end_date` is set, then a default value of `23:59:59`
110
+
* is used for `end_time_of_day`. * If `end_time_of_day` is set and `schedule_end_date` is not
111
+
* set, then INVALID_ARGUMENT is returned.
112
112
* @param endTimeOfDay endTimeOfDay or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-storagetransfer/v1/2.0.0/com/google/api/services/storagetransfer/v1/model/TransferOptions.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ public final class TransferOptions extends com.google.api.client.json.GenericJso
54
54
55
55
/**
56
56
* When to overwrite objects that already exist in the sink. The default is that only objects that
57
-
* are different from the source are ovewritten. If true, all objects in the sink whose name
57
+
* are different from the source are overwritten. If true, all objects in the sink whose name
58
58
* matches an object in the source are overwritten with the source object.
59
59
* The value may be {@code null}.
60
60
*/
@@ -126,7 +126,7 @@ public TransferOptions setMetadataOptions(MetadataOptions metadataOptions) {
126
126
127
127
/**
128
128
* When to overwrite objects that already exist in the sink. The default is that only objects that
129
-
* are different from the source are ovewritten. If true, all objects in the sink whose name
129
+
* are different from the source are overwritten. If true, all objects in the sink whose name
130
130
* matches an object in the source are overwritten with the source object.
131
131
* @return value or {@code null} for none
132
132
*/
@@ -136,7 +136,7 @@ public java.lang.Boolean getOverwriteObjectsAlreadyExistingInSink() {
136
136
137
137
/**
138
138
* When to overwrite objects that already exist in the sink. The default is that only objects that
139
-
* are different from the source are ovewritten. If true, all objects in the sink whose name
139
+
* are different from the source are overwritten. If true, all objects in the sink whose name
140
140
* matches an object in the source are overwritten with the source object.
141
141
* @param overwriteObjectsAlreadyExistingInSink overwriteObjectsAlreadyExistingInSink or {@code null} for none
0 commit comments