| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
ExportContext |
ExportContext.clone() |
ExportContext |
Operation.getExportContext()
The context for export operation, if applicable.
|
ExportContext |
InstancesExportRequest.getExportContext()
Contains details about the export operation.
|
ExportContext |
ExportContext.set(String fieldName,
Object value) |
ExportContext |
ExportContext.setCsvExportOptions(ExportContext.CsvExportOptions csvExportOptions)
Options for exporting data as CSV.
|
ExportContext |
ExportContext.setDatabases(List<String> databases)
Databases to be exported.
|
ExportContext |
ExportContext.setFileType(String fileType)
The file type for the specified uri.
|
ExportContext |
ExportContext.setKind(String kind)
This is always `sql#exportContext`.
|
ExportContext |
ExportContext.setOffload(Boolean offload)
Option for export offload.
|
ExportContext |
ExportContext.setSqlExportOptions(ExportContext.SqlExportOptions sqlExportOptions)
Options for exporting data as SQL statements.
|
ExportContext |
ExportContext.setUri(String uri)
The path to the file in Google Cloud Storage where the export will be stored.
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
Operation.setExportContext(ExportContext exportContext)
The context for export operation, if applicable.
|
InstancesExportRequest |
InstancesExportRequest.setExportContext(ExportContext exportContext)
Contains details about the export operation.
|
Copyright © 2011–2022 Google. All rights reserved.