blob: f8c659b1eb9de98ca4affd665ff470088b0e7526 [file] [log] [blame]
Craig Citroe633be12015-03-02 13:40:36 -08001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070075<h1><a href="sqladmin_v1beta4.html">Cloud SQL Admin API</a> . <a href="sqladmin_v1beta4.users.html">users</a></h1>
Craig Citroe633be12015-03-02 13:40:36 -080076<h2>Instance Methods</h2>
77<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070078 <code><a href="#delete">delete(project, instance, host=None, name=None, x__xgafv=None)</a></code></p>
Craig Citroe633be12015-03-02 13:40:36 -080079<p class="firstline">Deletes a user from a Cloud SQL instance.</p>
80<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070081 <code><a href="#insert">insert(project, instance, body=None, x__xgafv=None)</a></code></p>
Craig Citroe633be12015-03-02 13:40:36 -080082<p class="firstline">Creates a new user in a Cloud SQL instance.</p>
83<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070084 <code><a href="#list">list(project, instance, x__xgafv=None)</a></code></p>
Craig Citroe633be12015-03-02 13:40:36 -080085<p class="firstline">Lists users in the specified Cloud SQL instance.</p>
86<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070087 <code><a href="#update">update(project, instance, body=None, name=None, host=None, x__xgafv=None)</a></code></p>
Craig Citroe633be12015-03-02 13:40:36 -080088<p class="firstline">Updates an existing user in a Cloud SQL instance.</p>
89<h3>Method Details</h3>
90<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -070091 <code class="details" id="delete">delete(project, instance, host=None, name=None, x__xgafv=None)</code>
Craig Citroe633be12015-03-02 13:40:36 -080092 <pre>Deletes a user from a Cloud SQL instance.
93
94Args:
95 project: string, Project ID of the project that contains the instance. (required)
96 instance: string, Database instance ID. This does not include the project ID. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -070097 host: string, Host of the user in the instance.
Bu Sun Kim65020912020-05-20 12:08:20 -070098 name: string, Name of the user in the instance.
Dan O'Mearadd494642020-05-01 07:42:23 -070099 x__xgafv: string, V1 error format.
100 Allowed values
101 1 - v1 error format
102 2 - v2 error format
Craig Citroe633be12015-03-02 13:40:36 -0800103
104Returns:
105 An object of the form:
106
Dan O'Mearadd494642020-05-01 07:42:23 -0700107 { # An Operation resource.&amp;nbsp;For successful operations that return an
108 # Operation resource, only the fields relevant to the operation are populated
109 # in the resource.
Bu Sun Kim65020912020-05-20 12:08:20 -0700110 &quot;endTime&quot;: &quot;A String&quot;, # The time this operation finished in UTC timezone in &lt;a
111 # href=&quot;https://tools.ietf.org/html/rfc3339&quot;&gt;RFC 3339&lt;/a&gt; format, for example
112 # &lt;code&gt;2012-11-15T16:19:00.094Z&lt;/code&gt;.
113 &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in &lt;a
114 # href=&quot;https://tools.ietf.org/html/rfc3339&quot;&gt;RFC 3339&lt;/a&gt; format, for example
115 # &lt;code&gt;2012-11-15T16:19:00.094Z&lt;/code&gt;.
116 &quot;insertTime&quot;: &quot;A String&quot;, # The time this operation was enqueued in UTC timezone in &lt;a
117 # href=&quot;https://tools.ietf.org/html/rfc3339&quot;&gt;RFC 3339&lt;/a&gt; format, for example
118 # &lt;code&gt;2012-11-15T16:19:00.094Z&lt;/code&gt;.
119 &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
120 &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
121 &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
122 &quot;targetLink&quot;: &quot;A String&quot;,
123 &quot;operationType&quot;: &quot;A String&quot;, # The type of the operation. Valid values are &lt;code&gt;CREATE&lt;/code&gt;,
124 # &lt;code&gt;DELETE&lt;/code&gt;, &lt;code&gt;UPDATE&lt;/code&gt;, &lt;code&gt;RESTART&lt;/code&gt;,
125 # &lt;code&gt;IMPORT&lt;/code&gt;, &lt;code&gt;EXPORT&lt;/code&gt;, &lt;code&gt;BACKUP_VOLUME&lt;/code&gt;,
126 # &lt;code&gt;RESTORE_VOLUME&lt;/code&gt;, &lt;code&gt;CREATE_USER&lt;/code&gt;,
127 # &lt;code&gt;DELETE_USER&lt;/code&gt;, &lt;code&gt;CREATE_DATABASE&lt;/code&gt;,
128 # &lt;code&gt;DELETE_DATABASE&lt;/code&gt; .
129 &quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be
130 # populated.
131 &quot;errors&quot;: [ # The list of errors encountered while processing this operation.
132 { # Database instance operation error.
133 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#operationError&lt;/code&gt;.
134 &quot;code&quot;: &quot;A String&quot;, # Identifies the specific error that occurred.
135 &quot;message&quot;: &quot;A String&quot;, # Additional information about the error encountered.
Dan O'Mearadd494642020-05-01 07:42:23 -0700136 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700137 ],
138 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#operationErrors&lt;/code&gt;.
139 },
140 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#operation&lt;/code&gt;.
141 &quot;importContext&quot;: { # Database instance import context. # The context for import operation, if applicable.
142 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#importContext&lt;/code&gt;.
143 &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
144 &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
145 &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns
146 # of the database table are loaded with CSV data.
147 &quot;A String&quot;,
148 ],
Dan O'Mearadd494642020-05-01 07:42:23 -0700149 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700150 &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If &lt;code&gt;fileType&lt;/code&gt; is
Dan O'Mearadd494642020-05-01 07:42:23 -0700151 # &lt;code&gt;SQL&lt;/code&gt;, this field is required only if the import file does not
152 # specify a database, and is overridden by any database specification in the
153 # import file. If &lt;code&gt;fileType&lt;/code&gt; is &lt;code&gt;CSV&lt;/code&gt;, one database
154 # must be specified.
Bu Sun Kim65020912020-05-20 12:08:20 -0700155 &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
156 &quot;bakImportOptions&quot;: { # Import parameters specific to SQL Server .BAK files
157 &quot;encryptionOptions&quot;: {
158 &quot;certPath&quot;: &quot;A String&quot;, # Path to the Certificate (.cer) in Cloud Storage, in the form
159 # &lt;code&gt;gs://bucketName/fileName&lt;/code&gt;. The instance must have
160 # write permissions to the bucket and read access to the file.
161 &quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the
162 # form &lt;code&gt;gs://bucketName/fileName&lt;/code&gt;. The instance must have
163 # write permissions to the bucket and read access to the file.
164 &quot;pvkPassword&quot;: &quot;A String&quot;, # Password that encrypts the private key
165 },
166 },
167 &quot;uri&quot;: &quot;A String&quot;, # Path to the import file in Cloud Storage, in the form
Dan O'Mearadd494642020-05-01 07:42:23 -0700168 # &lt;code&gt;gs:
169 # //bucketName/fileName&lt;/code&gt;. Compressed gzip files (.gz) are supported
170 # // when &lt;code&gt;fileType&lt;/code&gt; is &lt;code&gt;SQL&lt;/code&gt;. The instance must have
171 # // write permissions to the bucket and read access to the file.
Bu Sun Kim65020912020-05-20 12:08:20 -0700172 &quot;fileType&quot;: &quot;A String&quot;, # The file type for the specified uri. &lt;br&gt;&lt;code&gt;SQL&lt;/code&gt;: The file
173 # contains SQL statements. &lt;br&gt;&lt;code&gt;CSV&lt;/code&gt;: The file contains CSV data.
Craig Citroe633be12015-03-02 13:40:36 -0800174 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700175 &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are &lt;code&gt;PENDING&lt;/code&gt;,
176 # &lt;code&gt;RUNNING&lt;/code&gt;, &lt;code&gt;DONE&lt;/code&gt;,
177 # &lt;code&gt;SQL_OPERATION_STATUS_UNSPECIFIED&lt;/code&gt;.
178 &quot;name&quot;: &quot;A String&quot;, # An identifier that uniquely identifies the operation. You can use this
Dan O'Mearadd494642020-05-01 07:42:23 -0700179 # identifier to retrieve the Operations resource that has information about
180 # the operation.
Bu Sun Kim65020912020-05-20 12:08:20 -0700181 &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
182 &quot;databases&quot;: [ # Databases to be exported. &lt;br /&gt; &lt;b&gt;MySQL instances:&lt;/b&gt; If
Dan O'Mearadd494642020-05-01 07:42:23 -0700183 # &lt;code&gt;fileType&lt;/code&gt; is &lt;code&gt;SQL&lt;/code&gt; and no database is specified, all
184 # databases are exported, except for the &lt;code&gt;mysql&lt;/code&gt; system database.
185 # If &lt;code&gt;fileType&lt;/code&gt; is &lt;code&gt;CSV&lt;/code&gt;, you can specify one database,
186 # either by using this property or by using the
187 # &lt;code&gt;csvExportOptions.selectQuery&lt;/code&gt; property, which takes precedence
188 # over this property. &lt;br /&gt; &lt;b&gt;PostgreSQL instances:&lt;/b&gt; You must specify
189 # one database to be exported. If &lt;code&gt;fileType&lt;/code&gt; is &lt;code&gt;CSV&lt;/code&gt;,
190 # this database must match the one specified in the
191 # &lt;code&gt;csvExportOptions.selectQuery&lt;/code&gt; property.
Bu Sun Kim65020912020-05-20 12:08:20 -0700192 &quot;A String&quot;,
Craig Citroe633be12015-03-02 13:40:36 -0800193 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700194 &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
195 &quot;tables&quot;: [ # Tables to export, or that were exported, from the specified database. If
Dan O'Mearadd494642020-05-01 07:42:23 -0700196 # you specify tables, specify one and only one database. For PostgreSQL
197 # instances, you can specify only one table.
Bu Sun Kim65020912020-05-20 12:08:20 -0700198 &quot;A String&quot;,
Craig Citroe633be12015-03-02 13:40:36 -0800199 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700200 &quot;schemaOnly&quot;: True or False, # Export only schemas.
201 &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
202 &quot;masterData&quot;: 42, # Option to include SQL statement required to set up replication.
Dan O'Mearadd494642020-05-01 07:42:23 -0700203 # If set to &lt;code&gt;1&lt;/code&gt;, the dump file includes
204 # a CHANGE MASTER TO statement with the binary log coordinates.
205 # If set to &lt;code&gt;2&lt;/code&gt;, the CHANGE MASTER TO statement is written as
206 # a SQL comment, and has no effect.
207 # All other values are ignored.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700208 },
Craig Citroe633be12015-03-02 13:40:36 -0800209 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700210 &quot;fileType&quot;: &quot;A String&quot;, # The file type for the specified uri. &lt;br&gt;&lt;code&gt;SQL&lt;/code&gt;: The file
211 # contains SQL statements. &lt;br&gt;&lt;code&gt;CSV&lt;/code&gt;: The file contains CSV data.
212 &quot;uri&quot;: &quot;A String&quot;, # The path to the file in Google Cloud Storage where the export will be
213 # stored. The URI is in the form &lt;code&gt;gs:
214 # //bucketName/fileName&lt;/code&gt;. If the file already exists, the requests
215 # // succeeds, but the operation fails. If &lt;code&gt;fileType&lt;/code&gt; is
216 # // &lt;code&gt;SQL&lt;/code&gt; and the filename ends with .gz, the contents are
217 # // compressed.
218 &quot;csvExportOptions&quot;: { # Options for exporting data as CSV.
219 &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
220 },
221 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#exportContext&lt;/code&gt;.
Craig Citroe633be12015-03-02 13:40:36 -0800222 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700223 &quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
Craig Citroe633be12015-03-02 13:40:36 -0800224 }</pre>
225</div>
226
227<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700228 <code class="details" id="insert">insert(project, instance, body=None, x__xgafv=None)</code>
Craig Citroe633be12015-03-02 13:40:36 -0800229 <pre>Creates a new user in a Cloud SQL instance.
230
231Args:
232 project: string, Project ID of the project that contains the instance. (required)
233 instance: string, Database instance ID. This does not include the project ID. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700234 body: object, The request body.
Craig Citroe633be12015-03-02 13:40:36 -0800235 The object takes the form of:
236
237{ # A Cloud SQL user resource.
Bu Sun Kim65020912020-05-20 12:08:20 -0700238 &quot;host&quot;: &quot;A String&quot;, # The host name from which the user can connect. For &lt;code&gt;insert&lt;/code&gt;
Dan O'Mearadd494642020-05-01 07:42:23 -0700239 # operations, host defaults to an empty string. For &lt;code&gt;update&lt;/code&gt;
240 # operations, host is specified as part of the request URL. The host name
241 # cannot be updated after insertion.
Bu Sun Kim65020912020-05-20 12:08:20 -0700242 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#user&lt;/code&gt;.
243 &quot;password&quot;: &quot;A String&quot;, # The password for the user.
244 &quot;etag&quot;: &quot;A String&quot;, # This field is deprecated and will be removed from a future version of the
Dan O'Mearadd494642020-05-01 07:42:23 -0700245 # API.
Bu Sun Kim65020912020-05-20 12:08:20 -0700246 &quot;sqlserverUserDetails&quot;: { # Represents a Sql Server user on the Cloud SQL instance.
247 &quot;disabled&quot;: True or False, # If the user has been disabled
248 &quot;serverRoles&quot;: [ # The server roles for this user
249 &quot;A String&quot;,
Dan O'Mearadd494642020-05-01 07:42:23 -0700250 ],
251 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700252 &quot;name&quot;: &quot;A String&quot;, # The name of the user in the Cloud SQL instance. Can be omitted for
253 # &lt;code&gt;update&lt;/code&gt; since it is already specified in the URL.
254 &quot;instance&quot;: &quot;A String&quot;, # The name of the Cloud SQL instance. This does not include the project ID.
255 # Can be omitted for &lt;code&gt;update&lt;/code&gt; since it is already specified on the
256 # URL.
257 &quot;project&quot;: &quot;A String&quot;, # The project ID of the project containing the Cloud SQL database. The Google
258 # apps domain is prefixed if applicable. Can be omitted for
259 # &lt;code&gt;update&lt;/code&gt; since it is already specified on the URL.
Craig Citroe633be12015-03-02 13:40:36 -0800260 }
261
Dan O'Mearadd494642020-05-01 07:42:23 -0700262 x__xgafv: string, V1 error format.
263 Allowed values
264 1 - v1 error format
265 2 - v2 error format
Craig Citroe633be12015-03-02 13:40:36 -0800266
267Returns:
268 An object of the form:
269
Dan O'Mearadd494642020-05-01 07:42:23 -0700270 { # An Operation resource.&amp;nbsp;For successful operations that return an
271 # Operation resource, only the fields relevant to the operation are populated
272 # in the resource.
Bu Sun Kim65020912020-05-20 12:08:20 -0700273 &quot;endTime&quot;: &quot;A String&quot;, # The time this operation finished in UTC timezone in &lt;a
274 # href=&quot;https://tools.ietf.org/html/rfc3339&quot;&gt;RFC 3339&lt;/a&gt; format, for example
275 # &lt;code&gt;2012-11-15T16:19:00.094Z&lt;/code&gt;.
276 &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in &lt;a
277 # href=&quot;https://tools.ietf.org/html/rfc3339&quot;&gt;RFC 3339&lt;/a&gt; format, for example
278 # &lt;code&gt;2012-11-15T16:19:00.094Z&lt;/code&gt;.
279 &quot;insertTime&quot;: &quot;A String&quot;, # The time this operation was enqueued in UTC timezone in &lt;a
280 # href=&quot;https://tools.ietf.org/html/rfc3339&quot;&gt;RFC 3339&lt;/a&gt; format, for example
281 # &lt;code&gt;2012-11-15T16:19:00.094Z&lt;/code&gt;.
282 &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
283 &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
284 &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
285 &quot;targetLink&quot;: &quot;A String&quot;,
286 &quot;operationType&quot;: &quot;A String&quot;, # The type of the operation. Valid values are &lt;code&gt;CREATE&lt;/code&gt;,
287 # &lt;code&gt;DELETE&lt;/code&gt;, &lt;code&gt;UPDATE&lt;/code&gt;, &lt;code&gt;RESTART&lt;/code&gt;,
288 # &lt;code&gt;IMPORT&lt;/code&gt;, &lt;code&gt;EXPORT&lt;/code&gt;, &lt;code&gt;BACKUP_VOLUME&lt;/code&gt;,
289 # &lt;code&gt;RESTORE_VOLUME&lt;/code&gt;, &lt;code&gt;CREATE_USER&lt;/code&gt;,
290 # &lt;code&gt;DELETE_USER&lt;/code&gt;, &lt;code&gt;CREATE_DATABASE&lt;/code&gt;,
291 # &lt;code&gt;DELETE_DATABASE&lt;/code&gt; .
292 &quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be
293 # populated.
294 &quot;errors&quot;: [ # The list of errors encountered while processing this operation.
295 { # Database instance operation error.
296 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#operationError&lt;/code&gt;.
297 &quot;code&quot;: &quot;A String&quot;, # Identifies the specific error that occurred.
298 &quot;message&quot;: &quot;A String&quot;, # Additional information about the error encountered.
Dan O'Mearadd494642020-05-01 07:42:23 -0700299 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700300 ],
301 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#operationErrors&lt;/code&gt;.
302 },
303 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#operation&lt;/code&gt;.
304 &quot;importContext&quot;: { # Database instance import context. # The context for import operation, if applicable.
305 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#importContext&lt;/code&gt;.
306 &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
307 &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
308 &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns
309 # of the database table are loaded with CSV data.
310 &quot;A String&quot;,
311 ],
Dan O'Mearadd494642020-05-01 07:42:23 -0700312 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700313 &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If &lt;code&gt;fileType&lt;/code&gt; is
Dan O'Mearadd494642020-05-01 07:42:23 -0700314 # &lt;code&gt;SQL&lt;/code&gt;, this field is required only if the import file does not
315 # specify a database, and is overridden by any database specification in the
316 # import file. If &lt;code&gt;fileType&lt;/code&gt; is &lt;code&gt;CSV&lt;/code&gt;, one database
317 # must be specified.
Bu Sun Kim65020912020-05-20 12:08:20 -0700318 &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
319 &quot;bakImportOptions&quot;: { # Import parameters specific to SQL Server .BAK files
320 &quot;encryptionOptions&quot;: {
321 &quot;certPath&quot;: &quot;A String&quot;, # Path to the Certificate (.cer) in Cloud Storage, in the form
322 # &lt;code&gt;gs://bucketName/fileName&lt;/code&gt;. The instance must have
323 # write permissions to the bucket and read access to the file.
324 &quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the
325 # form &lt;code&gt;gs://bucketName/fileName&lt;/code&gt;. The instance must have
326 # write permissions to the bucket and read access to the file.
327 &quot;pvkPassword&quot;: &quot;A String&quot;, # Password that encrypts the private key
328 },
329 },
330 &quot;uri&quot;: &quot;A String&quot;, # Path to the import file in Cloud Storage, in the form
Dan O'Mearadd494642020-05-01 07:42:23 -0700331 # &lt;code&gt;gs:
332 # //bucketName/fileName&lt;/code&gt;. Compressed gzip files (.gz) are supported
333 # // when &lt;code&gt;fileType&lt;/code&gt; is &lt;code&gt;SQL&lt;/code&gt;. The instance must have
334 # // write permissions to the bucket and read access to the file.
Bu Sun Kim65020912020-05-20 12:08:20 -0700335 &quot;fileType&quot;: &quot;A String&quot;, # The file type for the specified uri. &lt;br&gt;&lt;code&gt;SQL&lt;/code&gt;: The file
336 # contains SQL statements. &lt;br&gt;&lt;code&gt;CSV&lt;/code&gt;: The file contains CSV data.
Craig Citroe633be12015-03-02 13:40:36 -0800337 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700338 &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are &lt;code&gt;PENDING&lt;/code&gt;,
339 # &lt;code&gt;RUNNING&lt;/code&gt;, &lt;code&gt;DONE&lt;/code&gt;,
340 # &lt;code&gt;SQL_OPERATION_STATUS_UNSPECIFIED&lt;/code&gt;.
341 &quot;name&quot;: &quot;A String&quot;, # An identifier that uniquely identifies the operation. You can use this
Dan O'Mearadd494642020-05-01 07:42:23 -0700342 # identifier to retrieve the Operations resource that has information about
343 # the operation.
Bu Sun Kim65020912020-05-20 12:08:20 -0700344 &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
345 &quot;databases&quot;: [ # Databases to be exported. &lt;br /&gt; &lt;b&gt;MySQL instances:&lt;/b&gt; If
Dan O'Mearadd494642020-05-01 07:42:23 -0700346 # &lt;code&gt;fileType&lt;/code&gt; is &lt;code&gt;SQL&lt;/code&gt; and no database is specified, all
347 # databases are exported, except for the &lt;code&gt;mysql&lt;/code&gt; system database.
348 # If &lt;code&gt;fileType&lt;/code&gt; is &lt;code&gt;CSV&lt;/code&gt;, you can specify one database,
349 # either by using this property or by using the
350 # &lt;code&gt;csvExportOptions.selectQuery&lt;/code&gt; property, which takes precedence
351 # over this property. &lt;br /&gt; &lt;b&gt;PostgreSQL instances:&lt;/b&gt; You must specify
352 # one database to be exported. If &lt;code&gt;fileType&lt;/code&gt; is &lt;code&gt;CSV&lt;/code&gt;,
353 # this database must match the one specified in the
354 # &lt;code&gt;csvExportOptions.selectQuery&lt;/code&gt; property.
Bu Sun Kim65020912020-05-20 12:08:20 -0700355 &quot;A String&quot;,
Craig Citroe633be12015-03-02 13:40:36 -0800356 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700357 &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
358 &quot;tables&quot;: [ # Tables to export, or that were exported, from the specified database. If
Dan O'Mearadd494642020-05-01 07:42:23 -0700359 # you specify tables, specify one and only one database. For PostgreSQL
360 # instances, you can specify only one table.
Bu Sun Kim65020912020-05-20 12:08:20 -0700361 &quot;A String&quot;,
Craig Citroe633be12015-03-02 13:40:36 -0800362 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700363 &quot;schemaOnly&quot;: True or False, # Export only schemas.
364 &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
365 &quot;masterData&quot;: 42, # Option to include SQL statement required to set up replication.
Dan O'Mearadd494642020-05-01 07:42:23 -0700366 # If set to &lt;code&gt;1&lt;/code&gt;, the dump file includes
367 # a CHANGE MASTER TO statement with the binary log coordinates.
368 # If set to &lt;code&gt;2&lt;/code&gt;, the CHANGE MASTER TO statement is written as
369 # a SQL comment, and has no effect.
370 # All other values are ignored.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700371 },
Craig Citroe633be12015-03-02 13:40:36 -0800372 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700373 &quot;fileType&quot;: &quot;A String&quot;, # The file type for the specified uri. &lt;br&gt;&lt;code&gt;SQL&lt;/code&gt;: The file
374 # contains SQL statements. &lt;br&gt;&lt;code&gt;CSV&lt;/code&gt;: The file contains CSV data.
375 &quot;uri&quot;: &quot;A String&quot;, # The path to the file in Google Cloud Storage where the export will be
376 # stored. The URI is in the form &lt;code&gt;gs:
377 # //bucketName/fileName&lt;/code&gt;. If the file already exists, the requests
378 # // succeeds, but the operation fails. If &lt;code&gt;fileType&lt;/code&gt; is
379 # // &lt;code&gt;SQL&lt;/code&gt; and the filename ends with .gz, the contents are
380 # // compressed.
381 &quot;csvExportOptions&quot;: { # Options for exporting data as CSV.
382 &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
383 },
384 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#exportContext&lt;/code&gt;.
Craig Citroe633be12015-03-02 13:40:36 -0800385 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700386 &quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
Craig Citroe633be12015-03-02 13:40:36 -0800387 }</pre>
388</div>
389
390<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700391 <code class="details" id="list">list(project, instance, x__xgafv=None)</code>
Craig Citroe633be12015-03-02 13:40:36 -0800392 <pre>Lists users in the specified Cloud SQL instance.
393
394Args:
395 project: string, Project ID of the project that contains the instance. (required)
396 instance: string, Database instance ID. This does not include the project ID. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700397 x__xgafv: string, V1 error format.
398 Allowed values
399 1 - v1 error format
400 2 - v2 error format
Craig Citroe633be12015-03-02 13:40:36 -0800401
402Returns:
403 An object of the form:
404
405 { # User list response.
Bu Sun Kim65020912020-05-20 12:08:20 -0700406 &quot;nextPageToken&quot;: &quot;A String&quot;, # An identifier that uniquely identifies the operation. You can use this
Dan O'Mearadd494642020-05-01 07:42:23 -0700407 # identifier to retrieve the Operations resource that has information about
408 # the operation.
Bu Sun Kim65020912020-05-20 12:08:20 -0700409 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#usersList&lt;/code&gt;.
410 &quot;items&quot;: [ # List of user resources in the instance.
Craig Citroe633be12015-03-02 13:40:36 -0800411 { # A Cloud SQL user resource.
Bu Sun Kim65020912020-05-20 12:08:20 -0700412 &quot;host&quot;: &quot;A String&quot;, # The host name from which the user can connect. For &lt;code&gt;insert&lt;/code&gt;
Dan O'Mearadd494642020-05-01 07:42:23 -0700413 # operations, host defaults to an empty string. For &lt;code&gt;update&lt;/code&gt;
414 # operations, host is specified as part of the request URL. The host name
415 # cannot be updated after insertion.
Bu Sun Kim65020912020-05-20 12:08:20 -0700416 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#user&lt;/code&gt;.
417 &quot;password&quot;: &quot;A String&quot;, # The password for the user.
418 &quot;etag&quot;: &quot;A String&quot;, # This field is deprecated and will be removed from a future version of the
Dan O'Mearadd494642020-05-01 07:42:23 -0700419 # API.
Bu Sun Kim65020912020-05-20 12:08:20 -0700420 &quot;sqlserverUserDetails&quot;: { # Represents a Sql Server user on the Cloud SQL instance.
421 &quot;disabled&quot;: True or False, # If the user has been disabled
422 &quot;serverRoles&quot;: [ # The server roles for this user
423 &quot;A String&quot;,
Dan O'Mearadd494642020-05-01 07:42:23 -0700424 ],
425 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700426 &quot;name&quot;: &quot;A String&quot;, # The name of the user in the Cloud SQL instance. Can be omitted for
427 # &lt;code&gt;update&lt;/code&gt; since it is already specified in the URL.
428 &quot;instance&quot;: &quot;A String&quot;, # The name of the Cloud SQL instance. This does not include the project ID.
429 # Can be omitted for &lt;code&gt;update&lt;/code&gt; since it is already specified on the
430 # URL.
431 &quot;project&quot;: &quot;A String&quot;, # The project ID of the project containing the Cloud SQL database. The Google
432 # apps domain is prefixed if applicable. Can be omitted for
433 # &lt;code&gt;update&lt;/code&gt; since it is already specified on the URL.
Craig Citroe633be12015-03-02 13:40:36 -0800434 },
435 ],
Craig Citroe633be12015-03-02 13:40:36 -0800436 }</pre>
437</div>
438
439<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700440 <code class="details" id="update">update(project, instance, body=None, name=None, host=None, x__xgafv=None)</code>
Craig Citroe633be12015-03-02 13:40:36 -0800441 <pre>Updates an existing user in a Cloud SQL instance.
442
443Args:
444 project: string, Project ID of the project that contains the instance. (required)
445 instance: string, Database instance ID. This does not include the project ID. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700446 body: object, The request body.
Craig Citroe633be12015-03-02 13:40:36 -0800447 The object takes the form of:
448
449{ # A Cloud SQL user resource.
Bu Sun Kim65020912020-05-20 12:08:20 -0700450 &quot;host&quot;: &quot;A String&quot;, # The host name from which the user can connect. For &lt;code&gt;insert&lt;/code&gt;
Dan O'Mearadd494642020-05-01 07:42:23 -0700451 # operations, host defaults to an empty string. For &lt;code&gt;update&lt;/code&gt;
452 # operations, host is specified as part of the request URL. The host name
453 # cannot be updated after insertion.
Bu Sun Kim65020912020-05-20 12:08:20 -0700454 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#user&lt;/code&gt;.
455 &quot;password&quot;: &quot;A String&quot;, # The password for the user.
456 &quot;etag&quot;: &quot;A String&quot;, # This field is deprecated and will be removed from a future version of the
Dan O'Mearadd494642020-05-01 07:42:23 -0700457 # API.
Bu Sun Kim65020912020-05-20 12:08:20 -0700458 &quot;sqlserverUserDetails&quot;: { # Represents a Sql Server user on the Cloud SQL instance.
459 &quot;disabled&quot;: True or False, # If the user has been disabled
460 &quot;serverRoles&quot;: [ # The server roles for this user
461 &quot;A String&quot;,
Dan O'Mearadd494642020-05-01 07:42:23 -0700462 ],
463 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700464 &quot;name&quot;: &quot;A String&quot;, # The name of the user in the Cloud SQL instance. Can be omitted for
465 # &lt;code&gt;update&lt;/code&gt; since it is already specified in the URL.
466 &quot;instance&quot;: &quot;A String&quot;, # The name of the Cloud SQL instance. This does not include the project ID.
467 # Can be omitted for &lt;code&gt;update&lt;/code&gt; since it is already specified on the
468 # URL.
469 &quot;project&quot;: &quot;A String&quot;, # The project ID of the project containing the Cloud SQL database. The Google
470 # apps domain is prefixed if applicable. Can be omitted for
471 # &lt;code&gt;update&lt;/code&gt; since it is already specified on the URL.
Craig Citroe633be12015-03-02 13:40:36 -0800472 }
473
Dan O'Mearadd494642020-05-01 07:42:23 -0700474 name: string, Name of the user in the instance.
475 host: string, Optional. Host of the user in the instance.
476 x__xgafv: string, V1 error format.
477 Allowed values
478 1 - v1 error format
479 2 - v2 error format
Craig Citroe633be12015-03-02 13:40:36 -0800480
481Returns:
482 An object of the form:
483
Dan O'Mearadd494642020-05-01 07:42:23 -0700484 { # An Operation resource.&amp;nbsp;For successful operations that return an
485 # Operation resource, only the fields relevant to the operation are populated
486 # in the resource.
Bu Sun Kim65020912020-05-20 12:08:20 -0700487 &quot;endTime&quot;: &quot;A String&quot;, # The time this operation finished in UTC timezone in &lt;a
488 # href=&quot;https://tools.ietf.org/html/rfc3339&quot;&gt;RFC 3339&lt;/a&gt; format, for example
489 # &lt;code&gt;2012-11-15T16:19:00.094Z&lt;/code&gt;.
490 &quot;startTime&quot;: &quot;A String&quot;, # The time this operation actually started in UTC timezone in &lt;a
491 # href=&quot;https://tools.ietf.org/html/rfc3339&quot;&gt;RFC 3339&lt;/a&gt; format, for example
492 # &lt;code&gt;2012-11-15T16:19:00.094Z&lt;/code&gt;.
493 &quot;insertTime&quot;: &quot;A String&quot;, # The time this operation was enqueued in UTC timezone in &lt;a
494 # href=&quot;https://tools.ietf.org/html/rfc3339&quot;&gt;RFC 3339&lt;/a&gt; format, for example
495 # &lt;code&gt;2012-11-15T16:19:00.094Z&lt;/code&gt;.
496 &quot;user&quot;: &quot;A String&quot;, # The email address of the user who initiated this operation.
497 &quot;targetProject&quot;: &quot;A String&quot;, # The project ID of the target instance related to this operation.
498 &quot;selfLink&quot;: &quot;A String&quot;, # The URI of this resource.
499 &quot;targetLink&quot;: &quot;A String&quot;,
500 &quot;operationType&quot;: &quot;A String&quot;, # The type of the operation. Valid values are &lt;code&gt;CREATE&lt;/code&gt;,
501 # &lt;code&gt;DELETE&lt;/code&gt;, &lt;code&gt;UPDATE&lt;/code&gt;, &lt;code&gt;RESTART&lt;/code&gt;,
502 # &lt;code&gt;IMPORT&lt;/code&gt;, &lt;code&gt;EXPORT&lt;/code&gt;, &lt;code&gt;BACKUP_VOLUME&lt;/code&gt;,
503 # &lt;code&gt;RESTORE_VOLUME&lt;/code&gt;, &lt;code&gt;CREATE_USER&lt;/code&gt;,
504 # &lt;code&gt;DELETE_USER&lt;/code&gt;, &lt;code&gt;CREATE_DATABASE&lt;/code&gt;,
505 # &lt;code&gt;DELETE_DATABASE&lt;/code&gt; .
506 &quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred during processing of this operation, this field will be
507 # populated.
508 &quot;errors&quot;: [ # The list of errors encountered while processing this operation.
509 { # Database instance operation error.
510 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#operationError&lt;/code&gt;.
511 &quot;code&quot;: &quot;A String&quot;, # Identifies the specific error that occurred.
512 &quot;message&quot;: &quot;A String&quot;, # Additional information about the error encountered.
Dan O'Mearadd494642020-05-01 07:42:23 -0700513 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700514 ],
515 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#operationErrors&lt;/code&gt;.
516 },
517 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#operation&lt;/code&gt;.
518 &quot;importContext&quot;: { # Database instance import context. # The context for import operation, if applicable.
519 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#importContext&lt;/code&gt;.
520 &quot;csvImportOptions&quot;: { # Options for importing data as CSV.
521 &quot;table&quot;: &quot;A String&quot;, # The table to which CSV data is imported.
522 &quot;columns&quot;: [ # The columns to which CSV data is imported. If not specified, all columns
523 # of the database table are loaded with CSV data.
524 &quot;A String&quot;,
525 ],
Dan O'Mearadd494642020-05-01 07:42:23 -0700526 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700527 &quot;database&quot;: &quot;A String&quot;, # The target database for the import. If &lt;code&gt;fileType&lt;/code&gt; is
Dan O'Mearadd494642020-05-01 07:42:23 -0700528 # &lt;code&gt;SQL&lt;/code&gt;, this field is required only if the import file does not
529 # specify a database, and is overridden by any database specification in the
530 # import file. If &lt;code&gt;fileType&lt;/code&gt; is &lt;code&gt;CSV&lt;/code&gt;, one database
531 # must be specified.
Bu Sun Kim65020912020-05-20 12:08:20 -0700532 &quot;importUser&quot;: &quot;A String&quot;, # The PostgreSQL user for this import operation. PostgreSQL instances only.
533 &quot;bakImportOptions&quot;: { # Import parameters specific to SQL Server .BAK files
534 &quot;encryptionOptions&quot;: {
535 &quot;certPath&quot;: &quot;A String&quot;, # Path to the Certificate (.cer) in Cloud Storage, in the form
536 # &lt;code&gt;gs://bucketName/fileName&lt;/code&gt;. The instance must have
537 # write permissions to the bucket and read access to the file.
538 &quot;pvkPath&quot;: &quot;A String&quot;, # Path to the Certificate Private Key (.pvk) in Cloud Storage, in the
539 # form &lt;code&gt;gs://bucketName/fileName&lt;/code&gt;. The instance must have
540 # write permissions to the bucket and read access to the file.
541 &quot;pvkPassword&quot;: &quot;A String&quot;, # Password that encrypts the private key
542 },
543 },
544 &quot;uri&quot;: &quot;A String&quot;, # Path to the import file in Cloud Storage, in the form
Dan O'Mearadd494642020-05-01 07:42:23 -0700545 # &lt;code&gt;gs:
546 # //bucketName/fileName&lt;/code&gt;. Compressed gzip files (.gz) are supported
547 # // when &lt;code&gt;fileType&lt;/code&gt; is &lt;code&gt;SQL&lt;/code&gt;. The instance must have
548 # // write permissions to the bucket and read access to the file.
Bu Sun Kim65020912020-05-20 12:08:20 -0700549 &quot;fileType&quot;: &quot;A String&quot;, # The file type for the specified uri. &lt;br&gt;&lt;code&gt;SQL&lt;/code&gt;: The file
550 # contains SQL statements. &lt;br&gt;&lt;code&gt;CSV&lt;/code&gt;: The file contains CSV data.
Craig Citroe633be12015-03-02 13:40:36 -0800551 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700552 &quot;status&quot;: &quot;A String&quot;, # The status of an operation. Valid values are &lt;code&gt;PENDING&lt;/code&gt;,
553 # &lt;code&gt;RUNNING&lt;/code&gt;, &lt;code&gt;DONE&lt;/code&gt;,
554 # &lt;code&gt;SQL_OPERATION_STATUS_UNSPECIFIED&lt;/code&gt;.
555 &quot;name&quot;: &quot;A String&quot;, # An identifier that uniquely identifies the operation. You can use this
Dan O'Mearadd494642020-05-01 07:42:23 -0700556 # identifier to retrieve the Operations resource that has information about
557 # the operation.
Bu Sun Kim65020912020-05-20 12:08:20 -0700558 &quot;exportContext&quot;: { # Database instance export context. # The context for export operation, if applicable.
559 &quot;databases&quot;: [ # Databases to be exported. &lt;br /&gt; &lt;b&gt;MySQL instances:&lt;/b&gt; If
Dan O'Mearadd494642020-05-01 07:42:23 -0700560 # &lt;code&gt;fileType&lt;/code&gt; is &lt;code&gt;SQL&lt;/code&gt; and no database is specified, all
561 # databases are exported, except for the &lt;code&gt;mysql&lt;/code&gt; system database.
562 # If &lt;code&gt;fileType&lt;/code&gt; is &lt;code&gt;CSV&lt;/code&gt;, you can specify one database,
563 # either by using this property or by using the
564 # &lt;code&gt;csvExportOptions.selectQuery&lt;/code&gt; property, which takes precedence
565 # over this property. &lt;br /&gt; &lt;b&gt;PostgreSQL instances:&lt;/b&gt; You must specify
566 # one database to be exported. If &lt;code&gt;fileType&lt;/code&gt; is &lt;code&gt;CSV&lt;/code&gt;,
567 # this database must match the one specified in the
568 # &lt;code&gt;csvExportOptions.selectQuery&lt;/code&gt; property.
Bu Sun Kim65020912020-05-20 12:08:20 -0700569 &quot;A String&quot;,
Craig Citroe633be12015-03-02 13:40:36 -0800570 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700571 &quot;sqlExportOptions&quot;: { # Options for exporting data as SQL statements.
572 &quot;tables&quot;: [ # Tables to export, or that were exported, from the specified database. If
Dan O'Mearadd494642020-05-01 07:42:23 -0700573 # you specify tables, specify one and only one database. For PostgreSQL
574 # instances, you can specify only one table.
Bu Sun Kim65020912020-05-20 12:08:20 -0700575 &quot;A String&quot;,
Craig Citroe633be12015-03-02 13:40:36 -0800576 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700577 &quot;schemaOnly&quot;: True or False, # Export only schemas.
578 &quot;mysqlExportOptions&quot;: { # Options for exporting from MySQL.
579 &quot;masterData&quot;: 42, # Option to include SQL statement required to set up replication.
Dan O'Mearadd494642020-05-01 07:42:23 -0700580 # If set to &lt;code&gt;1&lt;/code&gt;, the dump file includes
581 # a CHANGE MASTER TO statement with the binary log coordinates.
582 # If set to &lt;code&gt;2&lt;/code&gt;, the CHANGE MASTER TO statement is written as
583 # a SQL comment, and has no effect.
584 # All other values are ignored.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700585 },
Craig Citroe633be12015-03-02 13:40:36 -0800586 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700587 &quot;fileType&quot;: &quot;A String&quot;, # The file type for the specified uri. &lt;br&gt;&lt;code&gt;SQL&lt;/code&gt;: The file
588 # contains SQL statements. &lt;br&gt;&lt;code&gt;CSV&lt;/code&gt;: The file contains CSV data.
589 &quot;uri&quot;: &quot;A String&quot;, # The path to the file in Google Cloud Storage where the export will be
590 # stored. The URI is in the form &lt;code&gt;gs:
591 # //bucketName/fileName&lt;/code&gt;. If the file already exists, the requests
592 # // succeeds, but the operation fails. If &lt;code&gt;fileType&lt;/code&gt; is
593 # // &lt;code&gt;SQL&lt;/code&gt; and the filename ends with .gz, the contents are
594 # // compressed.
595 &quot;csvExportOptions&quot;: { # Options for exporting data as CSV.
596 &quot;selectQuery&quot;: &quot;A String&quot;, # The select query used to extract the data.
597 },
598 &quot;kind&quot;: &quot;A String&quot;, # This is always &lt;code&gt;sql#exportContext&lt;/code&gt;.
Craig Citroe633be12015-03-02 13:40:36 -0800599 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700600 &quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operation.
Craig Citroe633be12015-03-02 13:40:36 -0800601 }</pre>
602</div>
603
604</body></html>