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 added:
- 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 added:
- 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 29, 2022
1 parent 61558ed commit bcc83f0
Show file tree
Hide file tree
Showing 16 changed files with 430 additions and 22 deletions.
10 changes: 10 additions & 0 deletions docs/dyn/sqladmin_v1.backupRuns.html
Expand Up @@ -131,6 +131,10 @@ <h3>Method Details</h3>
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#operationErrors`.
},
&quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
&quot;bakExportOptions&quot;: { # Options for exporting BAK files (SQL Server-only)
&quot;stripeCount&quot;: 42, # Option for specifying how many stripes to use for the export. If blank, and the value of the striped field is true, the number of stripes is automatically chosen.
&quot;striped&quot;: True or False, # Whether or not the export should be striped.
},
&quot;csvExportOptions&quot;: { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only.
&quot;escapeCharacter&quot;: &quot;A String&quot;, # Specifies the character that should appear before a data character that needs to be escaped.
&quot;fieldsTerminatedBy&quot;: &quot;A String&quot;, # Specifies the character that separates columns within each row (line) of the file.
Expand Down Expand Up @@ -162,6 +166,7 @@ <h3>Method Details</h3>
&quot;pvkPassword&quot;: &quot;A String&quot;, # Password that encrypts the private key
&quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form `gs://bucketName/fileName`. The instance must have write permissions to the bucket and read access to the file.
},
&quot;striped&quot;: True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
},
&quot;csvImportOptions&quot;: { # Options for importing data as CSV.
&quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
Expand Down Expand Up @@ -305,6 +310,10 @@ <h3>Method Details</h3>
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#operationErrors`.
},
&quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
&quot;bakExportOptions&quot;: { # Options for exporting BAK files (SQL Server-only)
&quot;stripeCount&quot;: 42, # Option for specifying how many stripes to use for the export. If blank, and the value of the striped field is true, the number of stripes is automatically chosen.
&quot;striped&quot;: True or False, # Whether or not the export should be striped.
},
&quot;csvExportOptions&quot;: { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only.
&quot;escapeCharacter&quot;: &quot;A String&quot;, # Specifies the character that should appear before a data character that needs to be escaped.
&quot;fieldsTerminatedBy&quot;: &quot;A String&quot;, # Specifies the character that separates columns within each row (line) of the file.
Expand Down Expand Up @@ -336,6 +345,7 @@ <h3>Method Details</h3>
&quot;pvkPassword&quot;: &quot;A String&quot;, # Password that encrypts the private key
&quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form `gs://bucketName/fileName`. The instance must have write permissions to the bucket and read access to the file.
},
&quot;striped&quot;: True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
},
&quot;csvImportOptions&quot;: { # Options for importing data as CSV.
&quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
Expand Down
20 changes: 20 additions & 0 deletions docs/dyn/sqladmin_v1.databases.html
Expand Up @@ -134,6 +134,10 @@ <h3>Method Details</h3>
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#operationErrors`.
},
&quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
&quot;bakExportOptions&quot;: { # Options for exporting BAK files (SQL Server-only)
&quot;stripeCount&quot;: 42, # Option for specifying how many stripes to use for the export. If blank, and the value of the striped field is true, the number of stripes is automatically chosen.
&quot;striped&quot;: True or False, # Whether or not the export should be striped.
},
&quot;csvExportOptions&quot;: { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only.
&quot;escapeCharacter&quot;: &quot;A String&quot;, # Specifies the character that should appear before a data character that needs to be escaped.
&quot;fieldsTerminatedBy&quot;: &quot;A String&quot;, # Specifies the character that separates columns within each row (line) of the file.
Expand Down Expand Up @@ -165,6 +169,7 @@ <h3>Method Details</h3>
&quot;pvkPassword&quot;: &quot;A String&quot;, # Password that encrypts the private key
&quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form `gs://bucketName/fileName`. The instance must have write permissions to the bucket and read access to the file.
},
&quot;striped&quot;: True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
},
&quot;csvImportOptions&quot;: { # Options for importing data as CSV.
&quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
Expand Down Expand Up @@ -278,6 +283,10 @@ <h3>Method Details</h3>
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#operationErrors`.
},
&quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
&quot;bakExportOptions&quot;: { # Options for exporting BAK files (SQL Server-only)
&quot;stripeCount&quot;: 42, # Option for specifying how many stripes to use for the export. If blank, and the value of the striped field is true, the number of stripes is automatically chosen.
&quot;striped&quot;: True or False, # Whether or not the export should be striped.
},
&quot;csvExportOptions&quot;: { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only.
&quot;escapeCharacter&quot;: &quot;A String&quot;, # Specifies the character that should appear before a data character that needs to be escaped.
&quot;fieldsTerminatedBy&quot;: &quot;A String&quot;, # Specifies the character that separates columns within each row (line) of the file.
Expand Down Expand Up @@ -309,6 +318,7 @@ <h3>Method Details</h3>
&quot;pvkPassword&quot;: &quot;A String&quot;, # Password that encrypts the private key
&quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form `gs://bucketName/fileName`. The instance must have write permissions to the bucket and read access to the file.
},
&quot;striped&quot;: True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
},
&quot;csvImportOptions&quot;: { # Options for importing data as CSV.
&quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
Expand Down Expand Up @@ -427,6 +437,10 @@ <h3>Method Details</h3>
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#operationErrors`.
},
&quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
&quot;bakExportOptions&quot;: { # Options for exporting BAK files (SQL Server-only)
&quot;stripeCount&quot;: 42, # Option for specifying how many stripes to use for the export. If blank, and the value of the striped field is true, the number of stripes is automatically chosen.
&quot;striped&quot;: True or False, # Whether or not the export should be striped.
},
&quot;csvExportOptions&quot;: { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only.
&quot;escapeCharacter&quot;: &quot;A String&quot;, # Specifies the character that should appear before a data character that needs to be escaped.
&quot;fieldsTerminatedBy&quot;: &quot;A String&quot;, # Specifies the character that separates columns within each row (line) of the file.
Expand Down Expand Up @@ -458,6 +472,7 @@ <h3>Method Details</h3>
&quot;pvkPassword&quot;: &quot;A String&quot;, # Password that encrypts the private key
&quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form `gs://bucketName/fileName`. The instance must have write permissions to the bucket and read access to the file.
},
&quot;striped&quot;: True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
},
&quot;csvImportOptions&quot;: { # Options for importing data as CSV.
&quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
Expand Down Expand Up @@ -540,6 +555,10 @@ <h3>Method Details</h3>
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#operationErrors`.
},
&quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
&quot;bakExportOptions&quot;: { # Options for exporting BAK files (SQL Server-only)
&quot;stripeCount&quot;: 42, # Option for specifying how many stripes to use for the export. If blank, and the value of the striped field is true, the number of stripes is automatically chosen.
&quot;striped&quot;: True or False, # Whether or not the export should be striped.
},
&quot;csvExportOptions&quot;: { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only.
&quot;escapeCharacter&quot;: &quot;A String&quot;, # Specifies the character that should appear before a data character that needs to be escaped.
&quot;fieldsTerminatedBy&quot;: &quot;A String&quot;, # Specifies the character that separates columns within each row (line) of the file.
Expand Down Expand Up @@ -571,6 +590,7 @@ <h3>Method Details</h3>
&quot;pvkPassword&quot;: &quot;A String&quot;, # Password that encrypts the private key
&quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form `gs://bucketName/fileName`. The instance must have write permissions to the bucket and read access to the file.
},
&quot;striped&quot;: True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.
},
&quot;csvImportOptions&quot;: { # Options for importing data as CSV.
&quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
Expand Down

0 comments on commit bcc83f0

Please sign in to comment.