ProjectsLocationsDiscoveryClients
class ProjectsLocationsDiscoveryClients extends Resource (View source)
The "discoveryClients" collection of methods.
Typical usage is:
$migrationcenterService = new Google\Service\MigrationCenterAPI(...);
$discoveryClients = $migrationcenterService->projects_locations_discoveryClients;
Methods
Creates a new discovery client. (discoveryClients.create)
Deletes a discovery client. (discoveryClients.delete)
Gets the details of a discovery client. (discoveryClients.get)
Lists all the discovery clients in a given project and location.
Updates a discovery client. (discoveryClients.patch)
Sends a discovery client heartbeat. Healthy clients are expected to send heartbeats regularly (normally every few minutes).
Details
Operation
create(string $parent, DiscoveryClient $postBody, array $optParams = [])
Creates a new discovery client. (discoveryClients.create)
Operation
delete(string $name, array $optParams = [])
Deletes a discovery client. (discoveryClients.delete)
DiscoveryClient
get(string $name, array $optParams = [])
Gets the details of a discovery client. (discoveryClients.get)
ListDiscoveryClientsResponse
listProjectsLocationsDiscoveryClients(string $parent, array $optParams = [])
Lists all the discovery clients in a given project and location.
(discoveryClients.listProjectsLocationsDiscoveryClients)
Operation
patch(string $name, DiscoveryClient $postBody, array $optParams = [])
Updates a discovery client. (discoveryClients.patch)
Operation
sendHeartbeat(string $name, SendDiscoveryClientHeartbeatRequest $postBody, array $optParams = [])
Sends a discovery client heartbeat. Healthy clients are expected to send heartbeats regularly (normally every few minutes).
(discoveryClients.sendHeartbeat)