Skip to content

Commit f2987f7

Browse files
1 parent be53473 commit f2987f7

File tree

5 files changed

+42
-42
lines changed

5 files changed

+42
-42
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-rev20250523-2.0.0</version>
25+
<version>v1-rev20250801-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-rev20250523-2.0.0'
38+
implementation 'com.google.apis:google-api-services-storagetransfer:v1-rev20250801-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,30 +30,30 @@
3030
public final class ErrorLogEntry extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* A list of messages that carry the error details.
33+
* Optional. A list of messages that carry the error details.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private java.util.List<java.lang.String> errorDetails;
3838

3939
/**
40-
* Required. A URL that refers to the target (a data source, a data sink, or an object) with which
41-
* the error is associated.
40+
* Output only. A URL that refers to the target (a data source, a data sink, or an object) with
41+
* which the error is associated.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
4545
private java.lang.String url;
4646

4747
/**
48-
* A list of messages that carry the error details.
48+
* Optional. A list of messages that carry the error details.
4949
* @return value or {@code null} for none
5050
*/
5151
public java.util.List<java.lang.String> getErrorDetails() {
5252
return errorDetails;
5353
}
5454

5555
/**
56-
* A list of messages that carry the error details.
56+
* Optional. A list of messages that carry the error details.
5757
* @param errorDetails errorDetails or {@code null} for none
5858
*/
5959
public ErrorLogEntry setErrorDetails(java.util.List<java.lang.String> errorDetails) {
@@ -62,17 +62,17 @@ public ErrorLogEntry setErrorDetails(java.util.List<java.lang.String> errorDetai
6262
}
6363

6464
/**
65-
* Required. A URL that refers to the target (a data source, a data sink, or an object) with which
66-
* the error is associated.
65+
* Output only. A URL that refers to the target (a data source, a data sink, or an object) with
66+
* which the error is associated.
6767
* @return value or {@code null} for none
6868
*/
6969
public java.lang.String getUrl() {
7070
return url;
7171
}
7272

7373
/**
74-
* Required. A URL that refers to the target (a data source, a data sink, or an object) with which
75-
* the error is associated.
74+
* Output only. A URL that refers to the target (a data source, a data sink, or an object) with
75+
* which the error is associated.
7676
* @param url url or {@code null} for none
7777
*/
7878
public ErrorLogEntry setUrl(java.lang.String url) {

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

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -30,35 +30,35 @@
3030
public final class TransferSpec extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* An AWS S3 compatible data source.
33+
* Optional. An AWS S3 compatible data source.
3434
* The value may be {@code null}.
3535
*/
3636
@com.google.api.client.util.Key
3737
private AwsS3CompatibleData awsS3CompatibleDataSource;
3838

3939
/**
40-
* An AWS S3 data source.
40+
* Optional. An AWS S3 data source.
4141
* The value may be {@code null}.
4242
*/
4343
@com.google.api.client.util.Key
4444
private AwsS3Data awsS3DataSource;
4545

4646
/**
47-
* An Azure Blob Storage data source.
47+
* Optional. An Azure Blob Storage data source.
4848
* The value may be {@code null}.
4949
*/
5050
@com.google.api.client.util.Key
5151
private AzureBlobStorageData azureBlobStorageDataSource;
5252

5353
/**
54-
* A Cloud Storage data sink.
54+
* Optional. A Cloud Storage data sink.
5555
* The value may be {@code null}.
5656
*/
5757
@com.google.api.client.util.Key
5858
private GcsData gcsDataSink;
5959

6060
/**
61-
* A Cloud Storage data source.
61+
* Optional. A Cloud Storage data source.
6262
* The value may be {@code null}.
6363
*/
6464
@com.google.api.client.util.Key
@@ -74,14 +74,14 @@ public final class TransferSpec extends com.google.api.client.json.GenericJson {
7474
private GcsData gcsIntermediateDataLocation;
7575

7676
/**
77-
* An HDFS cluster data source.
77+
* Optional. An HDFS cluster data source.
7878
* The value may be {@code null}.
7979
*/
8080
@com.google.api.client.util.Key
8181
private HdfsData hdfsDataSource;
8282

8383
/**
84-
* An HTTP URL data source.
84+
* Optional. An HTTP URL data source.
8585
* The value may be {@code null}.
8686
*/
8787
@com.google.api.client.util.Key
@@ -97,14 +97,14 @@ public final class TransferSpec extends com.google.api.client.json.GenericJson {
9797
private ObjectConditions objectConditions;
9898

9999
/**
100-
* A POSIX Filesystem data sink.
100+
* Optional. A POSIX Filesystem data sink.
101101
* The value may be {@code null}.
102102
*/
103103
@com.google.api.client.util.Key
104104
private PosixFilesystem posixDataSink;
105105

106106
/**
107-
* A POSIX Filesystem data source.
107+
* Optional. A POSIX Filesystem data source.
108108
* The value may be {@code null}.
109109
*/
110110
@com.google.api.client.util.Key
@@ -144,15 +144,15 @@ public final class TransferSpec extends com.google.api.client.json.GenericJson {
144144
private TransferOptions transferOptions;
145145

146146
/**
147-
* An AWS S3 compatible data source.
147+
* Optional. An AWS S3 compatible data source.
148148
* @return value or {@code null} for none
149149
*/
150150
public AwsS3CompatibleData getAwsS3CompatibleDataSource() {
151151
return awsS3CompatibleDataSource;
152152
}
153153

154154
/**
155-
* An AWS S3 compatible data source.
155+
* Optional. An AWS S3 compatible data source.
156156
* @param awsS3CompatibleDataSource awsS3CompatibleDataSource or {@code null} for none
157157
*/
158158
public TransferSpec setAwsS3CompatibleDataSource(AwsS3CompatibleData awsS3CompatibleDataSource) {
@@ -161,15 +161,15 @@ public TransferSpec setAwsS3CompatibleDataSource(AwsS3CompatibleData awsS3Compat
161161
}
162162

163163
/**
164-
* An AWS S3 data source.
164+
* Optional. An AWS S3 data source.
165165
* @return value or {@code null} for none
166166
*/
167167
public AwsS3Data getAwsS3DataSource() {
168168
return awsS3DataSource;
169169
}
170170

171171
/**
172-
* An AWS S3 data source.
172+
* Optional. An AWS S3 data source.
173173
* @param awsS3DataSource awsS3DataSource or {@code null} for none
174174
*/
175175
public TransferSpec setAwsS3DataSource(AwsS3Data awsS3DataSource) {
@@ -178,15 +178,15 @@ public TransferSpec setAwsS3DataSource(AwsS3Data awsS3DataSource) {
178178
}
179179

180180
/**
181-
* An Azure Blob Storage data source.
181+
* Optional. An Azure Blob Storage data source.
182182
* @return value or {@code null} for none
183183
*/
184184
public AzureBlobStorageData getAzureBlobStorageDataSource() {
185185
return azureBlobStorageDataSource;
186186
}
187187

188188
/**
189-
* An Azure Blob Storage data source.
189+
* Optional. An Azure Blob Storage data source.
190190
* @param azureBlobStorageDataSource azureBlobStorageDataSource or {@code null} for none
191191
*/
192192
public TransferSpec setAzureBlobStorageDataSource(AzureBlobStorageData azureBlobStorageDataSource) {
@@ -195,15 +195,15 @@ public TransferSpec setAzureBlobStorageDataSource(AzureBlobStorageData azureBlob
195195
}
196196

197197
/**
198-
* A Cloud Storage data sink.
198+
* Optional. A Cloud Storage data sink.
199199
* @return value or {@code null} for none
200200
*/
201201
public GcsData getGcsDataSink() {
202202
return gcsDataSink;
203203
}
204204

205205
/**
206-
* A Cloud Storage data sink.
206+
* Optional. A Cloud Storage data sink.
207207
* @param gcsDataSink gcsDataSink or {@code null} for none
208208
*/
209209
public TransferSpec setGcsDataSink(GcsData gcsDataSink) {
@@ -212,15 +212,15 @@ public TransferSpec setGcsDataSink(GcsData gcsDataSink) {
212212
}
213213

214214
/**
215-
* A Cloud Storage data source.
215+
* Optional. A Cloud Storage data source.
216216
* @return value or {@code null} for none
217217
*/
218218
public GcsData getGcsDataSource() {
219219
return gcsDataSource;
220220
}
221221

222222
/**
223-
* A Cloud Storage data source.
223+
* Optional. A Cloud Storage data source.
224224
* @param gcsDataSource gcsDataSource or {@code null} for none
225225
*/
226226
public TransferSpec setGcsDataSource(GcsData gcsDataSource) {
@@ -250,15 +250,15 @@ public TransferSpec setGcsIntermediateDataLocation(GcsData gcsIntermediateDataLo
250250
}
251251

252252
/**
253-
* An HDFS cluster data source.
253+
* Optional. An HDFS cluster data source.
254254
* @return value or {@code null} for none
255255
*/
256256
public HdfsData getHdfsDataSource() {
257257
return hdfsDataSource;
258258
}
259259

260260
/**
261-
* An HDFS cluster data source.
261+
* Optional. An HDFS cluster data source.
262262
* @param hdfsDataSource hdfsDataSource or {@code null} for none
263263
*/
264264
public TransferSpec setHdfsDataSource(HdfsData hdfsDataSource) {
@@ -267,15 +267,15 @@ public TransferSpec setHdfsDataSource(HdfsData hdfsDataSource) {
267267
}
268268

269269
/**
270-
* An HTTP URL data source.
270+
* Optional. An HTTP URL data source.
271271
* @return value or {@code null} for none
272272
*/
273273
public HttpData getHttpDataSource() {
274274
return httpDataSource;
275275
}
276276

277277
/**
278-
* An HTTP URL data source.
278+
* Optional. An HTTP URL data source.
279279
* @param httpDataSource httpDataSource or {@code null} for none
280280
*/
281281
public TransferSpec setHttpDataSource(HttpData httpDataSource) {
@@ -305,15 +305,15 @@ public TransferSpec setObjectConditions(ObjectConditions objectConditions) {
305305
}
306306

307307
/**
308-
* A POSIX Filesystem data sink.
308+
* Optional. A POSIX Filesystem data sink.
309309
* @return value or {@code null} for none
310310
*/
311311
public PosixFilesystem getPosixDataSink() {
312312
return posixDataSink;
313313
}
314314

315315
/**
316-
* A POSIX Filesystem data sink.
316+
* Optional. A POSIX Filesystem data sink.
317317
* @param posixDataSink posixDataSink or {@code null} for none
318318
*/
319319
public TransferSpec setPosixDataSink(PosixFilesystem posixDataSink) {
@@ -322,15 +322,15 @@ public TransferSpec setPosixDataSink(PosixFilesystem posixDataSink) {
322322
}
323323

324324
/**
325-
* A POSIX Filesystem data source.
325+
* Optional. A POSIX Filesystem data source.
326326
* @return value or {@code null} for none
327327
*/
328328
public PosixFilesystem getPosixDataSource() {
329329
return posixDataSource;
330330
}
331331

332332
/**
333-
* A POSIX Filesystem data source.
333+
* Optional. A POSIX Filesystem data source.
334334
* @param posixDataSource posixDataSource or {@code null} for none
335335
*/
336336
public TransferSpec setPosixDataSource(PosixFilesystem posixDataSource) {

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-rev20250523-2.0.0</version>
12-
<name>Storage Transfer API v1-rev20250523-2.0.0</name>
11+
<version>v1-rev20250801-2.0.0</version>
12+
<name>Storage Transfer API v1-rev20250801-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-rev20250523-2.0.0</version>
25+
<version>v1-rev20250801-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-rev20250523-2.0.0'
38+
implementation 'com.google.apis:google-api-services-storagetransfer:v1-rev20250801-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)