• Home
  • Raw
  • Download

Lines Matching full:database

81   <code><a href="#delete">delete(project, instance, database, x__xgafv=None)</a></code></p>
82 <p class="firstline">Deletes a database from a Cloud SQL instance.</p>
84 <code><a href="#get">get(project, instance, database, x__xgafv=None)</a></code></p>
85 <p class="firstline">Retrieves a resource containing information about a database inside a Cloud SQ…
88 <p class="firstline">Inserts a resource containing information about a database inside a Cloud SQL …
93 <code><a href="#patch">patch(project, instance, database, body=None, x__xgafv=None)</a></code></p>
94 <p class="firstline">Partially updates a resource containing information about a database inside a …
96 …<code><a href="#update">update(project, instance, database, body=None, x__xgafv=None)</a></code></…
97 <p class="firstline">Updates a resource containing information about a database inside a Cloud SQL …
105 <code class="details" id="delete">delete(project, instance, database, x__xgafv=None)</code>
106 <pre>Deletes a database from a Cloud SQL instance.
110 instance: string, Database instance ID. This does not include the project ID. (required)
111 database: string, Name of the database to be deleted in the instance. (required)
126 …&quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred durin…
128 { # Database instance operation error.
136 …&quot;exportContext&quot;: { # Database instance export context. # The context for export operatio…
144database is specified, all databases are exported, except for the **mysql** system database. If **…
155 … or that were exported, from the specified database. If you specify tables, specify one and only o…
161 …&quot;importContext&quot;: { # Database instance import context. # The context for import operatio…
170 …mns to which CSV data is imported. If not specified, all columns of the database table are loaded …
179database&quot;: &quot;A String&quot;, # The target database for the import. If **fileType** is **S…
192 …&quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operat…
200 <code class="details" id="get">get(project, instance, database, x__xgafv=None)</code>
201 <pre>Retrieves a resource containing information about a database inside a Cloud SQL instance.
205 instance: string, Database instance ID. This does not include the project ID. (required)
206 database: string, Name of the database in the instance. (required)
215 { # Represents a SQL database on the Cloud SQL instance.
220 &quot;kind&quot;: &quot;A String&quot;, # This is always **sql#database**.
221 …&quot;name&quot;: &quot;A String&quot;, # The name of the database in the Cloud SQL instance. This…
222 … String&quot;, # The project ID of the project containing the Cloud SQL database. The Google apps …
224 …&quot;sqlserverDatabaseDetails&quot;: { # Represents a Sql Server database on the Cloud SQL instan…
225 …&quot;compatibilityLevel&quot;: 42, # The version of SQL Server with which the database is to be m…
226 &quot;recoveryModel&quot;: &quot;A String&quot;, # The recovery model of a SQL Server database
233 <pre>Inserts a resource containing information about a database inside a Cloud SQL instance.
237 instance: string, Database instance ID. This does not include the project ID. (required)
241 { # Represents a SQL database on the Cloud SQL instance.
246 &quot;kind&quot;: &quot;A String&quot;, # This is always **sql#database**.
247 …&quot;name&quot;: &quot;A String&quot;, # The name of the database in the Cloud SQL instance. This…
248 … String&quot;, # The project ID of the project containing the Cloud SQL database. The Google apps …
250 …&quot;sqlserverDatabaseDetails&quot;: { # Represents a Sql Server database on the Cloud SQL instan…
251 …&quot;compatibilityLevel&quot;: 42, # The version of SQL Server with which the database is to be m…
252 &quot;recoveryModel&quot;: &quot;A String&quot;, # The recovery model of a SQL Server database
270 …&quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred durin…
272 { # Database instance operation error.
280 …&quot;exportContext&quot;: { # Database instance export context. # The context for export operatio…
288database is specified, all databases are exported, except for the **mysql** system database. If **…
299 … or that were exported, from the specified database. If you specify tables, specify one and only o…
305 …&quot;importContext&quot;: { # Database instance import context. # The context for import operatio…
314 …mns to which CSV data is imported. If not specified, all columns of the database table are loaded …
323database&quot;: &quot;A String&quot;, # The target database for the import. If **fileType** is **S…
336 …&quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operat…
358 { # Database list response.
359 &quot;items&quot;: [ # List of database resources in the instance.
360 { # Represents a SQL database on the Cloud SQL instance.
365 &quot;kind&quot;: &quot;A String&quot;, # This is always **sql#database**.
366 …&quot;name&quot;: &quot;A String&quot;, # The name of the database in the Cloud SQL instance. This…
367 … String&quot;, # The project ID of the project containing the Cloud SQL database. The Google apps …
369 …&quot;sqlserverDatabaseDetails&quot;: { # Represents a Sql Server database on the Cloud SQL instan…
370 …&quot;compatibilityLevel&quot;: 42, # The version of SQL Server with which the database is to be m…
371 … &quot;recoveryModel&quot;: &quot;A String&quot;, # The recovery model of a SQL Server database
380 …<code class="details" id="patch">patch(project, instance, database, body=None, x__xgafv=None)</cod…
381 …<pre>Partially updates a resource containing information about a database inside a Cloud SQL insta…
385 instance: string, Database instance ID. This does not include the project ID. (required)
386 database: string, Name of the database to be updated in the instance. (required)
390 { # Represents a SQL database on the Cloud SQL instance.
395 &quot;kind&quot;: &quot;A String&quot;, # This is always **sql#database**.
396 …&quot;name&quot;: &quot;A String&quot;, # The name of the database in the Cloud SQL instance. This…
397 … String&quot;, # The project ID of the project containing the Cloud SQL database. The Google apps …
399 …&quot;sqlserverDatabaseDetails&quot;: { # Represents a Sql Server database on the Cloud SQL instan…
400 …&quot;compatibilityLevel&quot;: 42, # The version of SQL Server with which the database is to be m…
401 &quot;recoveryModel&quot;: &quot;A String&quot;, # The recovery model of a SQL Server database
419 …&quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred durin…
421 { # Database instance operation error.
429 …&quot;exportContext&quot;: { # Database instance export context. # The context for export operatio…
437database is specified, all databases are exported, except for the **mysql** system database. If **…
448 … or that were exported, from the specified database. If you specify tables, specify one and only o…
454 …&quot;importContext&quot;: { # Database instance import context. # The context for import operatio…
463 …mns to which CSV data is imported. If not specified, all columns of the database table are loaded …
472database&quot;: &quot;A String&quot;, # The target database for the import. If **fileType** is **S…
485 …&quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operat…
493 …<code class="details" id="update">update(project, instance, database, body=None, x__xgafv=None)</c…
494 <pre>Updates a resource containing information about a database inside a Cloud SQL instance.
498 instance: string, Database instance ID. This does not include the project ID. (required)
499 database: string, Name of the database to be updated in the instance. (required)
503 { # Represents a SQL database on the Cloud SQL instance.
508 &quot;kind&quot;: &quot;A String&quot;, # This is always **sql#database**.
509 …&quot;name&quot;: &quot;A String&quot;, # The name of the database in the Cloud SQL instance. This…
510 … String&quot;, # The project ID of the project containing the Cloud SQL database. The Google apps …
512 …&quot;sqlserverDatabaseDetails&quot;: { # Represents a Sql Server database on the Cloud SQL instan…
513 …&quot;compatibilityLevel&quot;: 42, # The version of SQL Server with which the database is to be m…
514 &quot;recoveryModel&quot;: &quot;A String&quot;, # The recovery model of a SQL Server database
532 …&quot;error&quot;: { # Database instance operation errors list wrapper. # If errors occurred durin…
534 { # Database instance operation error.
542 …&quot;exportContext&quot;: { # Database instance export context. # The context for export operatio…
550database is specified, all databases are exported, except for the **mysql** system database. If **…
561 … or that were exported, from the specified database. If you specify tables, specify one and only o…
567 …&quot;importContext&quot;: { # Database instance import context. # The context for import operatio…
576 …mns to which CSV data is imported. If not specified, all columns of the database table are loaded …
585database&quot;: &quot;A String&quot;, # The target database for the import. If **fileType** is **S…
598 …&quot;targetId&quot;: &quot;A String&quot;, # Name of the database instance related to this operat…