Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 488798a

Browse files
committedOct 25, 2022
feat(sqladmin): update the api
#### sqladmin:v1 The following keys were added: - resources.users.methods.get.parameters.host (Total Keys: 2) - schemas.ExportContext.properties.bakExportOptions (Total Keys: 4) - schemas.ImportContext.properties.bakImportOptions.properties.striped.type (Total Keys: 1) - schemas.IpConfiguration.properties.enablePrivatePathForGoogleCloudServices.type (Total Keys: 1) #### sqladmin:v1beta4 The following keys were added: - resources.users.methods.get.parameters.host (Total Keys: 2) - schemas.ExportContext.properties.bakExportOptions (Total Keys: 4) - schemas.ImportContext.properties.bakImportOptions.properties.striped.type (Total Keys: 1) - schemas.IpConfiguration.properties.enablePrivatePathForGoogleCloudServices.type (Total Keys: 1)
1 parent aa20cbd commit 488798a

16 files changed

+410
-10
lines changed
 

‎docs/dyn/sqladmin_v1.backupRuns.html

+10
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ <h3>Method Details</h3>
131131
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#operationErrors`.
132132
},
133133
&quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
134+
&quot;bakExportOptions&quot;: {
135+
&quot;stripeCount&quot;: 42,
136+
&quot;striped&quot;: True or False,
137+
},
134138
&quot;csvExportOptions&quot;: { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only.
135139
&quot;escapeCharacter&quot;: &quot;A String&quot;, # Specifies the character that should appear before a data character that needs to be escaped.
136140
&quot;fieldsTerminatedBy&quot;: &quot;A String&quot;, # Specifies the character that separates columns within each row (line) of the file.
@@ -162,6 +166,7 @@ <h3>Method Details</h3>
162166
&quot;pvkPassword&quot;: &quot;A String&quot;, # Password that encrypts the private key
163167
&quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form `gs://bucketName/fileName`. The instance must have write permissions to the bucket and read access to the file.
164168
},
169+
&quot;striped&quot;: True or False,
165170
},
166171
&quot;csvImportOptions&quot;: { # Options for importing data as CSV.
167172
&quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
@@ -305,6 +310,10 @@ <h3>Method Details</h3>
305310
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#operationErrors`.
306311
},
307312
&quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
313+
&quot;bakExportOptions&quot;: {
314+
&quot;stripeCount&quot;: 42,
315+
&quot;striped&quot;: True or False,
316+
},
308317
&quot;csvExportOptions&quot;: { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only.
309318
&quot;escapeCharacter&quot;: &quot;A String&quot;, # Specifies the character that should appear before a data character that needs to be escaped.
310319
&quot;fieldsTerminatedBy&quot;: &quot;A String&quot;, # Specifies the character that separates columns within each row (line) of the file.
@@ -336,6 +345,7 @@ <h3>Method Details</h3>
336345
&quot;pvkPassword&quot;: &quot;A String&quot;, # Password that encrypts the private key
337346
&quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form `gs://bucketName/fileName`. The instance must have write permissions to the bucket and read access to the file.
338347
},
348+
&quot;striped&quot;: True or False,
339349
},
340350
&quot;csvImportOptions&quot;: { # Options for importing data as CSV.
341351
&quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.

‎docs/dyn/sqladmin_v1.databases.html

+20
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ <h3>Method Details</h3>
134134
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#operationErrors`.
135135
},
136136
&quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
137+
&quot;bakExportOptions&quot;: {
138+
&quot;stripeCount&quot;: 42,
139+
&quot;striped&quot;: True or False,
140+
},
137141
&quot;csvExportOptions&quot;: { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only.
138142
&quot;escapeCharacter&quot;: &quot;A String&quot;, # Specifies the character that should appear before a data character that needs to be escaped.
139143
&quot;fieldsTerminatedBy&quot;: &quot;A String&quot;, # Specifies the character that separates columns within each row (line) of the file.
@@ -165,6 +169,7 @@ <h3>Method Details</h3>
165169
&quot;pvkPassword&quot;: &quot;A String&quot;, # Password that encrypts the private key
166170
&quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form `gs://bucketName/fileName`. The instance must have write permissions to the bucket and read access to the file.
167171
},
172+
&quot;striped&quot;: True or False,
168173
},
169174
&quot;csvImportOptions&quot;: { # Options for importing data as CSV.
170175
&quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
@@ -278,6 +283,10 @@ <h3>Method Details</h3>
278283
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#operationErrors`.
279284
},
280285
&quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
286+
&quot;bakExportOptions&quot;: {
287+
&quot;stripeCount&quot;: 42,
288+
&quot;striped&quot;: True or False,
289+
},
281290
&quot;csvExportOptions&quot;: { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only.
282291
&quot;escapeCharacter&quot;: &quot;A String&quot;, # Specifies the character that should appear before a data character that needs to be escaped.
283292
&quot;fieldsTerminatedBy&quot;: &quot;A String&quot;, # Specifies the character that separates columns within each row (line) of the file.
@@ -309,6 +318,7 @@ <h3>Method Details</h3>
309318
&quot;pvkPassword&quot;: &quot;A String&quot;, # Password that encrypts the private key
310319
&quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form `gs://bucketName/fileName`. The instance must have write permissions to the bucket and read access to the file.
311320
},
321+
&quot;striped&quot;: True or False,
312322
},
313323
&quot;csvImportOptions&quot;: { # Options for importing data as CSV.
314324
&quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
@@ -427,6 +437,10 @@ <h3>Method Details</h3>
427437
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#operationErrors`.
428438
},
429439
&quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
440+
&quot;bakExportOptions&quot;: {
441+
&quot;stripeCount&quot;: 42,
442+
&quot;striped&quot;: True or False,
443+
},
430444
&quot;csvExportOptions&quot;: { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only.
431445
&quot;escapeCharacter&quot;: &quot;A String&quot;, # Specifies the character that should appear before a data character that needs to be escaped.
432446
&quot;fieldsTerminatedBy&quot;: &quot;A String&quot;, # Specifies the character that separates columns within each row (line) of the file.
@@ -458,6 +472,7 @@ <h3>Method Details</h3>
458472
&quot;pvkPassword&quot;: &quot;A String&quot;, # Password that encrypts the private key
459473
&quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form `gs://bucketName/fileName`. The instance must have write permissions to the bucket and read access to the file.
460474
},
475+
&quot;striped&quot;: True or False,
461476
},
462477
&quot;csvImportOptions&quot;: { # Options for importing data as CSV.
463478
&quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.
@@ -540,6 +555,10 @@ <h3>Method Details</h3>
540555
&quot;kind&quot;: &quot;A String&quot;, # This is always `sql#operationErrors`.
541556
},
542557
&quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
558+
&quot;bakExportOptions&quot;: {
559+
&quot;stripeCount&quot;: 42,
560+
&quot;striped&quot;: True or False,
561+
},
543562
&quot;csvExportOptions&quot;: { # Options for exporting data as CSV. `MySQL` and `PostgreSQL` instances only.
544563
&quot;escapeCharacter&quot;: &quot;A String&quot;, # Specifies the character that should appear before a data character that needs to be escaped.
545564
&quot;fieldsTerminatedBy&quot;: &quot;A String&quot;, # Specifies the character that separates columns within each row (line) of the file.
@@ -571,6 +590,7 @@ <h3>Method Details</h3>
571590
&quot;pvkPassword&quot;: &quot;A String&quot;, # Password that encrypts the private key
572591
&quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the form `gs://bucketName/fileName`. The instance must have write permissions to the bucket and read access to the file.
573592
},
593+
&quot;striped&quot;: True or False,
574594
},
575595
&quot;csvImportOptions&quot;: { # Options for importing data as CSV.
576596
&quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns of the database table are loaded with CSV data.

0 commit comments

Comments
 (0)
Please sign in to comment.