ProjectsLocationsReportConfigsReports
class ProjectsLocationsReportConfigsReports extends Resource (View source)
The "reports" collection of methods.
Typical usage is:
$migrationcenterService = new Google\Service\MigrationCenterAPI(...);
$reports = $migrationcenterService->projects_locations_reportConfigs_reports;
Methods
listProjectsLocationsReportConfigsReports(string $parent, array $optParams = [])
Lists Reports in a given ReportConfig.
Details
Operation
create(string $parent, Report $postBody, array $optParams = [])
Creates a report. (reports.create)
Operation
delete(string $name, array $optParams = [])
Deletes a Report. (reports.delete)
Report
get(string $name, array $optParams = [])
Gets details of a single Report. (reports.get)
ListReportsResponse
listProjectsLocationsReportConfigsReports(string $parent, array $optParams = [])
Lists Reports in a given ReportConfig.
(reports.listProjectsLocationsReportConfigsReports)