[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-11 UTC."],[[["This webpage details the process of creating an SFDC (Salesforce) instance record and storing it in Spanner."],["The creation of an SFDC instance is achieved through a POST request to the specified URL: `https://integrations.googleapis.com/v1/{parent=projects/*/locations/*}/sfdcInstances`, using gRPC Transcoding syntax."],["The `parent` path parameter, in the format `projects/{project}/locations/{location}`, is required to specify the location for the operation."],["The request body requires an instance of `SfdcInstance`, and a successful response returns a newly created instance of `SfdcInstance`."],["Creating an SFDC Instance requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope and the `integrations.sfdcInstances.create` IAM permission."]]],[]]