Skip to content

Commit

Permalink
feat(sqladmin): update the api
Browse files Browse the repository at this point in the history
#### sqladmin:v1

The following keys were deleted:
- resources.users.methods.get.parameters.host (Total Keys: 2)
- schemas.ExportContext.properties.bakExportOptions (Total Keys: 4)
- schemas.ImportContext.properties.bakImportOptions.properties.striped.type (Total Keys: 1)
- schemas.IpConfiguration.properties.enablePrivatePathForGoogleCloudServices.type (Total Keys: 1)

#### sqladmin:v1beta4

The following keys were deleted:
- resources.users.methods.get.parameters.host (Total Keys: 2)
- schemas.ExportContext.properties.bakExportOptions (Total Keys: 4)
- schemas.ImportContext.properties.bakImportOptions.properties.striped.type (Total Keys: 1)
- schemas.IpConfiguration.properties.enablePrivatePathForGoogleCloudServices.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Nov 15, 2022
1 parent 213eb42 commit 81eb1f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 52 deletions.
28 changes: 2 additions & 26 deletions googleapiclient/discovery_cache/documents/sqladmin.v1.json
Expand Up @@ -1773,19 +1773,14 @@
"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",
"required": true,
"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"
Expand Down Expand Up @@ -1921,7 +1916,7 @@
}
}
},
"revision": "20221017",
"revision": "20221104",
"rootUrl": "https://sqladmin.googleapis.com/",
"schemas": {
"AclEntry": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -3194,9 +3177,6 @@
}
},
"type": "object"
},
"striped": {
"type": "boolean"
}
},
"type": "object"
Expand Down Expand Up @@ -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"
Expand Down
28 changes: 2 additions & 26 deletions googleapiclient/discovery_cache/documents/sqladmin.v1beta4.json
Expand Up @@ -1773,19 +1773,14 @@
"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",
"required": true,
"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"
Expand Down Expand Up @@ -1921,7 +1916,7 @@
}
}
},
"revision": "20221017",
"revision": "20221104",
"rootUrl": "https://sqladmin.googleapis.com/",
"schemas": {
"AclEntry": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -3194,9 +3177,6 @@
}
},
"type": "object"
},
"striped": {
"type": "boolean"
}
},
"type": "object"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 81eb1f2

Please sign in to comment.