diff --git a/docs/dyn/sqladmin_v1.backupRuns.html b/docs/dyn/sqladmin_v1.backupRuns.html index 7f8cf098921..580c9c6f088 100644 --- a/docs/dyn/sqladmin_v1.backupRuns.html +++ b/docs/dyn/sqladmin_v1.backupRuns.html @@ -131,6 +131,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -162,6 +166,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -305,6 +310,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -336,6 +345,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. diff --git a/docs/dyn/sqladmin_v1.databases.html b/docs/dyn/sqladmin_v1.databases.html index fb23f1fd154..89187a4bce9 100644 --- a/docs/dyn/sqladmin_v1.databases.html +++ b/docs/dyn/sqladmin_v1.databases.html @@ -134,6 +134,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -165,6 +169,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -278,6 +283,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -309,6 +318,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -427,6 +437,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -458,6 +472,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -540,6 +555,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -571,6 +590,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. diff --git a/docs/dyn/sqladmin_v1.instances.html b/docs/dyn/sqladmin_v1.instances.html index fb8a5770be2..55bfc1845b7 100644 --- a/docs/dyn/sqladmin_v1.instances.html +++ b/docs/dyn/sqladmin_v1.instances.html @@ -176,6 +176,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -207,6 +211,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -291,6 +296,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -322,6 +331,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -390,6 +400,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -421,6 +435,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -507,6 +522,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -538,6 +557,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -581,6 +601,10 @@

Method Details

