| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
ImportContext |
ImportContext.clone() |
ImportContext |
Operation.getImportContext()
The context for import operation, if applicable.
|
ImportContext |
InstancesImportRequest.getImportContext()
Contains details about the import operation.
|
ImportContext |
ImportContext.set(String fieldName,
Object value) |
ImportContext |
ImportContext.setBakImportOptions(ImportContext.BakImportOptions bakImportOptions)
Import parameters specific to SQL Server .BAK files
|
ImportContext |
ImportContext.setCsvImportOptions(ImportContext.CsvImportOptions csvImportOptions)
Options for importing data as CSV.
|
ImportContext |
ImportContext.setDatabase(String database)
The target database for the import.
|
ImportContext |
ImportContext.setFileType(String fileType)
The file type for the specified uri.
|
ImportContext |
ImportContext.setImportUser(String importUser)
The PostgreSQL user for this import operation.
|
ImportContext |
ImportContext.setKind(String kind)
This is always `sql#importContext`.
|
ImportContext |
ImportContext.setUri(String uri)
Path to the import file in Cloud Storage, in the form `gs://bucketName/fileName`.
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
Operation.setImportContext(ImportContext importContext)
The context for import operation, if applicable.
|
InstancesImportRequest |
InstancesImportRequest.setImportContext(ImportContext importContext)
Contains details about the import operation.
|
Copyright © 2011–2023 Google. All rights reserved.