Uses of Class
com.google.cloud.migrationcenter.v1.ImportJobFormat
-
Packages that use ImportJobFormat Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of ImportJobFormat in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return ImportJobFormat Modifier and Type Method Description static ImportJobFormat
ImportJobFormat. forNumber(int value)
ImportJobFormat
ImportDataFile.Builder. getFormat()
Required.ImportJobFormat
ImportDataFile. getFormat()
Required.ImportJobFormat
ImportDataFileOrBuilder. getFormat()
Required.static ImportJobFormat
ImportJobFormat. valueOf(int value)
Deprecated.static ImportJobFormat
ImportJobFormat. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ImportJobFormat
ImportJobFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImportJobFormat[]
ImportJobFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type ImportJobFormat Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ImportJobFormat>
ImportJobFormat. internalGetValueMap()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type ImportJobFormat Modifier and Type Method Description ImportDataFile.Builder
ImportDataFile.Builder. setFormat(ImportJobFormat value)
Required.
-