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