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