run
public Script.Scripts.Run run(String scriptId,
ExecutionRequest content)
throws IOException
Create a request for the method "scripts.run".
This request holds the parameters needed by the script server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
scriptId
- The script ID of the script to be executed. Find the script ID on the **Project settings** page
under "IDs." As multiple executable APIs can be deployed in new IDE for same script, this
field should be populated with DeploymentID generated while deploying in new IDE instead
of script ID.
content
- the ExecutionRequest
- Returns:
- the request
- Throws:
IOException