File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed
clients/google-api-services-storage/v1
com/google/api/services/storage/model Expand file tree Collapse file tree 4 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-storage</artifactId >
25
- <version >v1-rev20250509 -2.0.0</version >
25
+ <version >v1-rev20250521 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-storage:v1-rev20250509 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-storage:v1-rev20250521 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -1713,6 +1713,13 @@ public UniformBucketLevelAccess clone() {
1713
1713
*/
1714
1714
public static final class IpFilter extends com .google .api .client .json .GenericJson {
1715
1715
1716
+ /**
1717
+ * Whether to allow cross-org VPCs in the bucket's IP filter configuration.
1718
+ * The value may be {@code null}.
1719
+ */
1720
+ @ com .google .api .client .util .Key
1721
+ private java .lang .Boolean allowCrossOrgVpcs ;
1722
+
1716
1723
/**
1717
1724
* The mode of the IP filter. Valid values are 'Enabled' and 'Disabled'.
1718
1725
* The value may be {@code null}.
@@ -1741,6 +1748,23 @@ public static final class IpFilter extends com.google.api.client.json.GenericJso
1741
1748
com .google .api .client .util .Data .nullOf (VpcNetworkSources .class );
1742
1749
}
1743
1750
1751
+ /**
1752
+ * Whether to allow cross-org VPCs in the bucket's IP filter configuration.
1753
+ * @return value or {@code null} for none
1754
+ */
1755
+ public java .lang .Boolean getAllowCrossOrgVpcs () {
1756
+ return allowCrossOrgVpcs ;
1757
+ }
1758
+
1759
+ /**
1760
+ * Whether to allow cross-org VPCs in the bucket's IP filter configuration.
1761
+ * @param allowCrossOrgVpcs allowCrossOrgVpcs or {@code null} for none
1762
+ */
1763
+ public IpFilter setAllowCrossOrgVpcs (java .lang .Boolean allowCrossOrgVpcs ) {
1764
+ this .allowCrossOrgVpcs = allowCrossOrgVpcs ;
1765
+ return this ;
1766
+ }
1767
+
1744
1768
/**
1745
1769
* The mode of the IP filter. Valid values are 'Enabled' and 'Disabled'.
1746
1770
* @return value or {@code null} for none
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-storage</artifactId >
11
- <version >v1-rev20250509 -2.0.0</version >
12
- <name >Cloud Storage JSON API v1-rev20250509 -2.0.0</name >
11
+ <version >v1-rev20250521 -2.0.0</version >
12
+ <name >Cloud Storage JSON API v1-rev20250521 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-storage</artifactId >
25
- <version >v1-rev20250509 -2.0.0</version >
25
+ <version >v1-rev20250521 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-storage:v1-rev20250509 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-storage:v1-rev20250521 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments