Uses of Class
com.google.cloud.migrationcenter.v1.ImportJob.ImportJobState
-
Packages that use ImportJob.ImportJobState Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of ImportJob.ImportJobState in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return ImportJob.ImportJobState Modifier and Type Method Description static ImportJob.ImportJobState
ImportJob.ImportJobState. forNumber(int value)
ImportJob.ImportJobState
ImportJob.Builder. getState()
Output only.ImportJob.ImportJobState
ImportJob. getState()
Output only.ImportJob.ImportJobState
ImportJobOrBuilder. getState()
Output only.static ImportJob.ImportJobState
ImportJob.ImportJobState. valueOf(int value)
Deprecated.static ImportJob.ImportJobState
ImportJob.ImportJobState. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ImportJob.ImportJobState
ImportJob.ImportJobState. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImportJob.ImportJobState[]
ImportJob.ImportJobState. 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 ImportJob.ImportJobState Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ImportJob.ImportJobState>
ImportJob.ImportJobState. internalGetValueMap()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type ImportJob.ImportJobState Modifier and Type Method Description ImportJob.Builder
ImportJob.Builder. setState(ImportJob.ImportJobState value)
Output only.
-