{ # Database instance export request. "exportContext": { # Database instance export context. # Contains details about the export operation. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -632,6 +656,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -663,6 +691,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -736,6 +765,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -767,6 +800,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -975,6 +1009,7 @@

Method Details

"value": "A String", # The allowlisted value for the access control list. }, ], + "enablePrivatePathForGoogleCloudServices": True or False, # Controls connectivity to private IP instances from Google services, such as BigQuery. "ipv4Enabled": True or False, # Whether the instance is assigned a public IP address or not. "privateNetwork": "A String", # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, `/projects/myProject/global/networks/default`. This setting can be updated, but it cannot be removed after it is set. "requireSsl": True or False, # Whether SSL connections over IP are enforced or not. @@ -997,7 +1032,7 @@

Method Details

"disallowUsernameSubstring": True or False, # Disallow username as a part of the password. "enablePasswordPolicy": True or False, # Whether the password policy is enabled or not. "minLength": 42, # Minimum number of characters allowed. - "passwordChangeInterval": "A String", # Minimum interval after which the password can be changed. This flag is only supported for PostgresSQL. + "passwordChangeInterval": "A String", # Minimum interval after which the password can be changed. This flag is only supported for PostgreSQL. "reuseInterval": 42, # Number of previous passwords that cannot be reused. }, "pricingPlan": "A String", # The pricing plan for this instance. This can be either `PER_USE` or `PACKAGE`. Only `PER_USE` is supported for Second Generation instances. @@ -1042,6 +1077,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -1086,6 +1122,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -1117,6 +1157,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -1319,6 +1360,7 @@

Method Details

"value": "A String", # The allowlisted value for the access control list. }, ], + "enablePrivatePathForGoogleCloudServices": True or False, # Controls connectivity to private IP instances from Google services, such as BigQuery. "ipv4Enabled": True or False, # Whether the instance is assigned a public IP address or not. "privateNetwork": "A String", # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, `/projects/myProject/global/networks/default`. This setting can be updated, but it cannot be removed after it is set. "requireSsl": True or False, # Whether SSL connections over IP are enforced or not. @@ -1341,7 +1383,7 @@

Method Details

"disallowUsernameSubstring": True or False, # Disallow username as a part of the password. "enablePasswordPolicy": True or False, # Whether the password policy is enabled or not. "minLength": 42, # Minimum number of characters allowed. - "passwordChangeInterval": "A String", # Minimum interval after which the password can be changed. This flag is only supported for PostgresSQL. + "passwordChangeInterval": "A String", # Minimum interval after which the password can be changed. This flag is only supported for PostgreSQL. "reuseInterval": 42, # Number of previous passwords that cannot be reused. }, "pricingPlan": "A String", # The pricing plan for this instance. This can be either `PER_USE` or `PACKAGE`. Only `PER_USE` is supported for Second Generation instances. @@ -1392,6 +1434,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -1423,6 +1469,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -1635,6 +1682,7 @@

Method Details

"value": "A String", # The allowlisted value for the access control list. }, ], + "enablePrivatePathForGoogleCloudServices": True or False, # Controls connectivity to private IP instances from Google services, such as BigQuery. "ipv4Enabled": True or False, # Whether the instance is assigned a public IP address or not. "privateNetwork": "A String", # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, `/projects/myProject/global/networks/default`. This setting can be updated, but it cannot be removed after it is set. "requireSsl": True or False, # Whether SSL connections over IP are enforced or not. @@ -1657,7 +1705,7 @@

Method Details

"disallowUsernameSubstring": True or False, # Disallow username as a part of the password. "enablePasswordPolicy": True or False, # Whether the password policy is enabled or not. "minLength": 42, # Minimum number of characters allowed. - "passwordChangeInterval": "A String", # Minimum interval after which the password can be changed. This flag is only supported for PostgresSQL. + "passwordChangeInterval": "A String", # Minimum interval after which the password can be changed. This flag is only supported for PostgreSQL. "reuseInterval": 42, # Number of previous passwords that cannot be reused. }, "pricingPlan": "A String", # The pricing plan for this instance. This can be either `PER_USE` or `PACKAGE`. Only `PER_USE` is supported for Second Generation instances. @@ -1915,6 +1963,7 @@

Method Details

"value": "A String", # The allowlisted value for the access control list. }, ], + "enablePrivatePathForGoogleCloudServices": True or False, # Controls connectivity to private IP instances from Google services, such as BigQuery. "ipv4Enabled": True or False, # Whether the instance is assigned a public IP address or not. "privateNetwork": "A String", # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, `/projects/myProject/global/networks/default`. This setting can be updated, but it cannot be removed after it is set. "requireSsl": True or False, # Whether SSL connections over IP are enforced or not. @@ -1937,7 +1986,7 @@

Method Details

"disallowUsernameSubstring": True or False, # Disallow username as a part of the password. "enablePasswordPolicy": True or False, # Whether the password policy is enabled or not. "minLength": 42, # Minimum number of characters allowed. - "passwordChangeInterval": "A String", # Minimum interval after which the password can be changed. This flag is only supported for PostgresSQL. + "passwordChangeInterval": "A String", # Minimum interval after which the password can be changed. This flag is only supported for PostgreSQL. "reuseInterval": 42, # Number of previous passwords that cannot be reused. }, "pricingPlan": "A String", # The pricing plan for this instance. This can be either `PER_USE` or `PACKAGE`. Only `PER_USE` is supported for Second Generation instances. @@ -1988,6 +2037,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -2019,6 +2072,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -2082,6 +2136,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -2113,6 +2171,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -2176,6 +2235,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -2207,6 +2270,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -2270,6 +2334,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -2301,6 +2369,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -2376,6 +2445,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -2407,6 +2480,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -2480,6 +2554,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -2511,6 +2589,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -2574,6 +2653,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -2605,6 +2688,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -2668,6 +2752,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -2699,6 +2787,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -2772,6 +2861,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -2803,6 +2896,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -3006,6 +3100,7 @@

Method Details

"value": "A String", # The allowlisted value for the access control list. }, ], + "enablePrivatePathForGoogleCloudServices": True or False, # Controls connectivity to private IP instances from Google services, such as BigQuery. "ipv4Enabled": True or False, # Whether the instance is assigned a public IP address or not. "privateNetwork": "A String", # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, `/projects/myProject/global/networks/default`. This setting can be updated, but it cannot be removed after it is set. "requireSsl": True or False, # Whether SSL connections over IP are enforced or not. @@ -3028,7 +3123,7 @@

Method Details

"disallowUsernameSubstring": True or False, # Disallow username as a part of the password. "enablePasswordPolicy": True or False, # Whether the password policy is enabled or not. "minLength": 42, # Minimum number of characters allowed. - "passwordChangeInterval": "A String", # Minimum interval after which the password can be changed. This flag is only supported for PostgresSQL. + "passwordChangeInterval": "A String", # Minimum interval after which the password can be changed. This flag is only supported for PostgreSQL. "reuseInterval": 42, # Number of previous passwords that cannot be reused. }, "pricingPlan": "A String", # The pricing plan for this instance. This can be either `PER_USE` or `PACKAGE`. Only `PER_USE` is supported for Second Generation instances. @@ -3079,6 +3174,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -3110,6 +3209,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. diff --git a/docs/dyn/sqladmin_v1.operations.html b/docs/dyn/sqladmin_v1.operations.html index 583515576e9..f73ddc26b42 100644 --- a/docs/dyn/sqladmin_v1.operations.html +++ b/docs/dyn/sqladmin_v1.operations.html @@ -124,6 +124,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -155,6 +159,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -222,6 +227,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -253,6 +262,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. diff --git a/docs/dyn/sqladmin_v1.projects.instances.html b/docs/dyn/sqladmin_v1.projects.instances.html index d56cc035b93..d3a33e5c3b4 100644 --- a/docs/dyn/sqladmin_v1.projects.instances.html +++ b/docs/dyn/sqladmin_v1.projects.instances.html @@ -134,6 +134,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -165,6 +169,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -244,6 +249,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -275,6 +284,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. diff --git a/docs/dyn/sqladmin_v1.sslCerts.html b/docs/dyn/sqladmin_v1.sslCerts.html index 009726feca8..9571f30cf35 100644 --- a/docs/dyn/sqladmin_v1.sslCerts.html +++ b/docs/dyn/sqladmin_v1.sslCerts.html @@ -167,6 +167,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -198,6 +202,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -313,6 +318,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -344,6 +353,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. diff --git a/docs/dyn/sqladmin_v1.users.html b/docs/dyn/sqladmin_v1.users.html index ab7180d5c1e..dd302f8e84c 100644 --- a/docs/dyn/sqladmin_v1.users.html +++ b/docs/dyn/sqladmin_v1.users.html @@ -81,7 +81,7 @@

Instance Methods

delete(project, instance, host=None, name=None, x__xgafv=None)

Deletes a user from a Cloud SQL instance.

- get(project, instance, name, x__xgafv=None)

+ get(project, instance, name, host=None, x__xgafv=None)

Retrieves a resource containing information about a user.

insert(project, instance, body=None, x__xgafv=None)

@@ -132,6 +132,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -163,6 +167,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -195,13 +200,14 @@

Method Details

- get(project, instance, name, x__xgafv=None) + get(project, instance, name, host=None, x__xgafv=None)
Retrieves a resource containing information about a user.
 
 Args:
   project: string, Project ID of the project that contains the instance. (required)
   instance: string, Database instance ID. This does not include the project ID. (required)
-  name: string, User of the instance. If the database user has a host, this is specified as {username}@{host} else as {username}. (required)
+  name: string, User of the instance. (required)
+  host: string, Host of a user of the instance.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -302,6 +308,10 @@ 

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -333,6 +343,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -479,6 +490,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -510,6 +525,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. diff --git a/docs/dyn/sqladmin_v1beta4.backupRuns.html b/docs/dyn/sqladmin_v1beta4.backupRuns.html index e7d6c98dd49..a20d599ff68 100644 --- a/docs/dyn/sqladmin_v1beta4.backupRuns.html +++ b/docs/dyn/sqladmin_v1beta4.backupRuns.html @@ -131,6 +131,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -162,6 +166,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -305,6 +310,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -336,6 +345,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. diff --git a/docs/dyn/sqladmin_v1beta4.databases.html b/docs/dyn/sqladmin_v1beta4.databases.html index 69a51824923..e297dbfaf8f 100644 --- a/docs/dyn/sqladmin_v1beta4.databases.html +++ b/docs/dyn/sqladmin_v1beta4.databases.html @@ -134,6 +134,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -165,6 +169,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -278,6 +283,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -309,6 +318,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -427,6 +437,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -458,6 +472,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -540,6 +555,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -571,6 +590,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. diff --git a/docs/dyn/sqladmin_v1beta4.instances.html b/docs/dyn/sqladmin_v1beta4.instances.html index 5686df3a0fe..60781f9a65e 100644 --- a/docs/dyn/sqladmin_v1beta4.instances.html +++ b/docs/dyn/sqladmin_v1beta4.instances.html @@ -176,6 +176,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -207,6 +211,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -291,6 +296,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -322,6 +331,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -390,6 +400,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -421,6 +435,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -507,6 +522,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -538,6 +557,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -581,6 +601,10 @@

Method Details

{ # Database instance export request. "exportContext": { # Database instance export context. # Contains details about the export operation. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -632,6 +656,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -663,6 +691,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -736,6 +765,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -767,6 +800,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -975,6 +1009,7 @@

Method Details

"value": "A String", # The allowlisted value for the access control list. }, ], + "enablePrivatePathForGoogleCloudServices": True or False, # Controls connectivity to private IP instances from Google services, such as BigQuery. "ipv4Enabled": True or False, # Whether the instance is assigned a public IP address or not. "privateNetwork": "A String", # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, `/projects/myProject/global/networks/default`. This setting can be updated, but it cannot be removed after it is set. "requireSsl": True or False, # Whether SSL connections over IP are enforced or not. @@ -997,7 +1032,7 @@

Method Details

"disallowUsernameSubstring": True or False, # Disallow username as a part of the password. "enablePasswordPolicy": True or False, # Whether the password policy is enabled or not. "minLength": 42, # Minimum number of characters allowed. - "passwordChangeInterval": "A String", # Minimum interval after which the password can be changed. This flag is only supported for PostgresSQL. + "passwordChangeInterval": "A String", # Minimum interval after which the password can be changed. This flag is only supported for PostgreSQL. "reuseInterval": 42, # Number of previous passwords that cannot be reused. }, "pricingPlan": "A String", # The pricing plan for this instance. This can be either `PER_USE` or `PACKAGE`. Only `PER_USE` is supported for Second Generation instances. @@ -1042,6 +1077,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -1086,6 +1122,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -1117,6 +1157,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -1319,6 +1360,7 @@

Method Details

"value": "A String", # The allowlisted value for the access control list. }, ], + "enablePrivatePathForGoogleCloudServices": True or False, # Controls connectivity to private IP instances from Google services, such as BigQuery. "ipv4Enabled": True or False, # Whether the instance is assigned a public IP address or not. "privateNetwork": "A String", # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, `/projects/myProject/global/networks/default`. This setting can be updated, but it cannot be removed after it is set. "requireSsl": True or False, # Whether SSL connections over IP are enforced or not. @@ -1341,7 +1383,7 @@

Method Details

"disallowUsernameSubstring": True or False, # Disallow username as a part of the password. "enablePasswordPolicy": True or False, # Whether the password policy is enabled or not. "minLength": 42, # Minimum number of characters allowed. - "passwordChangeInterval": "A String", # Minimum interval after which the password can be changed. This flag is only supported for PostgresSQL. + "passwordChangeInterval": "A String", # Minimum interval after which the password can be changed. This flag is only supported for PostgreSQL. "reuseInterval": 42, # Number of previous passwords that cannot be reused. }, "pricingPlan": "A String", # The pricing plan for this instance. This can be either `PER_USE` or `PACKAGE`. Only `PER_USE` is supported for Second Generation instances. @@ -1392,6 +1434,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -1423,6 +1469,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -1635,6 +1682,7 @@

Method Details

"value": "A String", # The allowlisted value for the access control list. }, ], + "enablePrivatePathForGoogleCloudServices": True or False, # Controls connectivity to private IP instances from Google services, such as BigQuery. "ipv4Enabled": True or False, # Whether the instance is assigned a public IP address or not. "privateNetwork": "A String", # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, `/projects/myProject/global/networks/default`. This setting can be updated, but it cannot be removed after it is set. "requireSsl": True or False, # Whether SSL connections over IP are enforced or not. @@ -1657,7 +1705,7 @@

Method Details

"disallowUsernameSubstring": True or False, # Disallow username as a part of the password. "enablePasswordPolicy": True or False, # Whether the password policy is enabled or not. "minLength": 42, # Minimum number of characters allowed. - "passwordChangeInterval": "A String", # Minimum interval after which the password can be changed. This flag is only supported for PostgresSQL. + "passwordChangeInterval": "A String", # Minimum interval after which the password can be changed. This flag is only supported for PostgreSQL. "reuseInterval": 42, # Number of previous passwords that cannot be reused. }, "pricingPlan": "A String", # The pricing plan for this instance. This can be either `PER_USE` or `PACKAGE`. Only `PER_USE` is supported for Second Generation instances. @@ -1915,6 +1963,7 @@

Method Details

"value": "A String", # The allowlisted value for the access control list. }, ], + "enablePrivatePathForGoogleCloudServices": True or False, # Controls connectivity to private IP instances from Google services, such as BigQuery. "ipv4Enabled": True or False, # Whether the instance is assigned a public IP address or not. "privateNetwork": "A String", # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, `/projects/myProject/global/networks/default`. This setting can be updated, but it cannot be removed after it is set. "requireSsl": True or False, # Whether SSL connections over IP are enforced or not. @@ -1937,7 +1986,7 @@

Method Details

"disallowUsernameSubstring": True or False, # Disallow username as a part of the password. "enablePasswordPolicy": True or False, # Whether the password policy is enabled or not. "minLength": 42, # Minimum number of characters allowed. - "passwordChangeInterval": "A String", # Minimum interval after which the password can be changed. This flag is only supported for PostgresSQL. + "passwordChangeInterval": "A String", # Minimum interval after which the password can be changed. This flag is only supported for PostgreSQL. "reuseInterval": 42, # Number of previous passwords that cannot be reused. }, "pricingPlan": "A String", # The pricing plan for this instance. This can be either `PER_USE` or `PACKAGE`. Only `PER_USE` is supported for Second Generation instances. @@ -1988,6 +2037,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -2019,6 +2072,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -2082,6 +2136,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -2113,6 +2171,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -2176,6 +2235,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -2207,6 +2270,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -2270,6 +2334,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -2301,6 +2369,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -2376,6 +2445,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -2407,6 +2480,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -2480,6 +2554,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -2511,6 +2589,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -2574,6 +2653,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -2605,6 +2688,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -2668,6 +2752,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -2699,6 +2787,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -2772,6 +2861,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -2803,6 +2896,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -3006,6 +3100,7 @@

Method Details

"value": "A String", # The allowlisted value for the access control list. }, ], + "enablePrivatePathForGoogleCloudServices": True or False, # Controls connectivity to private IP instances from Google services, such as BigQuery. "ipv4Enabled": True or False, # Whether the instance is assigned a public IP address or not. "privateNetwork": "A String", # The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, `/projects/myProject/global/networks/default`. This setting can be updated, but it cannot be removed after it is set. "requireSsl": True or False, # Whether SSL connections over IP are enforced or not. @@ -3028,7 +3123,7 @@

Method Details

"disallowUsernameSubstring": True or False, # Disallow username as a part of the password. "enablePasswordPolicy": True or False, # Whether the password policy is enabled or not. "minLength": 42, # Minimum number of characters allowed. - "passwordChangeInterval": "A String", # Minimum interval after which the password can be changed. This flag is only supported for PostgresSQL. + "passwordChangeInterval": "A String", # Minimum interval after which the password can be changed. This flag is only supported for PostgreSQL. "reuseInterval": 42, # Number of previous passwords that cannot be reused. }, "pricingPlan": "A String", # The pricing plan for this instance. This can be either `PER_USE` or `PACKAGE`. Only `PER_USE` is supported for Second Generation instances. @@ -3079,6 +3174,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -3110,6 +3209,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. diff --git a/docs/dyn/sqladmin_v1beta4.operations.html b/docs/dyn/sqladmin_v1beta4.operations.html index c53af189cc4..018adfd3385 100644 --- a/docs/dyn/sqladmin_v1beta4.operations.html +++ b/docs/dyn/sqladmin_v1beta4.operations.html @@ -124,6 +124,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -155,6 +159,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -222,6 +227,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -253,6 +262,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. diff --git a/docs/dyn/sqladmin_v1beta4.projects.instances.html b/docs/dyn/sqladmin_v1beta4.projects.instances.html index f2f17c37efa..a3119fc13a2 100644 --- a/docs/dyn/sqladmin_v1beta4.projects.instances.html +++ b/docs/dyn/sqladmin_v1beta4.projects.instances.html @@ -134,6 +134,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -165,6 +169,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -244,6 +249,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -275,6 +284,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. diff --git a/docs/dyn/sqladmin_v1beta4.sslCerts.html b/docs/dyn/sqladmin_v1beta4.sslCerts.html index 7bf74c4c8a5..7bb1ddb5e6a 100644 --- a/docs/dyn/sqladmin_v1beta4.sslCerts.html +++ b/docs/dyn/sqladmin_v1beta4.sslCerts.html @@ -167,6 +167,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -198,6 +202,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -313,6 +318,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -344,6 +353,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. diff --git a/docs/dyn/sqladmin_v1beta4.users.html b/docs/dyn/sqladmin_v1beta4.users.html index d4abe1f2828..6e59a8b43ab 100644 --- a/docs/dyn/sqladmin_v1beta4.users.html +++ b/docs/dyn/sqladmin_v1beta4.users.html @@ -81,7 +81,7 @@

Instance Methods

delete(project, instance, host=None, name=None, x__xgafv=None)

Deletes a user from a Cloud SQL instance.

- get(project, instance, name, x__xgafv=None)

+ get(project, instance, name, host=None, x__xgafv=None)

Retrieves a resource containing information about a user.

insert(project, instance, body=None, x__xgafv=None)

@@ -132,6 +132,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -163,6 +167,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -195,13 +200,14 @@

Method Details

- get(project, instance, name, x__xgafv=None) + get(project, instance, name, host=None, x__xgafv=None)
Retrieves a resource containing information about a user.
 
 Args:
   project: string, Project ID of the project that contains the instance. (required)
   instance: string, Database instance ID. This does not include the project ID. (required)
-  name: string, User of the instance. If the database user has a host, this is specified as {username}@{host} else as {username}. (required)
+  name: string, User of the instance. (required)
+  host: string, Host of a user of the instance.
   x__xgafv: string, V1 error format.
     Allowed values
       1 - v1 error format
@@ -302,6 +308,10 @@ 

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -333,6 +343,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. @@ -479,6 +490,10 @@

Method Details

"kind": "A String", # This is always `sql#operationErrors`. }, "exportContext": { # Database instance export context. # The context for export operation, if applicable. + "bakExportOptions": { # Options for exporting BAK files (SQL Server-only) + "stripeCount": 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. + "striped": True or False, # Whether or not the export should be striped. + }, "csvExportOptions": { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only. "escapeCharacter": "A String", # Specifies the character that should appear before a data character that needs to be escaped. "fieldsTerminatedBy": "A String", # Specifies the character that separates columns within each row (line) of the file. @@ -510,6 +525,7 @@

Method Details

"pvkPassword": "A String", # Password that encrypts the private key "pvkPath": "A String", # 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. }, + "striped": True or False, # Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server. }, "csvImportOptions": { # Options for importing data as CSV. "columns": [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data. diff --git a/googleapiclient/discovery_cache/documents/sqladmin.v1.json b/googleapiclient/discovery_cache/documents/sqladmin.v1.json index 6cd5407f1bf..8fd94028695 100644 --- a/googleapiclient/discovery_cache/documents/sqladmin.v1.json +++ b/googleapiclient/discovery_cache/documents/sqladmin.v1.json @@ -1773,6 +1773,11 @@ "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", @@ -1780,7 +1785,7 @@ "type": "string" }, "name": { - "description": "User of the instance. If the database user has a host, this is specified as {username}@{host} else as {username}.", + "description": "User of the instance.", "location": "path", "required": true, "type": "string" @@ -1916,7 +1921,7 @@ } } }, - "revision": "20221104", + "revision": "20221116", "rootUrl": "https://sqladmin.googleapis.com/", "schemas": { "AclEntry": { @@ -2857,6 +2862,21 @@ "description": "Database instance export context.", "id": "ExportContext", "properties": { + "bakExportOptions": { + "description": "Options for exporting BAK files (SQL Server-only)", + "properties": { + "stripeCount": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "striped": { + "description": "Whether or not the export should be striped.", + "type": "boolean" + } + }, + "type": "object" + }, "csvExportOptions": { "description": "Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only.", "properties": { @@ -3177,6 +3197,10 @@ } }, "type": "object" + }, + "striped": { + "description": "Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.", + "type": "boolean" } }, "type": "object" @@ -3450,6 +3474,10 @@ }, "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" @@ -3935,7 +3963,7 @@ "type": "integer" }, "passwordChangeInterval": { - "description": "Minimum interval after which the password can be changed. This flag is only supported for PostgresSQL.", + "description": "Minimum interval after which the password can be changed. This flag is only supported for PostgreSQL.", "format": "google-duration", "type": "string" }, diff --git a/googleapiclient/discovery_cache/documents/sqladmin.v1beta4.json b/googleapiclient/discovery_cache/documents/sqladmin.v1beta4.json index e126ac0aef9..59147d40806 100644 --- a/googleapiclient/discovery_cache/documents/sqladmin.v1beta4.json +++ b/googleapiclient/discovery_cache/documents/sqladmin.v1beta4.json @@ -1773,6 +1773,11 @@ "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", @@ -1780,7 +1785,7 @@ "type": "string" }, "name": { - "description": "User of the instance. If the database user has a host, this is specified as {username}@{host} else as {username}.", + "description": "User of the instance.", "location": "path", "required": true, "type": "string" @@ -1916,7 +1921,7 @@ } } }, - "revision": "20221104", + "revision": "20221116", "rootUrl": "https://sqladmin.googleapis.com/", "schemas": { "AclEntry": { @@ -2857,6 +2862,21 @@ "description": "Database instance export context.", "id": "ExportContext", "properties": { + "bakExportOptions": { + "description": "Options for exporting BAK files (SQL Server-only)", + "properties": { + "stripeCount": { + "description": "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.", + "format": "int32", + "type": "integer" + }, + "striped": { + "description": "Whether or not the export should be striped.", + "type": "boolean" + } + }, + "type": "object" + }, "csvExportOptions": { "description": "Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only.", "properties": { @@ -3177,6 +3197,10 @@ } }, "type": "object" + }, + "striped": { + "description": "Whether or not the backup set being restored is striped. Applies only to Cloud SQL for SQL Server.", + "type": "boolean" } }, "type": "object" @@ -3450,6 +3474,10 @@ }, "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" @@ -3935,7 +3963,7 @@ "type": "integer" }, "passwordChangeInterval": { - "description": "Minimum interval after which the password can be changed. This flag is only supported for PostgresSQL.", + "description": "Minimum interval after which the password can be changed. This flag is only supported for PostgreSQL.", "format": "google-duration", "type": "string" },