ProjectsLocationsSourcesErrorFrames
class ProjectsLocationsSourcesErrorFrames extends Resource (View source)
The "errorFrames" collection of methods.
Typical usage is:
$migrationcenterService = new Google\Service\MigrationCenterAPI(...);
$errorFrames = $migrationcenterService->projects_locations_sources_errorFrames;
Methods
get(string $name, array $optParams = [])
Gets the details of an error frame. (errorFrames.get)
listProjectsLocationsSourcesErrorFrames(string $parent, array $optParams = [])
Lists all error frames in a given source and location.
Details
ErrorFrame
get(string $name, array $optParams = [])
Gets the details of an error frame. (errorFrames.get)
ListErrorFramesResponse
listProjectsLocationsSourcesErrorFrames(string $parent, array $optParams = [])
Lists all error frames in a given source and location.
(errorFrames.listProjectsLocationsSourcesErrorFrames)