diff --git a/clients/google-api-services-gkehub/v1/2.0.0/README.md b/clients/google-api-services-gkehub/v1/2.0.0/README.md index 5dbc1238644..ae895dfd7de 100644 --- a/clients/google-api-services-gkehub/v1/2.0.0/README.md +++ b/clients/google-api-services-gkehub/v1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-gkehub - v1-rev20260706-2.0.0 + v1-rev20260719-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-gkehub:v1-rev20260706-2.0.0' + implementation 'com.google.apis:google-api-services-gkehub:v1-rev20260719-2.0.0' } ``` diff --git a/clients/google-api-services-gkehub/v1/2.0.0/com/google/api/services/gkehub/v1/model/ConfigManagementMembershipSpec.java b/clients/google-api-services-gkehub/v1/2.0.0/com/google/api/services/gkehub/v1/model/ConfigManagementMembershipSpec.java index a08ff072ac7..5705686c870 100644 --- a/clients/google-api-services-gkehub/v1/2.0.0/com/google/api/services/gkehub/v1/model/ConfigManagementMembershipSpec.java +++ b/clients/google-api-services-gkehub/v1/2.0.0/com/google/api/services/gkehub/v1/model/ConfigManagementMembershipSpec.java @@ -59,8 +59,10 @@ public final class ConfigManagementMembershipSpec extends com.google.api.client. private ConfigManagementHierarchyControllerConfig hierarchyController; /** - * Optional. Deprecated: From version 1.21.0, automatic Feature management is unavailable, and - * Config Sync only supports manual upgrades. + * Optional. Deprecated: Automatic Feature management is in Preview and is unavailable in version + * 1.21.0 and later, after which Config Sync only supports manual upgrades. If set to manual + * upgrades, clear this field instead, which is behaviorally equivalent but helps prevent + * compatibility issues with newer fields. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -151,8 +153,10 @@ public ConfigManagementMembershipSpec setHierarchyController(ConfigManagementHie } /** - * Optional. Deprecated: From version 1.21.0, automatic Feature management is unavailable, and - * Config Sync only supports manual upgrades. + * Optional. Deprecated: Automatic Feature management is in Preview and is unavailable in version + * 1.21.0 and later, after which Config Sync only supports manual upgrades. If set to manual + * upgrades, clear this field instead, which is behaviorally equivalent but helps prevent + * compatibility issues with newer fields. * @return value or {@code null} for none */ public java.lang.String getManagement() { @@ -160,8 +164,10 @@ public java.lang.String getManagement() { } /** - * Optional. Deprecated: From version 1.21.0, automatic Feature management is unavailable, and - * Config Sync only supports manual upgrades. + * Optional. Deprecated: Automatic Feature management is in Preview and is unavailable in version + * 1.21.0 and later, after which Config Sync only supports manual upgrades. If set to manual + * upgrades, clear this field instead, which is behaviorally equivalent but helps prevent + * compatibility issues with newer fields. * @param management management or {@code null} for none */ public ConfigManagementMembershipSpec setManagement(java.lang.String management) { diff --git a/clients/google-api-services-gkehub/v1/2.0.0/com/google/api/services/gkehub/v1/model/ServiceMeshFeatureSpec.java b/clients/google-api-services-gkehub/v1/2.0.0/com/google/api/services/gkehub/v1/model/ServiceMeshFeatureSpec.java index 21f7ec11486..9af7c1f5732 100644 --- a/clients/google-api-services-gkehub/v1/2.0.0/com/google/api/services/gkehub/v1/model/ServiceMeshFeatureSpec.java +++ b/clients/google-api-services-gkehub/v1/2.0.0/com/google/api/services/gkehub/v1/model/ServiceMeshFeatureSpec.java @@ -36,6 +36,13 @@ public final class ServiceMeshFeatureSpec extends com.google.api.client.json.Gen @com.google.api.client.util.Key private java.lang.String modernizationCompatibility; + /** + * Optional. Declares your intended modernization strategy for the fleet. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String modernizationStrategy; + /** * Optional. Specifies modernization compatibility for the fleet. * @return value or {@code null} for none @@ -53,6 +60,23 @@ public ServiceMeshFeatureSpec setModernizationCompatibility(java.lang.String mod return this; } + /** + * Optional. Declares your intended modernization strategy for the fleet. + * @return value or {@code null} for none + */ + public java.lang.String getModernizationStrategy() { + return modernizationStrategy; + } + + /** + * Optional. Declares your intended modernization strategy for the fleet. + * @param modernizationStrategy modernizationStrategy or {@code null} for none + */ + public ServiceMeshFeatureSpec setModernizationStrategy(java.lang.String modernizationStrategy) { + this.modernizationStrategy = modernizationStrategy; + return this; + } + @Override public ServiceMeshFeatureSpec set(String fieldName, Object value) { return (ServiceMeshFeatureSpec) super.set(fieldName, value); diff --git a/clients/google-api-services-gkehub/v1/2.0.0/pom.xml b/clients/google-api-services-gkehub/v1/2.0.0/pom.xml index 2f3cf1f1db2..3dc8213b26e 100644 --- a/clients/google-api-services-gkehub/v1/2.0.0/pom.xml +++ b/clients/google-api-services-gkehub/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-gkehub - v1-rev20260706-2.0.0 - GKE Hub API v1-rev20260706-2.0.0 + v1-rev20260719-2.0.0 + GKE Hub API v1-rev20260719-2.0.0 jar 2011 diff --git a/clients/google-api-services-gkehub/v1/README.md b/clients/google-api-services-gkehub/v1/README.md index 5dbc1238644..ae895dfd7de 100644 --- a/clients/google-api-services-gkehub/v1/README.md +++ b/clients/google-api-services-gkehub/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-gkehub - v1-rev20260706-2.0.0 + v1-rev20260719-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-gkehub:v1-rev20260706-2.0.0' + implementation 'com.google.apis:google-api-services-gkehub:v1-rev20260719-2.0.0' } ``` diff --git a/clients/google-api-services-gkehub/v1alpha/2.0.0/README.md b/clients/google-api-services-gkehub/v1alpha/2.0.0/README.md index 14661dd091b..acbe3b98f4f 100644 --- a/clients/google-api-services-gkehub/v1alpha/2.0.0/README.md +++ b/clients/google-api-services-gkehub/v1alpha/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-gkehub - v1alpha-rev20260706-2.0.0 + v1alpha-rev20260719-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-gkehub:v1alpha-rev20260706-2.0.0' + implementation 'com.google.apis:google-api-services-gkehub:v1alpha-rev20260719-2.0.0' } ``` diff --git a/clients/google-api-services-gkehub/v1alpha/2.0.0/com/google/api/services/gkehub/v1alpha/model/ConfigManagementMembershipSpec.java b/clients/google-api-services-gkehub/v1alpha/2.0.0/com/google/api/services/gkehub/v1alpha/model/ConfigManagementMembershipSpec.java index 75d295d4c0d..a21dfb224ec 100644 --- a/clients/google-api-services-gkehub/v1alpha/2.0.0/com/google/api/services/gkehub/v1alpha/model/ConfigManagementMembershipSpec.java +++ b/clients/google-api-services-gkehub/v1alpha/2.0.0/com/google/api/services/gkehub/v1alpha/model/ConfigManagementMembershipSpec.java @@ -66,8 +66,10 @@ public final class ConfigManagementMembershipSpec extends com.google.api.client. private ConfigManagementHierarchyControllerConfig hierarchyController; /** - * Optional. Deprecated: From version 1.21.0, automatic Feature management is unavailable, and - * Config Sync only supports manual upgrades. + * Optional. Deprecated: Automatic Feature management is in Preview and is unavailable in version + * 1.21.0 and later, after which Config Sync only supports manual upgrades. If set to manual + * upgrades, clear this field instead, which is behaviorally equivalent but helps prevent + * compatibility issues with newer fields. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -175,8 +177,10 @@ public ConfigManagementMembershipSpec setHierarchyController(ConfigManagementHie } /** - * Optional. Deprecated: From version 1.21.0, automatic Feature management is unavailable, and - * Config Sync only supports manual upgrades. + * Optional. Deprecated: Automatic Feature management is in Preview and is unavailable in version + * 1.21.0 and later, after which Config Sync only supports manual upgrades. If set to manual + * upgrades, clear this field instead, which is behaviorally equivalent but helps prevent + * compatibility issues with newer fields. * @return value or {@code null} for none */ public java.lang.String getManagement() { @@ -184,8 +188,10 @@ public java.lang.String getManagement() { } /** - * Optional. Deprecated: From version 1.21.0, automatic Feature management is unavailable, and - * Config Sync only supports manual upgrades. + * Optional. Deprecated: Automatic Feature management is in Preview and is unavailable in version + * 1.21.0 and later, after which Config Sync only supports manual upgrades. If set to manual + * upgrades, clear this field instead, which is behaviorally equivalent but helps prevent + * compatibility issues with newer fields. * @param management management or {@code null} for none */ public ConfigManagementMembershipSpec setManagement(java.lang.String management) { diff --git a/clients/google-api-services-gkehub/v1alpha/2.0.0/com/google/api/services/gkehub/v1alpha/model/ServiceMeshFeatureSpec.java b/clients/google-api-services-gkehub/v1alpha/2.0.0/com/google/api/services/gkehub/v1alpha/model/ServiceMeshFeatureSpec.java index e4b72346f36..5dad8bcf28e 100644 --- a/clients/google-api-services-gkehub/v1alpha/2.0.0/com/google/api/services/gkehub/v1alpha/model/ServiceMeshFeatureSpec.java +++ b/clients/google-api-services-gkehub/v1alpha/2.0.0/com/google/api/services/gkehub/v1alpha/model/ServiceMeshFeatureSpec.java @@ -36,6 +36,13 @@ public final class ServiceMeshFeatureSpec extends com.google.api.client.json.Gen @com.google.api.client.util.Key private java.lang.String modernizationCompatibility; + /** + * Optional. Declares your intended modernization strategy for the fleet. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String modernizationStrategy; + /** * Optional. Specifies modernization compatibility for the fleet. * @return value or {@code null} for none @@ -53,6 +60,23 @@ public ServiceMeshFeatureSpec setModernizationCompatibility(java.lang.String mod return this; } + /** + * Optional. Declares your intended modernization strategy for the fleet. + * @return value or {@code null} for none + */ + public java.lang.String getModernizationStrategy() { + return modernizationStrategy; + } + + /** + * Optional. Declares your intended modernization strategy for the fleet. + * @param modernizationStrategy modernizationStrategy or {@code null} for none + */ + public ServiceMeshFeatureSpec setModernizationStrategy(java.lang.String modernizationStrategy) { + this.modernizationStrategy = modernizationStrategy; + return this; + } + @Override public ServiceMeshFeatureSpec set(String fieldName, Object value) { return (ServiceMeshFeatureSpec) super.set(fieldName, value); diff --git a/clients/google-api-services-gkehub/v1alpha/2.0.0/pom.xml b/clients/google-api-services-gkehub/v1alpha/2.0.0/pom.xml index 17262d2271c..3ee58009f03 100644 --- a/clients/google-api-services-gkehub/v1alpha/2.0.0/pom.xml +++ b/clients/google-api-services-gkehub/v1alpha/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-gkehub - v1alpha-rev20260706-2.0.0 - GKE Hub API v1alpha-rev20260706-2.0.0 + v1alpha-rev20260719-2.0.0 + GKE Hub API v1alpha-rev20260719-2.0.0 jar 2011 diff --git a/clients/google-api-services-gkehub/v1alpha/README.md b/clients/google-api-services-gkehub/v1alpha/README.md index 14661dd091b..acbe3b98f4f 100644 --- a/clients/google-api-services-gkehub/v1alpha/README.md +++ b/clients/google-api-services-gkehub/v1alpha/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-gkehub - v1alpha-rev20260706-2.0.0 + v1alpha-rev20260719-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-gkehub:v1alpha-rev20260706-2.0.0' + implementation 'com.google.apis:google-api-services-gkehub:v1alpha-rev20260719-2.0.0' } ``` diff --git a/clients/google-api-services-gkehub/v1beta/2.0.0/README.md b/clients/google-api-services-gkehub/v1beta/2.0.0/README.md index 982097e3bb8..610c6022547 100644 --- a/clients/google-api-services-gkehub/v1beta/2.0.0/README.md +++ b/clients/google-api-services-gkehub/v1beta/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-gkehub - v1beta-rev20260713-2.0.0 + v1beta-rev20260719-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-gkehub:v1beta-rev20260713-2.0.0' + implementation 'com.google.apis:google-api-services-gkehub:v1beta-rev20260719-2.0.0' } ``` diff --git a/clients/google-api-services-gkehub/v1beta/2.0.0/com/google/api/services/gkehub/v1beta/model/ConfigManagementMembershipSpec.java b/clients/google-api-services-gkehub/v1beta/2.0.0/com/google/api/services/gkehub/v1beta/model/ConfigManagementMembershipSpec.java index 45217425850..3b74d54bcaa 100644 --- a/clients/google-api-services-gkehub/v1beta/2.0.0/com/google/api/services/gkehub/v1beta/model/ConfigManagementMembershipSpec.java +++ b/clients/google-api-services-gkehub/v1beta/2.0.0/com/google/api/services/gkehub/v1beta/model/ConfigManagementMembershipSpec.java @@ -66,9 +66,10 @@ public final class ConfigManagementMembershipSpec extends com.google.api.client. private ConfigManagementHierarchyControllerConfig hierarchyController; /** - * Optional. Deprecated: In Preview, automatic Feature management is unavailable from version - * 1.21.0 onwards, and Config Sync only supports manual upgrades. If set to manual upgrades, clear - * this field instead, which is behaviorally equivalent. + * Optional. Deprecated: Automatic Feature management is in Preview and is unavailable in version + * 1.21.0 and later, after which Config Sync only supports manual upgrades. If set to manual + * upgrades, clear this field instead, which is behaviorally equivalent but helps prevent + * compatibility issues with newer fields. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -176,9 +177,10 @@ public ConfigManagementMembershipSpec setHierarchyController(ConfigManagementHie } /** - * Optional. Deprecated: In Preview, automatic Feature management is unavailable from version - * 1.21.0 onwards, and Config Sync only supports manual upgrades. If set to manual upgrades, clear - * this field instead, which is behaviorally equivalent. + * Optional. Deprecated: Automatic Feature management is in Preview and is unavailable in version + * 1.21.0 and later, after which Config Sync only supports manual upgrades. If set to manual + * upgrades, clear this field instead, which is behaviorally equivalent but helps prevent + * compatibility issues with newer fields. * @return value or {@code null} for none */ public java.lang.String getManagement() { @@ -186,9 +188,10 @@ public java.lang.String getManagement() { } /** - * Optional. Deprecated: In Preview, automatic Feature management is unavailable from version - * 1.21.0 onwards, and Config Sync only supports manual upgrades. If set to manual upgrades, clear - * this field instead, which is behaviorally equivalent. + * Optional. Deprecated: Automatic Feature management is in Preview and is unavailable in version + * 1.21.0 and later, after which Config Sync only supports manual upgrades. If set to manual + * upgrades, clear this field instead, which is behaviorally equivalent but helps prevent + * compatibility issues with newer fields. * @param management management or {@code null} for none */ public ConfigManagementMembershipSpec setManagement(java.lang.String management) { diff --git a/clients/google-api-services-gkehub/v1beta/2.0.0/com/google/api/services/gkehub/v1beta/model/ServiceMeshFeatureSpec.java b/clients/google-api-services-gkehub/v1beta/2.0.0/com/google/api/services/gkehub/v1beta/model/ServiceMeshFeatureSpec.java index 1e7f1cc55bb..a145684ac7f 100644 --- a/clients/google-api-services-gkehub/v1beta/2.0.0/com/google/api/services/gkehub/v1beta/model/ServiceMeshFeatureSpec.java +++ b/clients/google-api-services-gkehub/v1beta/2.0.0/com/google/api/services/gkehub/v1beta/model/ServiceMeshFeatureSpec.java @@ -36,6 +36,13 @@ public final class ServiceMeshFeatureSpec extends com.google.api.client.json.Gen @com.google.api.client.util.Key private java.lang.String modernizationCompatibility; + /** + * Optional. Declares your intended modernization strategy for the fleet. + * The value may be {@code null}. + */ + @com.google.api.client.util.Key + private java.lang.String modernizationStrategy; + /** * Optional. Specifies modernization compatibility for the fleet. * @return value or {@code null} for none @@ -53,6 +60,23 @@ public ServiceMeshFeatureSpec setModernizationCompatibility(java.lang.String mod return this; } + /** + * Optional. Declares your intended modernization strategy for the fleet. + * @return value or {@code null} for none + */ + public java.lang.String getModernizationStrategy() { + return modernizationStrategy; + } + + /** + * Optional. Declares your intended modernization strategy for the fleet. + * @param modernizationStrategy modernizationStrategy or {@code null} for none + */ + public ServiceMeshFeatureSpec setModernizationStrategy(java.lang.String modernizationStrategy) { + this.modernizationStrategy = modernizationStrategy; + return this; + } + @Override public ServiceMeshFeatureSpec set(String fieldName, Object value) { return (ServiceMeshFeatureSpec) super.set(fieldName, value); diff --git a/clients/google-api-services-gkehub/v1beta/2.0.0/pom.xml b/clients/google-api-services-gkehub/v1beta/2.0.0/pom.xml index 074b68737fd..c3513064473 100644 --- a/clients/google-api-services-gkehub/v1beta/2.0.0/pom.xml +++ b/clients/google-api-services-gkehub/v1beta/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-gkehub - v1beta-rev20260713-2.0.0 - GKE Hub API v1beta-rev20260713-2.0.0 + v1beta-rev20260719-2.0.0 + GKE Hub API v1beta-rev20260719-2.0.0 jar 2011 diff --git a/clients/google-api-services-gkehub/v1beta/README.md b/clients/google-api-services-gkehub/v1beta/README.md index 982097e3bb8..610c6022547 100644 --- a/clients/google-api-services-gkehub/v1beta/README.md +++ b/clients/google-api-services-gkehub/v1beta/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-gkehub - v1beta-rev20260713-2.0.0 + v1beta-rev20260719-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-gkehub:v1beta-rev20260713-2.0.0' + implementation 'com.google.apis:google-api-services-gkehub:v1beta-rev20260719-2.0.0' } ``` diff --git a/clients/google-api-services-gkehub/v2/2.0.0/README.md b/clients/google-api-services-gkehub/v2/2.0.0/README.md index 70d55b3635f..3b51daf1f78 100644 --- a/clients/google-api-services-gkehub/v2/2.0.0/README.md +++ b/clients/google-api-services-gkehub/v2/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-gkehub - v2-rev20260623-2.0.0 + v2-rev20260719-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-gkehub:v2-rev20260623-2.0.0' + implementation 'com.google.apis:google-api-services-gkehub:v2-rev20260719-2.0.0' } ``` diff --git a/clients/google-api-services-gkehub/v2/2.0.0/com/google/api/services/gkehub/v2/model/ConfigManagementSpec.java b/clients/google-api-services-gkehub/v2/2.0.0/com/google/api/services/gkehub/v2/model/ConfigManagementSpec.java index b5c1f4c1c89..c18a460984b 100644 --- a/clients/google-api-services-gkehub/v2/2.0.0/com/google/api/services/gkehub/v2/model/ConfigManagementSpec.java +++ b/clients/google-api-services-gkehub/v2/2.0.0/com/google/api/services/gkehub/v2/model/ConfigManagementSpec.java @@ -66,8 +66,10 @@ public final class ConfigManagementSpec extends com.google.api.client.json.Gener private ConfigManagementHierarchyControllerConfig hierarchyController; /** - * Optional. Deprecated: From version 1.21.0, automatic Feature management is unavailable, and - * Config Sync only supports manual upgrades. + * Optional. Deprecated: Automatic Feature management is in Preview and is unavailable in version + * 1.21.0 and later, after which Config Sync only supports manual upgrades. If set to manual + * upgrades, clear this field instead, which is behaviorally equivalent but helps prevent + * compatibility issues with newer fields. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -175,8 +177,10 @@ public ConfigManagementSpec setHierarchyController(ConfigManagementHierarchyCont } /** - * Optional. Deprecated: From version 1.21.0, automatic Feature management is unavailable, and - * Config Sync only supports manual upgrades. + * Optional. Deprecated: Automatic Feature management is in Preview and is unavailable in version + * 1.21.0 and later, after which Config Sync only supports manual upgrades. If set to manual + * upgrades, clear this field instead, which is behaviorally equivalent but helps prevent + * compatibility issues with newer fields. * @return value or {@code null} for none */ public java.lang.String getManagement() { @@ -184,8 +188,10 @@ public java.lang.String getManagement() { } /** - * Optional. Deprecated: From version 1.21.0, automatic Feature management is unavailable, and - * Config Sync only supports manual upgrades. + * Optional. Deprecated: Automatic Feature management is in Preview and is unavailable in version + * 1.21.0 and later, after which Config Sync only supports manual upgrades. If set to manual + * upgrades, clear this field instead, which is behaviorally equivalent but helps prevent + * compatibility issues with newer fields. * @param management management or {@code null} for none */ public ConfigManagementSpec setManagement(java.lang.String management) { diff --git a/clients/google-api-services-gkehub/v2/2.0.0/pom.xml b/clients/google-api-services-gkehub/v2/2.0.0/pom.xml index 67efd7f2434..c756bc7ea5d 100644 --- a/clients/google-api-services-gkehub/v2/2.0.0/pom.xml +++ b/clients/google-api-services-gkehub/v2/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-gkehub - v2-rev20260623-2.0.0 - GKE Hub API v2-rev20260623-2.0.0 + v2-rev20260719-2.0.0 + GKE Hub API v2-rev20260719-2.0.0 jar 2011 diff --git a/clients/google-api-services-gkehub/v2/README.md b/clients/google-api-services-gkehub/v2/README.md index 70d55b3635f..3b51daf1f78 100644 --- a/clients/google-api-services-gkehub/v2/README.md +++ b/clients/google-api-services-gkehub/v2/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-gkehub - v2-rev20260623-2.0.0 + v2-rev20260719-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-gkehub:v2-rev20260623-2.0.0' + implementation 'com.google.apis:google-api-services-gkehub:v2-rev20260719-2.0.0' } ``` diff --git a/clients/google-api-services-gkehub/v2alpha/2.0.0/README.md b/clients/google-api-services-gkehub/v2alpha/2.0.0/README.md index 298ae36beee..662d4a78cdf 100644 --- a/clients/google-api-services-gkehub/v2alpha/2.0.0/README.md +++ b/clients/google-api-services-gkehub/v2alpha/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-gkehub - v2alpha-rev20260623-2.0.0 + v2alpha-rev20260719-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-gkehub:v2alpha-rev20260623-2.0.0' + implementation 'com.google.apis:google-api-services-gkehub:v2alpha-rev20260719-2.0.0' } ``` diff --git a/clients/google-api-services-gkehub/v2alpha/2.0.0/com/google/api/services/gkehub/v2alpha/model/ConfigManagementSpec.java b/clients/google-api-services-gkehub/v2alpha/2.0.0/com/google/api/services/gkehub/v2alpha/model/ConfigManagementSpec.java index bd2f63bc288..193d8bbf3e6 100644 --- a/clients/google-api-services-gkehub/v2alpha/2.0.0/com/google/api/services/gkehub/v2alpha/model/ConfigManagementSpec.java +++ b/clients/google-api-services-gkehub/v2alpha/2.0.0/com/google/api/services/gkehub/v2alpha/model/ConfigManagementSpec.java @@ -66,8 +66,10 @@ public final class ConfigManagementSpec extends com.google.api.client.json.Gener private ConfigManagementHierarchyControllerConfig hierarchyController; /** - * Optional. Deprecated: From version 1.21.0, automatic Feature management is unavailable, and - * Config Sync only supports manual upgrades. + * Optional. Deprecated: Automatic Feature management is in Preview and is unavailable in version + * 1.21.0 and later, after which Config Sync only supports manual upgrades. If set to manual + * upgrades, clear this field instead, which is behaviorally equivalent but helps prevent + * compatibility issues with newer fields. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -175,8 +177,10 @@ public ConfigManagementSpec setHierarchyController(ConfigManagementHierarchyCont } /** - * Optional. Deprecated: From version 1.21.0, automatic Feature management is unavailable, and - * Config Sync only supports manual upgrades. + * Optional. Deprecated: Automatic Feature management is in Preview and is unavailable in version + * 1.21.0 and later, after which Config Sync only supports manual upgrades. If set to manual + * upgrades, clear this field instead, which is behaviorally equivalent but helps prevent + * compatibility issues with newer fields. * @return value or {@code null} for none */ public java.lang.String getManagement() { @@ -184,8 +188,10 @@ public java.lang.String getManagement() { } /** - * Optional. Deprecated: From version 1.21.0, automatic Feature management is unavailable, and - * Config Sync only supports manual upgrades. + * Optional. Deprecated: Automatic Feature management is in Preview and is unavailable in version + * 1.21.0 and later, after which Config Sync only supports manual upgrades. If set to manual + * upgrades, clear this field instead, which is behaviorally equivalent but helps prevent + * compatibility issues with newer fields. * @param management management or {@code null} for none */ public ConfigManagementSpec setManagement(java.lang.String management) { diff --git a/clients/google-api-services-gkehub/v2alpha/2.0.0/pom.xml b/clients/google-api-services-gkehub/v2alpha/2.0.0/pom.xml index 954b49ecfb9..efae5b8451b 100644 --- a/clients/google-api-services-gkehub/v2alpha/2.0.0/pom.xml +++ b/clients/google-api-services-gkehub/v2alpha/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-gkehub - v2alpha-rev20260623-2.0.0 - GKE Hub API v2alpha-rev20260623-2.0.0 + v2alpha-rev20260719-2.0.0 + GKE Hub API v2alpha-rev20260719-2.0.0 jar 2011 diff --git a/clients/google-api-services-gkehub/v2alpha/README.md b/clients/google-api-services-gkehub/v2alpha/README.md index 298ae36beee..662d4a78cdf 100644 --- a/clients/google-api-services-gkehub/v2alpha/README.md +++ b/clients/google-api-services-gkehub/v2alpha/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-gkehub - v2alpha-rev20260623-2.0.0 + v2alpha-rev20260719-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-gkehub:v2alpha-rev20260623-2.0.0' + implementation 'com.google.apis:google-api-services-gkehub:v2alpha-rev20260719-2.0.0' } ``` diff --git a/clients/google-api-services-gkehub/v2beta/2.0.0/README.md b/clients/google-api-services-gkehub/v2beta/2.0.0/README.md index bab5255879e..45a1c114aeb 100644 --- a/clients/google-api-services-gkehub/v2beta/2.0.0/README.md +++ b/clients/google-api-services-gkehub/v2beta/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-gkehub - v2beta-rev20260713-2.0.0 + v2beta-rev20260719-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-gkehub:v2beta-rev20260713-2.0.0' + implementation 'com.google.apis:google-api-services-gkehub:v2beta-rev20260719-2.0.0' } ``` diff --git a/clients/google-api-services-gkehub/v2beta/2.0.0/com/google/api/services/gkehub/v2beta/model/ConfigManagementSpec.java b/clients/google-api-services-gkehub/v2beta/2.0.0/com/google/api/services/gkehub/v2beta/model/ConfigManagementSpec.java index 0d8f012c4e5..b2e10297a1e 100644 --- a/clients/google-api-services-gkehub/v2beta/2.0.0/com/google/api/services/gkehub/v2beta/model/ConfigManagementSpec.java +++ b/clients/google-api-services-gkehub/v2beta/2.0.0/com/google/api/services/gkehub/v2beta/model/ConfigManagementSpec.java @@ -66,9 +66,10 @@ public final class ConfigManagementSpec extends com.google.api.client.json.Gener private ConfigManagementHierarchyControllerConfig hierarchyController; /** - * Optional. Deprecated: In Preview, automatic Feature management is unavailable from version - * 1.21.0 onwards, and Config Sync only supports manual upgrades. If set to manual upgrades, clear - * this field instead, which is behaviorally equivalent. + * Optional. Deprecated: Automatic Feature management is in Preview and is unavailable in version + * 1.21.0 and later, after which Config Sync only supports manual upgrades. If set to manual + * upgrades, clear this field instead, which is behaviorally equivalent but helps prevent + * compatibility issues with newer fields. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -176,9 +177,10 @@ public ConfigManagementSpec setHierarchyController(ConfigManagementHierarchyCont } /** - * Optional. Deprecated: In Preview, automatic Feature management is unavailable from version - * 1.21.0 onwards, and Config Sync only supports manual upgrades. If set to manual upgrades, clear - * this field instead, which is behaviorally equivalent. + * Optional. Deprecated: Automatic Feature management is in Preview and is unavailable in version + * 1.21.0 and later, after which Config Sync only supports manual upgrades. If set to manual + * upgrades, clear this field instead, which is behaviorally equivalent but helps prevent + * compatibility issues with newer fields. * @return value or {@code null} for none */ public java.lang.String getManagement() { @@ -186,9 +188,10 @@ public java.lang.String getManagement() { } /** - * Optional. Deprecated: In Preview, automatic Feature management is unavailable from version - * 1.21.0 onwards, and Config Sync only supports manual upgrades. If set to manual upgrades, clear - * this field instead, which is behaviorally equivalent. + * Optional. Deprecated: Automatic Feature management is in Preview and is unavailable in version + * 1.21.0 and later, after which Config Sync only supports manual upgrades. If set to manual + * upgrades, clear this field instead, which is behaviorally equivalent but helps prevent + * compatibility issues with newer fields. * @param management management or {@code null} for none */ public ConfigManagementSpec setManagement(java.lang.String management) { diff --git a/clients/google-api-services-gkehub/v2beta/2.0.0/pom.xml b/clients/google-api-services-gkehub/v2beta/2.0.0/pom.xml index 5d8b0a7c3cb..1ff5b99b361 100644 --- a/clients/google-api-services-gkehub/v2beta/2.0.0/pom.xml +++ b/clients/google-api-services-gkehub/v2beta/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-gkehub - v2beta-rev20260713-2.0.0 - GKE Hub API v2beta-rev20260713-2.0.0 + v2beta-rev20260719-2.0.0 + GKE Hub API v2beta-rev20260719-2.0.0 jar 2011 diff --git a/clients/google-api-services-gkehub/v2beta/README.md b/clients/google-api-services-gkehub/v2beta/README.md index bab5255879e..45a1c114aeb 100644 --- a/clients/google-api-services-gkehub/v2beta/README.md +++ b/clients/google-api-services-gkehub/v2beta/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-gkehub - v2beta-rev20260713-2.0.0 + v2beta-rev20260719-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-gkehub:v2beta-rev20260713-2.0.0' + implementation 'com.google.apis:google-api-services-gkehub:v2beta-rev20260719-2.0.0' } ```