File tree Expand file tree Collapse file tree 4 files changed +33
-6
lines changed
clients/google-api-services-storage/v1
com/google/api/services/storage/model Expand file tree Collapse file tree 4 files changed +33
-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-rev20250524 -2.0.0</version >
25
+ <version >v1-rev20250605 -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-rev20250524 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-storage:v1-rev20250605 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -1713,6 +1713,14 @@ 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 all service agents to access the bucket regardless of the IP filter
1718
+ * configuration.
1719
+ * The value may be {@code null}.
1720
+ */
1721
+ @ com .google .api .client .util .Key
1722
+ private java .lang .Boolean allowAllServiceAgentAccess ;
1723
+
1716
1724
/**
1717
1725
* Whether to allow cross-org VPCs in the bucket's IP filter configuration.
1718
1726
* The value may be {@code null}.
@@ -1748,6 +1756,25 @@ public static final class IpFilter extends com.google.api.client.json.GenericJso
1748
1756
com .google .api .client .util .Data .nullOf (VpcNetworkSources .class );
1749
1757
}
1750
1758
1759
+ /**
1760
+ * Whether to allow all service agents to access the bucket regardless of the IP filter
1761
+ * configuration.
1762
+ * @return value or {@code null} for none
1763
+ */
1764
+ public java .lang .Boolean getAllowAllServiceAgentAccess () {
1765
+ return allowAllServiceAgentAccess ;
1766
+ }
1767
+
1768
+ /**
1769
+ * Whether to allow all service agents to access the bucket regardless of the IP filter
1770
+ * configuration.
1771
+ * @param allowAllServiceAgentAccess allowAllServiceAgentAccess or {@code null} for none
1772
+ */
1773
+ public IpFilter setAllowAllServiceAgentAccess (java .lang .Boolean allowAllServiceAgentAccess ) {
1774
+ this .allowAllServiceAgentAccess = allowAllServiceAgentAccess ;
1775
+ return this ;
1776
+ }
1777
+
1751
1778
/**
1752
1779
* Whether to allow cross-org VPCs in the bucket's IP filter configuration.
1753
1780
* @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-rev20250524 -2.0.0</version >
12
- <name >Cloud Storage JSON API v1-rev20250524 -2.0.0</name >
11
+ <version >v1-rev20250605 -2.0.0</version >
12
+ <name >Cloud Storage JSON API v1-rev20250605 -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-rev20250524 -2.0.0</version >
25
+ <version >v1-rev20250605 -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-rev20250524 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-storage:v1-rev20250605 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments