From 1d2c84dc68dc075d96c64f7ef76d04569ca45c42 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Mon, 4 Nov 2024 17:12:18 -0800 Subject: [PATCH] chore: regenerate composer client (#23787) Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-java-client-services/actions/workflows/codegen.yaml --- .../v1/2.0.0/README.md | 4 +-- .../composer/v1/model/Environment.java | 12 +++---- .../composer/v1/model/EnvironmentConfig.java | 18 +++++----- .../composer/v1/model/SoftwareConfig.java | 36 +++++++++---------- .../v1/model/UserWorkloadsConfigMap.java | 9 +++-- .../v1/model/UserWorkloadsSecret.java | 9 +++-- .../v1/2.0.0/pom.xml | 4 +-- .../google-api-services-composer/v1/README.md | 4 +-- .../v1beta1/2.0.0/README.md | 4 +-- .../composer/v1beta1/model/Environment.java | 12 +++---- .../v1beta1/model/EnvironmentConfig.java | 18 +++++----- .../v1beta1/model/SoftwareConfig.java | 36 +++++++++---------- .../v1beta1/model/UserWorkloadsConfigMap.java | 9 +++-- .../v1beta1/model/UserWorkloadsSecret.java | 9 +++-- .../v1beta1/2.0.0/pom.xml | 4 +-- .../v1beta1/README.md | 4 +-- 16 files changed, 102 insertions(+), 90 deletions(-) diff --git a/clients/google-api-services-composer/v1/2.0.0/README.md b/clients/google-api-services-composer/v1/2.0.0/README.md index 566e7dd6705..d6dbeb9a32d 100644 --- a/clients/google-api-services-composer/v1/2.0.0/README.md +++ b/clients/google-api-services-composer/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-composer - v1-rev20241013-2.0.0 + v1-rev20241027-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-composer:v1-rev20241013-2.0.0' + implementation 'com.google.apis:google-api-services-composer:v1-rev20241027-2.0.0' } ``` diff --git a/clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/Environment.java b/clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/Environment.java index a044dce3329..c082a9cac74 100644 --- a/clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/Environment.java +++ b/clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/Environment.java @@ -30,7 +30,7 @@ public final class Environment extends com.google.api.client.json.GenericJson { /** - * Configuration parameters for this environment. + * Optional. Configuration parameters for this environment. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -55,7 +55,7 @@ public final class Environment extends com.google.api.client.json.GenericJson { private java.util.Map labels; /** - * The resource name of the environment, in the form: + * Identifier. The resource name of the environment, in the form: * "projects/{projectId}/locations/{locationId}/environments/{environmentId}" EnvironmentId must * start with a lowercase letter followed by up to 63 lowercase letters, numbers, or hyphens, and * cannot end with a hyphen. @@ -108,7 +108,7 @@ public final class Environment extends com.google.api.client.json.GenericJson { private java.lang.String uuid; /** - * Configuration parameters for this environment. + * Optional. Configuration parameters for this environment. * @return value or {@code null} for none */ public EnvironmentConfig getConfig() { @@ -116,7 +116,7 @@ public EnvironmentConfig getConfig() { } /** - * Configuration parameters for this environment. + * Optional. Configuration parameters for this environment. * @param config config or {@code null} for none */ public Environment setConfig(EnvironmentConfig config) { @@ -167,7 +167,7 @@ public Environment setLabels(java.util.Map labels) { } /** - * The resource name of the environment, in the form: + * Identifier. The resource name of the environment, in the form: * "projects/{projectId}/locations/{locationId}/environments/{environmentId}" EnvironmentId must * start with a lowercase letter followed by up to 63 lowercase letters, numbers, or hyphens, and * cannot end with a hyphen. @@ -178,7 +178,7 @@ public java.lang.String getName() { } /** - * The resource name of the environment, in the form: + * Identifier. The resource name of the environment, in the form: * "projects/{projectId}/locations/{locationId}/environments/{environmentId}" EnvironmentId must * start with a lowercase letter followed by up to 63 lowercase letters, numbers, or hyphens, and * cannot end with a hyphen. diff --git a/clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/EnvironmentConfig.java b/clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/EnvironmentConfig.java index 31c21fddd2e..20c60b98521 100644 --- a/clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/EnvironmentConfig.java +++ b/clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/EnvironmentConfig.java @@ -119,7 +119,7 @@ public final class EnvironmentConfig extends com.google.api.client.json.GenericJ private MasterAuthorizedNetworksConfig masterAuthorizedNetworksConfig; /** - * The configuration used for the Kubernetes Engine cluster. + * Optional. The configuration used for the Kubernetes Engine cluster. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -135,7 +135,7 @@ public final class EnvironmentConfig extends com.google.api.client.json.GenericJ private java.lang.Integer nodeCount; /** - * The configuration used for the Private IP Cloud Composer environment. + * Optional. The configuration used for the Private IP Cloud Composer environment. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -158,7 +158,7 @@ public final class EnvironmentConfig extends com.google.api.client.json.GenericJ private java.lang.String resilienceMode; /** - * The configuration settings for software inside the environment. + * Optional. The configuration settings for software inside the environment. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -398,7 +398,7 @@ public EnvironmentConfig setMasterAuthorizedNetworksConfig(MasterAuthorizedNetwo } /** - * The configuration used for the Kubernetes Engine cluster. + * Optional. The configuration used for the Kubernetes Engine cluster. * @return value or {@code null} for none */ public NodeConfig getNodeConfig() { @@ -406,7 +406,7 @@ public NodeConfig getNodeConfig() { } /** - * The configuration used for the Kubernetes Engine cluster. + * Optional. The configuration used for the Kubernetes Engine cluster. * @param nodeConfig nodeConfig or {@code null} for none */ public EnvironmentConfig setNodeConfig(NodeConfig nodeConfig) { @@ -436,7 +436,7 @@ public EnvironmentConfig setNodeCount(java.lang.Integer nodeCount) { } /** - * The configuration used for the Private IP Cloud Composer environment. + * Optional. The configuration used for the Private IP Cloud Composer environment. * @return value or {@code null} for none */ public PrivateEnvironmentConfig getPrivateEnvironmentConfig() { @@ -444,7 +444,7 @@ public PrivateEnvironmentConfig getPrivateEnvironmentConfig() { } /** - * The configuration used for the Private IP Cloud Composer environment. + * Optional. The configuration used for the Private IP Cloud Composer environment. * @param privateEnvironmentConfig privateEnvironmentConfig or {@code null} for none */ public EnvironmentConfig setPrivateEnvironmentConfig(PrivateEnvironmentConfig privateEnvironmentConfig) { @@ -491,7 +491,7 @@ public EnvironmentConfig setResilienceMode(java.lang.String resilienceMode) { } /** - * The configuration settings for software inside the environment. + * Optional. The configuration settings for software inside the environment. * @return value or {@code null} for none */ public SoftwareConfig getSoftwareConfig() { @@ -499,7 +499,7 @@ public SoftwareConfig getSoftwareConfig() { } /** - * The configuration settings for software inside the environment. + * Optional. The configuration settings for software inside the environment. * @param softwareConfig softwareConfig or {@code null} for none */ public EnvironmentConfig setSoftwareConfig(SoftwareConfig softwareConfig) { diff --git a/clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/SoftwareConfig.java b/clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/SoftwareConfig.java index 79199298445..3fe39cfa0f1 100644 --- a/clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/SoftwareConfig.java +++ b/clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/SoftwareConfig.java @@ -66,12 +66,12 @@ public final class SoftwareConfig extends com.google.api.client.json.GenericJson private java.util.Map envVariables; /** - * The version of the software running in the environment. This encapsulates both the version of - * Cloud Composer functionality and the version of Apache Airflow. It must match the regular - * expression `composer-([0-9]+(\.[0-9]+\.[0-9]+(-preview\.[0-9]+)?)?|latest)-airflow-([0-9]+(\.[0 - * -9]+(\.[0-9]+)?)?)`. When used as input, the server also checks if the provided version is - * supported and denies the request for an unsupported version. The Cloud Composer portion of the - * image version is a full [semantic version](https://semver.org), or an alias in the form of + * Optional. The version of the software running in the environment. This encapsulates both the + * version of Cloud Composer functionality and the version of Apache Airflow. It must match the + * regular expression `composer-([0-9]+(\.[0-9]+\.[0-9]+(-preview\.[0-9]+)?)?|latest)-airflow-([0- + * 9]+(\.[0-9]+(\.[0-9]+)?)?)`. When used as input, the server also checks if the provided version + * is supported and denies the request for an unsupported version. The Cloud Composer portion of + * the image version is a full [semantic version](https://semver.org), or an alias in the form of * major version number or `latest`. When an alias is provided, the server replaces it with the * current Cloud Composer version that satisfies the alias. The Apache Airflow portion of the * image version is a full semantic version that points to one of the supported Apache Airflow @@ -205,12 +205,12 @@ public SoftwareConfig setEnvVariables(java.util.Map en } /** - * The version of the software running in the environment. This encapsulates both the version of - * Cloud Composer functionality and the version of Apache Airflow. It must match the regular - * expression `composer-([0-9]+(\.[0-9]+\.[0-9]+(-preview\.[0-9]+)?)?|latest)-airflow-([0-9]+(\.[0 - * -9]+(\.[0-9]+)?)?)`. When used as input, the server also checks if the provided version is - * supported and denies the request for an unsupported version. The Cloud Composer portion of the - * image version is a full [semantic version](https://semver.org), or an alias in the form of + * Optional. The version of the software running in the environment. This encapsulates both the + * version of Cloud Composer functionality and the version of Apache Airflow. It must match the + * regular expression `composer-([0-9]+(\.[0-9]+\.[0-9]+(-preview\.[0-9]+)?)?|latest)-airflow-([0- + * 9]+(\.[0-9]+(\.[0-9]+)?)?)`. When used as input, the server also checks if the provided version + * is supported and denies the request for an unsupported version. The Cloud Composer portion of + * the image version is a full [semantic version](https://semver.org), or an alias in the form of * major version number or `latest`. When an alias is provided, the server replaces it with the * current Cloud Composer version that satisfies the alias. The Apache Airflow portion of the * image version is a full semantic version that points to one of the supported Apache Airflow @@ -227,12 +227,12 @@ public java.lang.String getImageVersion() { } /** - * The version of the software running in the environment. This encapsulates both the version of - * Cloud Composer functionality and the version of Apache Airflow. It must match the regular - * expression `composer-([0-9]+(\.[0-9]+\.[0-9]+(-preview\.[0-9]+)?)?|latest)-airflow-([0-9]+(\.[0 - * -9]+(\.[0-9]+)?)?)`. When used as input, the server also checks if the provided version is - * supported and denies the request for an unsupported version. The Cloud Composer portion of the - * image version is a full [semantic version](https://semver.org), or an alias in the form of + * Optional. The version of the software running in the environment. This encapsulates both the + * version of Cloud Composer functionality and the version of Apache Airflow. It must match the + * regular expression `composer-([0-9]+(\.[0-9]+\.[0-9]+(-preview\.[0-9]+)?)?|latest)-airflow-([0- + * 9]+(\.[0-9]+(\.[0-9]+)?)?)`. When used as input, the server also checks if the provided version + * is supported and denies the request for an unsupported version. The Cloud Composer portion of + * the image version is a full [semantic version](https://semver.org), or an alias in the form of * major version number or `latest`. When an alias is provided, the server replaces it with the * current Cloud Composer version that satisfies the alias. The Apache Airflow portion of the * image version is a full semantic version that points to one of the supported Apache Airflow diff --git a/clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/UserWorkloadsConfigMap.java b/clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/UserWorkloadsConfigMap.java index f02aebe59d3..7fe811f2b5a 100644 --- a/clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/UserWorkloadsConfigMap.java +++ b/clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/UserWorkloadsConfigMap.java @@ -32,7 +32,8 @@ public final class UserWorkloadsConfigMap extends com.google.api.client.json.Gen /** * Optional. The "data" field of Kubernetes ConfigMap, organized in key-value pairs. For details - * see: https://kubernetes.io/docs/concepts/configuration/configmap/ + * see: https://kubernetes.io/docs/concepts/configuration/configmap/ Example: { "example_key": + * "example_value", "another_key": "another_value" } * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -48,7 +49,8 @@ public final class UserWorkloadsConfigMap extends com.google.api.client.json.Gen /** * Optional. The "data" field of Kubernetes ConfigMap, organized in key-value pairs. For details - * see: https://kubernetes.io/docs/concepts/configuration/configmap/ + * see: https://kubernetes.io/docs/concepts/configuration/configmap/ Example: { "example_key": + * "example_value", "another_key": "another_value" } * @return value or {@code null} for none */ public java.util.Map getData() { @@ -57,7 +59,8 @@ public java.util.Map getData() { /** * Optional. The "data" field of Kubernetes ConfigMap, organized in key-value pairs. For details - * see: https://kubernetes.io/docs/concepts/configuration/configmap/ + * see: https://kubernetes.io/docs/concepts/configuration/configmap/ Example: { "example_key": + * "example_value", "another_key": "another_value" } * @param data data or {@code null} for none */ public UserWorkloadsConfigMap setData(java.util.Map data) { diff --git a/clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/UserWorkloadsSecret.java b/clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/UserWorkloadsSecret.java index d8794c05806..2cae80f217f 100644 --- a/clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/UserWorkloadsSecret.java +++ b/clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/UserWorkloadsSecret.java @@ -34,7 +34,8 @@ public final class UserWorkloadsSecret extends com.google.api.client.json.Generi * Optional. The "data" field of Kubernetes Secret, organized in key-value pairs, which can * contain sensitive values such as a password, a token, or a key. The values for all keys have to * be base64-encoded strings. For details see: - * https://kubernetes.io/docs/concepts/configuration/secret/ + * https://kubernetes.io/docs/concepts/configuration/secret/ Example: { "example": + * "ZXhhbXBsZV92YWx1ZQ==", "another-example": "YW5vdGhlcl9leGFtcGxlX3ZhbHVl" } * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -52,7 +53,8 @@ public final class UserWorkloadsSecret extends com.google.api.client.json.Generi * Optional. The "data" field of Kubernetes Secret, organized in key-value pairs, which can * contain sensitive values such as a password, a token, or a key. The values for all keys have to * be base64-encoded strings. For details see: - * https://kubernetes.io/docs/concepts/configuration/secret/ + * https://kubernetes.io/docs/concepts/configuration/secret/ Example: { "example": + * "ZXhhbXBsZV92YWx1ZQ==", "another-example": "YW5vdGhlcl9leGFtcGxlX3ZhbHVl" } * @return value or {@code null} for none */ public java.util.Map getData() { @@ -63,7 +65,8 @@ public java.util.Map getData() { * Optional. The "data" field of Kubernetes Secret, organized in key-value pairs, which can * contain sensitive values such as a password, a token, or a key. The values for all keys have to * be base64-encoded strings. For details see: - * https://kubernetes.io/docs/concepts/configuration/secret/ + * https://kubernetes.io/docs/concepts/configuration/secret/ Example: { "example": + * "ZXhhbXBsZV92YWx1ZQ==", "another-example": "YW5vdGhlcl9leGFtcGxlX3ZhbHVl" } * @param data data or {@code null} for none */ public UserWorkloadsSecret setData(java.util.Map data) { diff --git a/clients/google-api-services-composer/v1/2.0.0/pom.xml b/clients/google-api-services-composer/v1/2.0.0/pom.xml index 335f028f343..b19080c0cf2 100644 --- a/clients/google-api-services-composer/v1/2.0.0/pom.xml +++ b/clients/google-api-services-composer/v1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-composer - v1-rev20241013-2.0.0 - Cloud Composer API v1-rev20241013-2.0.0 + v1-rev20241027-2.0.0 + Cloud Composer API v1-rev20241027-2.0.0 jar 2011 diff --git a/clients/google-api-services-composer/v1/README.md b/clients/google-api-services-composer/v1/README.md index 566e7dd6705..d6dbeb9a32d 100644 --- a/clients/google-api-services-composer/v1/README.md +++ b/clients/google-api-services-composer/v1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-composer - v1-rev20241013-2.0.0 + v1-rev20241027-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-composer:v1-rev20241013-2.0.0' + implementation 'com.google.apis:google-api-services-composer:v1-rev20241027-2.0.0' } ``` diff --git a/clients/google-api-services-composer/v1beta1/2.0.0/README.md b/clients/google-api-services-composer/v1beta1/2.0.0/README.md index 2efeacfd047..b5dee696ce7 100644 --- a/clients/google-api-services-composer/v1beta1/2.0.0/README.md +++ b/clients/google-api-services-composer/v1beta1/2.0.0/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-composer - v1beta1-rev20241013-2.0.0 + v1beta1-rev20241027-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-composer:v1beta1-rev20241013-2.0.0' + implementation 'com.google.apis:google-api-services-composer:v1beta1-rev20241027-2.0.0' } ``` diff --git a/clients/google-api-services-composer/v1beta1/2.0.0/com/google/api/services/composer/v1beta1/model/Environment.java b/clients/google-api-services-composer/v1beta1/2.0.0/com/google/api/services/composer/v1beta1/model/Environment.java index 89a99ec1011..e4684be3ac4 100644 --- a/clients/google-api-services-composer/v1beta1/2.0.0/com/google/api/services/composer/v1beta1/model/Environment.java +++ b/clients/google-api-services-composer/v1beta1/2.0.0/com/google/api/services/composer/v1beta1/model/Environment.java @@ -30,7 +30,7 @@ public final class Environment extends com.google.api.client.json.GenericJson { /** - * Configuration parameters for this environment. + * Optional. Configuration parameters for this environment. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -55,7 +55,7 @@ public final class Environment extends com.google.api.client.json.GenericJson { private java.util.Map labels; /** - * The resource name of the environment, in the form: + * Identifier. The resource name of the environment, in the form: * "projects/{projectId}/locations/{locationId}/environments/{environmentId}" EnvironmentId must * start with a lowercase letter followed by up to 63 lowercase letters, numbers, or hyphens, and * cannot end with a hyphen. @@ -108,7 +108,7 @@ public final class Environment extends com.google.api.client.json.GenericJson { private java.lang.String uuid; /** - * Configuration parameters for this environment. + * Optional. Configuration parameters for this environment. * @return value or {@code null} for none */ public EnvironmentConfig getConfig() { @@ -116,7 +116,7 @@ public EnvironmentConfig getConfig() { } /** - * Configuration parameters for this environment. + * Optional. Configuration parameters for this environment. * @param config config or {@code null} for none */ public Environment setConfig(EnvironmentConfig config) { @@ -167,7 +167,7 @@ public Environment setLabels(java.util.Map labels) { } /** - * The resource name of the environment, in the form: + * Identifier. The resource name of the environment, in the form: * "projects/{projectId}/locations/{locationId}/environments/{environmentId}" EnvironmentId must * start with a lowercase letter followed by up to 63 lowercase letters, numbers, or hyphens, and * cannot end with a hyphen. @@ -178,7 +178,7 @@ public java.lang.String getName() { } /** - * The resource name of the environment, in the form: + * Identifier. The resource name of the environment, in the form: * "projects/{projectId}/locations/{locationId}/environments/{environmentId}" EnvironmentId must * start with a lowercase letter followed by up to 63 lowercase letters, numbers, or hyphens, and * cannot end with a hyphen. diff --git a/clients/google-api-services-composer/v1beta1/2.0.0/com/google/api/services/composer/v1beta1/model/EnvironmentConfig.java b/clients/google-api-services-composer/v1beta1/2.0.0/com/google/api/services/composer/v1beta1/model/EnvironmentConfig.java index 497be72dcd8..c96159354f3 100644 --- a/clients/google-api-services-composer/v1beta1/2.0.0/com/google/api/services/composer/v1beta1/model/EnvironmentConfig.java +++ b/clients/google-api-services-composer/v1beta1/2.0.0/com/google/api/services/composer/v1beta1/model/EnvironmentConfig.java @@ -119,7 +119,7 @@ public final class EnvironmentConfig extends com.google.api.client.json.GenericJ private MasterAuthorizedNetworksConfig masterAuthorizedNetworksConfig; /** - * The configuration used for the Kubernetes Engine cluster. + * Optional. The configuration used for the Kubernetes Engine cluster. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -135,7 +135,7 @@ public final class EnvironmentConfig extends com.google.api.client.json.GenericJ private java.lang.Integer nodeCount; /** - * The configuration used for the Private IP Cloud Composer environment. + * Optional. The configuration used for the Private IP Cloud Composer environment. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -158,7 +158,7 @@ public final class EnvironmentConfig extends com.google.api.client.json.GenericJ private java.lang.String resilienceMode; /** - * The configuration settings for software inside the environment. + * Optional. The configuration settings for software inside the environment. * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -399,7 +399,7 @@ public EnvironmentConfig setMasterAuthorizedNetworksConfig(MasterAuthorizedNetwo } /** - * The configuration used for the Kubernetes Engine cluster. + * Optional. The configuration used for the Kubernetes Engine cluster. * @return value or {@code null} for none */ public NodeConfig getNodeConfig() { @@ -407,7 +407,7 @@ public NodeConfig getNodeConfig() { } /** - * The configuration used for the Kubernetes Engine cluster. + * Optional. The configuration used for the Kubernetes Engine cluster. * @param nodeConfig nodeConfig or {@code null} for none */ public EnvironmentConfig setNodeConfig(NodeConfig nodeConfig) { @@ -437,7 +437,7 @@ public EnvironmentConfig setNodeCount(java.lang.Integer nodeCount) { } /** - * The configuration used for the Private IP Cloud Composer environment. + * Optional. The configuration used for the Private IP Cloud Composer environment. * @return value or {@code null} for none */ public PrivateEnvironmentConfig getPrivateEnvironmentConfig() { @@ -445,7 +445,7 @@ public PrivateEnvironmentConfig getPrivateEnvironmentConfig() { } /** - * The configuration used for the Private IP Cloud Composer environment. + * Optional. The configuration used for the Private IP Cloud Composer environment. * @param privateEnvironmentConfig privateEnvironmentConfig or {@code null} for none */ public EnvironmentConfig setPrivateEnvironmentConfig(PrivateEnvironmentConfig privateEnvironmentConfig) { @@ -492,7 +492,7 @@ public EnvironmentConfig setResilienceMode(java.lang.String resilienceMode) { } /** - * The configuration settings for software inside the environment. + * Optional. The configuration settings for software inside the environment. * @return value or {@code null} for none */ public SoftwareConfig getSoftwareConfig() { @@ -500,7 +500,7 @@ public SoftwareConfig getSoftwareConfig() { } /** - * The configuration settings for software inside the environment. + * Optional. The configuration settings for software inside the environment. * @param softwareConfig softwareConfig or {@code null} for none */ public EnvironmentConfig setSoftwareConfig(SoftwareConfig softwareConfig) { diff --git a/clients/google-api-services-composer/v1beta1/2.0.0/com/google/api/services/composer/v1beta1/model/SoftwareConfig.java b/clients/google-api-services-composer/v1beta1/2.0.0/com/google/api/services/composer/v1beta1/model/SoftwareConfig.java index 637773514dc..431f5e6e163 100644 --- a/clients/google-api-services-composer/v1beta1/2.0.0/com/google/api/services/composer/v1beta1/model/SoftwareConfig.java +++ b/clients/google-api-services-composer/v1beta1/2.0.0/com/google/api/services/composer/v1beta1/model/SoftwareConfig.java @@ -66,12 +66,12 @@ public final class SoftwareConfig extends com.google.api.client.json.GenericJson private java.util.Map envVariables; /** - * The version of the software running in the environment. This encapsulates both the version of - * Cloud Composer functionality and the version of Apache Airflow. It must match the regular - * expression `composer-([0-9]+(\.[0-9]+\.[0-9]+(-preview\.[0-9]+)?)?|latest)-airflow-([0-9]+(\.[0 - * -9]+(\.[0-9]+)?)?)`. When used as input, the server also checks if the provided version is - * supported and denies the request for an unsupported version. The Cloud Composer portion of the - * image version is a full [semantic version](https://semver.org), or an alias in the form of + * Optional. The version of the software running in the environment. This encapsulates both the + * version of Cloud Composer functionality and the version of Apache Airflow. It must match the + * regular expression `composer-([0-9]+(\.[0-9]+\.[0-9]+(-preview\.[0-9]+)?)?|latest)-airflow-([0- + * 9]+(\.[0-9]+(\.[0-9]+)?)?)`. When used as input, the server also checks if the provided version + * is supported and denies the request for an unsupported version. The Cloud Composer portion of + * the image version is a full [semantic version](https://semver.org), or an alias in the form of * major version number or `latest`. When an alias is provided, the server replaces it with the * current Cloud Composer version that satisfies the alias. The Apache Airflow portion of the * image version is a full semantic version that points to one of the supported Apache Airflow @@ -205,12 +205,12 @@ public SoftwareConfig setEnvVariables(java.util.Map en } /** - * The version of the software running in the environment. This encapsulates both the version of - * Cloud Composer functionality and the version of Apache Airflow. It must match the regular - * expression `composer-([0-9]+(\.[0-9]+\.[0-9]+(-preview\.[0-9]+)?)?|latest)-airflow-([0-9]+(\.[0 - * -9]+(\.[0-9]+)?)?)`. When used as input, the server also checks if the provided version is - * supported and denies the request for an unsupported version. The Cloud Composer portion of the - * image version is a full [semantic version](https://semver.org), or an alias in the form of + * Optional. The version of the software running in the environment. This encapsulates both the + * version of Cloud Composer functionality and the version of Apache Airflow. It must match the + * regular expression `composer-([0-9]+(\.[0-9]+\.[0-9]+(-preview\.[0-9]+)?)?|latest)-airflow-([0- + * 9]+(\.[0-9]+(\.[0-9]+)?)?)`. When used as input, the server also checks if the provided version + * is supported and denies the request for an unsupported version. The Cloud Composer portion of + * the image version is a full [semantic version](https://semver.org), or an alias in the form of * major version number or `latest`. When an alias is provided, the server replaces it with the * current Cloud Composer version that satisfies the alias. The Apache Airflow portion of the * image version is a full semantic version that points to one of the supported Apache Airflow @@ -227,12 +227,12 @@ public java.lang.String getImageVersion() { } /** - * The version of the software running in the environment. This encapsulates both the version of - * Cloud Composer functionality and the version of Apache Airflow. It must match the regular - * expression `composer-([0-9]+(\.[0-9]+\.[0-9]+(-preview\.[0-9]+)?)?|latest)-airflow-([0-9]+(\.[0 - * -9]+(\.[0-9]+)?)?)`. When used as input, the server also checks if the provided version is - * supported and denies the request for an unsupported version. The Cloud Composer portion of the - * image version is a full [semantic version](https://semver.org), or an alias in the form of + * Optional. The version of the software running in the environment. This encapsulates both the + * version of Cloud Composer functionality and the version of Apache Airflow. It must match the + * regular expression `composer-([0-9]+(\.[0-9]+\.[0-9]+(-preview\.[0-9]+)?)?|latest)-airflow-([0- + * 9]+(\.[0-9]+(\.[0-9]+)?)?)`. When used as input, the server also checks if the provided version + * is supported and denies the request for an unsupported version. The Cloud Composer portion of + * the image version is a full [semantic version](https://semver.org), or an alias in the form of * major version number or `latest`. When an alias is provided, the server replaces it with the * current Cloud Composer version that satisfies the alias. The Apache Airflow portion of the * image version is a full semantic version that points to one of the supported Apache Airflow diff --git a/clients/google-api-services-composer/v1beta1/2.0.0/com/google/api/services/composer/v1beta1/model/UserWorkloadsConfigMap.java b/clients/google-api-services-composer/v1beta1/2.0.0/com/google/api/services/composer/v1beta1/model/UserWorkloadsConfigMap.java index 4371c4e3be4..3747b021082 100644 --- a/clients/google-api-services-composer/v1beta1/2.0.0/com/google/api/services/composer/v1beta1/model/UserWorkloadsConfigMap.java +++ b/clients/google-api-services-composer/v1beta1/2.0.0/com/google/api/services/composer/v1beta1/model/UserWorkloadsConfigMap.java @@ -32,7 +32,8 @@ public final class UserWorkloadsConfigMap extends com.google.api.client.json.Gen /** * Optional. The "data" field of Kubernetes ConfigMap, organized in key-value pairs. For details - * see: https://kubernetes.io/docs/concepts/configuration/configmap/ + * see: https://kubernetes.io/docs/concepts/configuration/configmap/ Example: { "example_key": + * "example_value", "another_key": "another_value" } * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -48,7 +49,8 @@ public final class UserWorkloadsConfigMap extends com.google.api.client.json.Gen /** * Optional. The "data" field of Kubernetes ConfigMap, organized in key-value pairs. For details - * see: https://kubernetes.io/docs/concepts/configuration/configmap/ + * see: https://kubernetes.io/docs/concepts/configuration/configmap/ Example: { "example_key": + * "example_value", "another_key": "another_value" } * @return value or {@code null} for none */ public java.util.Map getData() { @@ -57,7 +59,8 @@ public java.util.Map getData() { /** * Optional. The "data" field of Kubernetes ConfigMap, organized in key-value pairs. For details - * see: https://kubernetes.io/docs/concepts/configuration/configmap/ + * see: https://kubernetes.io/docs/concepts/configuration/configmap/ Example: { "example_key": + * "example_value", "another_key": "another_value" } * @param data data or {@code null} for none */ public UserWorkloadsConfigMap setData(java.util.Map data) { diff --git a/clients/google-api-services-composer/v1beta1/2.0.0/com/google/api/services/composer/v1beta1/model/UserWorkloadsSecret.java b/clients/google-api-services-composer/v1beta1/2.0.0/com/google/api/services/composer/v1beta1/model/UserWorkloadsSecret.java index 5dee4f06cda..51ad0f691e5 100644 --- a/clients/google-api-services-composer/v1beta1/2.0.0/com/google/api/services/composer/v1beta1/model/UserWorkloadsSecret.java +++ b/clients/google-api-services-composer/v1beta1/2.0.0/com/google/api/services/composer/v1beta1/model/UserWorkloadsSecret.java @@ -34,7 +34,8 @@ public final class UserWorkloadsSecret extends com.google.api.client.json.Generi * Optional. The "data" field of Kubernetes Secret, organized in key-value pairs, which can * contain sensitive values such as a password, a token, or a key. The values for all keys have to * be base64-encoded strings. For details see: - * https://kubernetes.io/docs/concepts/configuration/secret/ + * https://kubernetes.io/docs/concepts/configuration/secret/ Example: { "example": + * "ZXhhbXBsZV92YWx1ZQ==", "another-example": "YW5vdGhlcl9leGFtcGxlX3ZhbHVl" } * The value may be {@code null}. */ @com.google.api.client.util.Key @@ -52,7 +53,8 @@ public final class UserWorkloadsSecret extends com.google.api.client.json.Generi * Optional. The "data" field of Kubernetes Secret, organized in key-value pairs, which can * contain sensitive values such as a password, a token, or a key. The values for all keys have to * be base64-encoded strings. For details see: - * https://kubernetes.io/docs/concepts/configuration/secret/ + * https://kubernetes.io/docs/concepts/configuration/secret/ Example: { "example": + * "ZXhhbXBsZV92YWx1ZQ==", "another-example": "YW5vdGhlcl9leGFtcGxlX3ZhbHVl" } * @return value or {@code null} for none */ public java.util.Map getData() { @@ -63,7 +65,8 @@ public java.util.Map getData() { * Optional. The "data" field of Kubernetes Secret, organized in key-value pairs, which can * contain sensitive values such as a password, a token, or a key. The values for all keys have to * be base64-encoded strings. For details see: - * https://kubernetes.io/docs/concepts/configuration/secret/ + * https://kubernetes.io/docs/concepts/configuration/secret/ Example: { "example": + * "ZXhhbXBsZV92YWx1ZQ==", "another-example": "YW5vdGhlcl9leGFtcGxlX3ZhbHVl" } * @param data data or {@code null} for none */ public UserWorkloadsSecret setData(java.util.Map data) { diff --git a/clients/google-api-services-composer/v1beta1/2.0.0/pom.xml b/clients/google-api-services-composer/v1beta1/2.0.0/pom.xml index 8207e58f239..8d4c8477473 100644 --- a/clients/google-api-services-composer/v1beta1/2.0.0/pom.xml +++ b/clients/google-api-services-composer/v1beta1/2.0.0/pom.xml @@ -8,8 +8,8 @@ com.google.apis google-api-services-composer - v1beta1-rev20241013-2.0.0 - Cloud Composer API v1beta1-rev20241013-2.0.0 + v1beta1-rev20241027-2.0.0 + Cloud Composer API v1beta1-rev20241027-2.0.0 jar 2011 diff --git a/clients/google-api-services-composer/v1beta1/README.md b/clients/google-api-services-composer/v1beta1/README.md index 2efeacfd047..b5dee696ce7 100644 --- a/clients/google-api-services-composer/v1beta1/README.md +++ b/clients/google-api-services-composer/v1beta1/README.md @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file: com.google.apis google-api-services-composer - v1beta1-rev20241013-2.0.0 + v1beta1-rev20241027-2.0.0 @@ -35,7 +35,7 @@ repositories { mavenCentral() } dependencies { - implementation 'com.google.apis:google-api-services-composer:v1beta1-rev20241013-2.0.0' + implementation 'com.google.apis:google-api-services-composer:v1beta1-rev20241027-2.0.0' } ```