File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed
clients/google-api-services-networksecurity/v1beta1
com/google/api/services/networksecurity/v1beta1/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:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-networksecurity</artifactId >
25- <version >v1beta1-rev20250925 -2.0.0</version >
25+ <version >v1beta1-rev20251001 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-networksecurity:v1beta1-rev20250925 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-networksecurity:v1beta1-rev20251001 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 2929@ SuppressWarnings ("javadoc" )
3030public final class FirewallEndpointEndpointSettings extends com .google .api .client .json .GenericJson {
3131
32+ /**
33+ * Optional. Immutable. Indicates whether Jumbo Frames are enabled. Default value is false.
34+ * The value may be {@code null}.
35+ */
36+ @ com .google .api .client .util .Key
37+ private java .lang .Boolean jumboFramesEnabled ;
38+
39+ /**
40+ * Optional. Immutable. Indicates whether Jumbo Frames are enabled. Default value is false.
41+ * @return value or {@code null} for none
42+ */
43+ public java .lang .Boolean getJumboFramesEnabled () {
44+ return jumboFramesEnabled ;
45+ }
46+
47+ /**
48+ * Optional. Immutable. Indicates whether Jumbo Frames are enabled. Default value is false.
49+ * @param jumboFramesEnabled jumboFramesEnabled or {@code null} for none
50+ */
51+ public FirewallEndpointEndpointSettings setJumboFramesEnabled (java .lang .Boolean jumboFramesEnabled ) {
52+ this .jumboFramesEnabled = jumboFramesEnabled ;
53+ return this ;
54+ }
55+
3256 @ Override
3357 public FirewallEndpointEndpointSettings set (String fieldName , Object value ) {
3458 return (FirewallEndpointEndpointSettings ) super .set (fieldName , value );
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-networksecurity</artifactId >
11- <version >v1beta1-rev20250925 -2.0.0</version >
12- <name >Network Security API v1beta1-rev20250925 -2.0.0</name >
11+ <version >v1beta1-rev20251001 -2.0.0</version >
12+ <name >Network Security API v1beta1-rev20251001 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <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:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-networksecurity</artifactId >
25- <version >v1beta1-rev20250925 -2.0.0</version >
25+ <version >v1beta1-rev20251001 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-networksecurity:v1beta1-rev20250925 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-networksecurity:v1beta1-rev20251001 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments