Uses of Class
com.google.cloud.migrationcenter.v1.SourceName
-
Packages that use SourceName Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of SourceName in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return SourceName Modifier and Type Method Description SourceName
SourceName.Builder. build()
static SourceName
SourceName. of(String project, String location, String source)
static SourceName
SourceName. parse(String formattedString)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type SourceName Modifier and Type Method Description static List<SourceName>
SourceName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.migrationcenter.v1 with parameters of type SourceName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
MigrationCenterClient. deleteSourceAsync(SourceName name)
Deletes a source.Source
MigrationCenterClient. getSource(SourceName name)
Gets the details of a source.MigrationCenterClient.ListErrorFramesPagedResponse
MigrationCenterClient. listErrorFrames(SourceName parent)
Lists all error frames in a given source and location.Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type SourceName Modifier and Type Method Description static List<String>
SourceName. toStringList(List<SourceName> values)
-