public static final class ImportContext.SqlBakImportOptions extends GeneratedMessage implements ImportContext.SqlBakImportOptionsOrBuilder
Protobuf type google.cloud.sql.v1beta4.ImportContext.SqlBakImportOptions
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
Static Fields
BAK_TYPE_FIELD_NUMBER
public static final int BAK_TYPE_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
ENCRYPTION_OPTIONS_FIELD_NUMBER
public static final int ENCRYPTION_OPTIONS_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
NO_RECOVERY_FIELD_NUMBER
public static final int NO_RECOVERY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
RECOVERY_ONLY_FIELD_NUMBER
public static final int RECOVERY_ONLY_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
STOP_AT_FIELD_NUMBER
public static final int STOP_AT_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
STOP_AT_MARK_FIELD_NUMBER
public static final int STOP_AT_MARK_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
STRIPED_FIELD_NUMBER
public static final int STRIPED_FIELD_NUMBER
| Field Value |
| Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ImportContext.SqlBakImportOptions getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ImportContext.SqlBakImportOptions.Builder newBuilder()
newBuilder(ImportContext.SqlBakImportOptions prototype)
public static ImportContext.SqlBakImportOptions.Builder newBuilder(ImportContext.SqlBakImportOptions prototype)
parseDelimitedFrom(InputStream input)
public static ImportContext.SqlBakImportOptions parseDelimitedFrom(InputStream input)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ImportContext.SqlBakImportOptions parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ImportContext.SqlBakImportOptions parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ImportContext.SqlBakImportOptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ImportContext.SqlBakImportOptions parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ImportContext.SqlBakImportOptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
parseFrom(CodedInputStream input)
public static ImportContext.SqlBakImportOptions parseFrom(CodedInputStream input)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ImportContext.SqlBakImportOptions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(InputStream input)
public static ImportContext.SqlBakImportOptions parseFrom(InputStream input)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ImportContext.SqlBakImportOptions parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ImportContext.SqlBakImportOptions parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ImportContext.SqlBakImportOptions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ImportContext.SqlBakImportOptions> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
Overrides
getBakType()
public BakType getBakType()
Type of the bak content, FULL or DIFF.
.google.cloud.sql.v1beta4.BakType bak_type = 6;
| Returns |
| Type |
Description |
BakType |
The bakType.
|
getBakTypeValue()
public int getBakTypeValue()
Type of the bak content, FULL or DIFF.
.google.cloud.sql.v1beta4.BakType bak_type = 6;
| Returns |
| Type |
Description |
int |
The enum numeric value on the wire for bakType.
|
getDefaultInstanceForType()
public ImportContext.SqlBakImportOptions getDefaultInstanceForType()
getEncryptionOptions()
public ImportContext.SqlBakImportOptions.EncryptionOptions getEncryptionOptions()
.google.cloud.sql.v1beta4.ImportContext.SqlBakImportOptions.EncryptionOptions encryption_options = 1;
getEncryptionOptionsOrBuilder()
public ImportContext.SqlBakImportOptions.EncryptionOptionsOrBuilder getEncryptionOptionsOrBuilder()
.google.cloud.sql.v1beta4.ImportContext.SqlBakImportOptions.EncryptionOptions encryption_options = 1;
getNoRecovery()
public BoolValue getNoRecovery()
Whether or not the backup importing will restore database
with NORECOVERY option.
Applies only to Cloud SQL for SQL Server.
.google.protobuf.BoolValue no_recovery = 4;
| Returns |
| Type |
Description |
BoolValue |
The noRecovery.
|
getNoRecoveryOrBuilder()
public BoolValueOrBuilder getNoRecoveryOrBuilder()
Whether or not the backup importing will restore database
with NORECOVERY option.
Applies only to Cloud SQL for SQL Server.
.google.protobuf.BoolValue no_recovery = 4;
getParserForType()
public Parser<ImportContext.SqlBakImportOptions> getParserForType()
Overrides
getRecoveryOnly()
public BoolValue getRecoveryOnly()
Whether or not the backup importing request will just bring database
online without downloading Bak content only one of "no_recovery" and
"recovery_only" can be true otherwise error will return. Applies only to
Cloud SQL for SQL Server.
.google.protobuf.BoolValue recovery_only = 5;
| Returns |
| Type |
Description |
BoolValue |
The recoveryOnly.
|
getRecoveryOnlyOrBuilder()
public BoolValueOrBuilder getRecoveryOnlyOrBuilder()
Whether or not the backup importing request will just bring database
online without downloading Bak content only one of "no_recovery" and
"recovery_only" can be true otherwise error will return. Applies only to
Cloud SQL for SQL Server.
.google.protobuf.BoolValue recovery_only = 5;
getSerializedSize()
public int getSerializedSize()
| Returns |
| Type |
Description |
int |
|
Overrides
getStopAt()
public Timestamp getStopAt()
Optional. The timestamp when the import should stop. This timestamp is in
the RFC 3339 format (for example,
2023-10-01T16:19:00.094). This field is equivalent to the STOPAT
keyword and applies to Cloud SQL for SQL Server only.
.google.protobuf.Timestamp stop_at = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
Timestamp |
The stopAt.
|
getStopAtMark()
public String getStopAtMark()
Optional. The marked transaction where the import should stop. This field
is equivalent to the STOPATMARK keyword and applies to Cloud SQL for SQL
Server only.
string stop_at_mark = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
String |
The stopAtMark.
|
getStopAtMarkBytes()
public ByteString getStopAtMarkBytes()
Optional. The marked transaction where the import should stop. This field
is equivalent to the STOPATMARK keyword and applies to Cloud SQL for SQL
Server only.
string stop_at_mark = 8 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
ByteString |
The bytes for stopAtMark.
|
getStopAtOrBuilder()
public TimestampOrBuilder getStopAtOrBuilder()
Optional. The timestamp when the import should stop. This timestamp is in
the RFC 3339 format (for example,
2023-10-01T16:19:00.094). This field is equivalent to the STOPAT
keyword and applies to Cloud SQL for SQL Server only.
.google.protobuf.Timestamp stop_at = 7 [(.google.api.field_behavior) = OPTIONAL];
getStriped()
public BoolValue getStriped()
Whether or not the backup set being restored is striped.
Applies only to Cloud SQL for SQL Server.
.google.protobuf.BoolValue striped = 2;
| Returns |
| Type |
Description |
BoolValue |
The striped.
|
getStripedOrBuilder()
public BoolValueOrBuilder getStripedOrBuilder()
Whether or not the backup set being restored is striped.
Applies only to Cloud SQL for SQL Server.
.google.protobuf.BoolValue striped = 2;
hasEncryptionOptions()
public boolean hasEncryptionOptions()
.google.cloud.sql.v1beta4.ImportContext.SqlBakImportOptions.EncryptionOptions encryption_options = 1;
| Returns |
| Type |
Description |
boolean |
Whether the encryptionOptions field is set.
|
hasNoRecovery()
public boolean hasNoRecovery()
Whether or not the backup importing will restore database
with NORECOVERY option.
Applies only to Cloud SQL for SQL Server.
.google.protobuf.BoolValue no_recovery = 4;
| Returns |
| Type |
Description |
boolean |
Whether the noRecovery field is set.
|
hasRecoveryOnly()
public boolean hasRecoveryOnly()
Whether or not the backup importing request will just bring database
online without downloading Bak content only one of "no_recovery" and
"recovery_only" can be true otherwise error will return. Applies only to
Cloud SQL for SQL Server.
.google.protobuf.BoolValue recovery_only = 5;
| Returns |
| Type |
Description |
boolean |
Whether the recoveryOnly field is set.
|
hasStopAt()
public boolean hasStopAt()
Optional. The timestamp when the import should stop. This timestamp is in
the RFC 3339 format (for example,
2023-10-01T16:19:00.094). This field is equivalent to the STOPAT
keyword and applies to Cloud SQL for SQL Server only.
.google.protobuf.Timestamp stop_at = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns |
| Type |
Description |
boolean |
Whether the stopAt field is set.
|
hasStriped()
public boolean hasStriped()
Whether or not the backup set being restored is striped.
Applies only to Cloud SQL for SQL Server.
.google.protobuf.BoolValue striped = 2;
| Returns |
| Type |
Description |
boolean |
Whether the striped field is set.
|
hashCode()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ImportContext.SqlBakImportOptions.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ImportContext.SqlBakImportOptions.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public ImportContext.SqlBakImportOptions.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides