diff --git a/googleapiclient/discovery_cache/documents/sqladmin.v1.json b/googleapiclient/discovery_cache/documents/sqladmin.v1.json index 7aaf4f29639..6cd5407f1bf 100644 --- a/googleapiclient/discovery_cache/documents/sqladmin.v1.json +++ b/googleapiclient/discovery_cache/documents/sqladmin.v1.json @@ -1773,11 +1773,6 @@ "name" ], "parameters": { - "host": { - "description": "Host of a user of the instance.", - "location": "query", - "type": "string" - }, "instance": { "description": "Database instance ID. This does not include the project ID.", "location": "path", @@ -1785,7 +1780,7 @@ "type": "string" }, "name": { - "description": "User of the instance.", + "description": "User of the instance. If the database user has a host, this is specified as {username}@{host} else as {username}.", "location": "path", "required": true, "type": "string" @@ -1921,7 +1916,7 @@ } } }, - "revision": "20221017", + "revision": "20221104", "rootUrl": "https://sqladmin.googleapis.com/", "schemas": { "AclEntry": { @@ -2862,18 +2857,6 @@ "description": "Database instance export context.", "id": "ExportContext", "properties": { - "bakExportOptions": { - "properties": { - "stripeCount": { - "format": "int32", - "type": "integer" - }, - "striped": { - "type": "boolean" - } - }, - "type": "object" - }, "csvExportOptions": { "description": "Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only.", "properties": { @@ -3194,9 +3177,6 @@ } }, "type": "object" - }, - "striped": { - "type": "boolean" } }, "type": "object" @@ -3470,10 +3450,6 @@ }, "type": "array" }, - "enablePrivatePathForGoogleCloudServices": { - "description": "Controls connectivity to private IP instances from Google services, such as BigQuery.", - "type": "boolean" - }, "ipv4Enabled": { "description": "Whether the instance is assigned a public IP address or not.", "type": "boolean" diff --git a/googleapiclient/discovery_cache/documents/sqladmin.v1beta4.json b/googleapiclient/discovery_cache/documents/sqladmin.v1beta4.json index b02d8b51d87..e126ac0aef9 100644 --- a/googleapiclient/discovery_cache/documents/sqladmin.v1beta4.json +++ b/googleapiclient/discovery_cache/documents/sqladmin.v1beta4.json @@ -1773,11 +1773,6 @@ "name" ], "parameters": { - "host": { - "description": "Host of a user of the instance.", - "location": "query", - "type": "string" - }, "instance": { "description": "Database instance ID. This does not include the project ID.", "location": "path", @@ -1785,7 +1780,7 @@ "type": "string" }, "name": { - "description": "User of the instance.", + "description": "User of the instance. If the database user has a host, this is specified as {username}@{host} else as {username}.", "location": "path", "required": true, "type": "string" @@ -1921,7 +1916,7 @@ } } }, - "revision": "20221017", + "revision": "20221104", "rootUrl": "https://sqladmin.googleapis.com/", "schemas": { "AclEntry": { @@ -2862,18 +2857,6 @@ "description": "Database instance export context.", "id": "ExportContext", "properties": { - "bakExportOptions": { - "properties": { - "stripeCount": { - "format": "int32", - "type": "integer" - }, - "striped": { - "type": "boolean" - } - }, - "type": "object" - }, "csvExportOptions": { "description": "Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only.", "properties": { @@ -3194,9 +3177,6 @@ } }, "type": "object" - }, - "striped": { - "type": "boolean" } }, "type": "object" @@ -3470,10 +3450,6 @@ }, "type": "array" }, - "enablePrivatePathForGoogleCloudServices": { - "description": "Controls connectivity to private IP instances from Google services, such as BigQuery.", - "type": "boolean" - }, "ipv4Enabled": { "description": "Whether the instance is assigned a public IP address or not.", "type": "boolean"