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.ErrorCodeMigrationError.ErrorCode. forNumber(int value)MigrationError.ErrorCodeMigrationError.Builder. getCode()Output only.MigrationError.ErrorCodeMigrationError. getCode()Output only.MigrationError.ErrorCodeMigrationErrorOrBuilder. getCode()Output only.static MigrationError.ErrorCodeMigrationError.ErrorCode. valueOf(int value)Deprecated.static MigrationError.ErrorCodeMigrationError.ErrorCode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static MigrationError.ErrorCodeMigrationError.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.BuilderMigrationError.Builder. setCode(MigrationError.ErrorCode value)Output only.
-