You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/DagProcessorResource.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
/**
20
20
* Configuration for resources used by Airflow DAG processors. This field is supported for Cloud
21
-
* Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.
21
+
* Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.
22
22
*
23
23
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24
24
* transmitted over HTTP when working with the Cloud Composer API. For a detailed explanation see:
Copy file name to clipboardExpand all lines: clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/PrivateEnvironmentConfig.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ public final class PrivateEnvironmentConfig extends com.google.api.client.json.G
71
71
* either `NodeConfig.network` and `NodeConfig.subnetwork` fields or
72
72
* `NodeConfig.composer_network_attachment` field are specified). If `false`, the builds also have
73
73
* access to the internet. This field is supported for Cloud Composer environments in versions
74
-
* composer-3.*.*-airflow-*.*.* and newer.
74
+
* composer-3-airflow-*.*.*-build.* and newer.
75
75
* The value may be {@code null}.
76
76
*/
77
77
@com.google.api.client.util.Key
@@ -217,7 +217,7 @@ public PrivateEnvironmentConfig setCloudSqlIpv4CidrBlock(java.lang.String cloudS
217
217
* either `NodeConfig.network` and `NodeConfig.subnetwork` fields or
218
218
* `NodeConfig.composer_network_attachment` field are specified). If `false`, the builds also have
219
219
* access to the internet. This field is supported for Cloud Composer environments in versions
Copy file name to clipboardExpand all lines: clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/SoftwareConfig.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -117,7 +117,7 @@ public final class SoftwareConfig extends com.google.api.client.json.GenericJson
117
117
/**
118
118
* Optional. Whether or not the web server uses custom plugins. If unspecified, the field defaults
119
119
* to `PLUGINS_ENABLED`. This field is supported for Cloud Composer environments in versions
120
-
* composer-3.*.*-airflow-*.*.* and newer.
120
+
* composer-3-airflow-*.*.*-build.* and newer.
121
121
* The value may be {@code null}.
122
122
*/
123
123
@com.google.api.client.util.Key
@@ -317,7 +317,7 @@ public SoftwareConfig setSchedulerCount(java.lang.Integer schedulerCount) {
317
317
/**
318
318
* Optional. Whether or not the web server uses custom plugins. If unspecified, the field defaults
319
319
* to `PLUGINS_ENABLED`. This field is supported for Cloud Composer environments in versions
320
-
* composer-3.*.*-airflow-*.*.* and newer.
320
+
* composer-3-airflow-*.*.*-build.* and newer.
321
321
* @return value or {@code null} for none
322
322
*/
323
323
publicjava.lang.StringgetWebServerPluginsMode() {
@@ -327,7 +327,7 @@ public java.lang.String getWebServerPluginsMode() {
327
327
/**
328
328
* Optional. Whether or not the web server uses custom plugins. If unspecified, the field defaults
329
329
* to `PLUGINS_ENABLED`. This field is supported for Cloud Composer environments in versions
330
-
* composer-3.*.*-airflow-*.*.* and newer.
330
+
* composer-3-airflow-*.*.*-build.* and newer.
331
331
* @param webServerPluginsMode webServerPluginsMode or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-composer/v1/2.0.0/com/google/api/services/composer/v1/model/WorkloadsConfig.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ public final class WorkloadsConfig extends com.google.api.client.json.GenericJso
33
33
34
34
/**
35
35
* Optional. Resources used by Airflow DAG processors. This field is supported for Cloud Composer
36
-
* environments in versions composer-3.*.*-airflow-*.*.* and newer.
36
+
* environments in versions composer-3-airflow-*.*.*-build.* and newer.
37
37
* The value may be {@code null}.
38
38
*/
39
39
@com.google.api.client.util.Key
@@ -69,7 +69,7 @@ public final class WorkloadsConfig extends com.google.api.client.json.GenericJso
69
69
70
70
/**
71
71
* Optional. Resources used by Airflow DAG processors. This field is supported for Cloud Composer
72
-
* environments in versions composer-3.*.*-airflow-*.*.* and newer.
72
+
* environments in versions composer-3-airflow-*.*.*-build.* and newer.
73
73
* @return value or {@code null} for none
74
74
*/
75
75
publicDagProcessorResourcegetDagProcessor() {
@@ -78,7 +78,7 @@ public DagProcessorResource getDagProcessor() {
78
78
79
79
/**
80
80
* Optional. Resources used by Airflow DAG processors. This field is supported for Cloud Composer
81
-
* environments in versions composer-3.*.*-airflow-*.*.* and newer.
81
+
* environments in versions composer-3-airflow-*.*.*-build.* and newer.
82
82
* @param dagProcessor dagProcessor or {@code null} for none
0 commit comments