Skip to content

Commit c4918f0

Browse files
1 parent fe30386 commit c4918f0

File tree

5 files changed

+21
-21
lines changed

5 files changed

+21
-21
lines changed

clients/google-api-services-storagetransfer/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-storagetransfer</artifactId>
25-
<version>v1-rev20241005-2.0.0</version>
25+
<version>v1-rev20250208-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-storagetransfer:v1-rev20241005-2.0.0'
38+
implementation 'com.google.apis:google-api-services-storagetransfer:v1-rev20250208-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-storagetransfer/v1/2.0.0/com/google/api/services/storagetransfer/v1/model/Schedule.java

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ public final class Schedule extends com.google.api.client.json.GenericJson {
3333
* The time in UTC that no further transfer operations are scheduled. Combined with
3434
* schedule_end_date, `end_time_of_day` specifies the end date and time for starting new transfer
3535
* 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.
4040
* The value may be {@code null}.
4141
*/
4242
@com.google.api.client.util.Key
@@ -91,10 +91,10 @@ public final class Schedule extends com.google.api.client.json.GenericJson {
9191
* The time in UTC that no further transfer operations are scheduled. Combined with
9292
* schedule_end_date, `end_time_of_day` specifies the end date and time for starting new transfer
9393
* 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.
9898
* @return value or {@code null} for none
9999
*/
100100
public TimeOfDay getEndTimeOfDay() {
@@ -105,10 +105,10 @@ public TimeOfDay getEndTimeOfDay() {
105105
* The time in UTC that no further transfer operations are scheduled. Combined with
106106
* schedule_end_date, `end_time_of_day` specifies the end date and time for starting new transfer
107107
* 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.
112112
* @param endTimeOfDay endTimeOfDay or {@code null} for none
113113
*/
114114
public Schedule setEndTimeOfDay(TimeOfDay endTimeOfDay) {

clients/google-api-services-storagetransfer/v1/2.0.0/com/google/api/services/storagetransfer/v1/model/TransferOptions.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public final class TransferOptions extends com.google.api.client.json.GenericJso
5454

5555
/**
5656
* 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
5858
* matches an object in the source are overwritten with the source object.
5959
* The value may be {@code null}.
6060
*/
@@ -126,7 +126,7 @@ public TransferOptions setMetadataOptions(MetadataOptions metadataOptions) {
126126

127127
/**
128128
* 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
130130
* matches an object in the source are overwritten with the source object.
131131
* @return value or {@code null} for none
132132
*/
@@ -136,7 +136,7 @@ public java.lang.Boolean getOverwriteObjectsAlreadyExistingInSink() {
136136

137137
/**
138138
* 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
140140
* matches an object in the source are overwritten with the source object.
141141
* @param overwriteObjectsAlreadyExistingInSink overwriteObjectsAlreadyExistingInSink or {@code null} for none
142142
*/

clients/google-api-services-storagetransfer/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-storagetransfer</artifactId>
11-
<version>v1-rev20241005-2.0.0</version>
12-
<name>Storage Transfer API v1-rev20241005-2.0.0</name>
11+
<version>v1-rev20250208-2.0.0</version>
12+
<name>Storage Transfer API v1-rev20250208-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-storagetransfer/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-storagetransfer</artifactId>
25-
<version>v1-rev20241005-2.0.0</version>
25+
<version>v1-rev20250208-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-storagetransfer:v1-rev20241005-2.0.0'
38+
implementation 'com.google.apis:google-api-services-storagetransfer:v1-rev20250208-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)