| Modifier and Type | Method and Description |
|---|---|
static DatabaseDumpSpec.Type |
DatabaseDumpSpec.Type.forNumber(int value) |
DatabaseDumpSpec.Type |
MetadataExport.getDatabaseDumpType()
Output only.
|
DatabaseDumpSpec.Type |
MetadataExport.Builder.getDatabaseDumpType()
Output only.
|
DatabaseDumpSpec.Type |
ExportMetadataRequestOrBuilder.getDatabaseDumpType()
Optional.
|
DatabaseDumpSpec.Type |
ExportMetadataRequest.getDatabaseDumpType()
Optional.
|
DatabaseDumpSpec.Type |
ExportMetadataRequest.Builder.getDatabaseDumpType()
Optional.
|
DatabaseDumpSpec.Type |
MetadataExportOrBuilder.getDatabaseDumpType()
Output only.
|
DatabaseDumpSpec.Type |
MetadataImport.DatabaseDumpOrBuilder.getType()
Optional.
|
DatabaseDumpSpec.Type |
MetadataImport.DatabaseDump.getType()
Optional.
|
DatabaseDumpSpec.Type |
MetadataImport.DatabaseDump.Builder.getType()
Optional.
|
static DatabaseDumpSpec.Type |
DatabaseDumpSpec.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DatabaseDumpSpec.Type |
DatabaseDumpSpec.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DatabaseDumpSpec.Type |
DatabaseDumpSpec.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseDumpSpec.Type[] |
DatabaseDumpSpec.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<DatabaseDumpSpec.Type> |
DatabaseDumpSpec.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
MetadataExport.Builder |
MetadataExport.Builder.setDatabaseDumpType(DatabaseDumpSpec.Type value)
Output only.
|
ExportMetadataRequest.Builder |
ExportMetadataRequest.Builder.setDatabaseDumpType(DatabaseDumpSpec.Type value)
Optional.
|
MetadataImport.DatabaseDump.Builder |
MetadataImport.DatabaseDump.Builder.setType(DatabaseDumpSpec.Type value)
Optional.
|
Copyright © 2024 Google LLC. All rights reserved.