public static interface ExportContext.SqlBakExportOptionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBakType()
public abstract BakType getBakType()Type of this bak file will be export, FULL or DIFF, SQL Server only
.google.cloud.sql.v1.BakType bak_type = 4;
| Returns | |
|---|---|
| Type | Description |
BakType |
The bakType. |
getBakTypeValue()
public abstract int getBakTypeValue()Type of this bak file will be export, FULL or DIFF, SQL Server only
.google.cloud.sql.v1.BakType bak_type = 4;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for bakType. |
getCopyOnly() (deprecated)
public abstract BoolValue getCopyOnly()Deprecated. google.cloud.sql.v1.ExportContext.SqlBakExportOptions.copy_only is deprecated. See google/cloud/sql/v1/cloud_sql_resources.proto;l=482
Deprecated: copy_only is deprecated. Use differential_base instead
.google.protobuf.BoolValue copy_only = 5 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
BoolValue |
The copyOnly. |
getCopyOnlyOrBuilder() (deprecated)
public abstract BoolValueOrBuilder getCopyOnlyOrBuilder()Deprecated: copy_only is deprecated. Use differential_base instead
.google.protobuf.BoolValue copy_only = 5 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
BoolValueOrBuilder |
|
getDifferentialBase()
public abstract BoolValue getDifferentialBase()Whether or not the backup can be used as a differential base copy_only backup can not be served as differential base
.google.protobuf.BoolValue differential_base = 6;
| Returns | |
|---|---|
| Type | Description |
BoolValue |
The differentialBase. |
getDifferentialBaseOrBuilder()
public abstract BoolValueOrBuilder getDifferentialBaseOrBuilder()Whether or not the backup can be used as a differential base copy_only backup can not be served as differential base
.google.protobuf.BoolValue differential_base = 6;
| Returns | |
|---|---|
| Type | Description |
BoolValueOrBuilder |
|
getExportLogEndTime()
public abstract Timestamp getExportLogEndTime() Optional. The end timestamp when transaction log will be included in the
export operation. RFC 3339 format
(for example, 2023-10-01T16:19:00.094) in UTC. When omitted, all
available logs until current time will be included. Only applied to Cloud
SQL for SQL Server.
.google.protobuf.Timestamp export_log_end_time = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The exportLogEndTime. |
getExportLogEndTimeOrBuilder()
public abstract TimestampOrBuilder getExportLogEndTimeOrBuilder() Optional. The end timestamp when transaction log will be included in the
export operation. RFC 3339 format
(for example, 2023-10-01T16:19:00.094) in UTC. When omitted, all
available logs until current time will be included. Only applied to Cloud
SQL for SQL Server.
.google.protobuf.Timestamp export_log_end_time = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getExportLogStartTime()
public abstract Timestamp getExportLogStartTime() Optional. The begin timestamp when transaction log will be included in
the export operation. RFC 3339
format (for example, 2023-10-01T16:19:00.094) in UTC. When omitted, all
available logs from the beginning of retention period will be included.
Only applied to Cloud SQL for SQL Server.
.google.protobuf.Timestamp export_log_start_time = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The exportLogStartTime. |
getExportLogStartTimeOrBuilder()
public abstract TimestampOrBuilder getExportLogStartTimeOrBuilder() Optional. The begin timestamp when transaction log will be included in
the export operation. RFC 3339
format (for example, 2023-10-01T16:19:00.094) in UTC. When omitted, all
available logs from the beginning of retention period will be included.
Only applied to Cloud SQL for SQL Server.
.google.protobuf.Timestamp export_log_start_time = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getStripeCount()
public abstract Int32Value getStripeCount()Option for specifying how many stripes to use for the export. If blank, and the value of the striped field is true, the number of stripes is automatically chosen.
.google.protobuf.Int32Value stripe_count = 2;
| Returns | |
|---|---|
| Type | Description |
Int32Value |
The stripeCount. |
getStripeCountOrBuilder()
public abstract Int32ValueOrBuilder getStripeCountOrBuilder()Option for specifying how many stripes to use for the export. If blank, and the value of the striped field is true, the number of stripes is automatically chosen.
.google.protobuf.Int32Value stripe_count = 2;
| Returns | |
|---|---|
| Type | Description |
Int32ValueOrBuilder |
|
getStriped()
public abstract BoolValue getStriped()Whether or not the export should be striped.
.google.protobuf.BoolValue striped = 1;
| Returns | |
|---|---|
| Type | Description |
BoolValue |
The striped. |
getStripedOrBuilder()
public abstract BoolValueOrBuilder getStripedOrBuilder()Whether or not the export should be striped.
.google.protobuf.BoolValue striped = 1;
| Returns | |
|---|---|
| Type | Description |
BoolValueOrBuilder |
|
hasCopyOnly() (deprecated)
public abstract boolean hasCopyOnly()Deprecated. google.cloud.sql.v1.ExportContext.SqlBakExportOptions.copy_only is deprecated. See google/cloud/sql/v1/cloud_sql_resources.proto;l=482
Deprecated: copy_only is deprecated. Use differential_base instead
.google.protobuf.BoolValue copy_only = 5 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the copyOnly field is set. |
hasDifferentialBase()
public abstract boolean hasDifferentialBase()Whether or not the backup can be used as a differential base copy_only backup can not be served as differential base
.google.protobuf.BoolValue differential_base = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the differentialBase field is set. |
hasExportLogEndTime()
public abstract boolean hasExportLogEndTime() Optional. The end timestamp when transaction log will be included in the
export operation. RFC 3339 format
(for example, 2023-10-01T16:19:00.094) in UTC. When omitted, all
available logs until current time will be included. Only applied to Cloud
SQL for SQL Server.
.google.protobuf.Timestamp export_log_end_time = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the exportLogEndTime field is set. |
hasExportLogStartTime()
public abstract boolean hasExportLogStartTime() Optional. The begin timestamp when transaction log will be included in
the export operation. RFC 3339
format (for example, 2023-10-01T16:19:00.094) in UTC. When omitted, all
available logs from the beginning of retention period will be included.
Only applied to Cloud SQL for SQL Server.
.google.protobuf.Timestamp export_log_start_time = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the exportLogStartTime field is set. |
hasStripeCount()
public abstract boolean hasStripeCount()Option for specifying how many stripes to use for the export. If blank, and the value of the striped field is true, the number of stripes is automatically chosen.
.google.protobuf.Int32Value stripe_count = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the stripeCount field is set. |
hasStriped()
public abstract boolean hasStriped()Whether or not the export should be striped.
.google.protobuf.BoolValue striped = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the striped field is set. |