public static interface MigrationJob.DumpFlagsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
MigrationJob.DumpFlag |
getDumpFlags(int index)
The flags for the initial dump.
|
int |
getDumpFlagsCount()
The flags for the initial dump.
|
List<MigrationJob.DumpFlag> |
getDumpFlagsList()
The flags for the initial dump.
|
MigrationJob.DumpFlagOrBuilder |
getDumpFlagsOrBuilder(int index)
The flags for the initial dump.
|
List<? extends MigrationJob.DumpFlagOrBuilder> |
getDumpFlagsOrBuilderList()
The flags for the initial dump.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<MigrationJob.DumpFlag> getDumpFlagsList()
The flags for the initial dump.
repeated .google.cloud.clouddms.v1.MigrationJob.DumpFlag dump_flags = 1;MigrationJob.DumpFlag getDumpFlags(int index)
The flags for the initial dump.
repeated .google.cloud.clouddms.v1.MigrationJob.DumpFlag dump_flags = 1;int getDumpFlagsCount()
The flags for the initial dump.
repeated .google.cloud.clouddms.v1.MigrationJob.DumpFlag dump_flags = 1;List<? extends MigrationJob.DumpFlagOrBuilder> getDumpFlagsOrBuilderList()
The flags for the initial dump.
repeated .google.cloud.clouddms.v1.MigrationJob.DumpFlag dump_flags = 1;MigrationJob.DumpFlagOrBuilder getDumpFlagsOrBuilder(int index)
The flags for the initial dump.
repeated .google.cloud.clouddms.v1.MigrationJob.DumpFlag dump_flags = 1;Copyright © 2024 Google LLC. All rights reserved.