Uses of Class
com.google.cloud.vmmigration.v1.MigrationError
-
Packages that use MigrationError Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of MigrationError in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return MigrationError Modifier and Type Method Description MigrationError
MigrationError.Builder. build()
MigrationError
MigrationError.Builder. buildPartial()
static MigrationError
MigrationError. getDefaultInstance()
MigrationError
MigrationError.Builder. getDefaultInstanceForType()
MigrationError
MigrationError. getDefaultInstanceForType()
static MigrationError
MigrationError. parseDelimitedFrom(InputStream input)
static MigrationError
MigrationError. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MigrationError
MigrationError. parseFrom(byte[] data)
static MigrationError
MigrationError. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MigrationError
MigrationError. parseFrom(com.google.protobuf.ByteString data)
static MigrationError
MigrationError. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MigrationError
MigrationError. parseFrom(com.google.protobuf.CodedInputStream input)
static MigrationError
MigrationError. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MigrationError
MigrationError. parseFrom(InputStream input)
static MigrationError
MigrationError. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static MigrationError
MigrationError. parseFrom(ByteBuffer data)
static MigrationError
MigrationError. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type MigrationError Modifier and Type Method Description com.google.protobuf.Parser<MigrationError>
MigrationError. getParserForType()
static com.google.protobuf.Parser<MigrationError>
MigrationError. parser()
Methods in com.google.cloud.vmmigration.v1 with parameters of type MigrationError Modifier and Type Method Description MigrationError.Builder
MigrationError.Builder. mergeFrom(MigrationError other)
static MigrationError.Builder
MigrationError. newBuilder(MigrationError prototype)
-