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)

Parameters

string $name

Required. The name of the frame to retrieve. Format: proj ects/{project}/locations/{location}/sources/{source}/errorFrames/{error_frame }

array $optParams

Optional parameters.

Return Value

ErrorFrame

Exceptions

Exception

ListErrorFramesResponse listProjectsLocationsSourcesErrorFrames(string $parent, array $optParams = [])

Lists all error frames in a given source and location.

(errorFrames.listProjectsLocationsSourcesErrorFrames)

Parameters

string $parent

Required. Parent value (the source) for ListErrorFramesRequest.

array $optParams

Optional parameters.

Return Value

ListErrorFramesResponse

Exceptions

Exception