ProjectsLocationsReportConfigs
class ProjectsLocationsReportConfigs extends Resource (View source)
The "reportConfigs" collection of methods.
Typical usage is:
$migrationcenterService = new Google\Service\MigrationCenterAPI(...);
$reportConfigs = $migrationcenterService->projects_locations_reportConfigs;
Methods
create(string $parent, ReportConfig $postBody, array $optParams = [])
Creates a report configuration. (reportConfigs.create)
delete(string $name, array $optParams = [])
Deletes a ReportConfig. (reportConfigs.delete)
get(string $name, array $optParams = [])
Gets details of a single ReportConfig. (reportConfigs.get)
listProjectsLocationsReportConfigs(string $parent, array $optParams = [])
Lists ReportConfigs in a given project and location.
Details
Operation
create(string $parent, ReportConfig $postBody, array $optParams = [])
Creates a report configuration. (reportConfigs.create)
Operation
delete(string $name, array $optParams = [])
Deletes a ReportConfig. (reportConfigs.delete)
ReportConfig
get(string $name, array $optParams = [])
Gets details of a single ReportConfig. (reportConfigs.get)
ListReportConfigsResponse
listProjectsLocationsReportConfigs(string $parent, array $optParams = [])
Lists ReportConfigs in a given project and location.
(reportConfigs.listProjectsLocationsReportConfigs)