Skip to content

Commit c5da5b6

Browse files
1 parent a2ba771 commit c5da5b6

File tree

356 files changed

+41389
-1030
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

356 files changed

+41389
-1030
lines changed

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

clients/google-api-services-gkehub/v1/2.0.0/com/google/api/services/gkehub/v1/GKEHub.java

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,29 @@ public List setName(java.lang.String name) {
708708
return this;
709709
}
710710

711+
/**
712+
* Optional. A list of extra location types that should be used as conditions for
713+
* controlling the visibility of the locations.
714+
*/
715+
@com.google.api.client.util.Key
716+
private java.util.List<java.lang.String> extraLocationTypes;
717+
718+
/** Optional. A list of extra location types that should be used as conditions for controlling the
719+
visibility of the locations.
720+
*/
721+
public java.util.List<java.lang.String> getExtraLocationTypes() {
722+
return extraLocationTypes;
723+
}
724+
725+
/**
726+
* Optional. A list of extra location types that should be used as conditions for
727+
* controlling the visibility of the locations.
728+
*/
729+
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
730+
this.extraLocationTypes = extraLocationTypes;
731+
return this;
732+
}
733+
711734
/**
712735
* A filter to narrow down results to a preferred subset. The filtering language accepts
713736
* strings like `"displayName=tokyo"`, and is documented in more detail in
@@ -6776,7 +6799,7 @@ public class Operations {
67766799
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
67776800
* methods to check whether the cancellation succeeded or whether the operation completed despite
67786801
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
6779-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
6802+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
67806803
* `Code.CANCELLED`.
67816804
*
67826805
* Create a request for the method "operations.cancel".
@@ -6807,7 +6830,7 @@ public class Cancel extends GKEHubRequest<com.google.api.services.gkehub.v1.mode
68076830
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
68086831
* methods to check whether the cancellation succeeded or whether the operation completed despite
68096832
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
6810-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
6833+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
68116834
* `Code.CANCELLED`.
68126835
*
68136836
* Create a request for the method "operations.cancel".

clients/google-api-services-gkehub/v1/2.0.0/com/google/api/services/gkehub/v1/model/Authority.java

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,21 @@ public final class Authority extends com.google.api.client.json.GenericJson {
6060
@com.google.api.client.util.Key
6161
private java.lang.String oidcJwks;
6262

63+
/**
64+
* Optional. Output only. The identity provider for the scope-tenancy workload identity pool.
65+
* The value may be {@code null}.
66+
*/
67+
@com.google.api.client.util.Key
68+
private java.lang.String scopeTenancyIdentityProvider;
69+
70+
/**
71+
* Optional. Output only. The name of the scope-tenancy workload identity pool. This pool is set
72+
* in the fleet-level feature.
73+
* The value may be {@code null}.
74+
*/
75+
@com.google.api.client.util.Key
76+
private java.lang.String scopeTenancyWorkloadIdentityPool;
77+
6378
/**
6479
* Output only. The name of the workload identity pool in which `issuer` will be recognized. There
6580
* is a single Workload Identity Pool per Hub that is shared between all Memberships that belong
@@ -169,6 +184,42 @@ public Authority encodeOidcJwks(byte[] oidcJwks) {
169184
return this;
170185
}
171186

187+
/**
188+
* Optional. Output only. The identity provider for the scope-tenancy workload identity pool.
189+
* @return value or {@code null} for none
190+
*/
191+
public java.lang.String getScopeTenancyIdentityProvider() {
192+
return scopeTenancyIdentityProvider;
193+
}
194+
195+
/**
196+
* Optional. Output only. The identity provider for the scope-tenancy workload identity pool.
197+
* @param scopeTenancyIdentityProvider scopeTenancyIdentityProvider or {@code null} for none
198+
*/
199+
public Authority setScopeTenancyIdentityProvider(java.lang.String scopeTenancyIdentityProvider) {
200+
this.scopeTenancyIdentityProvider = scopeTenancyIdentityProvider;
201+
return this;
202+
}
203+
204+
/**
205+
* Optional. Output only. The name of the scope-tenancy workload identity pool. This pool is set
206+
* in the fleet-level feature.
207+
* @return value or {@code null} for none
208+
*/
209+
public java.lang.String getScopeTenancyWorkloadIdentityPool() {
210+
return scopeTenancyWorkloadIdentityPool;
211+
}
212+
213+
/**
214+
* Optional. Output only. The name of the scope-tenancy workload identity pool. This pool is set
215+
* in the fleet-level feature.
216+
* @param scopeTenancyWorkloadIdentityPool scopeTenancyWorkloadIdentityPool or {@code null} for none
217+
*/
218+
public Authority setScopeTenancyWorkloadIdentityPool(java.lang.String scopeTenancyWorkloadIdentityPool) {
219+
this.scopeTenancyWorkloadIdentityPool = scopeTenancyWorkloadIdentityPool;
220+
return this;
221+
}
222+
172223
/**
173224
* Output only. The name of the workload identity pool in which `issuer` will be recognized. There
174225
* is a single Workload Identity Pool per Hub that is shared between all Memberships that belong

clients/google-api-services-gkehub/v1/2.0.0/com/google/api/services/gkehub/v1/model/CommonFeatureSpec.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ public final class CommonFeatureSpec extends com.google.api.client.json.GenericJ
6464
@com.google.api.client.util.Key
6565
private MultiClusterIngressFeatureSpec multiclusteringress;
6666

67+
/**
68+
* RBAC Role Binding Actuation feature spec
69+
* The value may be {@code null}.
70+
*/
71+
@com.google.api.client.util.Key
72+
private RBACRoleBindingActuationFeatureSpec rbacrolebindingactuation;
73+
6774
/**
6875
* Appdevexperience specific spec.
6976
* @return value or {@code null} for none
@@ -149,6 +156,23 @@ public CommonFeatureSpec setMulticlusteringress(MultiClusterIngressFeatureSpec m
149156
return this;
150157
}
151158

159+
/**
160+
* RBAC Role Binding Actuation feature spec
161+
* @return value or {@code null} for none
162+
*/
163+
public RBACRoleBindingActuationFeatureSpec getRbacrolebindingactuation() {
164+
return rbacrolebindingactuation;
165+
}
166+
167+
/**
168+
* RBAC Role Binding Actuation feature spec
169+
* @param rbacrolebindingactuation rbacrolebindingactuation or {@code null} for none
170+
*/
171+
public CommonFeatureSpec setRbacrolebindingactuation(RBACRoleBindingActuationFeatureSpec rbacrolebindingactuation) {
172+
this.rbacrolebindingactuation = rbacrolebindingactuation;
173+
return this;
174+
}
175+
152176
@Override
153177
public CommonFeatureSpec set(String fieldName, Object value) {
154178
return (CommonFeatureSpec) super.set(fieldName, value);

clients/google-api-services-gkehub/v1/2.0.0/com/google/api/services/gkehub/v1/model/CommonFeatureState.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,13 @@ public final class CommonFeatureState extends com.google.api.client.json.Generic
5050
@com.google.api.client.util.Key
5151
private FleetObservabilityFeatureState fleetobservability;
5252

53+
/**
54+
* RBAC Role Binding Actuation feature state
55+
* The value may be {@code null}.
56+
*/
57+
@com.google.api.client.util.Key
58+
private RBACRoleBindingActuationFeatureState rbacrolebindingactuation;
59+
5360
/**
5461
* Output only. The "running state" of the Feature in this Fleet.
5562
* The value may be {@code null}.
@@ -108,6 +115,23 @@ public CommonFeatureState setFleetobservability(FleetObservabilityFeatureState f
108115
return this;
109116
}
110117

118+
/**
119+
* RBAC Role Binding Actuation feature state
120+
* @return value or {@code null} for none
121+
*/
122+
public RBACRoleBindingActuationFeatureState getRbacrolebindingactuation() {
123+
return rbacrolebindingactuation;
124+
}
125+
126+
/**
127+
* RBAC Role Binding Actuation feature state
128+
* @param rbacrolebindingactuation rbacrolebindingactuation or {@code null} for none
129+
*/
130+
public CommonFeatureState setRbacrolebindingactuation(RBACRoleBindingActuationFeatureState rbacrolebindingactuation) {
131+
this.rbacrolebindingactuation = rbacrolebindingactuation;
132+
return this;
133+
}
134+
111135
/**
112136
* Output only. The "running state" of the Feature in this Fleet.
113137
* @return value or {@code null} for none

0 commit comments

Comments
 (0)