diff --git a/Tasks/src/V2beta3/HttpTarget.php b/Tasks/src/V2beta3/HttpTarget.php index 5d7469ec6768..7b9584c4564b 100644 --- a/Tasks/src/V2beta3/HttpTarget.php +++ b/Tasks/src/V2beta3/HttpTarget.php @@ -53,7 +53,7 @@ class HttpTarget extends \Google\Protobuf\Internal\Message * `Content-Type` to a media type when the * [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask]. * For example,`Content-Type` can be set to `"application/octet-stream"` or - * `"application/json"`. The default value is set to "application/json"`. + * `"application/json"`. The default value is set to `"application/json"`. * * User-Agent: This will be set to `"Google-Cloud-Tasks"`. * Headers which can have multiple values (according to RFC2616) can be * specified using comma-separated values. @@ -99,7 +99,7 @@ class HttpTarget extends \Google\Protobuf\Internal\Message * `Content-Type` to a media type when the * [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask]. * For example,`Content-Type` can be set to `"application/octet-stream"` or - * `"application/json"`. The default value is set to "application/json"`. + * `"application/json"`. The default value is set to `"application/json"`. * * User-Agent: This will be set to `"Google-Cloud-Tasks"`. * Headers which can have multiple values (according to RFC2616) can be * specified using comma-separated values. @@ -218,7 +218,7 @@ public function setHttpMethod($var) * `Content-Type` to a media type when the * [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask]. * For example,`Content-Type` can be set to `"application/octet-stream"` or - * `"application/json"`. The default value is set to "application/json"`. + * `"application/json"`. The default value is set to `"application/json"`. * * User-Agent: This will be set to `"Google-Cloud-Tasks"`. * Headers which can have multiple values (according to RFC2616) can be * specified using comma-separated values. @@ -252,7 +252,7 @@ public function getHeaderOverrides() * `Content-Type` to a media type when the * [task is created][google.cloud.tasks.v2beta3.CloudTasks.CreateTask]. * For example,`Content-Type` can be set to `"application/octet-stream"` or - * `"application/json"`. The default value is set to "application/json"`. + * `"application/json"`. The default value is set to `"application/json"`. * * User-Agent: This will be set to `"Google-Cloud-Tasks"`. * Headers which can have multiple values (according to RFC2616) can be * specified using comma-separated values.