Skip to content

Commit 986f556

Browse files
feat(all): auto-regenerate discovery clients (#3476)
1 parent e617dd5 commit 986f556

File tree

19 files changed

+1842
-164
lines changed

19 files changed

+1842
-164
lines changed

alloydb/v1alpha/alloydb-api.json

Lines changed: 59 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1879,7 +1879,7 @@
18791879
}
18801880
}
18811881
},
1882-
"revision": "20260108",
1882+
"revision": "20260122",
18831883
"rootUrl": "https://alloydb.googleapis.com/",
18841884
"schemas": {
18851885
"AuthorizedNetwork": {
@@ -3377,6 +3377,20 @@
33773377
"readOnly": true,
33783378
"type": "string"
33793379
},
3380+
"dataApiAccess": {
3381+
"description": "Optional. Controls whether the Data API is enabled for this instance. When enabled, this allows authorized users to connect to the instance from the public internet using the `executeSql` API, even for private IP instances. If this is not specified, the data API is enabled by default for Google internal services like AlloyDB Studio. Disable it explicitly to disallow Google internal services as well.",
3382+
"enum": [
3383+
"DEFAULT_DATA_API_ENABLED_FOR_GOOGLE_CLOUD_SERVICES",
3384+
"DISABLED",
3385+
"ENABLED"
3386+
],
3387+
"enumDescriptions": [
3388+
"DEFAULT_DATA_API_ENABLED_FOR_GOOGLE_CLOUD_SERVICES is a default value that allows Google internal services like AlloyDB Studio to access the instance.",
3389+
"Data API access is disabled for this instance.",
3390+
"Data API access is enabled for this instance. For private IP instances, this allows authorized users to access the instance from the public internet using the ExecuteSql API."
3391+
],
3392+
"type": "string"
3393+
},
33803394
"databaseFlags": {
33813395
"additionalProperties": {
33823396
"type": "string"
@@ -6421,9 +6435,36 @@
64216435
"$ref": "StorageDatabasecenterPartnerapiV1mainResourceMaintenanceSchedule",
64226436
"description": "Optional. Maintenance window for the database resource."
64236437
},
6438+
"maintenanceState": {
6439+
"description": "Output only. Current state of maintenance on the database resource.",
6440+
"enum": [
6441+
"MAINTENANCE_STATE_UNSPECIFIED",
6442+
"CREATING",
6443+
"READY",
6444+
"UPDATING",
6445+
"REPAIRING",
6446+
"DELETING",
6447+
"ERROR"
6448+
],
6449+
"enumDescriptions": [
6450+
"Unspecified state.",
6451+
"Database resource is being created.",
6452+
"Database resource has been created and is ready to use.",
6453+
"Database resource is being updated.",
6454+
"Database resource is unheathy and under repair.",
6455+
"Database resource is being deleted.",
6456+
"Database resource encountered an error and is in indeterministic state."
6457+
],
6458+
"readOnly": true,
6459+
"type": "string"
6460+
},
64246461
"maintenanceVersion": {
64256462
"description": "Optional. Current Maintenance version of the database resource. Example: \"MYSQL_8_0_41.R20250531.01_15\"",
64266463
"type": "string"
6464+
},
6465+
"upcomingMaintenance": {
6466+
"$ref": "StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance",
6467+
"description": "Optional. Upcoming maintenance for the database resource. This field is populated once SLM generates and publishes upcoming maintenance window."
64276468
}
64286469
},
64296470
"type": "object"
@@ -6539,6 +6580,23 @@
65396580
},
65406581
"type": "object"
65416582
},
6583+
"StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance": {
6584+
"description": "Upcoming maintenance for the database resource. This is generated by SLM once the upcoming maintenance schedule is published.",
6585+
"id": "StorageDatabasecenterPartnerapiV1mainUpcomingMaintenance",
6586+
"properties": {
6587+
"endTime": {
6588+
"description": "Optional. The end time of the upcoming maintenance.",
6589+
"format": "google-datetime",
6590+
"type": "string"
6591+
},
6592+
"startTime": {
6593+
"description": "Optional. The start time of the upcoming maintenance.",
6594+
"format": "google-datetime",
6595+
"type": "string"
6596+
}
6597+
},
6598+
"type": "object"
6599+
},
65426600
"StorageDatabasecenterPartnerapiV1mainUserLabels": {
65436601
"description": "Message type for storing user labels. User labels are used to tag App Engine resources, allowing users to search for resources matching a set of labels and to aggregate usage data by labels.",
65446602
"id": "StorageDatabasecenterPartnerapiV1mainUserLabels",

alloydb/v1alpha/alloydb-gen.go

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

dlp/v2/dlp-api.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@
6666
"endpointUrl": "https://dlp.asia-southeast2.rep.googleapis.com/",
6767
"location": "asia-southeast2"
6868
},
69+
{
70+
"description": "Regional Endpoint",
71+
"endpointUrl": "https://dlp.asia-southeast3.rep.googleapis.com/",
72+
"location": "asia-southeast3"
73+
},
6974
{
7075
"description": "Regional Endpoint",
7176
"endpointUrl": "https://dlp.australia-southeast1.rep.googleapis.com/",
@@ -5123,7 +5128,7 @@
51235128
}
51245129
}
51255130
},
5126-
"revision": "20260120",
5131+
"revision": "20260123",
51275132
"rootUrl": "https://dlp.googleapis.com/",
51285133
"schemas": {
51295134
"GooglePrivacyDlpV2Action": {

0 commit comments

Comments
 (0)