StackOverflow Latest Questions

Saralyn
  • 0
  • 0

We are creating tasks using the following code with the SDK: use Google\Cloud\Tasks\V2\Client\CloudTasksClient; use Google\Cloud\Tasks\V2\HttpMethod; use Google\Cloud\Tasks\V2\HttpRequest; use Google\Cloud\Tasks\V2\OidcToken; use Google\Cloud\Tasks\V2\Task; ... $client = new CloudTasksClient(); $parent = $client->queueName(self::PROJECTE, self::REGIO, $this->cua); $httpRequest = new ...