public static interface ExportClusterRequest.SqlExportOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCleanTargetObjects()
Optional.
|
boolean |
getIfExistTargetObjects()
Optional.
|
boolean |
getSchemaOnly()
Optional.
|
String |
getTables(int index)
Optional.
|
com.google.protobuf.ByteString |
getTablesBytes(int index)
Optional.
|
int |
getTablesCount()
Optional.
|
List<String> |
getTablesList()
Optional.
|
boolean |
hasCleanTargetObjects()
Optional.
|
boolean |
hasIfExistTargetObjects()
Optional.
|
boolean |
hasSchemaOnly()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getTablesList()
Optional. Tables to export from.
repeated string tables = 1 [(.google.api.field_behavior) = OPTIONAL];int getTablesCount()
Optional. Tables to export from.
repeated string tables = 1 [(.google.api.field_behavior) = OPTIONAL];String getTables(int index)
Optional. Tables to export from.
repeated string tables = 1 [(.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.com.google.protobuf.ByteString getTablesBytes(int index)
Optional. Tables to export from.
repeated string tables = 1 [(.google.api.field_behavior) = OPTIONAL];index - The index of the value to return.boolean hasSchemaOnly()
Optional. If true, only export the schema.
optional bool schema_only = 2 [(.google.api.field_behavior) = OPTIONAL];boolean getSchemaOnly()
Optional. If true, only export the schema.
optional bool schema_only = 2 [(.google.api.field_behavior) = OPTIONAL];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];
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];
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];
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];
Copyright © 2025 Google LLC. All rights reserved.