public static final class ExportClusterRequest.SqlExportOptions extends com.google.protobuf.GeneratedMessageV3 implements ExportClusterRequest.SqlExportOptionsOrBuilder
Options for exporting data in SQL format.Protobuf type
google.cloud.alloydb.v1.ExportClusterRequest.SqlExportOptions| Modifier and Type | Class and Description |
|---|---|
static class |
ExportClusterRequest.SqlExportOptions.Builder
Options for exporting data in SQL format.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CLEAN_TARGET_OBJECTS_FIELD_NUMBER |
static int |
IF_EXIST_TARGET_OBJECTS_FIELD_NUMBER |
static int |
SCHEMA_ONLY_FIELD_NUMBER |
static int |
TABLES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
boolean |
getCleanTargetObjects()
Optional.
|
static ExportClusterRequest.SqlExportOptions |
getDefaultInstance() |
ExportClusterRequest.SqlExportOptions |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getIfExistTargetObjects()
Optional.
|
com.google.protobuf.Parser<ExportClusterRequest.SqlExportOptions> |
getParserForType() |
boolean |
getSchemaOnly()
Optional.
|
int |
getSerializedSize() |
String |
getTables(int index)
Optional.
|
com.google.protobuf.ByteString |
getTablesBytes(int index)
Optional.
|
int |
getTablesCount()
Optional.
|
com.google.protobuf.ProtocolStringList |
getTablesList()
Optional.
|
boolean |
hasCleanTargetObjects()
Optional.
|
int |
hashCode() |
boolean |
hasIfExistTargetObjects()
Optional.
|
boolean |
hasSchemaOnly()
Optional.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ExportClusterRequest.SqlExportOptions.Builder |
newBuilder() |
static ExportClusterRequest.SqlExportOptions.Builder |
newBuilder(ExportClusterRequest.SqlExportOptions prototype) |
ExportClusterRequest.SqlExportOptions.Builder |
newBuilderForType() |
protected ExportClusterRequest.SqlExportOptions.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ExportClusterRequest.SqlExportOptions |
parseDelimitedFrom(InputStream input) |
static ExportClusterRequest.SqlExportOptions |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportClusterRequest.SqlExportOptions |
parseFrom(byte[] data) |
static ExportClusterRequest.SqlExportOptions |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportClusterRequest.SqlExportOptions |
parseFrom(ByteBuffer data) |
static ExportClusterRequest.SqlExportOptions |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportClusterRequest.SqlExportOptions |
parseFrom(com.google.protobuf.ByteString data) |
static ExportClusterRequest.SqlExportOptions |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportClusterRequest.SqlExportOptions |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ExportClusterRequest.SqlExportOptions |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ExportClusterRequest.SqlExportOptions |
parseFrom(InputStream input) |
static ExportClusterRequest.SqlExportOptions |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ExportClusterRequest.SqlExportOptions> |
parser() |
ExportClusterRequest.SqlExportOptions.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int TABLES_FIELD_NUMBER
public static final int SCHEMA_ONLY_FIELD_NUMBER
public static final int CLEAN_TARGET_OBJECTS_FIELD_NUMBER
public static final int IF_EXIST_TARGET_OBJECTS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public com.google.protobuf.ProtocolStringList getTablesList()
Optional. Tables to export from.
repeated string tables = 1 [(.google.api.field_behavior) = OPTIONAL];getTablesList in interface ExportClusterRequest.SqlExportOptionsOrBuilderpublic int getTablesCount()
Optional. Tables to export from.
repeated string tables = 1 [(.google.api.field_behavior) = OPTIONAL];getTablesCount in interface ExportClusterRequest.SqlExportOptionsOrBuilderpublic String getTables(int index)
Optional. Tables to export from.
repeated string tables = 1 [(.google.api.field_behavior) = OPTIONAL];getTables in interface ExportClusterRequest.SqlExportOptionsOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getTablesBytes(int index)
Optional. Tables to export from.
repeated string tables = 1 [(.google.api.field_behavior) = OPTIONAL];getTablesBytes in interface ExportClusterRequest.SqlExportOptionsOrBuilderindex - The index of the value to return.public boolean hasSchemaOnly()
Optional. If true, only export the schema.
optional bool schema_only = 2 [(.google.api.field_behavior) = OPTIONAL];hasSchemaOnly in interface ExportClusterRequest.SqlExportOptionsOrBuilderpublic boolean getSchemaOnly()
Optional. If true, only export the schema.
optional bool schema_only = 2 [(.google.api.field_behavior) = OPTIONAL];getSchemaOnly in interface ExportClusterRequest.SqlExportOptionsOrBuilderpublic boolean hasCleanTargetObjects()
Optional. If true, output commands to DROP all the dumped database objects prior to outputting the commands for creating them.
optional bool clean_target_objects = 3 [(.google.api.field_behavior) = OPTIONAL];
hasCleanTargetObjects in interface ExportClusterRequest.SqlExportOptionsOrBuilderpublic boolean getCleanTargetObjects()
Optional. If true, output commands to DROP all the dumped database objects prior to outputting the commands for creating them.
optional bool clean_target_objects = 3 [(.google.api.field_behavior) = OPTIONAL];
getCleanTargetObjects in interface ExportClusterRequest.SqlExportOptionsOrBuilderpublic boolean hasIfExistTargetObjects()
Optional. If true, use DROP ... IF EXISTS commands to check for the object's existence before dropping it in clean_target_objects mode.
optional bool if_exist_target_objects = 4 [(.google.api.field_behavior) = OPTIONAL];
hasIfExistTargetObjects in interface ExportClusterRequest.SqlExportOptionsOrBuilderpublic boolean getIfExistTargetObjects()
Optional. If true, use DROP ... IF EXISTS commands to check for the object's existence before dropping it in clean_target_objects mode.
optional bool if_exist_target_objects = 4 [(.google.api.field_behavior) = OPTIONAL];
getIfExistTargetObjects in interface ExportClusterRequest.SqlExportOptionsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ExportClusterRequest.SqlExportOptions parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExportClusterRequest.SqlExportOptions parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExportClusterRequest.SqlExportOptions parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExportClusterRequest.SqlExportOptions parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExportClusterRequest.SqlExportOptions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExportClusterRequest.SqlExportOptions parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ExportClusterRequest.SqlExportOptions parseFrom(InputStream input) throws IOException
IOExceptionpublic static ExportClusterRequest.SqlExportOptions parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ExportClusterRequest.SqlExportOptions parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ExportClusterRequest.SqlExportOptions parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ExportClusterRequest.SqlExportOptions parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ExportClusterRequest.SqlExportOptions parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ExportClusterRequest.SqlExportOptions.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ExportClusterRequest.SqlExportOptions.Builder newBuilder()
public static ExportClusterRequest.SqlExportOptions.Builder newBuilder(ExportClusterRequest.SqlExportOptions prototype)
public ExportClusterRequest.SqlExportOptions.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ExportClusterRequest.SqlExportOptions.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ExportClusterRequest.SqlExportOptions getDefaultInstance()
public static com.google.protobuf.Parser<ExportClusterRequest.SqlExportOptions> parser()
public com.google.protobuf.Parser<ExportClusterRequest.SqlExportOptions> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ExportClusterRequest.SqlExportOptions getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.