Skip to content

Commit

Permalink
chore: regenerate composer client (#23787)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Nov 5, 2024
1 parent 2e8a7c1 commit 1d2c84d
Show file tree
Hide file tree
Showing 16 changed files with 102 additions and 90 deletions.
4 changes: 2 additions & 2 deletions clients/google-api-services-composer/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-composer</artifactId>
<version>v1-rev20241013-2.0.0</version>
<version>v1-rev20241027-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -55,7 +55,7 @@ public final class Environment extends com.google.api.client.json.GenericJson {
private java.util.Map<String, java.lang.String> 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.
Expand Down Expand Up @@ -108,15 +108,15 @@ 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() {
return config;
}

/**
* Configuration parameters for this environment.
* Optional. Configuration parameters for this environment.
* @param config config or {@code null} for none
*/
public Environment setConfig(EnvironmentConfig config) {
Expand Down Expand Up @@ -167,7 +167,7 @@ public Environment setLabels(java.util.Map<String, java.lang.String> 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.
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -398,15 +398,15 @@ 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() {
return nodeConfig;
}

/**
* 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) {
Expand Down Expand Up @@ -436,15 +436,15 @@ 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() {
return privateEnvironmentConfig;
}

/**
* 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) {
Expand Down Expand Up @@ -491,15 +491,15 @@ 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() {
return softwareConfig;
}

/**
* 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) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ public final class SoftwareConfig extends com.google.api.client.json.GenericJson
private java.util.Map<String, java.lang.String> 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
Expand Down Expand Up @@ -205,12 +205,12 @@ public SoftwareConfig setEnvVariables(java.util.Map<String, java.lang.String> 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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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<String, java.lang.String> getData() {
Expand All @@ -57,7 +59,8 @@ public java.util.Map<String, java.lang.String> 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<String, java.lang.String> data) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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<String, java.lang.String> getData() {
Expand All @@ -63,7 +65,8 @@ public java.util.Map<String, java.lang.String> 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<String, java.lang.String> data) {
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-composer/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-composer</artifactId>
<version>v1-rev20241013-2.0.0</version>
<name>Cloud Composer API v1-rev20241013-2.0.0</name>
<version>v1-rev20241027-2.0.0</version>
<name>Cloud Composer API v1-rev20241027-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-composer/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-composer</artifactId>
<version>v1-rev20241013-2.0.0</version>
<version>v1-rev20241027-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-composer/v1beta1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-composer</artifactId>
<version>v1beta1-rev20241013-2.0.0</version>
<version>v1beta1-rev20241027-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -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'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -55,7 +55,7 @@ public final class Environment extends com.google.api.client.json.GenericJson {
private java.util.Map<String, java.lang.String> 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.
Expand Down Expand Up @@ -108,15 +108,15 @@ 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() {
return config;
}

/**
* Configuration parameters for this environment.
* Optional. Configuration parameters for this environment.
* @param config config or {@code null} for none
*/
public Environment setConfig(EnvironmentConfig config) {
Expand Down Expand Up @@ -167,7 +167,7 @@ public Environment setLabels(java.util.Map<String, java.lang.String> 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.
Expand All @@ -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.
Expand Down
Loading

0 comments on commit 1d2c84d

Please sign in to comment.