Skip to content

Commit 1c0aadb

Browse files
feat(all): auto-regenerate discovery clients (#3117)
1 parent c122b14 commit 1c0aadb

File tree

64 files changed

+5281
-203
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+5281
-203
lines changed

accesscontextmanager/v1/accesscontextmanager-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@
12061206
],
12071207
"parameters": {
12081208
"append": {
1209-
"description": "Optional. This field controls whether or not certain repeated settings in the update request overwrite or append to existing settings on the binding. If true, then append. Otherwise overwrite. So far, only scoped_access_settings with reauth_settings supports appending. Global access_levels, access_levels in scoped_access_settings, dry_run_access_levels, reauth_settings, and session_settings are not compatible with append functionality, and the request will return an error if append=true when these settings are in the update_mask. The request will also return an error if append=true when \"scoped_access_settings\" is not set in the update_mask.",
1209+
"description": "Optional. This field controls whether or not certain repeated settings in the update request overwrite or append to existing settings on the binding. If true, then append. Otherwise overwrite. So far, only scoped_access_settings with session_settings supports appending. Global access_levels, access_levels in scoped_access_settings, dry_run_access_levels, and session_settings are not compatible with append functionality, and the request will return an error if append=true when these settings are in the update_mask. The request will also return an error if append=true when \"scoped_access_settings\" is not set in the update_mask.",
12101210
"location": "query",
12111211
"type": "boolean"
12121212
},
@@ -1218,7 +1218,7 @@
12181218
"type": "string"
12191219
},
12201220
"updateMask": {
1221-
"description": "Required. Only the fields specified in this mask are updated. Because name and group_key cannot be changed, update_mask is required and may only contain the following fields: `access_levels`, `dry_run_access_levels`, `reauth_settings` `session_settings`, `scoped_access_settings`. update_mask { paths: \"access_levels\" }",
1221+
"description": "Required. Only the fields specified in this mask are updated. Because name and group_key cannot be changed, update_mask is required and may only contain the following fields: `access_levels`, `dry_run_access_levels`, `session_settings`, `scoped_access_settings`. update_mask { paths: \"access_levels\" }",
12221222
"format": "google-fieldmask",
12231223
"location": "query",
12241224
"type": "string"
@@ -1295,7 +1295,7 @@
12951295
}
12961296
}
12971297
},
1298-
"revision": "20250312",
1298+
"revision": "20250412",
12991299
"rootUrl": "https://accesscontextmanager.googleapis.com/",
13001300
"schemas": {
13011301
"AccessContextManagerOperationMetadata": {

accesscontextmanager/v1/accesscontextmanager-gen.go

Lines changed: 8 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

alloydb/v1/alloydb-api.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1622,7 +1622,7 @@
16221622
}
16231623
}
16241624
},
1625-
"revision": "20250320",
1625+
"revision": "20250410",
16261626
"rootUrl": "https://alloydb.googleapis.com/",
16271627
"schemas": {
16281628
"AuthorizedNetwork": {
@@ -1699,6 +1699,12 @@
16991699
"readOnly": true,
17001700
"type": "string"
17011701
},
1702+
"createCompletionTime": {
1703+
"description": "Output only. Timestamp when the resource finished being created.",
1704+
"format": "google-datetime",
1705+
"readOnly": true,
1706+
"type": "string"
1707+
},
17021708
"createTime": {
17031709
"description": "Output only. Create time stamp",
17041710
"format": "google-datetime",
@@ -3478,7 +3484,7 @@
34783484
"type": "string"
34793485
},
34803486
"consumerNetworkStatus": {
3481-
"description": "Output only. The status of the service connection policy.",
3487+
"description": "Output only. The status of the service connection policy. Possible values: \"STATE_UNSPECIFIED\" - Default state, when Connection Map is created initially. \"VALID\" - Set when policy and map configuration is valid, and their matching can lead to allowing creation of PSC Connections subject to other constraints like connections limit. \"CONNECTION_POLICY_MISSING\" - No Service Connection Policy found for this network and Service Class \"POLICY_LIMIT_REACHED\" - Service Connection Policy limit reached for this network and Service Class \"CONSUMER_INSTANCE_PROJECT_NOT_ALLOWLISTED\" - The consumer instance project is not in AllowedGoogleProducersResourceHierarchyLevels of the matching ServiceConnectionPolicy.",
34823488
"readOnly": true,
34833489
"type": "string"
34843490
},
@@ -3492,7 +3498,7 @@
34923498
"type": "string"
34933499
},
34943500
"status": {
3495-
"description": "Output only. The status of the PSC service automation connection.",
3501+
"description": "Output only. The status of the PSC service automation connection. Possible values: \"STATE_UNSPECIFIED\" - An invalid state as the default case. \"ACTIVE\" - The connection has been created successfully. \"FAILED\" - The connection is not functional since some resources on the connection fail to be created. \"CREATING\" - The connection is being created. \"DELETING\" - The connection is being deleted. \"CREATE_REPAIRING\" - The connection is being repaired to complete creation. \"DELETE_REPAIRING\" - The connection is being repaired to complete deletion.",
34963502
"readOnly": true,
34973503
"type": "string"
34983504
}
@@ -3666,7 +3672,7 @@
36663672
"type": "object"
36673673
},
36683674
"RestoreClusterRequest": {
3669-
"description": "Message for restoring a Cluster from a backup or another cluster at a given point in time.",
3675+
"description": "Message for restoring a Cluster from a backup or another cluster at a given point in time. NEXT_ID: 11",
36703676
"id": "RestoreClusterRequest",
36713677
"properties": {
36723678
"backupSource": {

alloydb/v1/alloydb-gen.go

Lines changed: 21 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appengine/v1/appengine-api.json

Lines changed: 68 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,12 @@
958958
"required": true,
959959
"type": "string"
960960
},
961+
"extraLocationTypes": {
962+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
963+
"location": "query",
964+
"repeated": true,
965+
"type": "string"
966+
},
961967
"filter": {
962968
"description": "A filter to narrow down results to a preferred subset. The filtering language accepts strings like \"displayName=tokyo\", and is documented in more detail in AIP-160 (https://google.aip.dev/160).",
963969
"location": "query",
@@ -1862,6 +1868,67 @@
18621868
"scopes": [
18631869
"https://www.googleapis.com/auth/cloud-platform"
18641870
]
1871+
},
1872+
"patch": {
1873+
"description": "Updates the specified Version resource. You can specify the following fields depending on the App Engine environment and type of scaling that the version resource uses:Standard environment instance_class (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.instance_class)automatic scaling in the standard environment: automatic_scaling.min_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.max_idle_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automaticScaling.standard_scheduler_settings.max_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.min_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.target_cpu_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings) automaticScaling.standard_scheduler_settings.target_throughput_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)basic scaling or manual scaling in the standard environment: serving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status) manual_scaling.instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)Flexible environment serving_status (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)automatic scaling in the flexible environment: automatic_scaling.min_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.max_total_instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.cool_down_period_sec (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling) automatic_scaling.cpu_utilization.target_utilization (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)manual scaling in the flexible environment: manual_scaling.instances (https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)",
1874+
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}",
1875+
"httpMethod": "PATCH",
1876+
"id": "appengine.projects.locations.applications.services.versions.patch",
1877+
"parameterOrder": [
1878+
"projectsId",
1879+
"locationsId",
1880+
"applicationsId",
1881+
"servicesId",
1882+
"versionsId"
1883+
],
1884+
"parameters": {
1885+
"applicationsId": {
1886+
"description": "Part of `name`. See documentation of `projectsId`.",
1887+
"location": "path",
1888+
"required": true,
1889+
"type": "string"
1890+
},
1891+
"locationsId": {
1892+
"description": "Part of `name`. See documentation of `projectsId`.",
1893+
"location": "path",
1894+
"required": true,
1895+
"type": "string"
1896+
},
1897+
"projectsId": {
1898+
"description": "Part of `name`. Name of the resource to update. Example: apps/myapp/services/default/versions/1.",
1899+
"location": "path",
1900+
"required": true,
1901+
"type": "string"
1902+
},
1903+
"servicesId": {
1904+
"description": "Part of `name`. See documentation of `projectsId`.",
1905+
"location": "path",
1906+
"required": true,
1907+
"type": "string"
1908+
},
1909+
"updateMask": {
1910+
"description": "Standard field mask for the set of fields to be updated.",
1911+
"format": "google-fieldmask",
1912+
"location": "query",
1913+
"type": "string"
1914+
},
1915+
"versionsId": {
1916+
"description": "Part of `name`. See documentation of `projectsId`.",
1917+
"location": "path",
1918+
"required": true,
1919+
"type": "string"
1920+
}
1921+
},
1922+
"path": "v1/projects/{projectsId}/locations/{locationsId}/applications/{applicationsId}/services/{servicesId}/versions/{versionsId}",
1923+
"request": {
1924+
"$ref": "Version"
1925+
},
1926+
"response": {
1927+
"$ref": "Operation"
1928+
},
1929+
"scopes": [
1930+
"https://www.googleapis.com/auth/cloud-platform"
1931+
]
18651932
}
18661933
}
18671934
}
@@ -1874,7 +1941,7 @@
18741941
}
18751942
}
18761943
},
1877-
"revision": "20250310",
1944+
"revision": "20250409",
18781945
"rootUrl": "https://appengine.googleapis.com/",
18791946
"schemas": {
18801947
"ApiConfigHandler": {

0 commit comments

Comments
 (0)