Skip to content

Commit 1a4e55c

Browse files
1 parent 93bb66f commit 1a4e55c

File tree

12 files changed

+252
-12
lines changed

12 files changed

+252
-12
lines changed

clients/google-api-services-container/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-container</artifactId>
25-
<version>v1-rev20241203-2.0.0</version>
25+
<version>v1-rev20241228-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-container:v1-rev20241203-2.0.0'
38+
implementation 'com.google.apis:google-api-services-container:v1-rev20241228-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/model/ClusterUpdate.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,13 @@ public final class ClusterUpdate extends com.google.api.client.json.GenericJson
131131
@com.google.api.client.util.Key
132132
private DefaultSnatStatus desiredDefaultSnatStatus;
133133

134+
/**
135+
* Enable/Disable L4 LB VPC firewall reconciliation for the cluster.
136+
* The value may be {@code null}.
137+
*/
138+
@com.google.api.client.util.Key
139+
private java.lang.Boolean desiredDisableL4LbFirewallReconciliation;
140+
134141
/**
135142
* DNSConfig contains clusterDNS config for this cluster.
136143
* The value may be {@code null}.
@@ -773,6 +780,23 @@ public ClusterUpdate setDesiredDefaultSnatStatus(DefaultSnatStatus desiredDefaul
773780
return this;
774781
}
775782

783+
/**
784+
* Enable/Disable L4 LB VPC firewall reconciliation for the cluster.
785+
* @return value or {@code null} for none
786+
*/
787+
public java.lang.Boolean getDesiredDisableL4LbFirewallReconciliation() {
788+
return desiredDisableL4LbFirewallReconciliation;
789+
}
790+
791+
/**
792+
* Enable/Disable L4 LB VPC firewall reconciliation for the cluster.
793+
* @param desiredDisableL4LbFirewallReconciliation desiredDisableL4LbFirewallReconciliation or {@code null} for none
794+
*/
795+
public ClusterUpdate setDesiredDisableL4LbFirewallReconciliation(java.lang.Boolean desiredDisableL4LbFirewallReconciliation) {
796+
this.desiredDisableL4LbFirewallReconciliation = desiredDisableL4LbFirewallReconciliation;
797+
return this;
798+
}
799+
776800
/**
777801
* DNSConfig contains clusterDNS config for this cluster.
778802
* @return value or {@code null} for none

clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/model/NetworkConfig.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ public final class NetworkConfig extends com.google.api.client.json.GenericJson
5656
@com.google.api.client.util.Key
5757
private DefaultSnatStatus defaultSnatStatus;
5858

59+
/**
60+
* Disable L4 load balancer VPC firewalls to enable firewall policies.
61+
* The value may be {@code null}.
62+
*/
63+
@com.google.api.client.util.Key
64+
private java.lang.Boolean disableL4LbFirewallReconciliation;
65+
5966
/**
6067
* DNSConfig contains clusterDNS config for this cluster.
6168
* The value may be {@code null}.
@@ -214,6 +221,23 @@ public NetworkConfig setDefaultSnatStatus(DefaultSnatStatus defaultSnatStatus) {
214221
return this;
215222
}
216223

224+
/**
225+
* Disable L4 load balancer VPC firewalls to enable firewall policies.
226+
* @return value or {@code null} for none
227+
*/
228+
public java.lang.Boolean getDisableL4LbFirewallReconciliation() {
229+
return disableL4LbFirewallReconciliation;
230+
}
231+
232+
/**
233+
* Disable L4 load balancer VPC firewalls to enable firewall policies.
234+
* @param disableL4LbFirewallReconciliation disableL4LbFirewallReconciliation or {@code null} for none
235+
*/
236+
public NetworkConfig setDisableL4LbFirewallReconciliation(java.lang.Boolean disableL4LbFirewallReconciliation) {
237+
this.disableL4LbFirewallReconciliation = disableL4LbFirewallReconciliation;
238+
return this;
239+
}
240+
217241
/**
218242
* DNSConfig contains clusterDNS config for this cluster.
219243
* @return value or {@code null} for none

clients/google-api-services-container/v1/2.0.0/com/google/api/services/container/model/UpgradeInfoEvent.java

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,20 @@ public final class UpgradeInfoEvent extends com.google.api.client.json.GenericJs
5151
@com.google.api.client.util.Key
5252
private String endTime;
5353

54+
/**
55+
* The type of the event.
56+
* The value may be {@code null}.
57+
*/
58+
@com.google.api.client.util.Key
59+
private java.lang.String eventType;
60+
61+
/**
62+
* The end of extended support timestamp.
63+
* The value may be {@code null}.
64+
*/
65+
@com.google.api.client.util.Key
66+
private String extendedSupportEndTime;
67+
5468
/**
5569
* The operation associated with this upgrade.
5670
* The value may be {@code null}.
@@ -73,6 +87,13 @@ public final class UpgradeInfoEvent extends com.google.api.client.json.GenericJs
7387
@com.google.api.client.util.Key
7488
private java.lang.String resourceType;
7589

90+
/**
91+
* The end of standard support timestamp.
92+
* The value may be {@code null}.
93+
*/
94+
@com.google.api.client.util.Key
95+
private String standardSupportEndTime;
96+
7697
/**
7798
* The time when the operation was started.
7899
* The value may be {@code null}.
@@ -145,6 +166,40 @@ public UpgradeInfoEvent setEndTime(String endTime) {
145166
return this;
146167
}
147168

169+
/**
170+
* The type of the event.
171+
* @return value or {@code null} for none
172+
*/
173+
public java.lang.String getEventType() {
174+
return eventType;
175+
}
176+
177+
/**
178+
* The type of the event.
179+
* @param eventType eventType or {@code null} for none
180+
*/
181+
public UpgradeInfoEvent setEventType(java.lang.String eventType) {
182+
this.eventType = eventType;
183+
return this;
184+
}
185+
186+
/**
187+
* The end of extended support timestamp.
188+
* @return value or {@code null} for none
189+
*/
190+
public String getExtendedSupportEndTime() {
191+
return extendedSupportEndTime;
192+
}
193+
194+
/**
195+
* The end of extended support timestamp.
196+
* @param extendedSupportEndTime extendedSupportEndTime or {@code null} for none
197+
*/
198+
public UpgradeInfoEvent setExtendedSupportEndTime(String extendedSupportEndTime) {
199+
this.extendedSupportEndTime = extendedSupportEndTime;
200+
return this;
201+
}
202+
148203
/**
149204
* The operation associated with this upgrade.
150205
* @return value or {@code null} for none
@@ -198,6 +253,23 @@ public UpgradeInfoEvent setResourceType(java.lang.String resourceType) {
198253
return this;
199254
}
200255

256+
/**
257+
* The end of standard support timestamp.
258+
* @return value or {@code null} for none
259+
*/
260+
public String getStandardSupportEndTime() {
261+
return standardSupportEndTime;
262+
}
263+
264+
/**
265+
* The end of standard support timestamp.
266+
* @param standardSupportEndTime standardSupportEndTime or {@code null} for none
267+
*/
268+
public UpgradeInfoEvent setStandardSupportEndTime(String standardSupportEndTime) {
269+
this.standardSupportEndTime = standardSupportEndTime;
270+
return this;
271+
}
272+
201273
/**
202274
* The time when the operation was started.
203275
* @return value or {@code null} for none

clients/google-api-services-container/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-container</artifactId>
11-
<version>v1-rev20241203-2.0.0</version>
12-
<name>Kubernetes Engine API v1-rev20241203-2.0.0</name>
11+
<version>v1-rev20241228-2.0.0</version>
12+
<name>Kubernetes Engine API v1-rev20241228-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-container/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-container</artifactId>
25-
<version>v1-rev20241203-2.0.0</version>
25+
<version>v1-rev20241228-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-container:v1-rev20241203-2.0.0'
38+
implementation 'com.google.apis:google-api-services-container:v1-rev20241228-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-container/v1beta1/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-container</artifactId>
25-
<version>v1beta1-rev20241203-2.0.0</version>
25+
<version>v1beta1-rev20241228-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-container:v1beta1-rev20241203-2.0.0'
38+
implementation 'com.google.apis:google-api-services-container:v1beta1-rev20241228-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-container/v1beta1/2.0.0/com/google/api/services/container/v1beta1/model/ClusterUpdate.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,13 @@ public final class ClusterUpdate extends com.google.api.client.json.GenericJson
138138
@com.google.api.client.util.Key
139139
private DefaultSnatStatus desiredDefaultSnatStatus;
140140

141+
/**
142+
* Enable/Disable L4 LB VPC firewall reconciliation for the cluster.
143+
* The value may be {@code null}.
144+
*/
145+
@com.google.api.client.util.Key
146+
private java.lang.Boolean desiredDisableL4LbFirewallReconciliation;
147+
141148
/**
142149
* DNSConfig contains clusterDNS config for this cluster.
143150
* The value may be {@code null}.
@@ -864,6 +871,23 @@ public ClusterUpdate setDesiredDefaultSnatStatus(DefaultSnatStatus desiredDefaul
864871
return this;
865872
}
866873

874+
/**
875+
* Enable/Disable L4 LB VPC firewall reconciliation for the cluster.
876+
* @return value or {@code null} for none
877+
*/
878+
public java.lang.Boolean getDesiredDisableL4LbFirewallReconciliation() {
879+
return desiredDisableL4LbFirewallReconciliation;
880+
}
881+
882+
/**
883+
* Enable/Disable L4 LB VPC firewall reconciliation for the cluster.
884+
* @param desiredDisableL4LbFirewallReconciliation desiredDisableL4LbFirewallReconciliation or {@code null} for none
885+
*/
886+
public ClusterUpdate setDesiredDisableL4LbFirewallReconciliation(java.lang.Boolean desiredDisableL4LbFirewallReconciliation) {
887+
this.desiredDisableL4LbFirewallReconciliation = desiredDisableL4LbFirewallReconciliation;
888+
return this;
889+
}
890+
867891
/**
868892
* DNSConfig contains clusterDNS config for this cluster.
869893
* @return value or {@code null} for none

clients/google-api-services-container/v1beta1/2.0.0/com/google/api/services/container/v1beta1/model/NetworkConfig.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ public final class NetworkConfig extends com.google.api.client.json.GenericJson
5656
@com.google.api.client.util.Key
5757
private DefaultSnatStatus defaultSnatStatus;
5858

59+
/**
60+
* Disable L4 load balancer VPC firewalls to enable firewall policies.
61+
* The value may be {@code null}.
62+
*/
63+
@com.google.api.client.util.Key
64+
private java.lang.Boolean disableL4LbFirewallReconciliation;
65+
5966
/**
6067
* DNSConfig contains clusterDNS config for this cluster.
6168
* The value may be {@code null}.
@@ -214,6 +221,23 @@ public NetworkConfig setDefaultSnatStatus(DefaultSnatStatus defaultSnatStatus) {
214221
return this;
215222
}
216223

224+
/**
225+
* Disable L4 load balancer VPC firewalls to enable firewall policies.
226+
* @return value or {@code null} for none
227+
*/
228+
public java.lang.Boolean getDisableL4LbFirewallReconciliation() {
229+
return disableL4LbFirewallReconciliation;
230+
}
231+
232+
/**
233+
* Disable L4 load balancer VPC firewalls to enable firewall policies.
234+
* @param disableL4LbFirewallReconciliation disableL4LbFirewallReconciliation or {@code null} for none
235+
*/
236+
public NetworkConfig setDisableL4LbFirewallReconciliation(java.lang.Boolean disableL4LbFirewallReconciliation) {
237+
this.disableL4LbFirewallReconciliation = disableL4LbFirewallReconciliation;
238+
return this;
239+
}
240+
217241
/**
218242
* DNSConfig contains clusterDNS config for this cluster.
219243
* @return value or {@code null} for none

0 commit comments

Comments
 (0)