ProjectsLocationsConnectionProfiles
class ProjectsLocationsConnectionProfiles extends Resource (View source)
The "connectionProfiles" collection of methods.
Typical usage is:
$datastreamService = new Google\Service\Datastream(...);
$connectionProfiles = $datastreamService->projects_locations_connectionProfiles;
Methods
Use this method to create a connection profile in a project and location.
Use this method to delete a connection profile. (connectionProfiles.delete)
Use this method to discover a connection profile. The discover API call exposes the data objects and metadata belonging to the profile. Typically, a request returns children data objects of a parent data object that's optionally supplied in the request. (connectionProfiles.discover)
Use this method to get details about a connection profile.
Use this method to list connection profiles created in a project and location. (connectionProfiles.listProjectsLocationsConnectionProfiles)
Use this method to update the parameters of a connection profile.
Details
Operation
create(string $parent, ConnectionProfile $postBody, array $optParams = [])
Use this method to create a connection profile in a project and location.
(connectionProfiles.create)
Operation
delete(string $name, array $optParams = [])
Use this method to delete a connection profile. (connectionProfiles.delete)
DiscoverConnectionProfileResponse
discover(string $parent, DiscoverConnectionProfileRequest $postBody, array $optParams = [])
Use this method to discover a connection profile. The discover API call exposes the data objects and metadata belonging to the profile. Typically, a request returns children data objects of a parent data object that's optionally supplied in the request. (connectionProfiles.discover)
ConnectionProfile
get(string $name, array $optParams = [])
Use this method to get details about a connection profile.
(connectionProfiles.get)
ListConnectionProfilesResponse
listProjectsLocationsConnectionProfiles(string $parent, array $optParams = [])
Use this method to list connection profiles created in a project and location. (connectionProfiles.listProjectsLocationsConnectionProfiles)
Operation
patch(string $name, ConnectionProfile $postBody, array $optParams = [])
Use this method to update the parameters of a connection profile.
(connectionProfiles.patch)