ProjectsLocationsRegistriesDevicesConfigVersions
class ProjectsLocationsRegistriesDevicesConfigVersions extends Resource (View source)
The "configVersions" collection of methods.
Typical usage is:
$cloudiotService = new Google\Service\CloudIot(...);
$configVersions = $cloudiotService->projects_locations_registries_devices_configVersions;
Methods
listProjectsLocationsRegistriesDevicesConfigVersions(string $name, array $optParams = [])
Lists the last few versions of the device configuration in descending order (i.e.: newest first).
Details
ListDeviceConfigVersionsResponse
listProjectsLocationsRegistriesDevicesConfigVersions(string $name, array $optParams = [])
Lists the last few versions of the device configuration in descending order (i.e.: newest first).
(configVersions.listProjectsLocationsRegistriesDevicesConfigVersions)