public static interface ExportContext.SqlExportOptionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMysqlExportOptions()
public abstract ExportContext.SqlExportOptions.MysqlExportOptions getMysqlExportOptions()
.google.cloud.sql.v1.ExportContext.SqlExportOptions.MysqlExportOptions mysql_export_options = 3;
| Returns | |
|---|---|
| Type | Description |
ExportContext.SqlExportOptions.MysqlExportOptions |
The mysqlExportOptions. |
getMysqlExportOptionsOrBuilder()
public abstract ExportContext.SqlExportOptions.MysqlExportOptionsOrBuilder getMysqlExportOptionsOrBuilder()
.google.cloud.sql.v1.ExportContext.SqlExportOptions.MysqlExportOptions mysql_export_options = 3;
| Returns | |
|---|---|
| Type | Description |
ExportContext.SqlExportOptions.MysqlExportOptionsOrBuilder |
|
getParallel()
public abstract BoolValue getParallel()Optional. Whether or not the export should be parallel.
.google.protobuf.BoolValue parallel = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
BoolValue |
The parallel. |
getParallelOrBuilder()
public abstract BoolValueOrBuilder getParallelOrBuilder()Optional. Whether or not the export should be parallel.
.google.protobuf.BoolValue parallel = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
BoolValueOrBuilder |
|
getPostgresExportOptions()
public abstract ExportContext.SqlExportOptions.PostgresExportOptions getPostgresExportOptions()Optional. Options for exporting from a Cloud SQL for PostgreSQL instance.
.google.cloud.sql.v1.ExportContext.SqlExportOptions.PostgresExportOptions postgres_export_options = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ExportContext.SqlExportOptions.PostgresExportOptions |
The postgresExportOptions. |
getPostgresExportOptionsOrBuilder()
public abstract ExportContext.SqlExportOptions.PostgresExportOptionsOrBuilder getPostgresExportOptionsOrBuilder()Optional. Options for exporting from a Cloud SQL for PostgreSQL instance.
.google.cloud.sql.v1.ExportContext.SqlExportOptions.PostgresExportOptions postgres_export_options = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ExportContext.SqlExportOptions.PostgresExportOptionsOrBuilder |
|
getSchemaOnly()
public abstract BoolValue getSchemaOnly()Export only schemas.
.google.protobuf.BoolValue schema_only = 2;
| Returns | |
|---|---|
| Type | Description |
BoolValue |
The schemaOnly. |
getSchemaOnlyOrBuilder()
public abstract BoolValueOrBuilder getSchemaOnlyOrBuilder()Export only schemas.
.google.protobuf.BoolValue schema_only = 2;
| Returns | |
|---|---|
| Type | Description |
BoolValueOrBuilder |
|
getTables(int index)
public abstract String getTables(int index)Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database. For PostgreSQL instances, you can specify only one table.
repeated string tables = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The tables at the given index. |
getTablesBytes(int index)
public abstract ByteString getTablesBytes(int index)Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database. For PostgreSQL instances, you can specify only one table.
repeated string tables = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the tables at the given index. |
getTablesCount()
public abstract int getTablesCount()Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database. For PostgreSQL instances, you can specify only one table.
repeated string tables = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of tables. |
getTablesList()
public abstract List<String> getTablesList()Tables to export, or that were exported, from the specified database. If you specify tables, specify one and only one database. For PostgreSQL instances, you can specify only one table.
repeated string tables = 1;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the tables. |
getThreads()
public abstract Int32Value getThreads()Optional. The number of threads to use for parallel export.
.google.protobuf.Int32Value threads = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Int32Value |
The threads. |
getThreadsOrBuilder()
public abstract Int32ValueOrBuilder getThreadsOrBuilder()Optional. The number of threads to use for parallel export.
.google.protobuf.Int32Value threads = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Int32ValueOrBuilder |
|
hasMysqlExportOptions()
public abstract boolean hasMysqlExportOptions()
.google.cloud.sql.v1.ExportContext.SqlExportOptions.MysqlExportOptions mysql_export_options = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the mysqlExportOptions field is set. |
hasParallel()
public abstract boolean hasParallel()Optional. Whether or not the export should be parallel.
.google.protobuf.BoolValue parallel = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the parallel field is set. |
hasPostgresExportOptions()
public abstract boolean hasPostgresExportOptions()Optional. Options for exporting from a Cloud SQL for PostgreSQL instance.
.google.cloud.sql.v1.ExportContext.SqlExportOptions.PostgresExportOptions postgres_export_options = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the postgresExportOptions field is set. |
hasSchemaOnly()
public abstract boolean hasSchemaOnly()Export only schemas.
.google.protobuf.BoolValue schema_only = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the schemaOnly field is set. |
hasThreads()
public abstract boolean hasThreads()Optional. The number of threads to use for parallel export.
.google.protobuf.Int32Value threads = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the threads field is set. |