Skip to content

Commit c059038

Browse files
feat(all): auto-regenerate discovery clients (#2294)
1 parent cefa0cd commit c059038

35 files changed

+7009
-771
lines changed

adexchangebuyer2/v2beta1/adexchangebuyer2-api.json

+548-1
Large diffs are not rendered by default.

adexchangebuyer2/v2beta1/adexchangebuyer2-gen.go

+2,862
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cloudasset/v1/cloudasset-api.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@
10951095
}
10961096
}
10971097
},
1098-
"revision": "20231111",
1098+
"revision": "20231201",
10991099
"rootUrl": "https://cloudasset.googleapis.com/",
11001100
"schemas": {
11011101
"AccessSelector": {
@@ -4004,7 +4004,7 @@
40044004
"type": "string"
40054005
},
40064006
"parent": {
4007-
"description": "The full name of the immediate parent of this resource. See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name) for more information. For Google Cloud assets, this value is the parent resource defined in the [IAM policy hierarchy](https://cloud.google.com/iam/docs/overview#policy_hierarchy). Example: `//cloudresourcemanager.googleapis.com/projects/my_project_123` For third-party assets, this field may be set differently.",
4007+
"description": "The full name of the immediate parent of this resource. See [Resource Names](https://cloud.google.com/apis/design/resource_names#full_resource_name) for more information. For Google Cloud assets, this value is the parent resource defined in the [IAM policy hierarchy](https://cloud.google.com/iam/docs/overview#policy_hierarchy). Example: `//cloudresourcemanager.googleapis.com/projects/my_project_123`",
40084008
"type": "string"
40094009
},
40104010
"resourceUrl": {

cloudasset/v1/cloudasset-gen.go

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

composer/v1beta1/composer-api.json

+58-1
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@
655655
}
656656
}
657657
},
658-
"revision": "20231004",
658+
"revision": "20231129",
659659
"rootUrl": "https://composer.googleapis.com/",
660660
"schemas": {
661661
"AllowedIpRange": {
@@ -753,6 +753,33 @@
753753
},
754754
"type": "object"
755755
},
756+
"DagProcessorResource": {
757+
"description": "Configuration for resources used by Airflow DAG processors.",
758+
"id": "DagProcessorResource",
759+
"properties": {
760+
"count": {
761+
"description": "Optional. The number of DAG processors. If not provided or set to 0, a single DAG processor instance will be created.",
762+
"format": "int32",
763+
"type": "integer"
764+
},
765+
"cpu": {
766+
"description": "Optional. CPU request and limit for a single Airflow DAG processor replica.",
767+
"format": "float",
768+
"type": "number"
769+
},
770+
"memoryGb": {
771+
"description": "Optional. Memory (GB) request and limit for a single Airflow DAG processor replica.",
772+
"format": "float",
773+
"type": "number"
774+
},
775+
"storageGb": {
776+
"description": "Optional. Storage (GB) request and limit for a single Airflow DAG processor replica.",
777+
"format": "float",
778+
"type": "number"
779+
}
780+
},
781+
"type": "object"
782+
},
756783
"DatabaseConfig": {
757784
"description": "The configuration of Cloud SQL instance that is used by the Apache Airflow software.",
758785
"id": "DatabaseConfig",
@@ -1299,6 +1326,14 @@
12991326
"description": "The configuration information for the Kubernetes Engine nodes running the Apache Airflow software.",
13001327
"id": "NodeConfig",
13011328
"properties": {
1329+
"composerInternalIpv4CidrBlock": {
1330+
"description": "Optional. The IP range in CIDR notation to use internally by Cloud Composer. IP addresses are not reserved - and the same range can be used by multiple Cloud Composer environments. In case of overlap, IPs from this range will not be accessible in the user's VPC network. Cannot be updated. If not specified, the default value of '100.64.128.0/20' is used. This field is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.",
1331+
"type": "string"
1332+
},
1333+
"composerNetworkAttachment": {
1334+
"description": "Optional. Network Attachment that Cloud Composer environment is connected to, which provides connectivity with a user's VPC network. Takes precedence over network and subnetwork settings. If not provided, but network and subnetwork are defined during environment, it will be provisioned. If not provided and network and subnetwork are also empty, then connectivity to user's VPC network is disabled. Network attachment must be provided in format projects/{project}/regions/{region}/networkAttachments/{networkAttachment}. This field is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.",
1335+
"type": "string"
1336+
},
13021337
"diskSizeGb": {
13031338
"description": "Optional. The disk size in GB used for node VMs. Minimum size is 30GB. If unspecified, defaults to 100GB. Cannot be updated. This field is supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.",
13041339
"format": "int32",
@@ -1543,6 +1578,10 @@
15431578
"description": "Optional. The CIDR block from which IP range in tenant project will be reserved for Cloud SQL. Needs to be disjoint from web_server_ipv4_cidr_block",
15441579
"type": "string"
15451580
},
1581+
"enablePrivateBuildsOnly": {
1582+
"description": "Optional. If `true`, builds performed during operations that install Python packages have only private connectivity to Google services (including Artifact Registry) and VPC network (if either `NodeConfig.network` and `NodeConfig.subnetwork` fields or `NodeConfig.composer_network_attachment` field are specified). If `false`, the builds also have access to the internet. This field is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.",
1583+
"type": "boolean"
1584+
},
15461585
"enablePrivateEnvironment": {
15471586
"description": "Optional. If `true`, a Private IP Cloud Composer environment is created. If this field is set to true, `IPAllocationPolicy.use_ip_aliases` must be set to true for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.",
15481587
"type": "boolean"
@@ -1701,6 +1740,20 @@
17011740
"description": "Optional. The number of schedulers for Airflow. This field is supported for Cloud Composer environments in versions composer-1.*.*-airflow-2.*.*.",
17021741
"format": "int32",
17031742
"type": "integer"
1743+
},
1744+
"webServerPluginsMode": {
1745+
"description": "Optional. Whether or not the web server uses custom plugins. If unspecified, the field defaults to `PLUGINS_ENABLED`. This field is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.",
1746+
"enum": [
1747+
"WEB_SERVER_PLUGINS_MODE_UNSPECIFIED",
1748+
"PLUGINS_DISABLED",
1749+
"PLUGINS_ENABLED"
1750+
],
1751+
"enumDescriptions": [
1752+
"Default mode.",
1753+
"Web server plugins are not supported.",
1754+
"Web server plugins are supported."
1755+
],
1756+
"type": "string"
17041757
}
17051758
},
17061759
"type": "object"
@@ -1889,6 +1942,10 @@
18891942
"description": "The Kubernetes workloads configuration for GKE cluster associated with the Cloud Composer environment. Supported for Cloud Composer environments in versions composer-2.*.*-airflow-*.*.* and newer.",
18901943
"id": "WorkloadsConfig",
18911944
"properties": {
1945+
"dagProcessor": {
1946+
"$ref": "DagProcessorResource",
1947+
"description": "Optional. Resources used by Airflow DAG processors. This field is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer."
1948+
},
18921949
"scheduler": {
18931950
"$ref": "SchedulerResource",
18941951
"description": "Optional. Resources used by Airflow schedulers."

composer/v1beta1/composer-gen.go

+128-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)