ProjectsLocationsRegistries
class ProjectsLocationsRegistries extends Resource (View source)
The "registries" collection of methods.
Typical usage is:
$cloudiotService = new Google\Service\CloudIot(...);
$registries = $cloudiotService->projects_locations_registries;
Methods
Associates the device with the gateway. (registries.bindDeviceToGateway)
Creates a device registry that contains devices. (registries.create)
Deletes a device registry configuration. (registries.delete)
Gets a device registry configuration. (registries.get)
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. (registries.getIamPolicy)
Lists device registries. (registries.listProjectsLocationsRegistries)
Updates a device registry configuration. (registries.patch)
Sets the access control policy on the specified resource. Replaces any existing policy. (registries.setIamPolicy)
Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. (registries.testIamPermissions)
Deletes the association between the device and the gateway.
Details
BindDeviceToGatewayResponse
bindDeviceToGateway(string $parent, BindDeviceToGatewayRequest $postBody, array $optParams = [])
Associates the device with the gateway. (registries.bindDeviceToGateway)
DeviceRegistry
create(string $parent, DeviceRegistry $postBody, array $optParams = [])
Creates a device registry that contains devices. (registries.create)
CloudiotEmpty
delete(string $name, array $optParams = [])
Deletes a device registry configuration. (registries.delete)
DeviceRegistry
get(string $name, array $optParams = [])
Gets a device registry configuration. (registries.get)
Policy
getIamPolicy(string $resource, GetIamPolicyRequest $postBody, array $optParams = [])
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. (registries.getIamPolicy)
ListDeviceRegistriesResponse
listProjectsLocationsRegistries(string $parent, array $optParams = [])
Lists device registries. (registries.listProjectsLocationsRegistries)
DeviceRegistry
patch(string $name, DeviceRegistry $postBody, array $optParams = [])
Updates a device registry configuration. (registries.patch)
Policy
setIamPolicy(string $resource, SetIamPolicyRequest $postBody, array $optParams = [])
Sets the access control policy on the specified resource. Replaces any existing policy. (registries.setIamPolicy)
TestIamPermissionsResponse
testIamPermissions(string $resource, TestIamPermissionsRequest $postBody, array $optParams = [])
Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error. (registries.testIamPermissions)
UnbindDeviceFromGatewayResponse
unbindDeviceFromGateway(string $parent, UnbindDeviceFromGatewayRequest $postBody, array $optParams = [])
Deletes the association between the device and the gateway.
(registries.unbindDeviceFromGateway)