ProjectsLocationsSfdcInstancesSfdcChannels
class ProjectsLocationsSfdcInstancesSfdcChannels extends Resource (View source)
The "sfdcChannels" collection of methods.
Typical usage is:
$integrationsService = new Google\Service\Integrations(...);
$sfdcChannels = $integrationsService->projects_locations_sfdcInstances_sfdcChannels;
Methods
Creates an sfdc channel record. Store the sfdc channel in Spanner. Returns the sfdc channel. (sfdcChannels.create)
Deletes an sfdc channel. (sfdcChannels.delete)
Gets an sfdc channel. If the channel doesn't exist, Code.NOT_FOUND exception will be thrown. (sfdcChannels.get)
Lists all sfdc channels that match the filter. Restrict to sfdc channels belonging to the current client only.
Updates an sfdc channel. Updates the sfdc channel in spanner. Returns the sfdc channel. (sfdcChannels.patch)
Details
GoogleCloudIntegrationsV1alphaSfdcChannel
create(string $parent, GoogleCloudIntegrationsV1alphaSfdcChannel $postBody, array $optParams = [])
Creates an sfdc channel record. Store the sfdc channel in Spanner. Returns the sfdc channel. (sfdcChannels.create)
GoogleProtobufEmpty
delete(string $name, array $optParams = [])
Deletes an sfdc channel. (sfdcChannels.delete)
GoogleCloudIntegrationsV1alphaSfdcChannel
get(string $name, array $optParams = [])
Gets an sfdc channel. If the channel doesn't exist, Code.NOT_FOUND exception will be thrown. (sfdcChannels.get)
GoogleCloudIntegrationsV1alphaListSfdcChannelsResponse
listProjectsLocationsSfdcInstancesSfdcChannels(string $parent, array $optParams = [])
Lists all sfdc channels that match the filter. Restrict to sfdc channels belonging to the current client only.
(sfdcChannels.listProjectsLocationsSfdcInstancesSfdcChannels)
GoogleCloudIntegrationsV1alphaSfdcChannel
patch(string $name, GoogleCloudIntegrationsV1alphaSfdcChannel $postBody, array $optParams = [])
Updates an sfdc channel. Updates the sfdc channel in spanner. Returns the sfdc channel. (sfdcChannels.patch)