Skip to content

Commit 18f18fc

Browse files
feat(all): auto-regenerate discovery clients (#2960)
1 parent 972ede2 commit 18f18fc

File tree

8 files changed

+112
-80
lines changed

8 files changed

+112
-80
lines changed

‎androidenterprise/v1/androidenterprise-api.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,10 +472,16 @@
472472
"parameterOrder": [],
473473
"parameters": {
474474
"adminEmail": {
475-
"description": "Optional. Email address used to prefill the admin field of the enterprise signup form. This value is a hint only and can be altered by the user.",
475+
"description": "Optional. Email address used to prefill the admin field of the enterprise signup form. This value is a hint only and can be altered by the user. If `allowedDomains` is non-empty then this must belong to one of the `allowedDomains`.",
476476
"location": "query",
477477
"type": "string"
478478
},
479+
"allowedDomains": {
480+
"description": "Optional. A list of domains that are permitted for the admin email. The IT admin cannot enter an email address with a domain name that is not in this list. Subdomains of domains in this list are not allowed but can be allowed by adding a second entry which has `*.` prefixed to the domain name (e.g. *.example.com). If the field is not present or is an empty list then the IT admin is free to use any valid domain name. Personal email domains are always allowed, but will result in the creation of a managed Google Play Accounts enterprise.",
481+
"location": "query",
482+
"repeated": true,
483+
"type": "string"
484+
},
479485
"callbackUrl": {
480486
"description": "The callback URL to which the Admin will be redirected after successfully creating an enterprise. Before redirecting there the system will add a single query parameter to this URL named \"enterpriseToken\" which will contain an opaque token to be used for the CompleteSignup request. Beware that this means that the URL will be parsed, the parameter added and then a new URL formatted, i.e. there may be some minor formatting changes and, more importantly, the URL must be well-formed so that it can be parsed.",
481487
"location": "query",
@@ -2642,7 +2648,7 @@
26422648
}
26432649
}
26442650
},
2645-
"revision": "20250102",
2651+
"revision": "20250109",
26462652
"rootUrl": "https://androidenterprise.googleapis.com/",
26472653
"schemas": {
26482654
"Administrator": {

‎androidenterprise/v1/androidenterprise-gen.go

Lines changed: 15 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎composer/v1/composer-api.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@
707707
"userWorkloadsConfigMaps": {
708708
"methods": {
709709
"create": {
710-
"description": "Creates a user workloads ConfigMap. This method is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.",
710+
"description": "Creates a user workloads ConfigMap. This method is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.",
711711
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/environments/{environmentsId}/userWorkloadsConfigMaps",
712712
"httpMethod": "POST",
713713
"id": "composer.projects.locations.environments.userWorkloadsConfigMaps.create",
@@ -735,7 +735,7 @@
735735
]
736736
},
737737
"delete": {
738-
"description": "Deletes a user workloads ConfigMap. This method is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.",
738+
"description": "Deletes a user workloads ConfigMap. This method is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.",
739739
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/environments/{environmentsId}/userWorkloadsConfigMaps/{userWorkloadsConfigMapsId}",
740740
"httpMethod": "DELETE",
741741
"id": "composer.projects.locations.environments.userWorkloadsConfigMaps.delete",
@@ -760,7 +760,7 @@
760760
]
761761
},
762762
"get": {
763-
"description": "Gets an existing user workloads ConfigMap. This method is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.",
763+
"description": "Gets an existing user workloads ConfigMap. This method is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.",
764764
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/environments/{environmentsId}/userWorkloadsConfigMaps/{userWorkloadsConfigMapsId}",
765765
"httpMethod": "GET",
766766
"id": "composer.projects.locations.environments.userWorkloadsConfigMaps.get",
@@ -785,7 +785,7 @@
785785
]
786786
},
787787
"list": {
788-
"description": "Lists user workloads ConfigMaps. This method is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.",
788+
"description": "Lists user workloads ConfigMaps. This method is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.",
789789
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/environments/{environmentsId}/userWorkloadsConfigMaps",
790790
"httpMethod": "GET",
791791
"id": "composer.projects.locations.environments.userWorkloadsConfigMaps.list",
@@ -821,7 +821,7 @@
821821
]
822822
},
823823
"update": {
824-
"description": "Updates a user workloads ConfigMap. This method is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.",
824+
"description": "Updates a user workloads ConfigMap. This method is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.",
825825
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/environments/{environmentsId}/userWorkloadsConfigMaps/{userWorkloadsConfigMapsId}",
826826
"httpMethod": "PUT",
827827
"id": "composer.projects.locations.environments.userWorkloadsConfigMaps.update",
@@ -853,7 +853,7 @@
853853
"userWorkloadsSecrets": {
854854
"methods": {
855855
"create": {
856-
"description": "Creates a user workloads Secret. This method is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.",
856+
"description": "Creates a user workloads Secret. This method is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.",
857857
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/environments/{environmentsId}/userWorkloadsSecrets",
858858
"httpMethod": "POST",
859859
"id": "composer.projects.locations.environments.userWorkloadsSecrets.create",
@@ -881,7 +881,7 @@
881881
]
882882
},
883883
"delete": {
884-
"description": "Deletes a user workloads Secret. This method is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.",
884+
"description": "Deletes a user workloads Secret. This method is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.",
885885
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/environments/{environmentsId}/userWorkloadsSecrets/{userWorkloadsSecretsId}",
886886
"httpMethod": "DELETE",
887887
"id": "composer.projects.locations.environments.userWorkloadsSecrets.delete",
@@ -906,7 +906,7 @@
906906
]
907907
},
908908
"get": {
909-
"description": "Gets an existing user workloads Secret. Values of the \"data\" field in the response are cleared. This method is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.",
909+
"description": "Gets an existing user workloads Secret. Values of the \"data\" field in the response are cleared. This method is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.",
910910
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/environments/{environmentsId}/userWorkloadsSecrets/{userWorkloadsSecretsId}",
911911
"httpMethod": "GET",
912912
"id": "composer.projects.locations.environments.userWorkloadsSecrets.get",
@@ -931,7 +931,7 @@
931931
]
932932
},
933933
"list": {
934-
"description": "Lists user workloads Secrets. This method is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.",
934+
"description": "Lists user workloads Secrets. This method is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.",
935935
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/environments/{environmentsId}/userWorkloadsSecrets",
936936
"httpMethod": "GET",
937937
"id": "composer.projects.locations.environments.userWorkloadsSecrets.list",
@@ -967,7 +967,7 @@
967967
]
968968
},
969969
"update": {
970-
"description": "Updates a user workloads Secret. This method is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.",
970+
"description": "Updates a user workloads Secret. This method is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.",
971971
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/environments/{environmentsId}/userWorkloadsSecrets/{userWorkloadsSecretsId}",
972972
"httpMethod": "PUT",
973973
"id": "composer.projects.locations.environments.userWorkloadsSecrets.update",
@@ -1188,7 +1188,7 @@
11881188
}
11891189
}
11901190
},
1191-
"revision": "20241210",
1191+
"revision": "20250108",
11921192
"rootUrl": "https://composer.googleapis.com/",
11931193
"schemas": {
11941194
"AirflowMetadataRetentionPolicyConfig": {
@@ -1395,7 +1395,7 @@
13951395
"type": "object"
13961396
},
13971397
"DagProcessorResource": {
1398-
"description": "Configuration for resources used by Airflow DAG processors. This field is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer.",
1398+
"description": "Configuration for resources used by Airflow DAG processors. This field is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer.",
13991399
"id": "DagProcessorResource",
14001400
"properties": {
14011401
"count": {
@@ -2040,11 +2040,11 @@
20402040
"id": "NodeConfig",
20412041
"properties": {
20422042
"composerInternalIpv4CidrBlock": {
2043-
"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.",
2043+
"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-*.*.*-build.* and newer.",
20442044
"type": "string"
20452045
},
20462046
"composerNetworkAttachment": {
2047-
"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.",
2047+
"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-*.*.*-build.* and newer.",
20482048
"type": "string"
20492049
},
20502050
"diskSizeGb": {
@@ -2289,7 +2289,7 @@
22892289
"type": "string"
22902290
},
22912291
"enablePrivateBuildsOnly": {
2292-
"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.",
2292+
"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-*.*.*-build.* and newer.",
22932293
"type": "boolean"
22942294
},
22952295
"enablePrivateEnvironment": {
@@ -2446,7 +2446,7 @@
24462446
"type": "integer"
24472447
},
24482448
"webServerPluginsMode": {
2449-
"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.",
2449+
"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-*.*.*-build.* and newer.",
24502450
"enum": [
24512451
"WEB_SERVER_PLUGINS_MODE_UNSPECIFIED",
24522452
"PLUGINS_DISABLED",
@@ -2705,7 +2705,7 @@
27052705
"properties": {
27062706
"dagProcessor": {
27072707
"$ref": "DagProcessorResource",
2708-
"description": "Optional. Resources used by Airflow DAG processors. This field is supported for Cloud Composer environments in versions composer-3.*.*-airflow-*.*.* and newer."
2708+
"description": "Optional. Resources used by Airflow DAG processors. This field is supported for Cloud Composer environments in versions composer-3-airflow-*.*.*-build.* and newer."
27092709
},
27102710
"scheduler": {
27112711
"$ref": "SchedulerResource",

0 commit comments

Comments
 (0)