Uses of Class
com.google.cloud.migrationcenter.v1.ErrorFrameName
-
Packages that use ErrorFrameName Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of ErrorFrameName in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return ErrorFrameName Modifier and Type Method Description ErrorFrameName
ErrorFrameName.Builder. build()
static ErrorFrameName
ErrorFrameName. of(String project, String location, String source, String errorFrame)
static ErrorFrameName
ErrorFrameName. parse(String formattedString)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type ErrorFrameName Modifier and Type Method Description static List<ErrorFrameName>
ErrorFrameName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.migrationcenter.v1 with parameters of type ErrorFrameName Modifier and Type Method Description ErrorFrame
MigrationCenterClient. getErrorFrame(ErrorFrameName name)
Gets the details of an error frame.Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type ErrorFrameName Modifier and Type Method Description static List<String>
ErrorFrameName. toStringList(List<ErrorFrameName> values)
-