Interface ImportContext.SqlImportOptions.PostgresImportOptionsOrBuilder (0.1.0)

public static interface ImportContext.SqlImportOptions.PostgresImportOptionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getClean()

public abstract BoolValue getClean()

Optional. The --clean flag for the pg_restore utility. This flag applies only if you enabled Cloud SQL to import files in parallel.

.google.protobuf.BoolValue clean = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
BoolValue

The clean.

getCleanOrBuilder()

public abstract BoolValueOrBuilder getCleanOrBuilder()

Optional. The --clean flag for the pg_restore utility. This flag applies only if you enabled Cloud SQL to import files in parallel.

.google.protobuf.BoolValue clean = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
BoolValueOrBuilder

getIfExists()

public abstract BoolValue getIfExists()

Optional. The --if-exists flag for the pg_restore utility. This flag applies only if you enabled Cloud SQL to import files in parallel.

.google.protobuf.BoolValue if_exists = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
BoolValue

The ifExists.

getIfExistsOrBuilder()

public abstract BoolValueOrBuilder getIfExistsOrBuilder()

Optional. The --if-exists flag for the pg_restore utility. This flag applies only if you enabled Cloud SQL to import files in parallel.

.google.protobuf.BoolValue if_exists = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
BoolValueOrBuilder

hasClean()

public abstract boolean hasClean()

Optional. The --clean flag for the pg_restore utility. This flag applies only if you enabled Cloud SQL to import files in parallel.

.google.protobuf.BoolValue clean = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the clean field is set.

hasIfExists()

public abstract boolean hasIfExists()

Optional. The --if-exists flag for the pg_restore utility. This flag applies only if you enabled Cloud SQL to import files in parallel.

.google.protobuf.BoolValue if_exists = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the ifExists field is set.