Skip to content

Commit 12253c7

Browse files
1 parent e7ea42b commit 12253c7

File tree

6 files changed

+84
-6
lines changed

6 files changed

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

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,14 @@ public final class AwsS3Data extends com.google.api.client.json.GenericJson {
8888
@com.google.api.client.util.Key
8989
private java.lang.String path;
9090

91+
/**
92+
* Service Directory Service to be used as the endpoint for transfers from a custom VPC. Format:
93+
* `projects/{project_id}/locations/{location}/namespaces/{namespace}/services/{service}`
94+
* The value may be {@code null}.
95+
*/
96+
@com.google.api.client.util.Key
97+
private java.lang.String privateNetworkService;
98+
9199
/**
92100
* The Amazon Resource Name (ARN) of the role to support temporary credentials via
93101
* `AssumeRoleWithWebIdentity`. For more information about ARNs, see [IAM
@@ -234,6 +242,25 @@ public AwsS3Data setPath(java.lang.String path) {
234242
return this;
235243
}
236244

245+
/**
246+
* Service Directory Service to be used as the endpoint for transfers from a custom VPC. Format:
247+
* `projects/{project_id}/locations/{location}/namespaces/{namespace}/services/{service}`
248+
* @return value or {@code null} for none
249+
*/
250+
public java.lang.String getPrivateNetworkService() {
251+
return privateNetworkService;
252+
}
253+
254+
/**
255+
* Service Directory Service to be used as the endpoint for transfers from a custom VPC. Format:
256+
* `projects/{project_id}/locations/{location}/namespaces/{namespace}/services/{service}`
257+
* @param privateNetworkService privateNetworkService or {@code null} for none
258+
*/
259+
public AwsS3Data setPrivateNetworkService(java.lang.String privateNetworkService) {
260+
this.privateNetworkService = privateNetworkService;
261+
return this;
262+
}
263+
237264
/**
238265
* The Amazon Resource Name (ARN) of the role to support temporary credentials via
239266
* `AssumeRoleWithWebIdentity`. For more information about ARNs, see [IAM

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@ public final class AzureBlobStorageData extends com.google.api.client.json.Gener
7979
@com.google.api.client.util.Key
8080
private java.lang.String path;
8181

82+
/**
83+
* Service Directory Service to be used as the endpoint for transfers from a custom VPC. Format:
84+
* `projects/{project_id}/locations/{location}/namespaces/{namespace}/services/{service}`
85+
* The value may be {@code null}.
86+
*/
87+
@com.google.api.client.util.Key
88+
private java.lang.String privateNetworkService;
89+
8290
/**
8391
* Required. The name of the Azure Storage account.
8492
* The value may be {@code null}.
@@ -191,6 +199,25 @@ public AzureBlobStorageData setPath(java.lang.String path) {
191199
return this;
192200
}
193201

202+
/**
203+
* Service Directory Service to be used as the endpoint for transfers from a custom VPC. Format:
204+
* `projects/{project_id}/locations/{location}/namespaces/{namespace}/services/{service}`
205+
* @return value or {@code null} for none
206+
*/
207+
public java.lang.String getPrivateNetworkService() {
208+
return privateNetworkService;
209+
}
210+
211+
/**
212+
* Service Directory Service to be used as the endpoint for transfers from a custom VPC. Format:
213+
* `projects/{project_id}/locations/{location}/namespaces/{namespace}/services/{service}`
214+
* @param privateNetworkService privateNetworkService or {@code null} for none
215+
*/
216+
public AzureBlobStorageData setPrivateNetworkService(java.lang.String privateNetworkService) {
217+
this.privateNetworkService = privateNetworkService;
218+
return this;
219+
}
220+
194221
/**
195222
* Required. The name of the Azure Storage account.
196223
* @return value or {@code null} for none

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@ public final class ObjectConditions extends com.google.api.client.json.GenericJs
9898
@com.google.api.client.util.Key
9999
private String lastModifiedSince;
100100

101+
/**
102+
* Optional. If specified, only objects matching this glob are transferred.
103+
* The value may be {@code null}.
104+
*/
105+
@com.google.api.client.util.Key
106+
private java.lang.String matchGlob;
107+
101108
/**
102109
* Ensures that objects are not transferred if a specific maximum time has elapsed since the "last
103110
* modification time". When a TransferOperation begins, objects with a "last modification time"
@@ -254,6 +261,23 @@ public ObjectConditions setLastModifiedSince(String lastModifiedSince) {
254261
return this;
255262
}
256263

264+
/**
265+
* Optional. If specified, only objects matching this glob are transferred.
266+
* @return value or {@code null} for none
267+
*/
268+
public java.lang.String getMatchGlob() {
269+
return matchGlob;
270+
}
271+
272+
/**
273+
* Optional. If specified, only objects matching this glob are transferred.
274+
* @param matchGlob matchGlob or {@code null} for none
275+
*/
276+
public ObjectConditions setMatchGlob(java.lang.String matchGlob) {
277+
this.matchGlob = matchGlob;
278+
return this;
279+
}
280+
257281
/**
258282
* Ensures that objects are not transferred if a specific maximum time has elapsed since the "last
259283
* modification time". When a TransferOperation begins, objects with a "last modification time"

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

0 commit comments

Comments
 (0)