diff --git a/google-api-grpc/grpc-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CloudTasksGrpc.java b/google-api-grpc/grpc-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CloudTasksGrpc.java index 2f5ba55a4366..634b2ac93d5b 100644 --- a/google-api-grpc/grpc-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CloudTasksGrpc.java +++ b/google-api-grpc/grpc-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CloudTasksGrpc.java @@ -1133,13 +1133,14 @@ public void getQueue( *
      * Creates a queue.
      * Queues created with this method allow tasks to live for a maximum of 31
-     * days. After a task is 31 days old, the task will be deleted regardless of whether
-     * it was dispatched or not.
+     * days. After a task is 31 days old, the task will be deleted regardless of
+     * whether it was dispatched or not.
      * WARNING: Using this method may have unintended side effects if you are
      * using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
      * Read
-     * [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
-     * before using this method.
+     * [Overview of Queue Management and
+     * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
+     * this method.
      * 
*/ public void createQueue( @@ -1156,13 +1157,14 @@ public void createQueue( * This method creates the queue if it does not exist and updates * the queue if it does exist. * Queues created with this method allow tasks to live for a maximum of 31 - * days. After a task is 31 days old, the task will be deleted regardless of whether - * it was dispatched or not. + * days. After a task is 31 days old, the task will be deleted regardless of + * whether it was dispatched or not. * WARNING: Using this method may have unintended side effects if you are * using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. * Read - * [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) - * before using this method. + * [Overview of Queue Management and + * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using + * this method. * */ public void updateQueue( @@ -1182,8 +1184,9 @@ public void updateQueue( * WARNING: Using this method may have unintended side effects if you are * using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. * Read - * [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) - * before using this method. + * [Overview of Queue Management and + * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using + * this method. * */ public void deleteQueue( @@ -1215,9 +1218,10 @@ public void purgeQueue( * Pauses the queue. * If a queue is paused then the system will stop dispatching tasks * until the queue is resumed via - * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue]. Tasks can still be added - * when the queue is paused. A queue is paused if its - * [state][google.cloud.tasks.v2beta2.Queue.state] is [PAUSED][google.cloud.tasks.v2beta2.Queue.State.PAUSED]. + * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue]. Tasks can + * still be added when the queue is paused. A queue is paused if its + * [state][google.cloud.tasks.v2beta2.Queue.state] is + * [PAUSED][google.cloud.tasks.v2beta2.Queue.State.PAUSED]. * */ public void pauseQueue( @@ -1233,13 +1237,16 @@ public void pauseQueue( * Resume a queue. * This method resumes a queue after it has been * [PAUSED][google.cloud.tasks.v2beta2.Queue.State.PAUSED] or - * [DISABLED][google.cloud.tasks.v2beta2.Queue.State.DISABLED]. The state of a queue is stored - * in the queue's [state][google.cloud.tasks.v2beta2.Queue.state]; after calling this method it - * will be set to [RUNNING][google.cloud.tasks.v2beta2.Queue.State.RUNNING]. + * [DISABLED][google.cloud.tasks.v2beta2.Queue.State.DISABLED]. The state of a + * queue is stored in the queue's + * [state][google.cloud.tasks.v2beta2.Queue.state]; after calling this method + * it will be set to + * [RUNNING][google.cloud.tasks.v2beta2.Queue.State.RUNNING]. * WARNING: Resuming many high-QPS queues at the same time can * lead to target overloading. If you are resuming high-QPS * queues, follow the 500/50/5 pattern described in - * [Managing Cloud Tasks Scaling Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling). + * [Managing Cloud Tasks Scaling + * Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling). * */ public void resumeQueue( @@ -1252,9 +1259,9 @@ public void resumeQueue( * * *
-     * Gets the access control policy for a [Queue][google.cloud.tasks.v2beta2.Queue].
-     * Returns an empty policy if the resource exists and does not have a policy
-     * set.
+     * Gets the access control policy for a
+     * [Queue][google.cloud.tasks.v2beta2.Queue]. Returns an empty policy if the
+     * resource exists and does not have a policy set.
      * Authorization requires the following
      * [Google IAM](https://cloud.google.com/iam) permission on the specified
      * resource parent:
@@ -1271,8 +1278,8 @@ public void getIamPolicy(
      *
      *
      * 
-     * Sets the access control policy for a [Queue][google.cloud.tasks.v2beta2.Queue]. Replaces any existing
-     * policy.
+     * Sets the access control policy for a
+     * [Queue][google.cloud.tasks.v2beta2.Queue]. Replaces any existing policy.
      * Note: The Cloud Console does not check queue-level IAM permissions yet.
      * Project-level permissions are required to use the Cloud Console.
      * Authorization requires the following
@@ -1291,9 +1298,10 @@ public void setIamPolicy(
      *
      *
      * 
-     * Returns permissions that a caller has on a [Queue][google.cloud.tasks.v2beta2.Queue].
-     * If the resource does not exist, this will return an empty set of
-     * permissions, not a [NOT_FOUND][google.rpc.Code.NOT_FOUND] error.
+     * Returns permissions that a caller has on a
+     * [Queue][google.cloud.tasks.v2beta2.Queue]. If the resource does not exist,
+     * this will return an empty set of permissions, not a
+     * [NOT_FOUND][google.rpc.Code.NOT_FOUND] error.
      * Note: This operation is designed to be used for building permission-aware
      * UIs and command-line tools, not for authorization checking. This operation
      * may "fail open" without warning.
@@ -1311,10 +1319,10 @@ public void testIamPermissions(
      *
      * 
      * Lists the tasks in a queue.
-     * By default, only the [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC] view is retrieved
-     * due to performance considerations;
-     * [response_view][google.cloud.tasks.v2beta2.ListTasksRequest.response_view] controls the
-     * subset of information which is returned.
+     * By default, only the [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]
+     * view is retrieved due to performance considerations;
+     * [response_view][google.cloud.tasks.v2beta2.ListTasksRequest.response_view]
+     * controls the subset of information which is returned.
      * The tasks may be returned in any order. The ordering may change at any
      * time.
      * 
@@ -1345,9 +1353,11 @@ public void getTask( *
      * Creates a task and adds it to a queue.
      * Tasks cannot be updated after creation; there is no UpdateTask command.
-     * * For [App Engine queues][google.cloud.tasks.v2beta2.AppEngineHttpTarget], the maximum task size is
+     * * For [App Engine queues][google.cloud.tasks.v2beta2.AppEngineHttpTarget],
+     * the maximum task size is
      *   100KB.
-     * * For [pull queues][google.cloud.tasks.v2beta2.PullTarget], the maximum task size is 1MB.
+     * * For [pull queues][google.cloud.tasks.v2beta2.PullTarget], the maximum
+     * task size is 1MB.
      * 
*/ public void createTask( @@ -1380,16 +1390,17 @@ public void deleteTask( * [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. * This method is invoked by the worker to obtain a lease. The * worker must acknowledge the task via - * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask] after they have - * performed the work associated with the task. - * The [payload][google.cloud.tasks.v2beta2.PullMessage.payload] is intended to store data that - * the worker needs to perform the work associated with the task. To - * return the payloads in the [response][google.cloud.tasks.v2beta2.LeaseTasksResponse], set - * [response_view][google.cloud.tasks.v2beta2.LeaseTasksRequest.response_view] to - * [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]. - * A maximum of 10 qps of [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] - * requests are allowed per - * queue. [RESOURCE_EXHAUSTED][google.rpc.Code.RESOURCE_EXHAUSTED] + * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask] + * after they have performed the work associated with the task. + * The [payload][google.cloud.tasks.v2beta2.PullMessage.payload] is intended + * to store data that the worker needs to perform the work associated with the + * task. To return the payloads in the + * [response][google.cloud.tasks.v2beta2.LeaseTasksResponse], set + * [response_view][google.cloud.tasks.v2beta2.LeaseTasksRequest.response_view] + * to [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]. + * A maximum of 10 qps of + * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] requests are + * allowed per queue. [RESOURCE_EXHAUSTED][google.rpc.Code.RESOURCE_EXHAUSTED] * is returned when this limit is * exceeded. [RESOURCE_EXHAUSTED][google.rpc.Code.RESOURCE_EXHAUSTED] * is also returned when @@ -1410,11 +1421,12 @@ public void leaseTasks( *
      * Acknowledges a pull task.
      * The worker, that is, the entity that
-     * [leased][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] this task must call this method
-     * to indicate that the work associated with the task has finished.
+     * [leased][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] this task must
+     * call this method to indicate that the work associated with the task has
+     * finished.
      * The worker must acknowledge a task within the
-     * [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration] or the lease
-     * will expire and the task will become available to be leased
+     * [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]
+     * or the lease will expire and the task will become available to be leased
      * again. After the task is acknowledged, it will not be returned
      * by a later [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks],
      * [GetTask][google.cloud.tasks.v2beta2.CloudTasks.GetTask], or
@@ -1434,7 +1446,8 @@ public void acknowledgeTask(
      * Renew the current lease of a pull task.
      * The worker can use this method to extend the lease by a new
      * duration, starting from now. The new task lease will be
-     * returned in the task's [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time].
+     * returned in the task's
+     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time].
      * 
*/ public void renewLease( @@ -1449,9 +1462,9 @@ public void renewLease( *
      * Cancel a pull task's lease.
      * The worker can use this method to cancel a task's lease by
-     * setting its [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] to now. This will
-     * make the task available to be leased to the next caller of
-     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks].
+     * setting its [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time]
+     * to now. This will make the task available to be leased to the next caller
+     * of [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks].
      * 
*/ public void cancelLease( @@ -1466,25 +1479,28 @@ public void cancelLease( *
      * Forces a task to run now.
      * When this method is called, Cloud Tasks will dispatch the task, even if
-     * the task is already running, the queue has reached its [RateLimits][google.cloud.tasks.v2beta2.RateLimits] or
-     * is [PAUSED][google.cloud.tasks.v2beta2.Queue.State.PAUSED].
+     * the task is already running, the queue has reached its
+     * [RateLimits][google.cloud.tasks.v2beta2.RateLimits] or is
+     * [PAUSED][google.cloud.tasks.v2beta2.Queue.State.PAUSED].
      * This command is meant to be used for manual debugging. For
-     * example, [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] can be used to retry a failed
-     * task after a fix has been made or to manually force a task to be
-     * dispatched now.
+     * example, [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] can be
+     * used to retry a failed task after a fix has been made or to manually force
+     * a task to be dispatched now.
      * The dispatched task is returned. That is, the task that is returned
-     * contains the [status][google.cloud.tasks.v2beta2.Task.status] after the task is dispatched but
-     * before the task is received by its target.
+     * contains the [status][google.cloud.tasks.v2beta2.Task.status] after the
+     * task is dispatched but before the task is received by its target.
      * If Cloud Tasks receives a successful response from the task's
      * target, then the task will be deleted; otherwise the task's
-     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be reset to the time that
-     * [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] was called plus the retry delay specified
-     * in the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig].
+     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be
+     * reset to the time that
+     * [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] was called plus
+     * the retry delay specified in the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig].
      * [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] returns
      * [NOT_FOUND][google.rpc.Code.NOT_FOUND] when it is called on a
      * task that has already succeeded or permanently failed.
-     * [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] cannot be called on a
-     * [pull task][google.cloud.tasks.v2beta2.PullMessage].
+     * [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] cannot be called
+     * on a [pull task][google.cloud.tasks.v2beta2.PullMessage].
      * 
*/ public void runTask( @@ -1685,13 +1701,14 @@ public void getQueue( *
      * Creates a queue.
      * Queues created with this method allow tasks to live for a maximum of 31
-     * days. After a task is 31 days old, the task will be deleted regardless of whether
-     * it was dispatched or not.
+     * days. After a task is 31 days old, the task will be deleted regardless of
+     * whether it was dispatched or not.
      * WARNING: Using this method may have unintended side effects if you are
      * using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
      * Read
-     * [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
-     * before using this method.
+     * [Overview of Queue Management and
+     * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
+     * this method.
      * 
*/ public void createQueue( @@ -1711,13 +1728,14 @@ public void createQueue( * This method creates the queue if it does not exist and updates * the queue if it does exist. * Queues created with this method allow tasks to live for a maximum of 31 - * days. After a task is 31 days old, the task will be deleted regardless of whether - * it was dispatched or not. + * days. After a task is 31 days old, the task will be deleted regardless of + * whether it was dispatched or not. * WARNING: Using this method may have unintended side effects if you are * using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. * Read - * [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) - * before using this method. + * [Overview of Queue Management and + * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using + * this method. *
*/ public void updateQueue( @@ -1740,8 +1758,9 @@ public void updateQueue( * WARNING: Using this method may have unintended side effects if you are * using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. * Read - * [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) - * before using this method. + * [Overview of Queue Management and + * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using + * this method. *
*/ public void deleteQueue( @@ -1779,9 +1798,10 @@ public void purgeQueue( * Pauses the queue. * If a queue is paused then the system will stop dispatching tasks * until the queue is resumed via - * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue]. Tasks can still be added - * when the queue is paused. A queue is paused if its - * [state][google.cloud.tasks.v2beta2.Queue.state] is [PAUSED][google.cloud.tasks.v2beta2.Queue.State.PAUSED]. + * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue]. Tasks can + * still be added when the queue is paused. A queue is paused if its + * [state][google.cloud.tasks.v2beta2.Queue.state] is + * [PAUSED][google.cloud.tasks.v2beta2.Queue.State.PAUSED]. *
*/ public void pauseQueue( @@ -1800,13 +1820,16 @@ public void pauseQueue( * Resume a queue. * This method resumes a queue after it has been * [PAUSED][google.cloud.tasks.v2beta2.Queue.State.PAUSED] or - * [DISABLED][google.cloud.tasks.v2beta2.Queue.State.DISABLED]. The state of a queue is stored - * in the queue's [state][google.cloud.tasks.v2beta2.Queue.state]; after calling this method it - * will be set to [RUNNING][google.cloud.tasks.v2beta2.Queue.State.RUNNING]. + * [DISABLED][google.cloud.tasks.v2beta2.Queue.State.DISABLED]. The state of a + * queue is stored in the queue's + * [state][google.cloud.tasks.v2beta2.Queue.state]; after calling this method + * it will be set to + * [RUNNING][google.cloud.tasks.v2beta2.Queue.State.RUNNING]. * WARNING: Resuming many high-QPS queues at the same time can * lead to target overloading. If you are resuming high-QPS * queues, follow the 500/50/5 pattern described in - * [Managing Cloud Tasks Scaling Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling). + * [Managing Cloud Tasks Scaling + * Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling). * */ public void resumeQueue( @@ -1822,9 +1845,9 @@ public void resumeQueue( * * *
-     * Gets the access control policy for a [Queue][google.cloud.tasks.v2beta2.Queue].
-     * Returns an empty policy if the resource exists and does not have a policy
-     * set.
+     * Gets the access control policy for a
+     * [Queue][google.cloud.tasks.v2beta2.Queue]. Returns an empty policy if the
+     * resource exists and does not have a policy set.
      * Authorization requires the following
      * [Google IAM](https://cloud.google.com/iam) permission on the specified
      * resource parent:
@@ -1844,8 +1867,8 @@ public void getIamPolicy(
      *
      *
      * 
-     * Sets the access control policy for a [Queue][google.cloud.tasks.v2beta2.Queue]. Replaces any existing
-     * policy.
+     * Sets the access control policy for a
+     * [Queue][google.cloud.tasks.v2beta2.Queue]. Replaces any existing policy.
      * Note: The Cloud Console does not check queue-level IAM permissions yet.
      * Project-level permissions are required to use the Cloud Console.
      * Authorization requires the following
@@ -1867,9 +1890,10 @@ public void setIamPolicy(
      *
      *
      * 
-     * Returns permissions that a caller has on a [Queue][google.cloud.tasks.v2beta2.Queue].
-     * If the resource does not exist, this will return an empty set of
-     * permissions, not a [NOT_FOUND][google.rpc.Code.NOT_FOUND] error.
+     * Returns permissions that a caller has on a
+     * [Queue][google.cloud.tasks.v2beta2.Queue]. If the resource does not exist,
+     * this will return an empty set of permissions, not a
+     * [NOT_FOUND][google.rpc.Code.NOT_FOUND] error.
      * Note: This operation is designed to be used for building permission-aware
      * UIs and command-line tools, not for authorization checking. This operation
      * may "fail open" without warning.
@@ -1890,10 +1914,10 @@ public void testIamPermissions(
      *
      * 
      * Lists the tasks in a queue.
-     * By default, only the [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC] view is retrieved
-     * due to performance considerations;
-     * [response_view][google.cloud.tasks.v2beta2.ListTasksRequest.response_view] controls the
-     * subset of information which is returned.
+     * By default, only the [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]
+     * view is retrieved due to performance considerations;
+     * [response_view][google.cloud.tasks.v2beta2.ListTasksRequest.response_view]
+     * controls the subset of information which is returned.
      * The tasks may be returned in any order. The ordering may change at any
      * time.
      * 
@@ -1930,9 +1954,11 @@ public void getTask( *
      * Creates a task and adds it to a queue.
      * Tasks cannot be updated after creation; there is no UpdateTask command.
-     * * For [App Engine queues][google.cloud.tasks.v2beta2.AppEngineHttpTarget], the maximum task size is
+     * * For [App Engine queues][google.cloud.tasks.v2beta2.AppEngineHttpTarget],
+     * the maximum task size is
      *   100KB.
-     * * For [pull queues][google.cloud.tasks.v2beta2.PullTarget], the maximum task size is 1MB.
+     * * For [pull queues][google.cloud.tasks.v2beta2.PullTarget], the maximum
+     * task size is 1MB.
      * 
*/ public void createTask( @@ -1971,16 +1997,17 @@ public void deleteTask( * [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. * This method is invoked by the worker to obtain a lease. The * worker must acknowledge the task via - * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask] after they have - * performed the work associated with the task. - * The [payload][google.cloud.tasks.v2beta2.PullMessage.payload] is intended to store data that - * the worker needs to perform the work associated with the task. To - * return the payloads in the [response][google.cloud.tasks.v2beta2.LeaseTasksResponse], set - * [response_view][google.cloud.tasks.v2beta2.LeaseTasksRequest.response_view] to - * [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]. - * A maximum of 10 qps of [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] - * requests are allowed per - * queue. [RESOURCE_EXHAUSTED][google.rpc.Code.RESOURCE_EXHAUSTED] + * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask] + * after they have performed the work associated with the task. + * The [payload][google.cloud.tasks.v2beta2.PullMessage.payload] is intended + * to store data that the worker needs to perform the work associated with the + * task. To return the payloads in the + * [response][google.cloud.tasks.v2beta2.LeaseTasksResponse], set + * [response_view][google.cloud.tasks.v2beta2.LeaseTasksRequest.response_view] + * to [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]. + * A maximum of 10 qps of + * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] requests are + * allowed per queue. [RESOURCE_EXHAUSTED][google.rpc.Code.RESOURCE_EXHAUSTED] * is returned when this limit is * exceeded. [RESOURCE_EXHAUSTED][google.rpc.Code.RESOURCE_EXHAUSTED] * is also returned when @@ -2004,11 +2031,12 @@ public void leaseTasks( *
      * Acknowledges a pull task.
      * The worker, that is, the entity that
-     * [leased][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] this task must call this method
-     * to indicate that the work associated with the task has finished.
+     * [leased][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] this task must
+     * call this method to indicate that the work associated with the task has
+     * finished.
      * The worker must acknowledge a task within the
-     * [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration] or the lease
-     * will expire and the task will become available to be leased
+     * [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]
+     * or the lease will expire and the task will become available to be leased
      * again. After the task is acknowledged, it will not be returned
      * by a later [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks],
      * [GetTask][google.cloud.tasks.v2beta2.CloudTasks.GetTask], or
@@ -2031,7 +2059,8 @@ public void acknowledgeTask(
      * Renew the current lease of a pull task.
      * The worker can use this method to extend the lease by a new
      * duration, starting from now. The new task lease will be
-     * returned in the task's [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time].
+     * returned in the task's
+     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time].
      * 
*/ public void renewLease( @@ -2049,9 +2078,9 @@ public void renewLease( *
      * Cancel a pull task's lease.
      * The worker can use this method to cancel a task's lease by
-     * setting its [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] to now. This will
-     * make the task available to be leased to the next caller of
-     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks].
+     * setting its [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time]
+     * to now. This will make the task available to be leased to the next caller
+     * of [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks].
      * 
*/ public void cancelLease( @@ -2069,25 +2098,28 @@ public void cancelLease( *
      * Forces a task to run now.
      * When this method is called, Cloud Tasks will dispatch the task, even if
-     * the task is already running, the queue has reached its [RateLimits][google.cloud.tasks.v2beta2.RateLimits] or
-     * is [PAUSED][google.cloud.tasks.v2beta2.Queue.State.PAUSED].
+     * the task is already running, the queue has reached its
+     * [RateLimits][google.cloud.tasks.v2beta2.RateLimits] or is
+     * [PAUSED][google.cloud.tasks.v2beta2.Queue.State.PAUSED].
      * This command is meant to be used for manual debugging. For
-     * example, [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] can be used to retry a failed
-     * task after a fix has been made or to manually force a task to be
-     * dispatched now.
+     * example, [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] can be
+     * used to retry a failed task after a fix has been made or to manually force
+     * a task to be dispatched now.
      * The dispatched task is returned. That is, the task that is returned
-     * contains the [status][google.cloud.tasks.v2beta2.Task.status] after the task is dispatched but
-     * before the task is received by its target.
+     * contains the [status][google.cloud.tasks.v2beta2.Task.status] after the
+     * task is dispatched but before the task is received by its target.
      * If Cloud Tasks receives a successful response from the task's
      * target, then the task will be deleted; otherwise the task's
-     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be reset to the time that
-     * [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] was called plus the retry delay specified
-     * in the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig].
+     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be
+     * reset to the time that
+     * [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] was called plus
+     * the retry delay specified in the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig].
      * [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] returns
      * [NOT_FOUND][google.rpc.Code.NOT_FOUND] when it is called on a
      * task that has already succeeded or permanently failed.
-     * [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] cannot be called on a
-     * [pull task][google.cloud.tasks.v2beta2.PullMessage].
+     * [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] cannot be called
+     * on a [pull task][google.cloud.tasks.v2beta2.PullMessage].
      * 
*/ public void runTask( @@ -2156,13 +2188,14 @@ public com.google.cloud.tasks.v2beta2.Queue getQueue( *
      * Creates a queue.
      * Queues created with this method allow tasks to live for a maximum of 31
-     * days. After a task is 31 days old, the task will be deleted regardless of whether
-     * it was dispatched or not.
+     * days. After a task is 31 days old, the task will be deleted regardless of
+     * whether it was dispatched or not.
      * WARNING: Using this method may have unintended side effects if you are
      * using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
      * Read
-     * [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
-     * before using this method.
+     * [Overview of Queue Management and
+     * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
+     * this method.
      * 
*/ public com.google.cloud.tasks.v2beta2.Queue createQueue( @@ -2179,13 +2212,14 @@ public com.google.cloud.tasks.v2beta2.Queue createQueue( * This method creates the queue if it does not exist and updates * the queue if it does exist. * Queues created with this method allow tasks to live for a maximum of 31 - * days. After a task is 31 days old, the task will be deleted regardless of whether - * it was dispatched or not. + * days. After a task is 31 days old, the task will be deleted regardless of + * whether it was dispatched or not. * WARNING: Using this method may have unintended side effects if you are * using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. * Read - * [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) - * before using this method. + * [Overview of Queue Management and + * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using + * this method. *
*/ public com.google.cloud.tasks.v2beta2.Queue updateQueue( @@ -2205,8 +2239,9 @@ public com.google.cloud.tasks.v2beta2.Queue updateQueue( * WARNING: Using this method may have unintended side effects if you are * using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. * Read - * [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) - * before using this method. + * [Overview of Queue Management and + * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using + * this method. *
*/ public com.google.protobuf.Empty deleteQueue( @@ -2238,9 +2273,10 @@ public com.google.cloud.tasks.v2beta2.Queue purgeQueue( * Pauses the queue. * If a queue is paused then the system will stop dispatching tasks * until the queue is resumed via - * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue]. Tasks can still be added - * when the queue is paused. A queue is paused if its - * [state][google.cloud.tasks.v2beta2.Queue.state] is [PAUSED][google.cloud.tasks.v2beta2.Queue.State.PAUSED]. + * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue]. Tasks can + * still be added when the queue is paused. A queue is paused if its + * [state][google.cloud.tasks.v2beta2.Queue.state] is + * [PAUSED][google.cloud.tasks.v2beta2.Queue.State.PAUSED]. *
*/ public com.google.cloud.tasks.v2beta2.Queue pauseQueue( @@ -2256,13 +2292,16 @@ public com.google.cloud.tasks.v2beta2.Queue pauseQueue( * Resume a queue. * This method resumes a queue after it has been * [PAUSED][google.cloud.tasks.v2beta2.Queue.State.PAUSED] or - * [DISABLED][google.cloud.tasks.v2beta2.Queue.State.DISABLED]. The state of a queue is stored - * in the queue's [state][google.cloud.tasks.v2beta2.Queue.state]; after calling this method it - * will be set to [RUNNING][google.cloud.tasks.v2beta2.Queue.State.RUNNING]. + * [DISABLED][google.cloud.tasks.v2beta2.Queue.State.DISABLED]. The state of a + * queue is stored in the queue's + * [state][google.cloud.tasks.v2beta2.Queue.state]; after calling this method + * it will be set to + * [RUNNING][google.cloud.tasks.v2beta2.Queue.State.RUNNING]. * WARNING: Resuming many high-QPS queues at the same time can * lead to target overloading. If you are resuming high-QPS * queues, follow the 500/50/5 pattern described in - * [Managing Cloud Tasks Scaling Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling). + * [Managing Cloud Tasks Scaling + * Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling). * */ public com.google.cloud.tasks.v2beta2.Queue resumeQueue( @@ -2275,9 +2314,9 @@ public com.google.cloud.tasks.v2beta2.Queue resumeQueue( * * *
-     * Gets the access control policy for a [Queue][google.cloud.tasks.v2beta2.Queue].
-     * Returns an empty policy if the resource exists and does not have a policy
-     * set.
+     * Gets the access control policy for a
+     * [Queue][google.cloud.tasks.v2beta2.Queue]. Returns an empty policy if the
+     * resource exists and does not have a policy set.
      * Authorization requires the following
      * [Google IAM](https://cloud.google.com/iam) permission on the specified
      * resource parent:
@@ -2293,8 +2332,8 @@ public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyReque
      *
      *
      * 
-     * Sets the access control policy for a [Queue][google.cloud.tasks.v2beta2.Queue]. Replaces any existing
-     * policy.
+     * Sets the access control policy for a
+     * [Queue][google.cloud.tasks.v2beta2.Queue]. Replaces any existing policy.
      * Note: The Cloud Console does not check queue-level IAM permissions yet.
      * Project-level permissions are required to use the Cloud Console.
      * Authorization requires the following
@@ -2312,9 +2351,10 @@ public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyReque
      *
      *
      * 
-     * Returns permissions that a caller has on a [Queue][google.cloud.tasks.v2beta2.Queue].
-     * If the resource does not exist, this will return an empty set of
-     * permissions, not a [NOT_FOUND][google.rpc.Code.NOT_FOUND] error.
+     * Returns permissions that a caller has on a
+     * [Queue][google.cloud.tasks.v2beta2.Queue]. If the resource does not exist,
+     * this will return an empty set of permissions, not a
+     * [NOT_FOUND][google.rpc.Code.NOT_FOUND] error.
      * Note: This operation is designed to be used for building permission-aware
      * UIs and command-line tools, not for authorization checking. This operation
      * may "fail open" without warning.
@@ -2331,10 +2371,10 @@ public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(
      *
      * 
      * Lists the tasks in a queue.
-     * By default, only the [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC] view is retrieved
-     * due to performance considerations;
-     * [response_view][google.cloud.tasks.v2beta2.ListTasksRequest.response_view] controls the
-     * subset of information which is returned.
+     * By default, only the [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]
+     * view is retrieved due to performance considerations;
+     * [response_view][google.cloud.tasks.v2beta2.ListTasksRequest.response_view]
+     * controls the subset of information which is returned.
      * The tasks may be returned in any order. The ordering may change at any
      * time.
      * 
@@ -2362,9 +2402,11 @@ public com.google.cloud.tasks.v2beta2.Task getTask( *
      * Creates a task and adds it to a queue.
      * Tasks cannot be updated after creation; there is no UpdateTask command.
-     * * For [App Engine queues][google.cloud.tasks.v2beta2.AppEngineHttpTarget], the maximum task size is
+     * * For [App Engine queues][google.cloud.tasks.v2beta2.AppEngineHttpTarget],
+     * the maximum task size is
      *   100KB.
-     * * For [pull queues][google.cloud.tasks.v2beta2.PullTarget], the maximum task size is 1MB.
+     * * For [pull queues][google.cloud.tasks.v2beta2.PullTarget], the maximum
+     * task size is 1MB.
      * 
*/ public com.google.cloud.tasks.v2beta2.Task createTask( @@ -2397,16 +2439,17 @@ public com.google.protobuf.Empty deleteTask( * [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. * This method is invoked by the worker to obtain a lease. The * worker must acknowledge the task via - * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask] after they have - * performed the work associated with the task. - * The [payload][google.cloud.tasks.v2beta2.PullMessage.payload] is intended to store data that - * the worker needs to perform the work associated with the task. To - * return the payloads in the [response][google.cloud.tasks.v2beta2.LeaseTasksResponse], set - * [response_view][google.cloud.tasks.v2beta2.LeaseTasksRequest.response_view] to - * [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]. - * A maximum of 10 qps of [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] - * requests are allowed per - * queue. [RESOURCE_EXHAUSTED][google.rpc.Code.RESOURCE_EXHAUSTED] + * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask] + * after they have performed the work associated with the task. + * The [payload][google.cloud.tasks.v2beta2.PullMessage.payload] is intended + * to store data that the worker needs to perform the work associated with the + * task. To return the payloads in the + * [response][google.cloud.tasks.v2beta2.LeaseTasksResponse], set + * [response_view][google.cloud.tasks.v2beta2.LeaseTasksRequest.response_view] + * to [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]. + * A maximum of 10 qps of + * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] requests are + * allowed per queue. [RESOURCE_EXHAUSTED][google.rpc.Code.RESOURCE_EXHAUSTED] * is returned when this limit is * exceeded. [RESOURCE_EXHAUSTED][google.rpc.Code.RESOURCE_EXHAUSTED] * is also returned when @@ -2426,11 +2469,12 @@ public com.google.cloud.tasks.v2beta2.LeaseTasksResponse leaseTasks( *
      * Acknowledges a pull task.
      * The worker, that is, the entity that
-     * [leased][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] this task must call this method
-     * to indicate that the work associated with the task has finished.
+     * [leased][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] this task must
+     * call this method to indicate that the work associated with the task has
+     * finished.
      * The worker must acknowledge a task within the
-     * [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration] or the lease
-     * will expire and the task will become available to be leased
+     * [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]
+     * or the lease will expire and the task will become available to be leased
      * again. After the task is acknowledged, it will not be returned
      * by a later [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks],
      * [GetTask][google.cloud.tasks.v2beta2.CloudTasks.GetTask], or
@@ -2450,7 +2494,8 @@ public com.google.protobuf.Empty acknowledgeTask(
      * Renew the current lease of a pull task.
      * The worker can use this method to extend the lease by a new
      * duration, starting from now. The new task lease will be
-     * returned in the task's [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time].
+     * returned in the task's
+     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time].
      * 
*/ public com.google.cloud.tasks.v2beta2.Task renewLease( @@ -2465,9 +2510,9 @@ public com.google.cloud.tasks.v2beta2.Task renewLease( *
      * Cancel a pull task's lease.
      * The worker can use this method to cancel a task's lease by
-     * setting its [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] to now. This will
-     * make the task available to be leased to the next caller of
-     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks].
+     * setting its [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time]
+     * to now. This will make the task available to be leased to the next caller
+     * of [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks].
      * 
*/ public com.google.cloud.tasks.v2beta2.Task cancelLease( @@ -2482,25 +2527,28 @@ public com.google.cloud.tasks.v2beta2.Task cancelLease( *
      * Forces a task to run now.
      * When this method is called, Cloud Tasks will dispatch the task, even if
-     * the task is already running, the queue has reached its [RateLimits][google.cloud.tasks.v2beta2.RateLimits] or
-     * is [PAUSED][google.cloud.tasks.v2beta2.Queue.State.PAUSED].
+     * the task is already running, the queue has reached its
+     * [RateLimits][google.cloud.tasks.v2beta2.RateLimits] or is
+     * [PAUSED][google.cloud.tasks.v2beta2.Queue.State.PAUSED].
      * This command is meant to be used for manual debugging. For
-     * example, [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] can be used to retry a failed
-     * task after a fix has been made or to manually force a task to be
-     * dispatched now.
+     * example, [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] can be
+     * used to retry a failed task after a fix has been made or to manually force
+     * a task to be dispatched now.
      * The dispatched task is returned. That is, the task that is returned
-     * contains the [status][google.cloud.tasks.v2beta2.Task.status] after the task is dispatched but
-     * before the task is received by its target.
+     * contains the [status][google.cloud.tasks.v2beta2.Task.status] after the
+     * task is dispatched but before the task is received by its target.
      * If Cloud Tasks receives a successful response from the task's
      * target, then the task will be deleted; otherwise the task's
-     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be reset to the time that
-     * [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] was called plus the retry delay specified
-     * in the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig].
+     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be
+     * reset to the time that
+     * [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] was called plus
+     * the retry delay specified in the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig].
      * [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] returns
      * [NOT_FOUND][google.rpc.Code.NOT_FOUND] when it is called on a
      * task that has already succeeded or permanently failed.
-     * [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] cannot be called on a
-     * [pull task][google.cloud.tasks.v2beta2.PullMessage].
+     * [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] cannot be called
+     * on a [pull task][google.cloud.tasks.v2beta2.PullMessage].
      * 
*/ public com.google.cloud.tasks.v2beta2.Task runTask( @@ -2566,13 +2614,14 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption *
      * Creates a queue.
      * Queues created with this method allow tasks to live for a maximum of 31
-     * days. After a task is 31 days old, the task will be deleted regardless of whether
-     * it was dispatched or not.
+     * days. After a task is 31 days old, the task will be deleted regardless of
+     * whether it was dispatched or not.
      * WARNING: Using this method may have unintended side effects if you are
      * using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
      * Read
-     * [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
-     * before using this method.
+     * [Overview of Queue Management and
+     * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
+     * this method.
      * 
*/ public com.google.common.util.concurrent.ListenableFuture @@ -2589,13 +2638,14 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption * This method creates the queue if it does not exist and updates * the queue if it does exist. * Queues created with this method allow tasks to live for a maximum of 31 - * days. After a task is 31 days old, the task will be deleted regardless of whether - * it was dispatched or not. + * days. After a task is 31 days old, the task will be deleted regardless of + * whether it was dispatched or not. * WARNING: Using this method may have unintended side effects if you are * using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. * Read - * [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) - * before using this method. + * [Overview of Queue Management and + * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using + * this method. *
*/ public com.google.common.util.concurrent.ListenableFuture @@ -2615,8 +2665,9 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption * WARNING: Using this method may have unintended side effects if you are * using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. * Read - * [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) - * before using this method. + * [Overview of Queue Management and + * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using + * this method. *
*/ public com.google.common.util.concurrent.ListenableFuture @@ -2648,9 +2699,10 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption * Pauses the queue. * If a queue is paused then the system will stop dispatching tasks * until the queue is resumed via - * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue]. Tasks can still be added - * when the queue is paused. A queue is paused if its - * [state][google.cloud.tasks.v2beta2.Queue.state] is [PAUSED][google.cloud.tasks.v2beta2.Queue.State.PAUSED]. + * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue]. Tasks can + * still be added when the queue is paused. A queue is paused if its + * [state][google.cloud.tasks.v2beta2.Queue.state] is + * [PAUSED][google.cloud.tasks.v2beta2.Queue.State.PAUSED]. *
*/ public com.google.common.util.concurrent.ListenableFuture @@ -2666,13 +2718,16 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption * Resume a queue. * This method resumes a queue after it has been * [PAUSED][google.cloud.tasks.v2beta2.Queue.State.PAUSED] or - * [DISABLED][google.cloud.tasks.v2beta2.Queue.State.DISABLED]. The state of a queue is stored - * in the queue's [state][google.cloud.tasks.v2beta2.Queue.state]; after calling this method it - * will be set to [RUNNING][google.cloud.tasks.v2beta2.Queue.State.RUNNING]. + * [DISABLED][google.cloud.tasks.v2beta2.Queue.State.DISABLED]. The state of a + * queue is stored in the queue's + * [state][google.cloud.tasks.v2beta2.Queue.state]; after calling this method + * it will be set to + * [RUNNING][google.cloud.tasks.v2beta2.Queue.State.RUNNING]. * WARNING: Resuming many high-QPS queues at the same time can * lead to target overloading. If you are resuming high-QPS * queues, follow the 500/50/5 pattern described in - * [Managing Cloud Tasks Scaling Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling). + * [Managing Cloud Tasks Scaling + * Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling). * */ public com.google.common.util.concurrent.ListenableFuture @@ -2685,9 +2740,9 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption * * *
-     * Gets the access control policy for a [Queue][google.cloud.tasks.v2beta2.Queue].
-     * Returns an empty policy if the resource exists and does not have a policy
-     * set.
+     * Gets the access control policy for a
+     * [Queue][google.cloud.tasks.v2beta2.Queue]. Returns an empty policy if the
+     * resource exists and does not have a policy set.
      * Authorization requires the following
      * [Google IAM](https://cloud.google.com/iam) permission on the specified
      * resource parent:
@@ -2704,8 +2759,8 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
      *
      *
      * 
-     * Sets the access control policy for a [Queue][google.cloud.tasks.v2beta2.Queue]. Replaces any existing
-     * policy.
+     * Sets the access control policy for a
+     * [Queue][google.cloud.tasks.v2beta2.Queue]. Replaces any existing policy.
      * Note: The Cloud Console does not check queue-level IAM permissions yet.
      * Project-level permissions are required to use the Cloud Console.
      * Authorization requires the following
@@ -2724,9 +2779,10 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
      *
      *
      * 
-     * Returns permissions that a caller has on a [Queue][google.cloud.tasks.v2beta2.Queue].
-     * If the resource does not exist, this will return an empty set of
-     * permissions, not a [NOT_FOUND][google.rpc.Code.NOT_FOUND] error.
+     * Returns permissions that a caller has on a
+     * [Queue][google.cloud.tasks.v2beta2.Queue]. If the resource does not exist,
+     * this will return an empty set of permissions, not a
+     * [NOT_FOUND][google.rpc.Code.NOT_FOUND] error.
      * Note: This operation is designed to be used for building permission-aware
      * UIs and command-line tools, not for authorization checking. This operation
      * may "fail open" without warning.
@@ -2744,10 +2800,10 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
      *
      * 
      * Lists the tasks in a queue.
-     * By default, only the [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC] view is retrieved
-     * due to performance considerations;
-     * [response_view][google.cloud.tasks.v2beta2.ListTasksRequest.response_view] controls the
-     * subset of information which is returned.
+     * By default, only the [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]
+     * view is retrieved due to performance considerations;
+     * [response_view][google.cloud.tasks.v2beta2.ListTasksRequest.response_view]
+     * controls the subset of information which is returned.
      * The tasks may be returned in any order. The ordering may change at any
      * time.
      * 
@@ -2778,9 +2834,11 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption *
      * Creates a task and adds it to a queue.
      * Tasks cannot be updated after creation; there is no UpdateTask command.
-     * * For [App Engine queues][google.cloud.tasks.v2beta2.AppEngineHttpTarget], the maximum task size is
+     * * For [App Engine queues][google.cloud.tasks.v2beta2.AppEngineHttpTarget],
+     * the maximum task size is
      *   100KB.
-     * * For [pull queues][google.cloud.tasks.v2beta2.PullTarget], the maximum task size is 1MB.
+     * * For [pull queues][google.cloud.tasks.v2beta2.PullTarget], the maximum
+     * task size is 1MB.
      * 
*/ public com.google.common.util.concurrent.ListenableFuture @@ -2813,16 +2871,17 @@ public com.google.common.util.concurrent.ListenableFuture * Acknowledges a pull task. * The worker, that is, the entity that - * [leased][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] this task must call this method - * to indicate that the work associated with the task has finished. + * [leased][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] this task must + * call this method to indicate that the work associated with the task has + * finished. * The worker must acknowledge a task within the - * [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration] or the lease - * will expire and the task will become available to be leased + * [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration] + * or the lease will expire and the task will become available to be leased * again. After the task is acknowledged, it will not be returned * by a later [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks], * [GetTask][google.cloud.tasks.v2beta2.CloudTasks.GetTask], or @@ -2867,7 +2927,8 @@ public com.google.common.util.concurrent.ListenableFuture */ public com.google.common.util.concurrent.ListenableFuture @@ -2882,9 +2943,9 @@ public com.google.common.util.concurrent.ListenableFuture * Cancel a pull task's lease. * The worker can use this method to cancel a task's lease by - * setting its [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] to now. This will - * make the task available to be leased to the next caller of - * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks]. + * setting its [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] + * to now. This will make the task available to be leased to the next caller + * of [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks]. *
*/ public com.google.common.util.concurrent.ListenableFuture @@ -2899,25 +2960,28 @@ public com.google.common.util.concurrent.ListenableFuture * Forces a task to run now. * When this method is called, Cloud Tasks will dispatch the task, even if - * the task is already running, the queue has reached its [RateLimits][google.cloud.tasks.v2beta2.RateLimits] or - * is [PAUSED][google.cloud.tasks.v2beta2.Queue.State.PAUSED]. + * the task is already running, the queue has reached its + * [RateLimits][google.cloud.tasks.v2beta2.RateLimits] or is + * [PAUSED][google.cloud.tasks.v2beta2.Queue.State.PAUSED]. * This command is meant to be used for manual debugging. For - * example, [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] can be used to retry a failed - * task after a fix has been made or to manually force a task to be - * dispatched now. + * example, [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] can be + * used to retry a failed task after a fix has been made or to manually force + * a task to be dispatched now. * The dispatched task is returned. That is, the task that is returned - * contains the [status][google.cloud.tasks.v2beta2.Task.status] after the task is dispatched but - * before the task is received by its target. + * contains the [status][google.cloud.tasks.v2beta2.Task.status] after the + * task is dispatched but before the task is received by its target. * If Cloud Tasks receives a successful response from the task's * target, then the task will be deleted; otherwise the task's - * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be reset to the time that - * [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] was called plus the retry delay specified - * in the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig]. + * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be + * reset to the time that + * [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] was called plus + * the retry delay specified in the queue's + * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig]. * [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] returns * [NOT_FOUND][google.rpc.Code.NOT_FOUND] when it is called on a * task that has already succeeded or permanently failed. - * [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] cannot be called on a - * [pull task][google.cloud.tasks.v2beta2.PullMessage]. + * [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] cannot be called + * on a [pull task][google.cloud.tasks.v2beta2.PullMessage]. *
*/ public com.google.common.util.concurrent.ListenableFuture diff --git a/google-api-grpc/grpc-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/CloudTasksGrpc.java b/google-api-grpc/grpc-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/CloudTasksGrpc.java index 8ff613e09159..93a09ad82ce0 100644 --- a/google-api-grpc/grpc-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/CloudTasksGrpc.java +++ b/google-api-grpc/grpc-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/CloudTasksGrpc.java @@ -918,13 +918,14 @@ public void getQueue( *
      * Creates a queue.
      * Queues created with this method allow tasks to live for a maximum of 31
-     * days. After a task is 31 days old, the task will be deleted regardless of whether
-     * it was dispatched or not.
+     * days. After a task is 31 days old, the task will be deleted regardless of
+     * whether it was dispatched or not.
      * WARNING: Using this method may have unintended side effects if you are
      * using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
      * Read
-     * [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
-     * before using this method.
+     * [Overview of Queue Management and
+     * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
+     * this method.
      * 
*/ public void createQueue( @@ -941,13 +942,14 @@ public void createQueue( * This method creates the queue if it does not exist and updates * the queue if it does exist. * Queues created with this method allow tasks to live for a maximum of 31 - * days. After a task is 31 days old, the task will be deleted regardless of whether - * it was dispatched or not. + * days. After a task is 31 days old, the task will be deleted regardless of + * whether it was dispatched or not. * WARNING: Using this method may have unintended side effects if you are * using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. * Read - * [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) - * before using this method. + * [Overview of Queue Management and + * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using + * this method. *
*/ public void updateQueue( @@ -967,8 +969,9 @@ public void updateQueue( * WARNING: Using this method may have unintended side effects if you are * using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. * Read - * [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) - * before using this method. + * [Overview of Queue Management and + * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using + * this method. * */ public void deleteQueue( @@ -1000,9 +1003,10 @@ public void purgeQueue( * Pauses the queue. * If a queue is paused then the system will stop dispatching tasks * until the queue is resumed via - * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue]. Tasks can still be added - * when the queue is paused. A queue is paused if its - * [state][google.cloud.tasks.v2beta3.Queue.state] is [PAUSED][google.cloud.tasks.v2beta3.Queue.State.PAUSED]. + * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue]. Tasks can + * still be added when the queue is paused. A queue is paused if its + * [state][google.cloud.tasks.v2beta3.Queue.state] is + * [PAUSED][google.cloud.tasks.v2beta3.Queue.State.PAUSED]. * */ public void pauseQueue( @@ -1018,13 +1022,16 @@ public void pauseQueue( * Resume a queue. * This method resumes a queue after it has been * [PAUSED][google.cloud.tasks.v2beta3.Queue.State.PAUSED] or - * [DISABLED][google.cloud.tasks.v2beta3.Queue.State.DISABLED]. The state of a queue is stored - * in the queue's [state][google.cloud.tasks.v2beta3.Queue.state]; after calling this method it - * will be set to [RUNNING][google.cloud.tasks.v2beta3.Queue.State.RUNNING]. + * [DISABLED][google.cloud.tasks.v2beta3.Queue.State.DISABLED]. The state of a + * queue is stored in the queue's + * [state][google.cloud.tasks.v2beta3.Queue.state]; after calling this method + * it will be set to + * [RUNNING][google.cloud.tasks.v2beta3.Queue.State.RUNNING]. * WARNING: Resuming many high-QPS queues at the same time can * lead to target overloading. If you are resuming high-QPS * queues, follow the 500/50/5 pattern described in - * [Managing Cloud Tasks Scaling Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling). + * [Managing Cloud Tasks Scaling + * Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling). * */ public void resumeQueue( @@ -1037,9 +1044,9 @@ public void resumeQueue( * * *
-     * Gets the access control policy for a [Queue][google.cloud.tasks.v2beta3.Queue].
-     * Returns an empty policy if the resource exists and does not have a policy
-     * set.
+     * Gets the access control policy for a
+     * [Queue][google.cloud.tasks.v2beta3.Queue]. Returns an empty policy if the
+     * resource exists and does not have a policy set.
      * Authorization requires the following
      * [Google IAM](https://cloud.google.com/iam) permission on the specified
      * resource parent:
@@ -1056,8 +1063,8 @@ public void getIamPolicy(
      *
      *
      * 
-     * Sets the access control policy for a [Queue][google.cloud.tasks.v2beta3.Queue]. Replaces any existing
-     * policy.
+     * Sets the access control policy for a
+     * [Queue][google.cloud.tasks.v2beta3.Queue]. Replaces any existing policy.
      * Note: The Cloud Console does not check queue-level IAM permissions yet.
      * Project-level permissions are required to use the Cloud Console.
      * Authorization requires the following
@@ -1076,9 +1083,10 @@ public void setIamPolicy(
      *
      *
      * 
-     * Returns permissions that a caller has on a [Queue][google.cloud.tasks.v2beta3.Queue].
-     * If the resource does not exist, this will return an empty set of
-     * permissions, not a [NOT_FOUND][google.rpc.Code.NOT_FOUND] error.
+     * Returns permissions that a caller has on a
+     * [Queue][google.cloud.tasks.v2beta3.Queue]. If the resource does not exist,
+     * this will return an empty set of permissions, not a
+     * [NOT_FOUND][google.rpc.Code.NOT_FOUND] error.
      * Note: This operation is designed to be used for building permission-aware
      * UIs and command-line tools, not for authorization checking. This operation
      * may "fail open" without warning.
@@ -1096,10 +1104,10 @@ public void testIamPermissions(
      *
      * 
      * Lists the tasks in a queue.
-     * By default, only the [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC] view is retrieved
-     * due to performance considerations;
-     * [response_view][google.cloud.tasks.v2beta3.ListTasksRequest.response_view] controls the
-     * subset of information which is returned.
+     * By default, only the [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]
+     * view is retrieved due to performance considerations;
+     * [response_view][google.cloud.tasks.v2beta3.ListTasksRequest.response_view]
+     * controls the subset of information which is returned.
      * The tasks may be returned in any order. The ordering may change at any
      * time.
      * 
@@ -1130,7 +1138,8 @@ public void getTask( *
      * Creates a task and adds it to a queue.
      * Tasks cannot be updated after creation; there is no UpdateTask command.
-     * * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue], the maximum task size is
+     * * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue],
+     * the maximum task size is
      *   100KB.
      * 
*/ @@ -1162,20 +1171,23 @@ public void deleteTask( *
      * Forces a task to run now.
      * When this method is called, Cloud Tasks will dispatch the task, even if
-     * the task is already running, the queue has reached its [RateLimits][google.cloud.tasks.v2beta3.RateLimits] or
-     * is [PAUSED][google.cloud.tasks.v2beta3.Queue.State.PAUSED].
+     * the task is already running, the queue has reached its
+     * [RateLimits][google.cloud.tasks.v2beta3.RateLimits] or is
+     * [PAUSED][google.cloud.tasks.v2beta3.Queue.State.PAUSED].
      * This command is meant to be used for manual debugging. For
-     * example, [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask] can be used to retry a failed
-     * task after a fix has been made or to manually force a task to be
-     * dispatched now.
+     * example, [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask] can be
+     * used to retry a failed task after a fix has been made or to manually force
+     * a task to be dispatched now.
      * The dispatched task is returned. That is, the task that is returned
      * contains the [status][Task.status] after the task is dispatched but
      * before the task is received by its target.
      * If Cloud Tasks receives a successful response from the task's
      * target, then the task will be deleted; otherwise the task's
-     * [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] will be reset to the time that
-     * [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask] was called plus the retry delay specified
-     * in the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig].
+     * [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] will be
+     * reset to the time that
+     * [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask] was called plus
+     * the retry delay specified in the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig].
      * [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask] returns
      * [NOT_FOUND][google.rpc.Code.NOT_FOUND] when it is called on a
      * task that has already succeeded or permanently failed.
@@ -1354,13 +1366,14 @@ public void getQueue(
      * 
      * Creates a queue.
      * Queues created with this method allow tasks to live for a maximum of 31
-     * days. After a task is 31 days old, the task will be deleted regardless of whether
-     * it was dispatched or not.
+     * days. After a task is 31 days old, the task will be deleted regardless of
+     * whether it was dispatched or not.
      * WARNING: Using this method may have unintended side effects if you are
      * using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
      * Read
-     * [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
-     * before using this method.
+     * [Overview of Queue Management and
+     * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
+     * this method.
      * 
*/ public void createQueue( @@ -1380,13 +1393,14 @@ public void createQueue( * This method creates the queue if it does not exist and updates * the queue if it does exist. * Queues created with this method allow tasks to live for a maximum of 31 - * days. After a task is 31 days old, the task will be deleted regardless of whether - * it was dispatched or not. + * days. After a task is 31 days old, the task will be deleted regardless of + * whether it was dispatched or not. * WARNING: Using this method may have unintended side effects if you are * using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. * Read - * [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) - * before using this method. + * [Overview of Queue Management and + * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using + * this method. *
*/ public void updateQueue( @@ -1409,8 +1423,9 @@ public void updateQueue( * WARNING: Using this method may have unintended side effects if you are * using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. * Read - * [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) - * before using this method. + * [Overview of Queue Management and + * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using + * this method. *
*/ public void deleteQueue( @@ -1448,9 +1463,10 @@ public void purgeQueue( * Pauses the queue. * If a queue is paused then the system will stop dispatching tasks * until the queue is resumed via - * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue]. Tasks can still be added - * when the queue is paused. A queue is paused if its - * [state][google.cloud.tasks.v2beta3.Queue.state] is [PAUSED][google.cloud.tasks.v2beta3.Queue.State.PAUSED]. + * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue]. Tasks can + * still be added when the queue is paused. A queue is paused if its + * [state][google.cloud.tasks.v2beta3.Queue.state] is + * [PAUSED][google.cloud.tasks.v2beta3.Queue.State.PAUSED]. *
*/ public void pauseQueue( @@ -1469,13 +1485,16 @@ public void pauseQueue( * Resume a queue. * This method resumes a queue after it has been * [PAUSED][google.cloud.tasks.v2beta3.Queue.State.PAUSED] or - * [DISABLED][google.cloud.tasks.v2beta3.Queue.State.DISABLED]. The state of a queue is stored - * in the queue's [state][google.cloud.tasks.v2beta3.Queue.state]; after calling this method it - * will be set to [RUNNING][google.cloud.tasks.v2beta3.Queue.State.RUNNING]. + * [DISABLED][google.cloud.tasks.v2beta3.Queue.State.DISABLED]. The state of a + * queue is stored in the queue's + * [state][google.cloud.tasks.v2beta3.Queue.state]; after calling this method + * it will be set to + * [RUNNING][google.cloud.tasks.v2beta3.Queue.State.RUNNING]. * WARNING: Resuming many high-QPS queues at the same time can * lead to target overloading. If you are resuming high-QPS * queues, follow the 500/50/5 pattern described in - * [Managing Cloud Tasks Scaling Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling). + * [Managing Cloud Tasks Scaling + * Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling). *
*/ public void resumeQueue( @@ -1491,9 +1510,9 @@ public void resumeQueue( * * *
-     * Gets the access control policy for a [Queue][google.cloud.tasks.v2beta3.Queue].
-     * Returns an empty policy if the resource exists and does not have a policy
-     * set.
+     * Gets the access control policy for a
+     * [Queue][google.cloud.tasks.v2beta3.Queue]. Returns an empty policy if the
+     * resource exists and does not have a policy set.
      * Authorization requires the following
      * [Google IAM](https://cloud.google.com/iam) permission on the specified
      * resource parent:
@@ -1513,8 +1532,8 @@ public void getIamPolicy(
      *
      *
      * 
-     * Sets the access control policy for a [Queue][google.cloud.tasks.v2beta3.Queue]. Replaces any existing
-     * policy.
+     * Sets the access control policy for a
+     * [Queue][google.cloud.tasks.v2beta3.Queue]. Replaces any existing policy.
      * Note: The Cloud Console does not check queue-level IAM permissions yet.
      * Project-level permissions are required to use the Cloud Console.
      * Authorization requires the following
@@ -1536,9 +1555,10 @@ public void setIamPolicy(
      *
      *
      * 
-     * Returns permissions that a caller has on a [Queue][google.cloud.tasks.v2beta3.Queue].
-     * If the resource does not exist, this will return an empty set of
-     * permissions, not a [NOT_FOUND][google.rpc.Code.NOT_FOUND] error.
+     * Returns permissions that a caller has on a
+     * [Queue][google.cloud.tasks.v2beta3.Queue]. If the resource does not exist,
+     * this will return an empty set of permissions, not a
+     * [NOT_FOUND][google.rpc.Code.NOT_FOUND] error.
      * Note: This operation is designed to be used for building permission-aware
      * UIs and command-line tools, not for authorization checking. This operation
      * may "fail open" without warning.
@@ -1559,10 +1579,10 @@ public void testIamPermissions(
      *
      * 
      * Lists the tasks in a queue.
-     * By default, only the [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC] view is retrieved
-     * due to performance considerations;
-     * [response_view][google.cloud.tasks.v2beta3.ListTasksRequest.response_view] controls the
-     * subset of information which is returned.
+     * By default, only the [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]
+     * view is retrieved due to performance considerations;
+     * [response_view][google.cloud.tasks.v2beta3.ListTasksRequest.response_view]
+     * controls the subset of information which is returned.
      * The tasks may be returned in any order. The ordering may change at any
      * time.
      * 
@@ -1599,7 +1619,8 @@ public void getTask( *
      * Creates a task and adds it to a queue.
      * Tasks cannot be updated after creation; there is no UpdateTask command.
-     * * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue], the maximum task size is
+     * * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue],
+     * the maximum task size is
      *   100KB.
      * 
*/ @@ -1637,20 +1658,23 @@ public void deleteTask( *
      * Forces a task to run now.
      * When this method is called, Cloud Tasks will dispatch the task, even if
-     * the task is already running, the queue has reached its [RateLimits][google.cloud.tasks.v2beta3.RateLimits] or
-     * is [PAUSED][google.cloud.tasks.v2beta3.Queue.State.PAUSED].
+     * the task is already running, the queue has reached its
+     * [RateLimits][google.cloud.tasks.v2beta3.RateLimits] or is
+     * [PAUSED][google.cloud.tasks.v2beta3.Queue.State.PAUSED].
      * This command is meant to be used for manual debugging. For
-     * example, [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask] can be used to retry a failed
-     * task after a fix has been made or to manually force a task to be
-     * dispatched now.
+     * example, [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask] can be
+     * used to retry a failed task after a fix has been made or to manually force
+     * a task to be dispatched now.
      * The dispatched task is returned. That is, the task that is returned
      * contains the [status][Task.status] after the task is dispatched but
      * before the task is received by its target.
      * If Cloud Tasks receives a successful response from the task's
      * target, then the task will be deleted; otherwise the task's
-     * [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] will be reset to the time that
-     * [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask] was called plus the retry delay specified
-     * in the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig].
+     * [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] will be
+     * reset to the time that
+     * [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask] was called plus
+     * the retry delay specified in the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig].
      * [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask] returns
      * [NOT_FOUND][google.rpc.Code.NOT_FOUND] when it is called on a
      * task that has already succeeded or permanently failed.
@@ -1722,13 +1746,14 @@ public com.google.cloud.tasks.v2beta3.Queue getQueue(
      * 
      * Creates a queue.
      * Queues created with this method allow tasks to live for a maximum of 31
-     * days. After a task is 31 days old, the task will be deleted regardless of whether
-     * it was dispatched or not.
+     * days. After a task is 31 days old, the task will be deleted regardless of
+     * whether it was dispatched or not.
      * WARNING: Using this method may have unintended side effects if you are
      * using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
      * Read
-     * [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
-     * before using this method.
+     * [Overview of Queue Management and
+     * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
+     * this method.
      * 
*/ public com.google.cloud.tasks.v2beta3.Queue createQueue( @@ -1745,13 +1770,14 @@ public com.google.cloud.tasks.v2beta3.Queue createQueue( * This method creates the queue if it does not exist and updates * the queue if it does exist. * Queues created with this method allow tasks to live for a maximum of 31 - * days. After a task is 31 days old, the task will be deleted regardless of whether - * it was dispatched or not. + * days. After a task is 31 days old, the task will be deleted regardless of + * whether it was dispatched or not. * WARNING: Using this method may have unintended side effects if you are * using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. * Read - * [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) - * before using this method. + * [Overview of Queue Management and + * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using + * this method. *
*/ public com.google.cloud.tasks.v2beta3.Queue updateQueue( @@ -1771,8 +1797,9 @@ public com.google.cloud.tasks.v2beta3.Queue updateQueue( * WARNING: Using this method may have unintended side effects if you are * using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. * Read - * [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) - * before using this method. + * [Overview of Queue Management and + * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using + * this method. *
*/ public com.google.protobuf.Empty deleteQueue( @@ -1804,9 +1831,10 @@ public com.google.cloud.tasks.v2beta3.Queue purgeQueue( * Pauses the queue. * If a queue is paused then the system will stop dispatching tasks * until the queue is resumed via - * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue]. Tasks can still be added - * when the queue is paused. A queue is paused if its - * [state][google.cloud.tasks.v2beta3.Queue.state] is [PAUSED][google.cloud.tasks.v2beta3.Queue.State.PAUSED]. + * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue]. Tasks can + * still be added when the queue is paused. A queue is paused if its + * [state][google.cloud.tasks.v2beta3.Queue.state] is + * [PAUSED][google.cloud.tasks.v2beta3.Queue.State.PAUSED]. *
*/ public com.google.cloud.tasks.v2beta3.Queue pauseQueue( @@ -1822,13 +1850,16 @@ public com.google.cloud.tasks.v2beta3.Queue pauseQueue( * Resume a queue. * This method resumes a queue after it has been * [PAUSED][google.cloud.tasks.v2beta3.Queue.State.PAUSED] or - * [DISABLED][google.cloud.tasks.v2beta3.Queue.State.DISABLED]. The state of a queue is stored - * in the queue's [state][google.cloud.tasks.v2beta3.Queue.state]; after calling this method it - * will be set to [RUNNING][google.cloud.tasks.v2beta3.Queue.State.RUNNING]. + * [DISABLED][google.cloud.tasks.v2beta3.Queue.State.DISABLED]. The state of a + * queue is stored in the queue's + * [state][google.cloud.tasks.v2beta3.Queue.state]; after calling this method + * it will be set to + * [RUNNING][google.cloud.tasks.v2beta3.Queue.State.RUNNING]. * WARNING: Resuming many high-QPS queues at the same time can * lead to target overloading. If you are resuming high-QPS * queues, follow the 500/50/5 pattern described in - * [Managing Cloud Tasks Scaling Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling). + * [Managing Cloud Tasks Scaling + * Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling). *
*/ public com.google.cloud.tasks.v2beta3.Queue resumeQueue( @@ -1841,9 +1872,9 @@ public com.google.cloud.tasks.v2beta3.Queue resumeQueue( * * *
-     * Gets the access control policy for a [Queue][google.cloud.tasks.v2beta3.Queue].
-     * Returns an empty policy if the resource exists and does not have a policy
-     * set.
+     * Gets the access control policy for a
+     * [Queue][google.cloud.tasks.v2beta3.Queue]. Returns an empty policy if the
+     * resource exists and does not have a policy set.
      * Authorization requires the following
      * [Google IAM](https://cloud.google.com/iam) permission on the specified
      * resource parent:
@@ -1859,8 +1890,8 @@ public com.google.iam.v1.Policy getIamPolicy(com.google.iam.v1.GetIamPolicyReque
      *
      *
      * 
-     * Sets the access control policy for a [Queue][google.cloud.tasks.v2beta3.Queue]. Replaces any existing
-     * policy.
+     * Sets the access control policy for a
+     * [Queue][google.cloud.tasks.v2beta3.Queue]. Replaces any existing policy.
      * Note: The Cloud Console does not check queue-level IAM permissions yet.
      * Project-level permissions are required to use the Cloud Console.
      * Authorization requires the following
@@ -1878,9 +1909,10 @@ public com.google.iam.v1.Policy setIamPolicy(com.google.iam.v1.SetIamPolicyReque
      *
      *
      * 
-     * Returns permissions that a caller has on a [Queue][google.cloud.tasks.v2beta3.Queue].
-     * If the resource does not exist, this will return an empty set of
-     * permissions, not a [NOT_FOUND][google.rpc.Code.NOT_FOUND] error.
+     * Returns permissions that a caller has on a
+     * [Queue][google.cloud.tasks.v2beta3.Queue]. If the resource does not exist,
+     * this will return an empty set of permissions, not a
+     * [NOT_FOUND][google.rpc.Code.NOT_FOUND] error.
      * Note: This operation is designed to be used for building permission-aware
      * UIs and command-line tools, not for authorization checking. This operation
      * may "fail open" without warning.
@@ -1897,10 +1929,10 @@ public com.google.iam.v1.TestIamPermissionsResponse testIamPermissions(
      *
      * 
      * Lists the tasks in a queue.
-     * By default, only the [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC] view is retrieved
-     * due to performance considerations;
-     * [response_view][google.cloud.tasks.v2beta3.ListTasksRequest.response_view] controls the
-     * subset of information which is returned.
+     * By default, only the [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]
+     * view is retrieved due to performance considerations;
+     * [response_view][google.cloud.tasks.v2beta3.ListTasksRequest.response_view]
+     * controls the subset of information which is returned.
      * The tasks may be returned in any order. The ordering may change at any
      * time.
      * 
@@ -1928,7 +1960,8 @@ public com.google.cloud.tasks.v2beta3.Task getTask( *
      * Creates a task and adds it to a queue.
      * Tasks cannot be updated after creation; there is no UpdateTask command.
-     * * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue], the maximum task size is
+     * * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue],
+     * the maximum task size is
      *   100KB.
      * 
*/ @@ -1960,20 +1993,23 @@ public com.google.protobuf.Empty deleteTask( *
      * Forces a task to run now.
      * When this method is called, Cloud Tasks will dispatch the task, even if
-     * the task is already running, the queue has reached its [RateLimits][google.cloud.tasks.v2beta3.RateLimits] or
-     * is [PAUSED][google.cloud.tasks.v2beta3.Queue.State.PAUSED].
+     * the task is already running, the queue has reached its
+     * [RateLimits][google.cloud.tasks.v2beta3.RateLimits] or is
+     * [PAUSED][google.cloud.tasks.v2beta3.Queue.State.PAUSED].
      * This command is meant to be used for manual debugging. For
-     * example, [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask] can be used to retry a failed
-     * task after a fix has been made or to manually force a task to be
-     * dispatched now.
+     * example, [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask] can be
+     * used to retry a failed task after a fix has been made or to manually force
+     * a task to be dispatched now.
      * The dispatched task is returned. That is, the task that is returned
      * contains the [status][Task.status] after the task is dispatched but
      * before the task is received by its target.
      * If Cloud Tasks receives a successful response from the task's
      * target, then the task will be deleted; otherwise the task's
-     * [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] will be reset to the time that
-     * [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask] was called plus the retry delay specified
-     * in the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig].
+     * [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] will be
+     * reset to the time that
+     * [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask] was called plus
+     * the retry delay specified in the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig].
      * [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask] returns
      * [NOT_FOUND][google.rpc.Code.NOT_FOUND] when it is called on a
      * task that has already succeeded or permanently failed.
@@ -2042,13 +2078,14 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
      * 
      * Creates a queue.
      * Queues created with this method allow tasks to live for a maximum of 31
-     * days. After a task is 31 days old, the task will be deleted regardless of whether
-     * it was dispatched or not.
+     * days. After a task is 31 days old, the task will be deleted regardless of
+     * whether it was dispatched or not.
      * WARNING: Using this method may have unintended side effects if you are
      * using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
      * Read
-     * [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
-     * before using this method.
+     * [Overview of Queue Management and
+     * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
+     * this method.
      * 
*/ public com.google.common.util.concurrent.ListenableFuture @@ -2065,13 +2102,14 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption * This method creates the queue if it does not exist and updates * the queue if it does exist. * Queues created with this method allow tasks to live for a maximum of 31 - * days. After a task is 31 days old, the task will be deleted regardless of whether - * it was dispatched or not. + * days. After a task is 31 days old, the task will be deleted regardless of + * whether it was dispatched or not. * WARNING: Using this method may have unintended side effects if you are * using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. * Read - * [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) - * before using this method. + * [Overview of Queue Management and + * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using + * this method. *
*/ public com.google.common.util.concurrent.ListenableFuture @@ -2091,8 +2129,9 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption * WARNING: Using this method may have unintended side effects if you are * using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. * Read - * [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) - * before using this method. + * [Overview of Queue Management and + * queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using + * this method. *
*/ public com.google.common.util.concurrent.ListenableFuture @@ -2124,9 +2163,10 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption * Pauses the queue. * If a queue is paused then the system will stop dispatching tasks * until the queue is resumed via - * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue]. Tasks can still be added - * when the queue is paused. A queue is paused if its - * [state][google.cloud.tasks.v2beta3.Queue.state] is [PAUSED][google.cloud.tasks.v2beta3.Queue.State.PAUSED]. + * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue]. Tasks can + * still be added when the queue is paused. A queue is paused if its + * [state][google.cloud.tasks.v2beta3.Queue.state] is + * [PAUSED][google.cloud.tasks.v2beta3.Queue.State.PAUSED]. *
*/ public com.google.common.util.concurrent.ListenableFuture @@ -2142,13 +2182,16 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption * Resume a queue. * This method resumes a queue after it has been * [PAUSED][google.cloud.tasks.v2beta3.Queue.State.PAUSED] or - * [DISABLED][google.cloud.tasks.v2beta3.Queue.State.DISABLED]. The state of a queue is stored - * in the queue's [state][google.cloud.tasks.v2beta3.Queue.state]; after calling this method it - * will be set to [RUNNING][google.cloud.tasks.v2beta3.Queue.State.RUNNING]. + * [DISABLED][google.cloud.tasks.v2beta3.Queue.State.DISABLED]. The state of a + * queue is stored in the queue's + * [state][google.cloud.tasks.v2beta3.Queue.state]; after calling this method + * it will be set to + * [RUNNING][google.cloud.tasks.v2beta3.Queue.State.RUNNING]. * WARNING: Resuming many high-QPS queues at the same time can * lead to target overloading. If you are resuming high-QPS * queues, follow the 500/50/5 pattern described in - * [Managing Cloud Tasks Scaling Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling). + * [Managing Cloud Tasks Scaling + * Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling). *
*/ public com.google.common.util.concurrent.ListenableFuture @@ -2161,9 +2204,9 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption * * *
-     * Gets the access control policy for a [Queue][google.cloud.tasks.v2beta3.Queue].
-     * Returns an empty policy if the resource exists and does not have a policy
-     * set.
+     * Gets the access control policy for a
+     * [Queue][google.cloud.tasks.v2beta3.Queue]. Returns an empty policy if the
+     * resource exists and does not have a policy set.
      * Authorization requires the following
      * [Google IAM](https://cloud.google.com/iam) permission on the specified
      * resource parent:
@@ -2180,8 +2223,8 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
      *
      *
      * 
-     * Sets the access control policy for a [Queue][google.cloud.tasks.v2beta3.Queue]. Replaces any existing
-     * policy.
+     * Sets the access control policy for a
+     * [Queue][google.cloud.tasks.v2beta3.Queue]. Replaces any existing policy.
      * Note: The Cloud Console does not check queue-level IAM permissions yet.
      * Project-level permissions are required to use the Cloud Console.
      * Authorization requires the following
@@ -2200,9 +2243,10 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
      *
      *
      * 
-     * Returns permissions that a caller has on a [Queue][google.cloud.tasks.v2beta3.Queue].
-     * If the resource does not exist, this will return an empty set of
-     * permissions, not a [NOT_FOUND][google.rpc.Code.NOT_FOUND] error.
+     * Returns permissions that a caller has on a
+     * [Queue][google.cloud.tasks.v2beta3.Queue]. If the resource does not exist,
+     * this will return an empty set of permissions, not a
+     * [NOT_FOUND][google.rpc.Code.NOT_FOUND] error.
      * Note: This operation is designed to be used for building permission-aware
      * UIs and command-line tools, not for authorization checking. This operation
      * may "fail open" without warning.
@@ -2220,10 +2264,10 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
      *
      * 
      * Lists the tasks in a queue.
-     * By default, only the [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC] view is retrieved
-     * due to performance considerations;
-     * [response_view][google.cloud.tasks.v2beta3.ListTasksRequest.response_view] controls the
-     * subset of information which is returned.
+     * By default, only the [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]
+     * view is retrieved due to performance considerations;
+     * [response_view][google.cloud.tasks.v2beta3.ListTasksRequest.response_view]
+     * controls the subset of information which is returned.
      * The tasks may be returned in any order. The ordering may change at any
      * time.
      * 
@@ -2254,7 +2298,8 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption *
      * Creates a task and adds it to a queue.
      * Tasks cannot be updated after creation; there is no UpdateTask command.
-     * * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue], the maximum task size is
+     * * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue],
+     * the maximum task size is
      *   100KB.
      * 
*/ @@ -2286,20 +2331,23 @@ public com.google.common.util.concurrent.ListenableFuture * Forces a task to run now. * When this method is called, Cloud Tasks will dispatch the task, even if - * the task is already running, the queue has reached its [RateLimits][google.cloud.tasks.v2beta3.RateLimits] or - * is [PAUSED][google.cloud.tasks.v2beta3.Queue.State.PAUSED]. + * the task is already running, the queue has reached its + * [RateLimits][google.cloud.tasks.v2beta3.RateLimits] or is + * [PAUSED][google.cloud.tasks.v2beta3.Queue.State.PAUSED]. * This command is meant to be used for manual debugging. For - * example, [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask] can be used to retry a failed - * task after a fix has been made or to manually force a task to be - * dispatched now. + * example, [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask] can be + * used to retry a failed task after a fix has been made or to manually force + * a task to be dispatched now. * The dispatched task is returned. That is, the task that is returned * contains the [status][Task.status] after the task is dispatched but * before the task is received by its target. * If Cloud Tasks receives a successful response from the task's * target, then the task will be deleted; otherwise the task's - * [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] will be reset to the time that - * [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask] was called plus the retry delay specified - * in the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. + * [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] will be + * reset to the time that + * [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask] was called plus + * the retry delay specified in the queue's + * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. * [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask] returns * [NOT_FOUND][google.rpc.Code.NOT_FOUND] when it is called on a * task that has already succeeded or permanently failed. diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AcknowledgeTaskRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AcknowledgeTaskRequest.java index 50c23d5194cb..e417b354e071 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AcknowledgeTaskRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AcknowledgeTaskRequest.java @@ -164,8 +164,8 @@ public com.google.protobuf.ByteString getNameBytes() { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. *
* * .google.protobuf.Timestamp schedule_time = 2; @@ -181,8 +181,8 @@ public boolean hasScheduleTime() { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. *
* * .google.protobuf.Timestamp schedule_time = 2; @@ -200,8 +200,8 @@ public com.google.protobuf.Timestamp getScheduleTime() { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. *
* * .google.protobuf.Timestamp schedule_time = 2; @@ -677,8 +677,8 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -694,8 +694,8 @@ public boolean hasScheduleTime() { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -717,8 +717,8 @@ public com.google.protobuf.Timestamp getScheduleTime() { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -744,8 +744,8 @@ public Builder setScheduleTime(com.google.protobuf.Timestamp value) { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -768,8 +768,8 @@ public Builder setScheduleTime(com.google.protobuf.Timestamp.Builder builderForV * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -799,8 +799,8 @@ public Builder mergeScheduleTime(com.google.protobuf.Timestamp value) { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -824,8 +824,8 @@ public Builder clearScheduleTime() { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -843,8 +843,8 @@ public com.google.protobuf.Timestamp.Builder getScheduleTimeBuilder() { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -866,8 +866,8 @@ public com.google.protobuf.TimestampOrBuilder getScheduleTimeOrBuilder() { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AcknowledgeTaskRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AcknowledgeTaskRequestOrBuilder.java index 0b0362a02867..fa994cb816e9 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AcknowledgeTaskRequestOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AcknowledgeTaskRequestOrBuilder.java @@ -41,8 +41,8 @@ public interface AcknowledgeTaskRequestOrBuilder * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -56,8 +56,8 @@ public interface AcknowledgeTaskRequestOrBuilder * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -71,8 +71,8 @@ public interface AcknowledgeTaskRequestOrBuilder * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AppEngineHttpRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AppEngineHttpRequest.java index 8102910fe618..3a09ed6dd657 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AppEngineHttpRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AppEngineHttpRequest.java @@ -11,24 +11,30 @@ * The message defines the HTTP request that is sent to an App Engine app when * the task is dispatched. * This proto can only be used for tasks in a queue which has - * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target] set. - * Using [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] requires + * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target] + * set. + * Using [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] + * requires * [`appengine.applications.get`](https://cloud.google.com/appengine/docs/admin-api/access-control) * Google IAM permission for the project * and the following scope: * `https://www.googleapis.com/auth/cloud-platform` * The task will be delivered to the App Engine app which belongs to the same * project as the queue. For more information, see - * [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * [How Requests are + * Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) * and how routing is affected by - * [dispatch files](https://cloud.google.com/appengine/docs/python/config/dispatchref). - * The [AppEngineRouting][google.cloud.tasks.v2beta2.AppEngineRouting] used to construct the URL that the task is - * delivered to can be set at the queue-level or task-level: + * [dispatch + * files](https://cloud.google.com/appengine/docs/python/config/dispatchref). + * The [AppEngineRouting][google.cloud.tasks.v2beta2.AppEngineRouting] used to + * construct the URL that the task is delivered to can be set at the queue-level + * or task-level: * * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta2.AppEngineHttpTarget.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting * is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. * The `url` that the task will be sent to is: * * `url =` [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] `+` * [relative_url][google.cloud.tasks.v2beta2.AppEngineHttpRequest.relative_url] @@ -188,10 +194,12 @@ protected com.google.protobuf.MapField internalGetMapField(int number) { * The app's request handler for the task's target URL must be able to handle * HTTP requests with this http_method, otherwise the task attempt will fail * with error code 405 (Method Not Allowed). See - * [Writing a push task request handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) + * [Writing a push task request + * handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) * and the documentation for the request handlers in the language your app is * written in e.g. - * [Python Request Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). + * [Python Request + * Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). * * * .google.cloud.tasks.v2beta2.HttpMethod http_method = 1; @@ -207,10 +215,12 @@ public int getHttpMethodValue() { * The app's request handler for the task's target URL must be able to handle * HTTP requests with this http_method, otherwise the task attempt will fail * with error code 405 (Method Not Allowed). See - * [Writing a push task request handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) + * [Writing a push task request + * handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) * and the documentation for the request handlers in the language your app is * written in e.g. - * [Python Request Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). + * [Python Request + * Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). * * * .google.cloud.tasks.v2beta2.HttpMethod http_method = 1; @@ -232,7 +242,8 @@ public com.google.cloud.tasks.v2beta2.HttpMethod getHttpMethod() { * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta2.AppEngineHttpTarget.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing = 2; @@ -248,7 +259,8 @@ public boolean hasAppEngineRouting() { * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta2.AppEngineHttpTarget.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing = 2; @@ -266,7 +278,8 @@ public com.google.cloud.tasks.v2beta2.AppEngineRouting getAppEngineRouting() { * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta2.AppEngineHttpTarget.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing = 2; @@ -366,7 +379,8 @@ public int getHeadersCount() { * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud + * If the task has a + * [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud * Tasks sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly @@ -381,12 +395,15 @@ public int getHeadersCount() { * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta2.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta2.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -417,7 +434,8 @@ public java.util.Map getHeaders() { * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud + * If the task has a + * [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud * Tasks sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly @@ -432,12 +450,15 @@ public java.util.Map getHeaders() { * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta2.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta2.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -460,7 +481,8 @@ public java.util.Map getHeadersMap() { * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud + * If the task has a + * [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud * Tasks sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly @@ -475,12 +497,15 @@ public java.util.Map getHeadersMap() { * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta2.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta2.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -507,7 +532,8 @@ public java.lang.String getHeadersOrDefault(java.lang.String key, java.lang.Stri * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud + * If the task has a + * [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud * Tasks sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly @@ -522,12 +548,15 @@ public java.lang.String getHeadersOrDefault(java.lang.String key, java.lang.Stri * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta2.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta2.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -781,24 +810,30 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * The message defines the HTTP request that is sent to an App Engine app when * the task is dispatched. * This proto can only be used for tasks in a queue which has - * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target] set. - * Using [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] requires + * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target] + * set. + * Using [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] + * requires * [`appengine.applications.get`](https://cloud.google.com/appengine/docs/admin-api/access-control) * Google IAM permission for the project * and the following scope: * `https://www.googleapis.com/auth/cloud-platform` * The task will be delivered to the App Engine app which belongs to the same * project as the queue. For more information, see - * [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * [How Requests are + * Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) * and how routing is affected by - * [dispatch files](https://cloud.google.com/appengine/docs/python/config/dispatchref). - * The [AppEngineRouting][google.cloud.tasks.v2beta2.AppEngineRouting] used to construct the URL that the task is - * delivered to can be set at the queue-level or task-level: + * [dispatch + * files](https://cloud.google.com/appengine/docs/python/config/dispatchref). + * The [AppEngineRouting][google.cloud.tasks.v2beta2.AppEngineRouting] used to + * construct the URL that the task is delivered to can be set at the queue-level + * or task-level: * * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta2.AppEngineHttpTarget.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting * is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. * The `url` that the task will be sent to is: * * `url =` [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] `+` * [relative_url][google.cloud.tasks.v2beta2.AppEngineHttpRequest.relative_url] @@ -1027,10 +1062,12 @@ public Builder mergeFrom( * The app's request handler for the task's target URL must be able to handle * HTTP requests with this http_method, otherwise the task attempt will fail * with error code 405 (Method Not Allowed). See - * [Writing a push task request handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) + * [Writing a push task request + * handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) * and the documentation for the request handlers in the language your app is * written in e.g. - * [Python Request Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). + * [Python Request + * Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). * * * .google.cloud.tasks.v2beta2.HttpMethod http_method = 1; @@ -1046,10 +1083,12 @@ public int getHttpMethodValue() { * The app's request handler for the task's target URL must be able to handle * HTTP requests with this http_method, otherwise the task attempt will fail * with error code 405 (Method Not Allowed). See - * [Writing a push task request handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) + * [Writing a push task request + * handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) * and the documentation for the request handlers in the language your app is * written in e.g. - * [Python Request Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). + * [Python Request + * Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). * * * .google.cloud.tasks.v2beta2.HttpMethod http_method = 1; @@ -1067,10 +1106,12 @@ public Builder setHttpMethodValue(int value) { * The app's request handler for the task's target URL must be able to handle * HTTP requests with this http_method, otherwise the task attempt will fail * with error code 405 (Method Not Allowed). See - * [Writing a push task request handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) + * [Writing a push task request + * handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) * and the documentation for the request handlers in the language your app is * written in e.g. - * [Python Request Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). + * [Python Request + * Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). * * * .google.cloud.tasks.v2beta2.HttpMethod http_method = 1; @@ -1089,10 +1130,12 @@ public com.google.cloud.tasks.v2beta2.HttpMethod getHttpMethod() { * The app's request handler for the task's target URL must be able to handle * HTTP requests with this http_method, otherwise the task attempt will fail * with error code 405 (Method Not Allowed). See - * [Writing a push task request handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) + * [Writing a push task request + * handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) * and the documentation for the request handlers in the language your app is * written in e.g. - * [Python Request Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). + * [Python Request + * Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). * * * .google.cloud.tasks.v2beta2.HttpMethod http_method = 1; @@ -1114,10 +1157,12 @@ public Builder setHttpMethod(com.google.cloud.tasks.v2beta2.HttpMethod value) { * The app's request handler for the task's target URL must be able to handle * HTTP requests with this http_method, otherwise the task attempt will fail * with error code 405 (Method Not Allowed). See - * [Writing a push task request handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) + * [Writing a push task request + * handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) * and the documentation for the request handlers in the language your app is * written in e.g. - * [Python Request Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). + * [Python Request + * Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). * * * .google.cloud.tasks.v2beta2.HttpMethod http_method = 1; @@ -1143,7 +1188,8 @@ public Builder clearHttpMethod() { * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta2.AppEngineHttpTarget.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing = 2; @@ -1159,7 +1205,8 @@ public boolean hasAppEngineRouting() { * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta2.AppEngineHttpTarget.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing = 2; @@ -1181,7 +1228,8 @@ public com.google.cloud.tasks.v2beta2.AppEngineRouting getAppEngineRouting() { * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta2.AppEngineHttpTarget.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing = 2; @@ -1207,7 +1255,8 @@ public Builder setAppEngineRouting(com.google.cloud.tasks.v2beta2.AppEngineRouti * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta2.AppEngineHttpTarget.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing = 2; @@ -1231,7 +1280,8 @@ public Builder setAppEngineRouting( * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta2.AppEngineHttpTarget.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing = 2; @@ -1261,7 +1311,8 @@ public Builder mergeAppEngineRouting(com.google.cloud.tasks.v2beta2.AppEngineRou * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta2.AppEngineHttpTarget.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing = 2; @@ -1285,7 +1336,8 @@ public Builder clearAppEngineRouting() { * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta2.AppEngineHttpTarget.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing = 2; @@ -1303,7 +1355,8 @@ public com.google.cloud.tasks.v2beta2.AppEngineRouting.Builder getAppEngineRouti * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta2.AppEngineHttpTarget.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing = 2; @@ -1325,7 +1378,8 @@ public com.google.cloud.tasks.v2beta2.AppEngineRoutingOrBuilder getAppEngineRout * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta2.AppEngineHttpTarget.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing = 2; @@ -1501,7 +1555,8 @@ public int getHeadersCount() { * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud + * If the task has a + * [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud * Tasks sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly @@ -1516,12 +1571,15 @@ public int getHeadersCount() { * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta2.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta2.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -1552,7 +1610,8 @@ public java.util.Map getHeaders() { * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud + * If the task has a + * [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud * Tasks sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly @@ -1567,12 +1626,15 @@ public java.util.Map getHeaders() { * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta2.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta2.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -1595,7 +1657,8 @@ public java.util.Map getHeadersMap() { * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud + * If the task has a + * [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud * Tasks sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly @@ -1610,12 +1673,15 @@ public java.util.Map getHeadersMap() { * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta2.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta2.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -1643,7 +1709,8 @@ public java.lang.String getHeadersOrDefault( * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud + * If the task has a + * [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud * Tasks sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly @@ -1658,12 +1725,15 @@ public java.lang.String getHeadersOrDefault( * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta2.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta2.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -1698,7 +1768,8 @@ public Builder clearHeaders() { * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud + * If the task has a + * [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud * Tasks sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly @@ -1713,12 +1784,15 @@ public Builder clearHeaders() { * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta2.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta2.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -1750,7 +1824,8 @@ public java.util.Map getMutableHeaders() { * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud + * If the task has a + * [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud * Tasks sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly @@ -1765,12 +1840,15 @@ public java.util.Map getMutableHeaders() { * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta2.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta2.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -1800,7 +1878,8 @@ public Builder putHeaders(java.lang.String key, java.lang.String value) { * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud + * If the task has a + * [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud * Tasks sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly @@ -1815,12 +1894,15 @@ public Builder putHeaders(java.lang.String key, java.lang.String value) { * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta2.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta2.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AppEngineHttpRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AppEngineHttpRequestOrBuilder.java index d098f4ac8a9b..05ef29f3c70a 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AppEngineHttpRequestOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AppEngineHttpRequestOrBuilder.java @@ -16,10 +16,12 @@ public interface AppEngineHttpRequestOrBuilder * The app's request handler for the task's target URL must be able to handle * HTTP requests with this http_method, otherwise the task attempt will fail * with error code 405 (Method Not Allowed). See - * [Writing a push task request handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) + * [Writing a push task request + * handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) * and the documentation for the request handlers in the language your app is * written in e.g. - * [Python Request Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). + * [Python Request + * Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). * * * .google.cloud.tasks.v2beta2.HttpMethod http_method = 1; @@ -33,10 +35,12 @@ public interface AppEngineHttpRequestOrBuilder * The app's request handler for the task's target URL must be able to handle * HTTP requests with this http_method, otherwise the task attempt will fail * with error code 405 (Method Not Allowed). See - * [Writing a push task request handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) + * [Writing a push task request + * handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) * and the documentation for the request handlers in the language your app is * written in e.g. - * [Python Request Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). + * [Python Request + * Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). * * * .google.cloud.tasks.v2beta2.HttpMethod http_method = 1; @@ -51,7 +55,8 @@ public interface AppEngineHttpRequestOrBuilder * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta2.AppEngineHttpTarget.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing = 2; @@ -65,7 +70,8 @@ public interface AppEngineHttpRequestOrBuilder * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta2.AppEngineHttpTarget.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing = 2; @@ -79,7 +85,8 @@ public interface AppEngineHttpRequestOrBuilder * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta2.AppEngineHttpTarget.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing = 2; @@ -130,7 +137,8 @@ public interface AppEngineHttpRequestOrBuilder * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud + * If the task has a + * [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud * Tasks sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly @@ -145,12 +153,15 @@ public interface AppEngineHttpRequestOrBuilder * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta2.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta2.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -171,7 +182,8 @@ public interface AppEngineHttpRequestOrBuilder * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud + * If the task has a + * [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud * Tasks sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly @@ -186,12 +198,15 @@ public interface AppEngineHttpRequestOrBuilder * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta2.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta2.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -215,7 +230,8 @@ public interface AppEngineHttpRequestOrBuilder * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud + * If the task has a + * [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud * Tasks sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly @@ -230,12 +246,15 @@ public interface AppEngineHttpRequestOrBuilder * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta2.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta2.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -256,7 +275,8 @@ public interface AppEngineHttpRequestOrBuilder * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud + * If the task has a + * [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud * Tasks sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly @@ -271,12 +291,15 @@ public interface AppEngineHttpRequestOrBuilder * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta2.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta2.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -297,7 +320,8 @@ public interface AppEngineHttpRequestOrBuilder * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud + * If the task has a + * [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud * Tasks sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly @@ -312,12 +336,15 @@ public interface AppEngineHttpRequestOrBuilder * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta2.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta2.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AppEngineHttpTarget.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AppEngineHttpTarget.java index 5e49ba5964be..7b83eccdf284 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AppEngineHttpTarget.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AppEngineHttpTarget.java @@ -9,10 +9,14 @@ *
  * App Engine HTTP target.
  * The task will be delivered to the App Engine application hostname
- * specified by its [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget] and [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest].
- * The documentation for [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] explains how the
- * task's host URL is constructed.
- * Using [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget] requires
+ * specified by its
+ * [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget] and
+ * [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest]. The
+ * documentation for
+ * [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest]
+ * explains how the task's host URL is constructed.
+ * Using [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget]
+ * requires
  * [`appengine.applications.get`](https://cloud.google.com/appengine/docs/admin-api/access-control)
  * Google IAM permission for the project
  * and the following scope:
@@ -114,10 +118,12 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    * 
    * Overrides for the
-   * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+   * [task-level
+   * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
    * If set, `app_engine_routing_override` is used for all tasks in
    * the queue, no matter what the setting is for the
-   * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+   * [task-level
+   * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
    * 
* * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing_override = 1; @@ -130,10 +136,12 @@ public boolean hasAppEngineRoutingOverride() { * *
    * Overrides for the
-   * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+   * [task-level
+   * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
    * If set, `app_engine_routing_override` is used for all tasks in
    * the queue, no matter what the setting is for the
-   * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+   * [task-level
+   * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
    * 
* * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing_override = 1; @@ -148,10 +156,12 @@ public com.google.cloud.tasks.v2beta2.AppEngineRouting getAppEngineRoutingOverri * *
    * Overrides for the
-   * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+   * [task-level
+   * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
    * If set, `app_engine_routing_override` is used for all tasks in
    * the queue, no matter what the setting is for the
-   * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+   * [task-level
+   * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
    * 
* * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing_override = 1; @@ -334,10 +344,14 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build *
    * App Engine HTTP target.
    * The task will be delivered to the App Engine application hostname
-   * specified by its [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget] and [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest].
-   * The documentation for [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] explains how the
-   * task's host URL is constructed.
-   * Using [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget] requires
+   * specified by its
+   * [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget] and
+   * [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest]. The
+   * documentation for
+   * [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest]
+   * explains how the task's host URL is constructed.
+   * Using [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget]
+   * requires
    * [`appengine.applications.get`](https://cloud.google.com/appengine/docs/admin-api/access-control)
    * Google IAM permission for the project
    * and the following scope:
@@ -514,10 +528,12 @@ public Builder mergeFrom(
      *
      * 
      * Overrides for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
      * If set, `app_engine_routing_override` is used for all tasks in
      * the queue, no matter what the setting is for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
      * 
* * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing_override = 1; @@ -530,10 +546,12 @@ public boolean hasAppEngineRoutingOverride() { * *
      * Overrides for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
      * If set, `app_engine_routing_override` is used for all tasks in
      * the queue, no matter what the setting is for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
      * 
* * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing_override = 1; @@ -552,10 +570,12 @@ public com.google.cloud.tasks.v2beta2.AppEngineRouting getAppEngineRoutingOverri * *
      * Overrides for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
      * If set, `app_engine_routing_override` is used for all tasks in
      * the queue, no matter what the setting is for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
      * 
* * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing_override = 1; @@ -579,10 +599,12 @@ public Builder setAppEngineRoutingOverride( * *
      * Overrides for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
      * If set, `app_engine_routing_override` is used for all tasks in
      * the queue, no matter what the setting is for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
      * 
* * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing_override = 1; @@ -603,10 +625,12 @@ public Builder setAppEngineRoutingOverride( * *
      * Overrides for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
      * If set, `app_engine_routing_override` is used for all tasks in
      * the queue, no matter what the setting is for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
      * 
* * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing_override = 1; @@ -634,10 +658,12 @@ public Builder mergeAppEngineRoutingOverride( * *
      * Overrides for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
      * If set, `app_engine_routing_override` is used for all tasks in
      * the queue, no matter what the setting is for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
      * 
* * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing_override = 1; @@ -658,10 +684,12 @@ public Builder clearAppEngineRoutingOverride() { * *
      * Overrides for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
      * If set, `app_engine_routing_override` is used for all tasks in
      * the queue, no matter what the setting is for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
      * 
* * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing_override = 1; @@ -677,10 +705,12 @@ public Builder clearAppEngineRoutingOverride() { * *
      * Overrides for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
      * If set, `app_engine_routing_override` is used for all tasks in
      * the queue, no matter what the setting is for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
      * 
* * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing_override = 1; @@ -700,10 +730,12 @@ public Builder clearAppEngineRoutingOverride() { * *
      * Overrides for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
      * If set, `app_engine_routing_override` is used for all tasks in
      * the queue, no matter what the setting is for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
      * 
* * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing_override = 1; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AppEngineHttpTargetOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AppEngineHttpTargetOrBuilder.java index 4be1dfe1ed5d..b947f72a0146 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AppEngineHttpTargetOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AppEngineHttpTargetOrBuilder.java @@ -13,10 +13,12 @@ public interface AppEngineHttpTargetOrBuilder * *
    * Overrides for the
-   * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+   * [task-level
+   * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
    * If set, `app_engine_routing_override` is used for all tasks in
    * the queue, no matter what the setting is for the
-   * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+   * [task-level
+   * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
    * 
* * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing_override = 1; @@ -27,10 +29,12 @@ public interface AppEngineHttpTargetOrBuilder * *
    * Overrides for the
-   * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+   * [task-level
+   * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
    * If set, `app_engine_routing_override` is used for all tasks in
    * the queue, no matter what the setting is for the
-   * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+   * [task-level
+   * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
    * 
* * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing_override = 1; @@ -41,10 +45,12 @@ public interface AppEngineHttpTargetOrBuilder * *
    * Overrides for the
-   * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+   * [task-level
+   * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
    * If set, `app_engine_routing_override` is used for all tasks in
    * the queue, no matter what the setting is for the
-   * [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
+   * [task-level
+   * app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing].
    * 
* * .google.cloud.tasks.v2beta2.AppEngineRouting app_engine_routing_override = 1; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AppEngineRouting.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AppEngineRouting.java index 060138ec4cff..2cbdac5348b6 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AppEngineRouting.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AppEngineRouting.java @@ -9,10 +9,14 @@ *
  * App Engine Routing.
  * For more information about services, versions, and instances see
- * [An Overview of App Engine](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine),
- * [Microservices Architecture on Google App Engine](https://cloud.google.com/appengine/docs/python/microservices-on-app-engine),
- * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed),
- * and [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed).
+ * [An Overview of App
+ * Engine](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine),
+ * [Microservices Architecture on Google App
+ * Engine](https://cloud.google.com/appengine/docs/python/microservices-on-app-engine),
+ * [App Engine Standard request
+ * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed),
+ * and [App Engine Flex request
+ * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed).
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.AppEngineRouting} @@ -130,16 +134,18 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * By default, the task is sent to the service which is the default * service when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the + * empty string. *
* * string service = 1; @@ -163,16 +169,18 @@ public java.lang.String getService() { * By default, the task is sent to the service which is the default * service when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the + * empty string. *
* * string service = 1; @@ -199,16 +207,18 @@ public com.google.protobuf.ByteString getServiceBytes() { * By default, the task is sent to the version which is the default * version when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the + * empty string. * * * string version = 2; @@ -232,16 +242,18 @@ public java.lang.String getVersion() { * By default, the task is sent to the version which is the default * version when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the + * empty string. * * * string version = 2; @@ -268,10 +280,13 @@ public com.google.protobuf.ByteString getVersionBytes() { * By default, the task is sent to an instance which is available when * the task is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) - * and [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -295,10 +310,13 @@ public java.lang.String getInstance() { * By default, the task is sent to an instance which is available when * the task is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) - * and [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -323,7 +341,8 @@ public com.google.protobuf.ByteString getInstanceBytes() { *
    * Output only. The host that the task is sent to.
    * For more information, see
-   * [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed).
+   * [How Requests are
+   * Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed).
    * The host is constructed as:
    * * `host = [application_domain_name]`</br>
    *   `| [service] + '.' + [application_domain_name]`</br>
@@ -337,34 +356,39 @@ public com.google.protobuf.ByteString getInstanceBytes() {
    *   example <app-id>.appspot.com, which is associated with the
    *   queue's project ID. Some tasks which were created using the App Engine
    *   SDK use a custom domain name.
-   * * `service =` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-   * * `version =` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
+   * * `service =`
+   * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+   * * `version =`
+   * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
    * * `version_dot_service =`
    *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.' +`
    *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-   * * `instance =` [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]
+   * * `instance =`
+   * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]
    * * `instance_dot_service =`
-   *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-   *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+   *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+   *   +` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
    * * `instance_dot_version =`
-   *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-   *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
+   *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+   *   +` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
    * * `instance_dot_version_dot_service =`
-   *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-   *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.' +`
-   *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-   * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] is empty, then the task will be sent
-   * to the service which is the default service when the task is attempted.
-   * If [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] is empty, then the task will be sent
-   * to the version which is the default version when the task is attempted.
-   * If [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is empty, then the task
-   * will be sent to an instance which is available when the task is
-   * attempted.
+   *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+   *   +` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.'
+   *   +` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+   * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] is empty,
+   * then the task will be sent to the service which is the default service when
+   * the task is attempted.
+   * If [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] is empty,
+   * then the task will be sent to the version which is the default version when
+   * the task is attempted.
+   * If [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is
+   * empty, then the task will be sent to an instance which is available when
+   * the task is attempted.
    * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service],
    * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], or
-   * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is invalid, then the task
-   * will be sent to the default version of the default service when
-   * the task is attempted.
+   * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is
+   * invalid, then the task will be sent to the default version of the default
+   * service when the task is attempted.
    * 
* * string host = 4; @@ -386,7 +410,8 @@ public java.lang.String getHost() { *
    * Output only. The host that the task is sent to.
    * For more information, see
-   * [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed).
+   * [How Requests are
+   * Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed).
    * The host is constructed as:
    * * `host = [application_domain_name]`</br>
    *   `| [service] + '.' + [application_domain_name]`</br>
@@ -400,34 +425,39 @@ public java.lang.String getHost() {
    *   example <app-id>.appspot.com, which is associated with the
    *   queue's project ID. Some tasks which were created using the App Engine
    *   SDK use a custom domain name.
-   * * `service =` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-   * * `version =` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
+   * * `service =`
+   * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+   * * `version =`
+   * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
    * * `version_dot_service =`
    *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.' +`
    *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-   * * `instance =` [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]
+   * * `instance =`
+   * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]
    * * `instance_dot_service =`
-   *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-   *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+   *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+   *   +` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
    * * `instance_dot_version =`
-   *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-   *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
+   *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+   *   +` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
    * * `instance_dot_version_dot_service =`
-   *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-   *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.' +`
-   *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-   * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] is empty, then the task will be sent
-   * to the service which is the default service when the task is attempted.
-   * If [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] is empty, then the task will be sent
-   * to the version which is the default version when the task is attempted.
-   * If [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is empty, then the task
-   * will be sent to an instance which is available when the task is
-   * attempted.
+   *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+   *   +` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.'
+   *   +` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+   * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] is empty,
+   * then the task will be sent to the service which is the default service when
+   * the task is attempted.
+   * If [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] is empty,
+   * then the task will be sent to the version which is the default version when
+   * the task is attempted.
+   * If [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is
+   * empty, then the task will be sent to an instance which is available when
+   * the task is attempted.
    * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service],
    * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], or
-   * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is invalid, then the task
-   * will be sent to the default version of the default service when
-   * the task is attempted.
+   * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is
+   * invalid, then the task will be sent to the default version of the default
+   * service when the task is attempted.
    * 
* * string host = 4; @@ -637,10 +667,14 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build *
    * App Engine Routing.
    * For more information about services, versions, and instances see
-   * [An Overview of App Engine](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine),
-   * [Microservices Architecture on Google App Engine](https://cloud.google.com/appengine/docs/python/microservices-on-app-engine),
-   * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed),
-   * and [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed).
+   * [An Overview of App
+   * Engine](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine),
+   * [Microservices Architecture on Google App
+   * Engine](https://cloud.google.com/appengine/docs/python/microservices-on-app-engine),
+   * [App Engine Standard request
+   * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed),
+   * and [App Engine Flex request
+   * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed).
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.AppEngineRouting} @@ -824,16 +858,18 @@ public Builder mergeFrom( * By default, the task is sent to the service which is the default * service when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the + * empty string. * * * string service = 1; @@ -857,16 +893,18 @@ public java.lang.String getService() { * By default, the task is sent to the service which is the default * service when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the + * empty string. * * * string service = 1; @@ -890,16 +928,18 @@ public com.google.protobuf.ByteString getServiceBytes() { * By default, the task is sent to the service which is the default * service when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the + * empty string. * * * string service = 1; @@ -921,16 +961,18 @@ public Builder setService(java.lang.String value) { * By default, the task is sent to the service which is the default * service when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the + * empty string. * * * string service = 1; @@ -949,16 +991,18 @@ public Builder clearService() { * By default, the task is sent to the service which is the default * service when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the + * empty string. * * * string service = 1; @@ -983,16 +1027,18 @@ public Builder setServiceBytes(com.google.protobuf.ByteString value) { * By default, the task is sent to the version which is the default * version when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the + * empty string. * * * string version = 2; @@ -1016,16 +1062,18 @@ public java.lang.String getVersion() { * By default, the task is sent to the version which is the default * version when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the + * empty string. * * * string version = 2; @@ -1049,16 +1097,18 @@ public com.google.protobuf.ByteString getVersionBytes() { * By default, the task is sent to the version which is the default * version when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the + * empty string. * * * string version = 2; @@ -1080,16 +1130,18 @@ public Builder setVersion(java.lang.String value) { * By default, the task is sent to the version which is the default * version when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the + * empty string. * * * string version = 2; @@ -1108,16 +1160,18 @@ public Builder clearVersion() { * By default, the task is sent to the version which is the default * version when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the + * empty string. * * * string version = 2; @@ -1142,10 +1196,13 @@ public Builder setVersionBytes(com.google.protobuf.ByteString value) { * By default, the task is sent to an instance which is available when * the task is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) - * and [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -1169,10 +1226,13 @@ public java.lang.String getInstance() { * By default, the task is sent to an instance which is available when * the task is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) - * and [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -1196,10 +1256,13 @@ public com.google.protobuf.ByteString getInstanceBytes() { * By default, the task is sent to an instance which is available when * the task is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) - * and [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -1221,10 +1284,13 @@ public Builder setInstance(java.lang.String value) { * By default, the task is sent to an instance which is available when * the task is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) - * and [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -1243,10 +1309,13 @@ public Builder clearInstance() { * By default, the task is sent to an instance which is available when * the task is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) - * and [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -1269,7 +1338,8 @@ public Builder setInstanceBytes(com.google.protobuf.ByteString value) { *
      * Output only. The host that the task is sent to.
      * For more information, see
-     * [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed).
+     * [How Requests are
+     * Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed).
      * The host is constructed as:
      * * `host = [application_domain_name]`</br>
      *   `| [service] + '.' + [application_domain_name]`</br>
@@ -1283,34 +1353,39 @@ public Builder setInstanceBytes(com.google.protobuf.ByteString value) {
      *   example <app-id>.appspot.com, which is associated with the
      *   queue's project ID. Some tasks which were created using the App Engine
      *   SDK use a custom domain name.
-     * * `service =` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-     * * `version =` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
+     * * `service =`
+     * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+     * * `version =`
+     * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
      * * `version_dot_service =`
      *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.' +`
      *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-     * * `instance =` [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]
+     * * `instance =`
+     * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]
      * * `instance_dot_service =`
-     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-     *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+     *   +` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
      * * `instance_dot_version =`
-     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-     *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
+     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+     *   +` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
      * * `instance_dot_version_dot_service =`
-     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-     *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.' +`
-     *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-     * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] is empty, then the task will be sent
-     * to the service which is the default service when the task is attempted.
-     * If [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] is empty, then the task will be sent
-     * to the version which is the default version when the task is attempted.
-     * If [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is empty, then the task
-     * will be sent to an instance which is available when the task is
-     * attempted.
+     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+     *   +` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.'
+     *   +` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+     * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] is empty,
+     * then the task will be sent to the service which is the default service when
+     * the task is attempted.
+     * If [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] is empty,
+     * then the task will be sent to the version which is the default version when
+     * the task is attempted.
+     * If [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is
+     * empty, then the task will be sent to an instance which is available when
+     * the task is attempted.
      * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service],
      * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], or
-     * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is invalid, then the task
-     * will be sent to the default version of the default service when
-     * the task is attempted.
+     * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is
+     * invalid, then the task will be sent to the default version of the default
+     * service when the task is attempted.
      * 
* * string host = 4; @@ -1332,7 +1407,8 @@ public java.lang.String getHost() { *
      * Output only. The host that the task is sent to.
      * For more information, see
-     * [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed).
+     * [How Requests are
+     * Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed).
      * The host is constructed as:
      * * `host = [application_domain_name]`</br>
      *   `| [service] + '.' + [application_domain_name]`</br>
@@ -1346,34 +1422,39 @@ public java.lang.String getHost() {
      *   example <app-id>.appspot.com, which is associated with the
      *   queue's project ID. Some tasks which were created using the App Engine
      *   SDK use a custom domain name.
-     * * `service =` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-     * * `version =` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
+     * * `service =`
+     * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+     * * `version =`
+     * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
      * * `version_dot_service =`
      *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.' +`
      *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-     * * `instance =` [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]
+     * * `instance =`
+     * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]
      * * `instance_dot_service =`
-     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-     *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+     *   +` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
      * * `instance_dot_version =`
-     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-     *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
+     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+     *   +` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
      * * `instance_dot_version_dot_service =`
-     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-     *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.' +`
-     *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-     * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] is empty, then the task will be sent
-     * to the service which is the default service when the task is attempted.
-     * If [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] is empty, then the task will be sent
-     * to the version which is the default version when the task is attempted.
-     * If [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is empty, then the task
-     * will be sent to an instance which is available when the task is
-     * attempted.
+     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+     *   +` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.'
+     *   +` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+     * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] is empty,
+     * then the task will be sent to the service which is the default service when
+     * the task is attempted.
+     * If [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] is empty,
+     * then the task will be sent to the version which is the default version when
+     * the task is attempted.
+     * If [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is
+     * empty, then the task will be sent to an instance which is available when
+     * the task is attempted.
      * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service],
      * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], or
-     * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is invalid, then the task
-     * will be sent to the default version of the default service when
-     * the task is attempted.
+     * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is
+     * invalid, then the task will be sent to the default version of the default
+     * service when the task is attempted.
      * 
* * string host = 4; @@ -1395,7 +1476,8 @@ public com.google.protobuf.ByteString getHostBytes() { *
      * Output only. The host that the task is sent to.
      * For more information, see
-     * [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed).
+     * [How Requests are
+     * Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed).
      * The host is constructed as:
      * * `host = [application_domain_name]`</br>
      *   `| [service] + '.' + [application_domain_name]`</br>
@@ -1409,34 +1491,39 @@ public com.google.protobuf.ByteString getHostBytes() {
      *   example <app-id>.appspot.com, which is associated with the
      *   queue's project ID. Some tasks which were created using the App Engine
      *   SDK use a custom domain name.
-     * * `service =` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-     * * `version =` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
+     * * `service =`
+     * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+     * * `version =`
+     * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
      * * `version_dot_service =`
      *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.' +`
      *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-     * * `instance =` [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]
+     * * `instance =`
+     * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]
      * * `instance_dot_service =`
-     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-     *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+     *   +` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
      * * `instance_dot_version =`
-     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-     *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
+     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+     *   +` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
      * * `instance_dot_version_dot_service =`
-     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-     *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.' +`
-     *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-     * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] is empty, then the task will be sent
-     * to the service which is the default service when the task is attempted.
-     * If [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] is empty, then the task will be sent
-     * to the version which is the default version when the task is attempted.
-     * If [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is empty, then the task
-     * will be sent to an instance which is available when the task is
-     * attempted.
+     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+     *   +` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.'
+     *   +` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+     * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] is empty,
+     * then the task will be sent to the service which is the default service when
+     * the task is attempted.
+     * If [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] is empty,
+     * then the task will be sent to the version which is the default version when
+     * the task is attempted.
+     * If [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is
+     * empty, then the task will be sent to an instance which is available when
+     * the task is attempted.
      * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service],
      * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], or
-     * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is invalid, then the task
-     * will be sent to the default version of the default service when
-     * the task is attempted.
+     * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is
+     * invalid, then the task will be sent to the default version of the default
+     * service when the task is attempted.
      * 
* * string host = 4; @@ -1456,7 +1543,8 @@ public Builder setHost(java.lang.String value) { *
      * Output only. The host that the task is sent to.
      * For more information, see
-     * [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed).
+     * [How Requests are
+     * Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed).
      * The host is constructed as:
      * * `host = [application_domain_name]`</br>
      *   `| [service] + '.' + [application_domain_name]`</br>
@@ -1470,34 +1558,39 @@ public Builder setHost(java.lang.String value) {
      *   example <app-id>.appspot.com, which is associated with the
      *   queue's project ID. Some tasks which were created using the App Engine
      *   SDK use a custom domain name.
-     * * `service =` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-     * * `version =` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
+     * * `service =`
+     * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+     * * `version =`
+     * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
      * * `version_dot_service =`
      *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.' +`
      *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-     * * `instance =` [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]
+     * * `instance =`
+     * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]
      * * `instance_dot_service =`
-     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-     *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+     *   +` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
      * * `instance_dot_version =`
-     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-     *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
+     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+     *   +` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
      * * `instance_dot_version_dot_service =`
-     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-     *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.' +`
-     *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-     * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] is empty, then the task will be sent
-     * to the service which is the default service when the task is attempted.
-     * If [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] is empty, then the task will be sent
-     * to the version which is the default version when the task is attempted.
-     * If [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is empty, then the task
-     * will be sent to an instance which is available when the task is
-     * attempted.
+     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+     *   +` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.'
+     *   +` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+     * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] is empty,
+     * then the task will be sent to the service which is the default service when
+     * the task is attempted.
+     * If [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] is empty,
+     * then the task will be sent to the version which is the default version when
+     * the task is attempted.
+     * If [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is
+     * empty, then the task will be sent to an instance which is available when
+     * the task is attempted.
      * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service],
      * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], or
-     * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is invalid, then the task
-     * will be sent to the default version of the default service when
-     * the task is attempted.
+     * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is
+     * invalid, then the task will be sent to the default version of the default
+     * service when the task is attempted.
      * 
* * string host = 4; @@ -1514,7 +1607,8 @@ public Builder clearHost() { *
      * Output only. The host that the task is sent to.
      * For more information, see
-     * [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed).
+     * [How Requests are
+     * Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed).
      * The host is constructed as:
      * * `host = [application_domain_name]`</br>
      *   `| [service] + '.' + [application_domain_name]`</br>
@@ -1528,34 +1622,39 @@ public Builder clearHost() {
      *   example <app-id>.appspot.com, which is associated with the
      *   queue's project ID. Some tasks which were created using the App Engine
      *   SDK use a custom domain name.
-     * * `service =` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-     * * `version =` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
+     * * `service =`
+     * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+     * * `version =`
+     * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
      * * `version_dot_service =`
      *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.' +`
      *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-     * * `instance =` [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]
+     * * `instance =`
+     * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]
      * * `instance_dot_service =`
-     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-     *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+     *   +` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
      * * `instance_dot_version =`
-     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-     *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
+     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+     *   +` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
      * * `instance_dot_version_dot_service =`
-     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-     *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.' +`
-     *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-     * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] is empty, then the task will be sent
-     * to the service which is the default service when the task is attempted.
-     * If [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] is empty, then the task will be sent
-     * to the version which is the default version when the task is attempted.
-     * If [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is empty, then the task
-     * will be sent to an instance which is available when the task is
-     * attempted.
+     *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+     *   +` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.'
+     *   +` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+     * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] is empty,
+     * then the task will be sent to the service which is the default service when
+     * the task is attempted.
+     * If [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] is empty,
+     * then the task will be sent to the version which is the default version when
+     * the task is attempted.
+     * If [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is
+     * empty, then the task will be sent to an instance which is available when
+     * the task is attempted.
      * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service],
      * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], or
-     * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is invalid, then the task
-     * will be sent to the default version of the default service when
-     * the task is attempted.
+     * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is
+     * invalid, then the task will be sent to the default version of the default
+     * service when the task is attempted.
      * 
* * string host = 4; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AppEngineRoutingOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AppEngineRoutingOrBuilder.java index 0d68b4c5fa63..642a76b2f647 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AppEngineRoutingOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/AppEngineRoutingOrBuilder.java @@ -16,16 +16,18 @@ public interface AppEngineRoutingOrBuilder * By default, the task is sent to the service which is the default * service when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the + * empty string. * * * string service = 1; @@ -39,16 +41,18 @@ public interface AppEngineRoutingOrBuilder * By default, the task is sent to the service which is the default * service when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the + * empty string. * * * string service = 1; @@ -63,16 +67,18 @@ public interface AppEngineRoutingOrBuilder * By default, the task is sent to the version which is the default * version when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the + * empty string. * * * string version = 2; @@ -86,16 +92,18 @@ public interface AppEngineRoutingOrBuilder * By default, the task is sent to the version which is the default * version when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the + * empty string. * * * string version = 2; @@ -110,10 +118,13 @@ public interface AppEngineRoutingOrBuilder * By default, the task is sent to an instance which is available when * the task is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) - * and [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -127,10 +138,13 @@ public interface AppEngineRoutingOrBuilder * By default, the task is sent to an instance which is available when * the task is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) - * and [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -143,7 +157,8 @@ public interface AppEngineRoutingOrBuilder *
    * Output only. The host that the task is sent to.
    * For more information, see
-   * [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed).
+   * [How Requests are
+   * Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed).
    * The host is constructed as:
    * * `host = [application_domain_name]`</br>
    *   `| [service] + '.' + [application_domain_name]`</br>
@@ -157,34 +172,39 @@ public interface AppEngineRoutingOrBuilder
    *   example <app-id>.appspot.com, which is associated with the
    *   queue's project ID. Some tasks which were created using the App Engine
    *   SDK use a custom domain name.
-   * * `service =` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-   * * `version =` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
+   * * `service =`
+   * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+   * * `version =`
+   * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
    * * `version_dot_service =`
    *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.' +`
    *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-   * * `instance =` [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]
+   * * `instance =`
+   * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]
    * * `instance_dot_service =`
-   *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-   *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+   *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+   *   +` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
    * * `instance_dot_version =`
-   *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-   *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
+   *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+   *   +` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
    * * `instance_dot_version_dot_service =`
-   *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-   *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.' +`
-   *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-   * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] is empty, then the task will be sent
-   * to the service which is the default service when the task is attempted.
-   * If [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] is empty, then the task will be sent
-   * to the version which is the default version when the task is attempted.
-   * If [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is empty, then the task
-   * will be sent to an instance which is available when the task is
-   * attempted.
+   *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+   *   +` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.'
+   *   +` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+   * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] is empty,
+   * then the task will be sent to the service which is the default service when
+   * the task is attempted.
+   * If [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] is empty,
+   * then the task will be sent to the version which is the default version when
+   * the task is attempted.
+   * If [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is
+   * empty, then the task will be sent to an instance which is available when
+   * the task is attempted.
    * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service],
    * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], or
-   * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is invalid, then the task
-   * will be sent to the default version of the default service when
-   * the task is attempted.
+   * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is
+   * invalid, then the task will be sent to the default version of the default
+   * service when the task is attempted.
    * 
* * string host = 4; @@ -196,7 +216,8 @@ public interface AppEngineRoutingOrBuilder *
    * Output only. The host that the task is sent to.
    * For more information, see
-   * [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed).
+   * [How Requests are
+   * Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed).
    * The host is constructed as:
    * * `host = [application_domain_name]`</br>
    *   `| [service] + '.' + [application_domain_name]`</br>
@@ -210,34 +231,39 @@ public interface AppEngineRoutingOrBuilder
    *   example <app-id>.appspot.com, which is associated with the
    *   queue's project ID. Some tasks which were created using the App Engine
    *   SDK use a custom domain name.
-   * * `service =` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-   * * `version =` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
+   * * `service =`
+   * [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+   * * `version =`
+   * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
    * * `version_dot_service =`
    *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.' +`
    *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-   * * `instance =` [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]
+   * * `instance =`
+   * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]
    * * `instance_dot_service =`
-   *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-   *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+   *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+   *   +` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
    * * `instance_dot_version =`
-   *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-   *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
+   *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+   *   +` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version]
    * * `instance_dot_version_dot_service =`
-   *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +`
-   *   [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.' +`
-   *   [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
-   * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] is empty, then the task will be sent
-   * to the service which is the default service when the task is attempted.
-   * If [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] is empty, then the task will be sent
-   * to the version which is the default version when the task is attempted.
-   * If [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is empty, then the task
-   * will be sent to an instance which is available when the task is
-   * attempted.
+   *   [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.'
+   *   +` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.'
+   *   +` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service]
+   * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] is empty,
+   * then the task will be sent to the service which is the default service when
+   * the task is attempted.
+   * If [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] is empty,
+   * then the task will be sent to the version which is the default version when
+   * the task is attempted.
+   * If [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is
+   * empty, then the task will be sent to an instance which is available when
+   * the task is attempted.
    * If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service],
    * [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], or
-   * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is invalid, then the task
-   * will be sent to the default version of the default service when
-   * the task is attempted.
+   * [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is
+   * invalid, then the task will be sent to the default version of the default
+   * service when the task is attempted.
    * 
* * string host = 4; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CancelLeaseRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CancelLeaseRequest.java index 6d35cb83b02a..24cc5c159ee7 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CancelLeaseRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CancelLeaseRequest.java @@ -172,8 +172,8 @@ public com.google.protobuf.ByteString getNameBytes() { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -189,8 +189,8 @@ public boolean hasScheduleTime() { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -208,8 +208,8 @@ public com.google.protobuf.Timestamp getScheduleTime() { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -224,16 +224,17 @@ public com.google.protobuf.TimestampOrBuilder getScheduleTimeOrBuilder() { * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 3; @@ -245,16 +246,17 @@ public int getResponseViewValue() { * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 3; @@ -747,8 +749,8 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -764,8 +766,8 @@ public boolean hasScheduleTime() { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -787,8 +789,8 @@ public com.google.protobuf.Timestamp getScheduleTime() { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -814,8 +816,8 @@ public Builder setScheduleTime(com.google.protobuf.Timestamp value) { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -838,8 +840,8 @@ public Builder setScheduleTime(com.google.protobuf.Timestamp.Builder builderForV * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -869,8 +871,8 @@ public Builder mergeScheduleTime(com.google.protobuf.Timestamp value) { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -894,8 +896,8 @@ public Builder clearScheduleTime() { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -913,8 +915,8 @@ public com.google.protobuf.Timestamp.Builder getScheduleTimeBuilder() { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -936,8 +938,8 @@ public com.google.protobuf.TimestampOrBuilder getScheduleTimeOrBuilder() { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -964,16 +966,17 @@ public com.google.protobuf.TimestampOrBuilder getScheduleTimeOrBuilder() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 3; @@ -985,16 +988,17 @@ public int getResponseViewValue() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 3; @@ -1008,16 +1012,17 @@ public Builder setResponseViewValue(int value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 3; @@ -1032,16 +1037,17 @@ public com.google.cloud.tasks.v2beta2.Task.View getResponseView() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 3; @@ -1059,16 +1065,17 @@ public Builder setResponseView(com.google.cloud.tasks.v2beta2.Task.View value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 3; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CancelLeaseRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CancelLeaseRequestOrBuilder.java index 226cc56e9f17..878689e10f46 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CancelLeaseRequestOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CancelLeaseRequestOrBuilder.java @@ -41,8 +41,8 @@ public interface CancelLeaseRequestOrBuilder * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -56,8 +56,8 @@ public interface CancelLeaseRequestOrBuilder * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -71,8 +71,8 @@ public interface CancelLeaseRequestOrBuilder * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -83,16 +83,17 @@ public interface CancelLeaseRequestOrBuilder * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 3; @@ -102,16 +103,17 @@ public interface CancelLeaseRequestOrBuilder * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 3; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CreateQueueRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CreateQueueRequest.java index 2a895d184453..e803bb099824 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CreateQueueRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CreateQueueRequest.java @@ -7,7 +7,8 @@ * * *
- * Request message for [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue].
+ * Request message for
+ * [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.CreateQueueRequest} @@ -168,7 +169,8 @@ public com.google.protobuf.ByteString getParentBytes() { *
    * Required.
    * The queue to create.
-   * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as an existing queue.
+   * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as
+   * an existing queue.
    * 
* * .google.cloud.tasks.v2beta2.Queue queue = 2; @@ -182,7 +184,8 @@ public boolean hasQueue() { *
    * Required.
    * The queue to create.
-   * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as an existing queue.
+   * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as
+   * an existing queue.
    * 
* * .google.cloud.tasks.v2beta2.Queue queue = 2; @@ -196,7 +199,8 @@ public com.google.cloud.tasks.v2beta2.Queue getQueue() { *
    * Required.
    * The queue to create.
-   * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as an existing queue.
+   * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as
+   * an existing queue.
    * 
* * .google.cloud.tasks.v2beta2.Queue queue = 2; @@ -383,7 +387,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue].
+   * Request message for
+   * [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.CreateQueueRequest} @@ -683,7 +688,8 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { *
      * Required.
      * The queue to create.
-     * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as an existing queue.
+     * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as
+     * an existing queue.
      * 
* * .google.cloud.tasks.v2beta2.Queue queue = 2; @@ -697,7 +703,8 @@ public boolean hasQueue() { *
      * Required.
      * The queue to create.
-     * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as an existing queue.
+     * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as
+     * an existing queue.
      * 
* * .google.cloud.tasks.v2beta2.Queue queue = 2; @@ -715,7 +722,8 @@ public com.google.cloud.tasks.v2beta2.Queue getQueue() { *
      * Required.
      * The queue to create.
-     * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as an existing queue.
+     * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as
+     * an existing queue.
      * 
* * .google.cloud.tasks.v2beta2.Queue queue = 2; @@ -739,7 +747,8 @@ public Builder setQueue(com.google.cloud.tasks.v2beta2.Queue value) { *
      * Required.
      * The queue to create.
-     * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as an existing queue.
+     * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as
+     * an existing queue.
      * 
* * .google.cloud.tasks.v2beta2.Queue queue = 2; @@ -760,7 +769,8 @@ public Builder setQueue(com.google.cloud.tasks.v2beta2.Queue.Builder builderForV *
      * Required.
      * The queue to create.
-     * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as an existing queue.
+     * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as
+     * an existing queue.
      * 
* * .google.cloud.tasks.v2beta2.Queue queue = 2; @@ -788,7 +798,8 @@ public Builder mergeQueue(com.google.cloud.tasks.v2beta2.Queue value) { *
      * Required.
      * The queue to create.
-     * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as an existing queue.
+     * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as
+     * an existing queue.
      * 
* * .google.cloud.tasks.v2beta2.Queue queue = 2; @@ -810,7 +821,8 @@ public Builder clearQueue() { *
      * Required.
      * The queue to create.
-     * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as an existing queue.
+     * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as
+     * an existing queue.
      * 
* * .google.cloud.tasks.v2beta2.Queue queue = 2; @@ -826,7 +838,8 @@ public com.google.cloud.tasks.v2beta2.Queue.Builder getQueueBuilder() { *
      * Required.
      * The queue to create.
-     * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as an existing queue.
+     * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as
+     * an existing queue.
      * 
* * .google.cloud.tasks.v2beta2.Queue queue = 2; @@ -844,7 +857,8 @@ public com.google.cloud.tasks.v2beta2.QueueOrBuilder getQueueOrBuilder() { *
      * Required.
      * The queue to create.
-     * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as an existing queue.
+     * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as
+     * an existing queue.
      * 
* * .google.cloud.tasks.v2beta2.Queue queue = 2; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CreateQueueRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CreateQueueRequestOrBuilder.java index 7b4ea2b1a2ab..71942d23e49d 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CreateQueueRequestOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CreateQueueRequestOrBuilder.java @@ -45,7 +45,8 @@ public interface CreateQueueRequestOrBuilder *
    * Required.
    * The queue to create.
-   * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as an existing queue.
+   * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as
+   * an existing queue.
    * 
* * .google.cloud.tasks.v2beta2.Queue queue = 2; @@ -57,7 +58,8 @@ public interface CreateQueueRequestOrBuilder *
    * Required.
    * The queue to create.
-   * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as an existing queue.
+   * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as
+   * an existing queue.
    * 
* * .google.cloud.tasks.v2beta2.Queue queue = 2; @@ -69,7 +71,8 @@ public interface CreateQueueRequestOrBuilder *
    * Required.
    * The queue to create.
-   * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as an existing queue.
+   * [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as
+   * an existing queue.
    * 
* * .google.cloud.tasks.v2beta2.Queue queue = 2; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CreateTaskRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CreateTaskRequest.java index 4fa63745081a..e7999f3d9e3e 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CreateTaskRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CreateTaskRequest.java @@ -7,7 +7,8 @@ * * *
- * Request message for [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask].
+ * Request message for
+ * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.CreateTaskRequest} @@ -174,12 +175,12 @@ public com.google.protobuf.ByteString getParentBytes() { * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta2.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta2.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta2.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta2.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -191,10 +192,10 @@ public com.google.protobuf.ByteString getParentBytes() { * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or completed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -214,12 +215,12 @@ public boolean hasTask() { * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta2.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta2.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta2.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta2.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -231,10 +232,10 @@ public boolean hasTask() { * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or completed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -254,12 +255,12 @@ public com.google.cloud.tasks.v2beta2.Task getTask() { * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta2.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta2.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta2.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta2.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -271,10 +272,10 @@ public com.google.cloud.tasks.v2beta2.Task getTask() { * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or completed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -293,16 +294,17 @@ public com.google.cloud.tasks.v2beta2.TaskOrBuilder getTaskOrBuilder() { * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 3; @@ -314,16 +316,17 @@ public int getResponseViewValue() { * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 3; @@ -522,7 +525,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask].
+   * Request message for
+   * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.CreateTaskRequest} @@ -819,12 +823,12 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta2.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta2.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta2.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta2.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -836,10 +840,10 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or completed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -859,12 +863,12 @@ public boolean hasTask() { * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta2.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta2.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta2.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta2.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -876,10 +880,10 @@ public boolean hasTask() { * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or completed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -903,12 +907,12 @@ public com.google.cloud.tasks.v2beta2.Task getTask() { * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta2.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta2.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta2.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta2.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -920,10 +924,10 @@ public com.google.cloud.tasks.v2beta2.Task getTask() { * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or completed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -953,12 +957,12 @@ public Builder setTask(com.google.cloud.tasks.v2beta2.Task value) { * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta2.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta2.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta2.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta2.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -970,10 +974,10 @@ public Builder setTask(com.google.cloud.tasks.v2beta2.Task value) { * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or completed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -1000,12 +1004,12 @@ public Builder setTask(com.google.cloud.tasks.v2beta2.Task.Builder builderForVal * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta2.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta2.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta2.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta2.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -1017,10 +1021,10 @@ public Builder setTask(com.google.cloud.tasks.v2beta2.Task.Builder builderForVal * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or completed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -1052,12 +1056,12 @@ public Builder mergeTask(com.google.cloud.tasks.v2beta2.Task value) { * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta2.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta2.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta2.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta2.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -1069,10 +1073,10 @@ public Builder mergeTask(com.google.cloud.tasks.v2beta2.Task value) { * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or completed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -1100,12 +1104,12 @@ public Builder clearTask() { * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta2.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta2.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta2.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta2.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -1117,10 +1121,10 @@ public Builder clearTask() { * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or completed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -1142,12 +1146,12 @@ public com.google.cloud.tasks.v2beta2.Task.Builder getTaskBuilder() { * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta2.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta2.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta2.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta2.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -1159,10 +1163,10 @@ public com.google.cloud.tasks.v2beta2.Task.Builder getTaskBuilder() { * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or completed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -1186,12 +1190,12 @@ public com.google.cloud.tasks.v2beta2.TaskOrBuilder getTaskOrBuilder() { * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta2.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta2.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta2.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta2.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -1203,10 +1207,10 @@ public com.google.cloud.tasks.v2beta2.TaskOrBuilder getTaskOrBuilder() { * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or completed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -1237,16 +1241,17 @@ public com.google.cloud.tasks.v2beta2.TaskOrBuilder getTaskOrBuilder() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 3; @@ -1258,16 +1263,17 @@ public int getResponseViewValue() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 3; @@ -1281,16 +1287,17 @@ public Builder setResponseViewValue(int value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 3; @@ -1305,16 +1312,17 @@ public com.google.cloud.tasks.v2beta2.Task.View getResponseView() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 3; @@ -1332,16 +1340,17 @@ public Builder setResponseView(com.google.cloud.tasks.v2beta2.Task.View value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 3; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CreateTaskRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CreateTaskRequestOrBuilder.java index ef349a203bae..a7cd463fd76e 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CreateTaskRequestOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CreateTaskRequestOrBuilder.java @@ -43,12 +43,12 @@ public interface CreateTaskRequestOrBuilder * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta2.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta2.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta2.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta2.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -60,10 +60,10 @@ public interface CreateTaskRequestOrBuilder * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or completed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -81,12 +81,12 @@ public interface CreateTaskRequestOrBuilder * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta2.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta2.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta2.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta2.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -98,10 +98,10 @@ public interface CreateTaskRequestOrBuilder * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or completed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -119,12 +119,12 @@ public interface CreateTaskRequestOrBuilder * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta2.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta2.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta2.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta2.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -136,10 +136,10 @@ public interface CreateTaskRequestOrBuilder * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or completed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -154,16 +154,17 @@ public interface CreateTaskRequestOrBuilder * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 3; @@ -173,16 +174,17 @@ public interface CreateTaskRequestOrBuilder * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 3; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/DeleteQueueRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/DeleteQueueRequest.java index 742d3ae8afc7..cf12b7792445 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/DeleteQueueRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/DeleteQueueRequest.java @@ -7,7 +7,8 @@ * * *
- * Request message for [DeleteQueue][google.cloud.tasks.v2beta2.CloudTasks.DeleteQueue].
+ * Request message for
+ * [DeleteQueue][google.cloud.tasks.v2beta2.CloudTasks.DeleteQueue].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.DeleteQueueRequest} @@ -302,7 +303,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for [DeleteQueue][google.cloud.tasks.v2beta2.CloudTasks.DeleteQueue].
+   * Request message for
+   * [DeleteQueue][google.cloud.tasks.v2beta2.CloudTasks.DeleteQueue].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.DeleteQueueRequest} diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/GetQueueRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/GetQueueRequest.java index 02136c864397..3faf71673bf4 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/GetQueueRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/GetQueueRequest.java @@ -7,7 +7,8 @@ * * *
- * Request message for [GetQueue][google.cloud.tasks.v2beta2.CloudTasks.GetQueue].
+ * Request message for
+ * [GetQueue][google.cloud.tasks.v2beta2.CloudTasks.GetQueue].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.GetQueueRequest} @@ -302,7 +303,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for [GetQueue][google.cloud.tasks.v2beta2.CloudTasks.GetQueue].
+   * Request message for
+   * [GetQueue][google.cloud.tasks.v2beta2.CloudTasks.GetQueue].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.GetQueueRequest} diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/GetTaskRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/GetTaskRequest.java index a3eec90f971a..580347be76c8 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/GetTaskRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/GetTaskRequest.java @@ -7,7 +7,8 @@ * * *
- * Request message for getting a task using [GetTask][google.cloud.tasks.v2beta2.CloudTasks.GetTask].
+ * Request message for getting a task using
+ * [GetTask][google.cloud.tasks.v2beta2.CloudTasks.GetTask].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.GetTaskRequest} @@ -152,16 +153,17 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; @@ -173,16 +175,17 @@ public int getResponseViewValue() { * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; @@ -367,7 +370,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for getting a task using [GetTask][google.cloud.tasks.v2beta2.CloudTasks.GetTask].
+   * Request message for getting a task using
+   * [GetTask][google.cloud.tasks.v2beta2.CloudTasks.GetTask].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.GetTaskRequest} @@ -635,16 +639,17 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; @@ -656,16 +661,17 @@ public int getResponseViewValue() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; @@ -679,16 +685,17 @@ public Builder setResponseViewValue(int value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; @@ -703,16 +710,17 @@ public com.google.cloud.tasks.v2beta2.Task.View getResponseView() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; @@ -730,16 +738,17 @@ public Builder setResponseView(com.google.cloud.tasks.v2beta2.Task.View value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/GetTaskRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/GetTaskRequestOrBuilder.java index 01464028c6ab..61f13e9506ec 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/GetTaskRequestOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/GetTaskRequestOrBuilder.java @@ -37,16 +37,17 @@ public interface GetTaskRequestOrBuilder * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; @@ -56,16 +57,17 @@ public interface GetTaskRequestOrBuilder * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/LeaseTasksRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/LeaseTasksRequest.java index 97e9560eb991..0a23ce7193bc 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/LeaseTasksRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/LeaseTasksRequest.java @@ -7,7 +7,8 @@ * * *
- * Request message for leasing tasks using [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks].
+ * Request message for leasing tasks using
+ * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.LeaseTasksRequest} @@ -201,10 +202,11 @@ public int getMaxTasks() { *
    * After the worker has successfully finished the work associated
    * with the task, the worker must call via
-   * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask] before the
-   * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time]. Otherwise the task will be
-   * returned to a later [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so
-   * that another worker can retry it.
+   * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask]
+   * before the [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time].
+   * Otherwise the task will be returned to a later
+   * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so that
+   * another worker can retry it.
    * The maximum lease duration is 1 week.
    * `lease_duration` will be truncated to the nearest second.
    * 
@@ -220,10 +222,11 @@ public boolean hasLeaseDuration() { *
    * After the worker has successfully finished the work associated
    * with the task, the worker must call via
-   * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask] before the
-   * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time]. Otherwise the task will be
-   * returned to a later [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so
-   * that another worker can retry it.
+   * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask]
+   * before the [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time].
+   * Otherwise the task will be returned to a later
+   * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so that
+   * another worker can retry it.
    * The maximum lease duration is 1 week.
    * `lease_duration` will be truncated to the nearest second.
    * 
@@ -241,10 +244,11 @@ public com.google.protobuf.Duration getLeaseDuration() { *
    * After the worker has successfully finished the work associated
    * with the task, the worker must call via
-   * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask] before the
-   * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time]. Otherwise the task will be
-   * returned to a later [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so
-   * that another worker can retry it.
+   * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask]
+   * before the [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time].
+   * Otherwise the task will be returned to a later
+   * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so that
+   * another worker can retry it.
    * The maximum lease duration is 1 week.
    * `lease_duration` will be truncated to the nearest second.
    * 
@@ -261,16 +265,17 @@ public com.google.protobuf.DurationOrBuilder getLeaseDurationOrBuilder() { * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 4; @@ -282,16 +287,17 @@ public int getResponseViewValue() { * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 4; @@ -311,12 +317,13 @@ public com.google.cloud.tasks.v2beta2.Task.View getResponseView() { *
    * `filter` can be used to specify a subset of tasks to lease.
    * When `filter` is set to `tag=<my-tag>` then the
-   * [response][google.cloud.tasks.v2beta2.LeaseTasksResponse] will contain only tasks whose
-   * [tag][google.cloud.tasks.v2beta2.PullMessage.tag] is equal to `<my-tag>`. `<my-tag>` must be
-   * less than 500 characters.
+   * [response][google.cloud.tasks.v2beta2.LeaseTasksResponse] will contain only
+   * tasks whose [tag][google.cloud.tasks.v2beta2.PullMessage.tag] is equal to
+   * `<my-tag>`. `<my-tag>` must be less than 500 characters.
    * When `filter` is set to `tag_function=oldest_tag()`, only tasks which have
    * the same tag as the task with the oldest
-   * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be returned.
+   * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be
+   * returned.
    * Grammar Syntax:
    * * `filter = "tag=" tag | "tag_function=" function`
    * * `tag = string`
@@ -328,8 +335,9 @@ public com.google.cloud.tasks.v2beta2.Task.View getResponseView() {
    * [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-),
    * only UTF-8 encoded tags can be used in Cloud Tasks. Tag which
    * aren't UTF-8 encoded can't be used in the
-   * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter] and the task's
-   * [tag][google.cloud.tasks.v2beta2.PullMessage.tag] will be displayed as empty in Cloud Tasks.
+   * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter] and the
+   * task's [tag][google.cloud.tasks.v2beta2.PullMessage.tag] will be displayed
+   * as empty in Cloud Tasks.
    * 
* * string filter = 5; @@ -351,12 +359,13 @@ public java.lang.String getFilter() { *
    * `filter` can be used to specify a subset of tasks to lease.
    * When `filter` is set to `tag=<my-tag>` then the
-   * [response][google.cloud.tasks.v2beta2.LeaseTasksResponse] will contain only tasks whose
-   * [tag][google.cloud.tasks.v2beta2.PullMessage.tag] is equal to `<my-tag>`. `<my-tag>` must be
-   * less than 500 characters.
+   * [response][google.cloud.tasks.v2beta2.LeaseTasksResponse] will contain only
+   * tasks whose [tag][google.cloud.tasks.v2beta2.PullMessage.tag] is equal to
+   * `<my-tag>`. `<my-tag>` must be less than 500 characters.
    * When `filter` is set to `tag_function=oldest_tag()`, only tasks which have
    * the same tag as the task with the oldest
-   * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be returned.
+   * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be
+   * returned.
    * Grammar Syntax:
    * * `filter = "tag=" tag | "tag_function=" function`
    * * `tag = string`
@@ -368,8 +377,9 @@ public java.lang.String getFilter() {
    * [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-),
    * only UTF-8 encoded tags can be used in Cloud Tasks. Tag which
    * aren't UTF-8 encoded can't be used in the
-   * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter] and the task's
-   * [tag][google.cloud.tasks.v2beta2.PullMessage.tag] will be displayed as empty in Cloud Tasks.
+   * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter] and the
+   * task's [tag][google.cloud.tasks.v2beta2.PullMessage.tag] will be displayed
+   * as empty in Cloud Tasks.
    * 
* * string filter = 5; @@ -591,7 +601,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for leasing tasks using [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks].
+   * Request message for leasing tasks using
+   * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.LeaseTasksRequest} @@ -947,10 +958,11 @@ public Builder clearMaxTasks() { *
      * After the worker has successfully finished the work associated
      * with the task, the worker must call via
-     * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask] before the
-     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time]. Otherwise the task will be
-     * returned to a later [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so
-     * that another worker can retry it.
+     * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask]
+     * before the [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time].
+     * Otherwise the task will be returned to a later
+     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so that
+     * another worker can retry it.
      * The maximum lease duration is 1 week.
      * `lease_duration` will be truncated to the nearest second.
      * 
@@ -966,10 +978,11 @@ public boolean hasLeaseDuration() { *
      * After the worker has successfully finished the work associated
      * with the task, the worker must call via
-     * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask] before the
-     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time]. Otherwise the task will be
-     * returned to a later [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so
-     * that another worker can retry it.
+     * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask]
+     * before the [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time].
+     * Otherwise the task will be returned to a later
+     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so that
+     * another worker can retry it.
      * The maximum lease duration is 1 week.
      * `lease_duration` will be truncated to the nearest second.
      * 
@@ -991,10 +1004,11 @@ public com.google.protobuf.Duration getLeaseDuration() { *
      * After the worker has successfully finished the work associated
      * with the task, the worker must call via
-     * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask] before the
-     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time]. Otherwise the task will be
-     * returned to a later [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so
-     * that another worker can retry it.
+     * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask]
+     * before the [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time].
+     * Otherwise the task will be returned to a later
+     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so that
+     * another worker can retry it.
      * The maximum lease duration is 1 week.
      * `lease_duration` will be truncated to the nearest second.
      * 
@@ -1020,10 +1034,11 @@ public Builder setLeaseDuration(com.google.protobuf.Duration value) { *
      * After the worker has successfully finished the work associated
      * with the task, the worker must call via
-     * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask] before the
-     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time]. Otherwise the task will be
-     * returned to a later [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so
-     * that another worker can retry it.
+     * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask]
+     * before the [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time].
+     * Otherwise the task will be returned to a later
+     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so that
+     * another worker can retry it.
      * The maximum lease duration is 1 week.
      * `lease_duration` will be truncated to the nearest second.
      * 
@@ -1046,10 +1061,11 @@ public Builder setLeaseDuration(com.google.protobuf.Duration.Builder builderForV *
      * After the worker has successfully finished the work associated
      * with the task, the worker must call via
-     * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask] before the
-     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time]. Otherwise the task will be
-     * returned to a later [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so
-     * that another worker can retry it.
+     * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask]
+     * before the [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time].
+     * Otherwise the task will be returned to a later
+     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so that
+     * another worker can retry it.
      * The maximum lease duration is 1 week.
      * `lease_duration` will be truncated to the nearest second.
      * 
@@ -1079,10 +1095,11 @@ public Builder mergeLeaseDuration(com.google.protobuf.Duration value) { *
      * After the worker has successfully finished the work associated
      * with the task, the worker must call via
-     * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask] before the
-     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time]. Otherwise the task will be
-     * returned to a later [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so
-     * that another worker can retry it.
+     * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask]
+     * before the [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time].
+     * Otherwise the task will be returned to a later
+     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so that
+     * another worker can retry it.
      * The maximum lease duration is 1 week.
      * `lease_duration` will be truncated to the nearest second.
      * 
@@ -1106,10 +1123,11 @@ public Builder clearLeaseDuration() { *
      * After the worker has successfully finished the work associated
      * with the task, the worker must call via
-     * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask] before the
-     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time]. Otherwise the task will be
-     * returned to a later [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so
-     * that another worker can retry it.
+     * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask]
+     * before the [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time].
+     * Otherwise the task will be returned to a later
+     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so that
+     * another worker can retry it.
      * The maximum lease duration is 1 week.
      * `lease_duration` will be truncated to the nearest second.
      * 
@@ -1127,10 +1145,11 @@ public com.google.protobuf.Duration.Builder getLeaseDurationBuilder() { *
      * After the worker has successfully finished the work associated
      * with the task, the worker must call via
-     * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask] before the
-     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time]. Otherwise the task will be
-     * returned to a later [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so
-     * that another worker can retry it.
+     * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask]
+     * before the [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time].
+     * Otherwise the task will be returned to a later
+     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so that
+     * another worker can retry it.
      * The maximum lease duration is 1 week.
      * `lease_duration` will be truncated to the nearest second.
      * 
@@ -1152,10 +1171,11 @@ public com.google.protobuf.DurationOrBuilder getLeaseDurationOrBuilder() { *
      * After the worker has successfully finished the work associated
      * with the task, the worker must call via
-     * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask] before the
-     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time]. Otherwise the task will be
-     * returned to a later [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so
-     * that another worker can retry it.
+     * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask]
+     * before the [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time].
+     * Otherwise the task will be returned to a later
+     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so that
+     * another worker can retry it.
      * The maximum lease duration is 1 week.
      * `lease_duration` will be truncated to the nearest second.
      * 
@@ -1184,16 +1204,17 @@ public com.google.protobuf.DurationOrBuilder getLeaseDurationOrBuilder() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 4; @@ -1205,16 +1226,17 @@ public int getResponseViewValue() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 4; @@ -1228,16 +1250,17 @@ public Builder setResponseViewValue(int value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 4; @@ -1252,16 +1275,17 @@ public com.google.cloud.tasks.v2beta2.Task.View getResponseView() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 4; @@ -1279,16 +1303,17 @@ public Builder setResponseView(com.google.cloud.tasks.v2beta2.Task.View value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 4; @@ -1307,12 +1332,13 @@ public Builder clearResponseView() { *
      * `filter` can be used to specify a subset of tasks to lease.
      * When `filter` is set to `tag=<my-tag>` then the
-     * [response][google.cloud.tasks.v2beta2.LeaseTasksResponse] will contain only tasks whose
-     * [tag][google.cloud.tasks.v2beta2.PullMessage.tag] is equal to `<my-tag>`. `<my-tag>` must be
-     * less than 500 characters.
+     * [response][google.cloud.tasks.v2beta2.LeaseTasksResponse] will contain only
+     * tasks whose [tag][google.cloud.tasks.v2beta2.PullMessage.tag] is equal to
+     * `<my-tag>`. `<my-tag>` must be less than 500 characters.
      * When `filter` is set to `tag_function=oldest_tag()`, only tasks which have
      * the same tag as the task with the oldest
-     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be returned.
+     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be
+     * returned.
      * Grammar Syntax:
      * * `filter = "tag=" tag | "tag_function=" function`
      * * `tag = string`
@@ -1324,8 +1350,9 @@ public Builder clearResponseView() {
      * [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-),
      * only UTF-8 encoded tags can be used in Cloud Tasks. Tag which
      * aren't UTF-8 encoded can't be used in the
-     * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter] and the task's
-     * [tag][google.cloud.tasks.v2beta2.PullMessage.tag] will be displayed as empty in Cloud Tasks.
+     * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter] and the
+     * task's [tag][google.cloud.tasks.v2beta2.PullMessage.tag] will be displayed
+     * as empty in Cloud Tasks.
      * 
* * string filter = 5; @@ -1347,12 +1374,13 @@ public java.lang.String getFilter() { *
      * `filter` can be used to specify a subset of tasks to lease.
      * When `filter` is set to `tag=<my-tag>` then the
-     * [response][google.cloud.tasks.v2beta2.LeaseTasksResponse] will contain only tasks whose
-     * [tag][google.cloud.tasks.v2beta2.PullMessage.tag] is equal to `<my-tag>`. `<my-tag>` must be
-     * less than 500 characters.
+     * [response][google.cloud.tasks.v2beta2.LeaseTasksResponse] will contain only
+     * tasks whose [tag][google.cloud.tasks.v2beta2.PullMessage.tag] is equal to
+     * `<my-tag>`. `<my-tag>` must be less than 500 characters.
      * When `filter` is set to `tag_function=oldest_tag()`, only tasks which have
      * the same tag as the task with the oldest
-     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be returned.
+     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be
+     * returned.
      * Grammar Syntax:
      * * `filter = "tag=" tag | "tag_function=" function`
      * * `tag = string`
@@ -1364,8 +1392,9 @@ public java.lang.String getFilter() {
      * [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-),
      * only UTF-8 encoded tags can be used in Cloud Tasks. Tag which
      * aren't UTF-8 encoded can't be used in the
-     * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter] and the task's
-     * [tag][google.cloud.tasks.v2beta2.PullMessage.tag] will be displayed as empty in Cloud Tasks.
+     * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter] and the
+     * task's [tag][google.cloud.tasks.v2beta2.PullMessage.tag] will be displayed
+     * as empty in Cloud Tasks.
      * 
* * string filter = 5; @@ -1387,12 +1416,13 @@ public com.google.protobuf.ByteString getFilterBytes() { *
      * `filter` can be used to specify a subset of tasks to lease.
      * When `filter` is set to `tag=<my-tag>` then the
-     * [response][google.cloud.tasks.v2beta2.LeaseTasksResponse] will contain only tasks whose
-     * [tag][google.cloud.tasks.v2beta2.PullMessage.tag] is equal to `<my-tag>`. `<my-tag>` must be
-     * less than 500 characters.
+     * [response][google.cloud.tasks.v2beta2.LeaseTasksResponse] will contain only
+     * tasks whose [tag][google.cloud.tasks.v2beta2.PullMessage.tag] is equal to
+     * `<my-tag>`. `<my-tag>` must be less than 500 characters.
      * When `filter` is set to `tag_function=oldest_tag()`, only tasks which have
      * the same tag as the task with the oldest
-     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be returned.
+     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be
+     * returned.
      * Grammar Syntax:
      * * `filter = "tag=" tag | "tag_function=" function`
      * * `tag = string`
@@ -1404,8 +1434,9 @@ public com.google.protobuf.ByteString getFilterBytes() {
      * [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-),
      * only UTF-8 encoded tags can be used in Cloud Tasks. Tag which
      * aren't UTF-8 encoded can't be used in the
-     * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter] and the task's
-     * [tag][google.cloud.tasks.v2beta2.PullMessage.tag] will be displayed as empty in Cloud Tasks.
+     * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter] and the
+     * task's [tag][google.cloud.tasks.v2beta2.PullMessage.tag] will be displayed
+     * as empty in Cloud Tasks.
      * 
* * string filter = 5; @@ -1425,12 +1456,13 @@ public Builder setFilter(java.lang.String value) { *
      * `filter` can be used to specify a subset of tasks to lease.
      * When `filter` is set to `tag=<my-tag>` then the
-     * [response][google.cloud.tasks.v2beta2.LeaseTasksResponse] will contain only tasks whose
-     * [tag][google.cloud.tasks.v2beta2.PullMessage.tag] is equal to `<my-tag>`. `<my-tag>` must be
-     * less than 500 characters.
+     * [response][google.cloud.tasks.v2beta2.LeaseTasksResponse] will contain only
+     * tasks whose [tag][google.cloud.tasks.v2beta2.PullMessage.tag] is equal to
+     * `<my-tag>`. `<my-tag>` must be less than 500 characters.
      * When `filter` is set to `tag_function=oldest_tag()`, only tasks which have
      * the same tag as the task with the oldest
-     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be returned.
+     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be
+     * returned.
      * Grammar Syntax:
      * * `filter = "tag=" tag | "tag_function=" function`
      * * `tag = string`
@@ -1442,8 +1474,9 @@ public Builder setFilter(java.lang.String value) {
      * [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-),
      * only UTF-8 encoded tags can be used in Cloud Tasks. Tag which
      * aren't UTF-8 encoded can't be used in the
-     * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter] and the task's
-     * [tag][google.cloud.tasks.v2beta2.PullMessage.tag] will be displayed as empty in Cloud Tasks.
+     * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter] and the
+     * task's [tag][google.cloud.tasks.v2beta2.PullMessage.tag] will be displayed
+     * as empty in Cloud Tasks.
      * 
* * string filter = 5; @@ -1460,12 +1493,13 @@ public Builder clearFilter() { *
      * `filter` can be used to specify a subset of tasks to lease.
      * When `filter` is set to `tag=<my-tag>` then the
-     * [response][google.cloud.tasks.v2beta2.LeaseTasksResponse] will contain only tasks whose
-     * [tag][google.cloud.tasks.v2beta2.PullMessage.tag] is equal to `<my-tag>`. `<my-tag>` must be
-     * less than 500 characters.
+     * [response][google.cloud.tasks.v2beta2.LeaseTasksResponse] will contain only
+     * tasks whose [tag][google.cloud.tasks.v2beta2.PullMessage.tag] is equal to
+     * `<my-tag>`. `<my-tag>` must be less than 500 characters.
      * When `filter` is set to `tag_function=oldest_tag()`, only tasks which have
      * the same tag as the task with the oldest
-     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be returned.
+     * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be
+     * returned.
      * Grammar Syntax:
      * * `filter = "tag=" tag | "tag_function=" function`
      * * `tag = string`
@@ -1477,8 +1511,9 @@ public Builder clearFilter() {
      * [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-),
      * only UTF-8 encoded tags can be used in Cloud Tasks. Tag which
      * aren't UTF-8 encoded can't be used in the
-     * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter] and the task's
-     * [tag][google.cloud.tasks.v2beta2.PullMessage.tag] will be displayed as empty in Cloud Tasks.
+     * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter] and the
+     * task's [tag][google.cloud.tasks.v2beta2.PullMessage.tag] will be displayed
+     * as empty in Cloud Tasks.
      * 
* * string filter = 5; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/LeaseTasksRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/LeaseTasksRequestOrBuilder.java index dad0ee9396a9..d53dd2309a89 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/LeaseTasksRequestOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/LeaseTasksRequestOrBuilder.java @@ -53,10 +53,11 @@ public interface LeaseTasksRequestOrBuilder *
    * After the worker has successfully finished the work associated
    * with the task, the worker must call via
-   * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask] before the
-   * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time]. Otherwise the task will be
-   * returned to a later [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so
-   * that another worker can retry it.
+   * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask]
+   * before the [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time].
+   * Otherwise the task will be returned to a later
+   * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so that
+   * another worker can retry it.
    * The maximum lease duration is 1 week.
    * `lease_duration` will be truncated to the nearest second.
    * 
@@ -70,10 +71,11 @@ public interface LeaseTasksRequestOrBuilder *
    * After the worker has successfully finished the work associated
    * with the task, the worker must call via
-   * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask] before the
-   * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time]. Otherwise the task will be
-   * returned to a later [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so
-   * that another worker can retry it.
+   * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask]
+   * before the [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time].
+   * Otherwise the task will be returned to a later
+   * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so that
+   * another worker can retry it.
    * The maximum lease duration is 1 week.
    * `lease_duration` will be truncated to the nearest second.
    * 
@@ -87,10 +89,11 @@ public interface LeaseTasksRequestOrBuilder *
    * After the worker has successfully finished the work associated
    * with the task, the worker must call via
-   * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask] before the
-   * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time]. Otherwise the task will be
-   * returned to a later [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so
-   * that another worker can retry it.
+   * [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask]
+   * before the [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time].
+   * Otherwise the task will be returned to a later
+   * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so that
+   * another worker can retry it.
    * The maximum lease duration is 1 week.
    * `lease_duration` will be truncated to the nearest second.
    * 
@@ -103,16 +106,17 @@ public interface LeaseTasksRequestOrBuilder * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 4; @@ -122,16 +126,17 @@ public interface LeaseTasksRequestOrBuilder * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 4; @@ -144,12 +149,13 @@ public interface LeaseTasksRequestOrBuilder *
    * `filter` can be used to specify a subset of tasks to lease.
    * When `filter` is set to `tag=<my-tag>` then the
-   * [response][google.cloud.tasks.v2beta2.LeaseTasksResponse] will contain only tasks whose
-   * [tag][google.cloud.tasks.v2beta2.PullMessage.tag] is equal to `<my-tag>`. `<my-tag>` must be
-   * less than 500 characters.
+   * [response][google.cloud.tasks.v2beta2.LeaseTasksResponse] will contain only
+   * tasks whose [tag][google.cloud.tasks.v2beta2.PullMessage.tag] is equal to
+   * `<my-tag>`. `<my-tag>` must be less than 500 characters.
    * When `filter` is set to `tag_function=oldest_tag()`, only tasks which have
    * the same tag as the task with the oldest
-   * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be returned.
+   * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be
+   * returned.
    * Grammar Syntax:
    * * `filter = "tag=" tag | "tag_function=" function`
    * * `tag = string`
@@ -161,8 +167,9 @@ public interface LeaseTasksRequestOrBuilder
    * [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-),
    * only UTF-8 encoded tags can be used in Cloud Tasks. Tag which
    * aren't UTF-8 encoded can't be used in the
-   * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter] and the task's
-   * [tag][google.cloud.tasks.v2beta2.PullMessage.tag] will be displayed as empty in Cloud Tasks.
+   * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter] and the
+   * task's [tag][google.cloud.tasks.v2beta2.PullMessage.tag] will be displayed
+   * as empty in Cloud Tasks.
    * 
* * string filter = 5; @@ -174,12 +181,13 @@ public interface LeaseTasksRequestOrBuilder *
    * `filter` can be used to specify a subset of tasks to lease.
    * When `filter` is set to `tag=<my-tag>` then the
-   * [response][google.cloud.tasks.v2beta2.LeaseTasksResponse] will contain only tasks whose
-   * [tag][google.cloud.tasks.v2beta2.PullMessage.tag] is equal to `<my-tag>`. `<my-tag>` must be
-   * less than 500 characters.
+   * [response][google.cloud.tasks.v2beta2.LeaseTasksResponse] will contain only
+   * tasks whose [tag][google.cloud.tasks.v2beta2.PullMessage.tag] is equal to
+   * `<my-tag>`. `<my-tag>` must be less than 500 characters.
    * When `filter` is set to `tag_function=oldest_tag()`, only tasks which have
    * the same tag as the task with the oldest
-   * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be returned.
+   * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be
+   * returned.
    * Grammar Syntax:
    * * `filter = "tag=" tag | "tag_function=" function`
    * * `tag = string`
@@ -191,8 +199,9 @@ public interface LeaseTasksRequestOrBuilder
    * [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-),
    * only UTF-8 encoded tags can be used in Cloud Tasks. Tag which
    * aren't UTF-8 encoded can't be used in the
-   * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter] and the task's
-   * [tag][google.cloud.tasks.v2beta2.PullMessage.tag] will be displayed as empty in Cloud Tasks.
+   * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter] and the
+   * task's [tag][google.cloud.tasks.v2beta2.PullMessage.tag] will be displayed
+   * as empty in Cloud Tasks.
    * 
* * string filter = 5; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/LeaseTasksResponse.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/LeaseTasksResponse.java index 0b1bfe01ad23..01676a9d3d53 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/LeaseTasksResponse.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/LeaseTasksResponse.java @@ -7,7 +7,8 @@ * * *
- * Response message for leasing tasks using [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks].
+ * Response message for leasing tasks using
+ * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.LeaseTasksResponse} @@ -328,7 +329,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Response message for leasing tasks using [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks].
+   * Response message for leasing tasks using
+   * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.LeaseTasksResponse} diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListQueuesRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListQueuesRequest.java index 54853d91ca99..738f853e24f7 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListQueuesRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListQueuesRequest.java @@ -7,7 +7,8 @@ * * *
- * Request message for [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues].
+ * Request message for
+ * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.ListQueuesRequest} @@ -166,11 +167,11 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-   * `filter` can be used to specify a subset of queues. Any [Queue][google.cloud.tasks.v2beta2.Queue]
-   * field can be used as a filter and several operators as supported.
-   * For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as
-   * described in
-   * [Stackdriver's Advanced Logs Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
+   * `filter` can be used to specify a subset of queues. Any
+   * [Queue][google.cloud.tasks.v2beta2.Queue] field can be used as a filter and
+   * several operators as supported. For example: `<=, <, >=, >, !=, =, :`. The
+   * filter syntax is the same as described in [Stackdriver's Advanced Logs
+   * Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
    * Sample filter "app_engine_http_target: *".
    * Note that using filters might cause fewer queues than the
    * requested_page size to be returned.
@@ -193,11 +194,11 @@ public java.lang.String getFilter() {
    *
    *
    * 
-   * `filter` can be used to specify a subset of queues. Any [Queue][google.cloud.tasks.v2beta2.Queue]
-   * field can be used as a filter and several operators as supported.
-   * For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as
-   * described in
-   * [Stackdriver's Advanced Logs Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
+   * `filter` can be used to specify a subset of queues. Any
+   * [Queue][google.cloud.tasks.v2beta2.Queue] field can be used as a filter and
+   * several operators as supported. For example: `<=, <, >=, >, !=, =, :`. The
+   * filter syntax is the same as described in [Stackdriver's Advanced Logs
+   * Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
    * Sample filter "app_engine_http_target: *".
    * Note that using filters might cause fewer queues than the
    * requested_page size to be returned.
@@ -227,8 +228,8 @@ public com.google.protobuf.ByteString getFilterBytes() {
    * The maximum page size is 9800. If unspecified, the page size will
    * be the maximum. Fewer queues than requested might be returned,
    * even if more queues exist; use the
-   * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] in the
-   * response to determine if more queues exist.
+   * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token]
+   * in the response to determine if more queues exist.
    * 
* * int32 page_size = 3; @@ -246,10 +247,12 @@ public int getPageSize() { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] returned - * from the previous call to [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] - * method. It is an error to switch the value of the - * [filter][google.cloud.tasks.v2beta2.ListQueuesRequest.filter] while iterating through pages. + * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] + * returned from the previous call to + * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] method. It + * is an error to switch the value of the + * [filter][google.cloud.tasks.v2beta2.ListQueuesRequest.filter] while + * iterating through pages. *
* * string page_token = 4; @@ -272,10 +275,12 @@ public java.lang.String getPageToken() { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] returned - * from the previous call to [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] - * method. It is an error to switch the value of the - * [filter][google.cloud.tasks.v2beta2.ListQueuesRequest.filter] while iterating through pages. + * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] + * returned from the previous call to + * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] method. It + * is an error to switch the value of the + * [filter][google.cloud.tasks.v2beta2.ListQueuesRequest.filter] while + * iterating through pages. * * * string page_token = 4; @@ -483,7 +488,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues].
+   * Request message for
+   * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.ListQueuesRequest} @@ -766,11 +772,11 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { * * *
-     * `filter` can be used to specify a subset of queues. Any [Queue][google.cloud.tasks.v2beta2.Queue]
-     * field can be used as a filter and several operators as supported.
-     * For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as
-     * described in
-     * [Stackdriver's Advanced Logs Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
+     * `filter` can be used to specify a subset of queues. Any
+     * [Queue][google.cloud.tasks.v2beta2.Queue] field can be used as a filter and
+     * several operators as supported. For example: `<=, <, >=, >, !=, =, :`. The
+     * filter syntax is the same as described in [Stackdriver's Advanced Logs
+     * Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
      * Sample filter "app_engine_http_target: *".
      * Note that using filters might cause fewer queues than the
      * requested_page size to be returned.
@@ -793,11 +799,11 @@ public java.lang.String getFilter() {
      *
      *
      * 
-     * `filter` can be used to specify a subset of queues. Any [Queue][google.cloud.tasks.v2beta2.Queue]
-     * field can be used as a filter and several operators as supported.
-     * For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as
-     * described in
-     * [Stackdriver's Advanced Logs Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
+     * `filter` can be used to specify a subset of queues. Any
+     * [Queue][google.cloud.tasks.v2beta2.Queue] field can be used as a filter and
+     * several operators as supported. For example: `<=, <, >=, >, !=, =, :`. The
+     * filter syntax is the same as described in [Stackdriver's Advanced Logs
+     * Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
      * Sample filter "app_engine_http_target: *".
      * Note that using filters might cause fewer queues than the
      * requested_page size to be returned.
@@ -820,11 +826,11 @@ public com.google.protobuf.ByteString getFilterBytes() {
      *
      *
      * 
-     * `filter` can be used to specify a subset of queues. Any [Queue][google.cloud.tasks.v2beta2.Queue]
-     * field can be used as a filter and several operators as supported.
-     * For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as
-     * described in
-     * [Stackdriver's Advanced Logs Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
+     * `filter` can be used to specify a subset of queues. Any
+     * [Queue][google.cloud.tasks.v2beta2.Queue] field can be used as a filter and
+     * several operators as supported. For example: `<=, <, >=, >, !=, =, :`. The
+     * filter syntax is the same as described in [Stackdriver's Advanced Logs
+     * Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
      * Sample filter "app_engine_http_target: *".
      * Note that using filters might cause fewer queues than the
      * requested_page size to be returned.
@@ -845,11 +851,11 @@ public Builder setFilter(java.lang.String value) {
      *
      *
      * 
-     * `filter` can be used to specify a subset of queues. Any [Queue][google.cloud.tasks.v2beta2.Queue]
-     * field can be used as a filter and several operators as supported.
-     * For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as
-     * described in
-     * [Stackdriver's Advanced Logs Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
+     * `filter` can be used to specify a subset of queues. Any
+     * [Queue][google.cloud.tasks.v2beta2.Queue] field can be used as a filter and
+     * several operators as supported. For example: `<=, <, >=, >, !=, =, :`. The
+     * filter syntax is the same as described in [Stackdriver's Advanced Logs
+     * Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
      * Sample filter "app_engine_http_target: *".
      * Note that using filters might cause fewer queues than the
      * requested_page size to be returned.
@@ -867,11 +873,11 @@ public Builder clearFilter() {
      *
      *
      * 
-     * `filter` can be used to specify a subset of queues. Any [Queue][google.cloud.tasks.v2beta2.Queue]
-     * field can be used as a filter and several operators as supported.
-     * For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as
-     * described in
-     * [Stackdriver's Advanced Logs Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
+     * `filter` can be used to specify a subset of queues. Any
+     * [Queue][google.cloud.tasks.v2beta2.Queue] field can be used as a filter and
+     * several operators as supported. For example: `<=, <, >=, >, !=, =, :`. The
+     * filter syntax is the same as described in [Stackdriver's Advanced Logs
+     * Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
      * Sample filter "app_engine_http_target: *".
      * Note that using filters might cause fewer queues than the
      * requested_page size to be returned.
@@ -899,8 +905,8 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) {
      * The maximum page size is 9800. If unspecified, the page size will
      * be the maximum. Fewer queues than requested might be returned,
      * even if more queues exist; use the
-     * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] in the
-     * response to determine if more queues exist.
+     * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token]
+     * in the response to determine if more queues exist.
      * 
* * int32 page_size = 3; @@ -916,8 +922,8 @@ public int getPageSize() { * The maximum page size is 9800. If unspecified, the page size will * be the maximum. Fewer queues than requested might be returned, * even if more queues exist; use the - * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] in the - * response to determine if more queues exist. + * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] + * in the response to determine if more queues exist. *
* * int32 page_size = 3; @@ -936,8 +942,8 @@ public Builder setPageSize(int value) { * The maximum page size is 9800. If unspecified, the page size will * be the maximum. Fewer queues than requested might be returned, * even if more queues exist; use the - * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] in the - * response to determine if more queues exist. + * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] + * in the response to determine if more queues exist. *
* * int32 page_size = 3; @@ -957,10 +963,12 @@ public Builder clearPageSize() { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] returned - * from the previous call to [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] - * method. It is an error to switch the value of the - * [filter][google.cloud.tasks.v2beta2.ListQueuesRequest.filter] while iterating through pages. + * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] + * returned from the previous call to + * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] method. It + * is an error to switch the value of the + * [filter][google.cloud.tasks.v2beta2.ListQueuesRequest.filter] while + * iterating through pages. *
* * string page_token = 4; @@ -983,10 +991,12 @@ public java.lang.String getPageToken() { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] returned - * from the previous call to [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] - * method. It is an error to switch the value of the - * [filter][google.cloud.tasks.v2beta2.ListQueuesRequest.filter] while iterating through pages. + * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] + * returned from the previous call to + * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] method. It + * is an error to switch the value of the + * [filter][google.cloud.tasks.v2beta2.ListQueuesRequest.filter] while + * iterating through pages. *
* * string page_token = 4; @@ -1009,10 +1019,12 @@ public com.google.protobuf.ByteString getPageTokenBytes() { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] returned - * from the previous call to [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] - * method. It is an error to switch the value of the - * [filter][google.cloud.tasks.v2beta2.ListQueuesRequest.filter] while iterating through pages. + * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] + * returned from the previous call to + * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] method. It + * is an error to switch the value of the + * [filter][google.cloud.tasks.v2beta2.ListQueuesRequest.filter] while + * iterating through pages. * * * string page_token = 4; @@ -1033,10 +1045,12 @@ public Builder setPageToken(java.lang.String value) { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] returned - * from the previous call to [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] - * method. It is an error to switch the value of the - * [filter][google.cloud.tasks.v2beta2.ListQueuesRequest.filter] while iterating through pages. + * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] + * returned from the previous call to + * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] method. It + * is an error to switch the value of the + * [filter][google.cloud.tasks.v2beta2.ListQueuesRequest.filter] while + * iterating through pages. * * * string page_token = 4; @@ -1054,10 +1068,12 @@ public Builder clearPageToken() { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] returned - * from the previous call to [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] - * method. It is an error to switch the value of the - * [filter][google.cloud.tasks.v2beta2.ListQueuesRequest.filter] while iterating through pages. + * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] + * returned from the previous call to + * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] method. It + * is an error to switch the value of the + * [filter][google.cloud.tasks.v2beta2.ListQueuesRequest.filter] while + * iterating through pages. * * * string page_token = 4; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListQueuesRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListQueuesRequestOrBuilder.java index 44fde8a72707..1630c1f93422 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListQueuesRequestOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListQueuesRequestOrBuilder.java @@ -37,11 +37,11 @@ public interface ListQueuesRequestOrBuilder * * *
-   * `filter` can be used to specify a subset of queues. Any [Queue][google.cloud.tasks.v2beta2.Queue]
-   * field can be used as a filter and several operators as supported.
-   * For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as
-   * described in
-   * [Stackdriver's Advanced Logs Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
+   * `filter` can be used to specify a subset of queues. Any
+   * [Queue][google.cloud.tasks.v2beta2.Queue] field can be used as a filter and
+   * several operators as supported. For example: `<=, <, >=, >, !=, =, :`. The
+   * filter syntax is the same as described in [Stackdriver's Advanced Logs
+   * Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
    * Sample filter "app_engine_http_target: *".
    * Note that using filters might cause fewer queues than the
    * requested_page size to be returned.
@@ -54,11 +54,11 @@ public interface ListQueuesRequestOrBuilder
    *
    *
    * 
-   * `filter` can be used to specify a subset of queues. Any [Queue][google.cloud.tasks.v2beta2.Queue]
-   * field can be used as a filter and several operators as supported.
-   * For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as
-   * described in
-   * [Stackdriver's Advanced Logs Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
+   * `filter` can be used to specify a subset of queues. Any
+   * [Queue][google.cloud.tasks.v2beta2.Queue] field can be used as a filter and
+   * several operators as supported. For example: `<=, <, >=, >, !=, =, :`. The
+   * filter syntax is the same as described in [Stackdriver's Advanced Logs
+   * Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
    * Sample filter "app_engine_http_target: *".
    * Note that using filters might cause fewer queues than the
    * requested_page size to be returned.
@@ -76,8 +76,8 @@ public interface ListQueuesRequestOrBuilder
    * The maximum page size is 9800. If unspecified, the page size will
    * be the maximum. Fewer queues than requested might be returned,
    * even if more queues exist; use the
-   * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] in the
-   * response to determine if more queues exist.
+   * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token]
+   * in the response to determine if more queues exist.
    * 
* * int32 page_size = 3; @@ -91,10 +91,12 @@ public interface ListQueuesRequestOrBuilder * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] returned - * from the previous call to [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] - * method. It is an error to switch the value of the - * [filter][google.cloud.tasks.v2beta2.ListQueuesRequest.filter] while iterating through pages. + * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] + * returned from the previous call to + * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] method. It + * is an error to switch the value of the + * [filter][google.cloud.tasks.v2beta2.ListQueuesRequest.filter] while + * iterating through pages. *
* * string page_token = 4; @@ -107,10 +109,12 @@ public interface ListQueuesRequestOrBuilder * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] returned - * from the previous call to [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] - * method. It is an error to switch the value of the - * [filter][google.cloud.tasks.v2beta2.ListQueuesRequest.filter] while iterating through pages. + * [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] + * returned from the previous call to + * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] method. It + * is an error to switch the value of the + * [filter][google.cloud.tasks.v2beta2.ListQueuesRequest.filter] while + * iterating through pages. * * * string page_token = 4; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListQueuesResponse.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListQueuesResponse.java index 3cf58a2997fc..48cf01f26920 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListQueuesResponse.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListQueuesResponse.java @@ -7,7 +7,8 @@ * * *
- * Response message for [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues].
+ * Response message for
+ * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.ListQueuesResponse} @@ -179,7 +180,8 @@ public com.google.cloud.tasks.v2beta2.QueueOrBuilder getQueuesOrBuilder(int inde *
    * A token to retrieve next page of results.
    * To return the next page of results, call
-   * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] with this value as the
+   * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] with this
+   * value as the
    * [page_token][google.cloud.tasks.v2beta2.ListQueuesRequest.page_token].
    * If the next_page_token is empty, there are no more results.
    * The page token is valid for only 2 hours.
@@ -204,7 +206,8 @@ public java.lang.String getNextPageToken() {
    * 
    * A token to retrieve next page of results.
    * To return the next page of results, call
-   * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] with this value as the
+   * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] with this
+   * value as the
    * [page_token][google.cloud.tasks.v2beta2.ListQueuesRequest.page_token].
    * If the next_page_token is empty, there are no more results.
    * The page token is valid for only 2 hours.
@@ -399,7 +402,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    *
    * 
-   * Response message for [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues].
+   * Response message for
+   * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.ListQueuesResponse} @@ -961,7 +965,8 @@ public java.util.List getQueuesBui *
      * A token to retrieve next page of results.
      * To return the next page of results, call
-     * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] with this value as the
+     * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] with this
+     * value as the
      * [page_token][google.cloud.tasks.v2beta2.ListQueuesRequest.page_token].
      * If the next_page_token is empty, there are no more results.
      * The page token is valid for only 2 hours.
@@ -986,7 +991,8 @@ public java.lang.String getNextPageToken() {
      * 
      * A token to retrieve next page of results.
      * To return the next page of results, call
-     * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] with this value as the
+     * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] with this
+     * value as the
      * [page_token][google.cloud.tasks.v2beta2.ListQueuesRequest.page_token].
      * If the next_page_token is empty, there are no more results.
      * The page token is valid for only 2 hours.
@@ -1011,7 +1017,8 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() {
      * 
      * A token to retrieve next page of results.
      * To return the next page of results, call
-     * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] with this value as the
+     * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] with this
+     * value as the
      * [page_token][google.cloud.tasks.v2beta2.ListQueuesRequest.page_token].
      * If the next_page_token is empty, there are no more results.
      * The page token is valid for only 2 hours.
@@ -1034,7 +1041,8 @@ public Builder setNextPageToken(java.lang.String value) {
      * 
      * A token to retrieve next page of results.
      * To return the next page of results, call
-     * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] with this value as the
+     * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] with this
+     * value as the
      * [page_token][google.cloud.tasks.v2beta2.ListQueuesRequest.page_token].
      * If the next_page_token is empty, there are no more results.
      * The page token is valid for only 2 hours.
@@ -1054,7 +1062,8 @@ public Builder clearNextPageToken() {
      * 
      * A token to retrieve next page of results.
      * To return the next page of results, call
-     * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] with this value as the
+     * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] with this
+     * value as the
      * [page_token][google.cloud.tasks.v2beta2.ListQueuesRequest.page_token].
      * If the next_page_token is empty, there are no more results.
      * The page token is valid for only 2 hours.
diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListQueuesResponseOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListQueuesResponseOrBuilder.java
index 5609fff28db5..8771d147ca04 100644
--- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListQueuesResponseOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListQueuesResponseOrBuilder.java
@@ -65,7 +65,8 @@ public interface ListQueuesResponseOrBuilder
    * 
    * A token to retrieve next page of results.
    * To return the next page of results, call
-   * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] with this value as the
+   * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] with this
+   * value as the
    * [page_token][google.cloud.tasks.v2beta2.ListQueuesRequest.page_token].
    * If the next_page_token is empty, there are no more results.
    * The page token is valid for only 2 hours.
@@ -80,7 +81,8 @@ public interface ListQueuesResponseOrBuilder
    * 
    * A token to retrieve next page of results.
    * To return the next page of results, call
-   * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] with this value as the
+   * [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] with this
+   * value as the
    * [page_token][google.cloud.tasks.v2beta2.ListQueuesRequest.page_token].
    * If the next_page_token is empty, there are no more results.
    * The page token is valid for only 2 hours.
diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListTasksRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListTasksRequest.java
index 8911a0c1dd14..7a0d1be37513 100644
--- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListTasksRequest.java
+++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListTasksRequest.java
@@ -7,7 +7,8 @@
  *
  *
  * 
- * Request message for listing tasks using [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks].
+ * Request message for listing tasks using
+ * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.ListTasksRequest} @@ -166,16 +167,17 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; @@ -187,16 +189,17 @@ public int getResponseViewValue() { * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; @@ -218,8 +221,8 @@ public com.google.cloud.tasks.v2beta2.Task.View getResponseView() { * The maximum page size is 1000. If unspecified, the page size will * be the maximum. Fewer tasks than requested might be returned, * even if more tasks exist; use - * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] in the - * response to determine if more tasks exist. + * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] + * in the response to determine if more tasks exist. *
* * int32 page_size = 4; @@ -237,9 +240,9 @@ public int getPageSize() { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] returned - * from the previous call to [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] - * method. + * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] + * returned from the previous call to + * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] method. * The page token is valid for only 2 hours. *
* @@ -263,9 +266,9 @@ public java.lang.String getPageToken() { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] returned - * from the previous call to [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] - * method. + * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] + * returned from the previous call to + * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] method. * The page token is valid for only 2 hours. *
* @@ -474,7 +477,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for listing tasks using [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks].
+   * Request message for listing tasks using
+   * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.ListTasksRequest} @@ -756,16 +760,17 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; @@ -777,16 +782,17 @@ public int getResponseViewValue() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; @@ -800,16 +806,17 @@ public Builder setResponseViewValue(int value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; @@ -824,16 +831,17 @@ public com.google.cloud.tasks.v2beta2.Task.View getResponseView() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; @@ -851,16 +859,17 @@ public Builder setResponseView(com.google.cloud.tasks.v2beta2.Task.View value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; @@ -881,8 +890,8 @@ public Builder clearResponseView() { * The maximum page size is 1000. If unspecified, the page size will * be the maximum. Fewer tasks than requested might be returned, * even if more tasks exist; use - * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] in the - * response to determine if more tasks exist. + * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] + * in the response to determine if more tasks exist. *
* * int32 page_size = 4; @@ -898,8 +907,8 @@ public int getPageSize() { * The maximum page size is 1000. If unspecified, the page size will * be the maximum. Fewer tasks than requested might be returned, * even if more tasks exist; use - * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] in the - * response to determine if more tasks exist. + * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] + * in the response to determine if more tasks exist. *
* * int32 page_size = 4; @@ -918,8 +927,8 @@ public Builder setPageSize(int value) { * The maximum page size is 1000. If unspecified, the page size will * be the maximum. Fewer tasks than requested might be returned, * even if more tasks exist; use - * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] in the - * response to determine if more tasks exist. + * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] + * in the response to determine if more tasks exist. *
* * int32 page_size = 4; @@ -939,9 +948,9 @@ public Builder clearPageSize() { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] returned - * from the previous call to [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] - * method. + * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] + * returned from the previous call to + * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] method. * The page token is valid for only 2 hours. *
* @@ -965,9 +974,9 @@ public java.lang.String getPageToken() { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] returned - * from the previous call to [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] - * method. + * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] + * returned from the previous call to + * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] method. * The page token is valid for only 2 hours. *
* @@ -991,9 +1000,9 @@ public com.google.protobuf.ByteString getPageTokenBytes() { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] returned - * from the previous call to [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] - * method. + * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] + * returned from the previous call to + * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] method. * The page token is valid for only 2 hours. *
* @@ -1015,9 +1024,9 @@ public Builder setPageToken(java.lang.String value) { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] returned - * from the previous call to [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] - * method. + * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] + * returned from the previous call to + * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] method. * The page token is valid for only 2 hours. * * @@ -1036,9 +1045,9 @@ public Builder clearPageToken() { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] returned - * from the previous call to [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] - * method. + * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] + * returned from the previous call to + * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] method. * The page token is valid for only 2 hours. * * diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListTasksRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListTasksRequestOrBuilder.java index 7c28fc51440e..26ef42d23723 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListTasksRequestOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListTasksRequestOrBuilder.java @@ -37,16 +37,17 @@ public interface ListTasksRequestOrBuilder * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; @@ -56,16 +57,17 @@ public interface ListTasksRequestOrBuilder * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; @@ -80,8 +82,8 @@ public interface ListTasksRequestOrBuilder * The maximum page size is 1000. If unspecified, the page size will * be the maximum. Fewer tasks than requested might be returned, * even if more tasks exist; use - * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] in the - * response to determine if more tasks exist. + * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] + * in the response to determine if more tasks exist. * * * int32 page_size = 4; @@ -95,9 +97,9 @@ public interface ListTasksRequestOrBuilder * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] returned - * from the previous call to [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] - * method. + * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] + * returned from the previous call to + * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] method. * The page token is valid for only 2 hours. * * @@ -111,9 +113,9 @@ public interface ListTasksRequestOrBuilder * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] returned - * from the previous call to [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] - * method. + * [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] + * returned from the previous call to + * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] method. * The page token is valid for only 2 hours. * * diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListTasksResponse.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListTasksResponse.java index 4dbd2c3a5cb2..d2e1e0a74008 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListTasksResponse.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListTasksResponse.java @@ -7,7 +7,8 @@ * * *
- * Response message for listing tasks using [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks].
+ * Response message for listing tasks using
+ * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.ListTasksResponse} @@ -179,7 +180,8 @@ public com.google.cloud.tasks.v2beta2.TaskOrBuilder getTasksOrBuilder(int index) *
    * A token to retrieve next page of results.
    * To return the next page of results, call
-   * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] with this value as the
+   * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] with this
+   * value as the
    * [page_token][google.cloud.tasks.v2beta2.ListTasksRequest.page_token].
    * If the next_page_token is empty, there are no more results.
    * 
@@ -203,7 +205,8 @@ public java.lang.String getNextPageToken() { *
    * A token to retrieve next page of results.
    * To return the next page of results, call
-   * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] with this value as the
+   * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] with this
+   * value as the
    * [page_token][google.cloud.tasks.v2beta2.ListTasksRequest.page_token].
    * If the next_page_token is empty, there are no more results.
    * 
@@ -397,7 +400,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Response message for listing tasks using [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks].
+   * Response message for listing tasks using
+   * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.ListTasksResponse} @@ -958,7 +962,8 @@ public java.util.List getTasksBuild *
      * A token to retrieve next page of results.
      * To return the next page of results, call
-     * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] with this value as the
+     * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] with this
+     * value as the
      * [page_token][google.cloud.tasks.v2beta2.ListTasksRequest.page_token].
      * If the next_page_token is empty, there are no more results.
      * 
@@ -982,7 +987,8 @@ public java.lang.String getNextPageToken() { *
      * A token to retrieve next page of results.
      * To return the next page of results, call
-     * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] with this value as the
+     * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] with this
+     * value as the
      * [page_token][google.cloud.tasks.v2beta2.ListTasksRequest.page_token].
      * If the next_page_token is empty, there are no more results.
      * 
@@ -1006,7 +1012,8 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { *
      * A token to retrieve next page of results.
      * To return the next page of results, call
-     * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] with this value as the
+     * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] with this
+     * value as the
      * [page_token][google.cloud.tasks.v2beta2.ListTasksRequest.page_token].
      * If the next_page_token is empty, there are no more results.
      * 
@@ -1028,7 +1035,8 @@ public Builder setNextPageToken(java.lang.String value) { *
      * A token to retrieve next page of results.
      * To return the next page of results, call
-     * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] with this value as the
+     * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] with this
+     * value as the
      * [page_token][google.cloud.tasks.v2beta2.ListTasksRequest.page_token].
      * If the next_page_token is empty, there are no more results.
      * 
@@ -1047,7 +1055,8 @@ public Builder clearNextPageToken() { *
      * A token to retrieve next page of results.
      * To return the next page of results, call
-     * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] with this value as the
+     * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] with this
+     * value as the
      * [page_token][google.cloud.tasks.v2beta2.ListTasksRequest.page_token].
      * If the next_page_token is empty, there are no more results.
      * 
diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListTasksResponseOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListTasksResponseOrBuilder.java index 73b29004bef4..a30bb052d980 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListTasksResponseOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListTasksResponseOrBuilder.java @@ -65,7 +65,8 @@ public interface ListTasksResponseOrBuilder *
    * A token to retrieve next page of results.
    * To return the next page of results, call
-   * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] with this value as the
+   * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] with this
+   * value as the
    * [page_token][google.cloud.tasks.v2beta2.ListTasksRequest.page_token].
    * If the next_page_token is empty, there are no more results.
    * 
@@ -79,7 +80,8 @@ public interface ListTasksResponseOrBuilder *
    * A token to retrieve next page of results.
    * To return the next page of results, call
-   * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] with this value as the
+   * [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] with this
+   * value as the
    * [page_token][google.cloud.tasks.v2beta2.ListTasksRequest.page_token].
    * If the next_page_token is empty, there are no more results.
    * 
diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/PauseQueueRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/PauseQueueRequest.java index 52923a869dd6..1f7d68d246d4 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/PauseQueueRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/PauseQueueRequest.java @@ -7,7 +7,8 @@ * * *
- * Request message for [PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue].
+ * Request message for
+ * [PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.PauseQueueRequest} @@ -302,7 +303,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for [PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue].
+   * Request message for
+   * [PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.PauseQueueRequest} diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/PullMessage.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/PullMessage.java index 102b334c6171..faff98de9ac8 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/PullMessage.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/PullMessage.java @@ -8,7 +8,8 @@ * *
  * The pull message contains data that can be used by the caller of
- * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process the task.
+ * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process the
+ * task.
  * This proto can only be used for tasks in a queue which has
  * [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] set.
  * 
@@ -124,15 +125,17 @@ public com.google.protobuf.ByteString getPayload() { * The task's tag. * Tags allow similar tasks to be processed in a batch. If you label * tasks with a tag, your worker can - * [lease tasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] with the same tag using - * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter]. For example, if you want to - * aggregate the events associated with a specific user once a day, - * you could tag tasks with the user ID. + * [lease tasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] with the + * same tag using + * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter]. For example, + * if you want to aggregate the events associated with a specific user once a + * day, you could tag tasks with the user ID. * The task's tag can only be set when the * [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask]. * The tag must be less than 500 characters. * SDK compatibility: Although the SDK allows tags to be either - * string or [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-), + * string or + * [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-), * only UTF-8 encoded tags can be used in Cloud Tasks. If a tag isn't UTF-8 * encoded, the tag will be empty when the task is returned by Cloud Tasks. * @@ -157,15 +160,17 @@ public java.lang.String getTag() { * The task's tag. * Tags allow similar tasks to be processed in a batch. If you label * tasks with a tag, your worker can - * [lease tasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] with the same tag using - * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter]. For example, if you want to - * aggregate the events associated with a specific user once a day, - * you could tag tasks with the user ID. + * [lease tasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] with the + * same tag using + * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter]. For example, + * if you want to aggregate the events associated with a specific user once a + * day, you could tag tasks with the user ID. * The task's tag can only be set when the * [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask]. * The tag must be less than 500 characters. * SDK compatibility: Although the SDK allows tags to be either - * string or [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-), + * string or + * [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-), * only UTF-8 encoded tags can be used in Cloud Tasks. If a tag isn't UTF-8 * encoded, the tag will be empty when the task is returned by Cloud Tasks. * @@ -358,7 +363,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * *
    * The pull message contains data that can be used by the caller of
-   * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process the task.
+   * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process the
+   * task.
    * This proto can only be used for tasks in a queue which has
    * [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] set.
    * 
@@ -574,15 +580,17 @@ public Builder clearPayload() { * The task's tag. * Tags allow similar tasks to be processed in a batch. If you label * tasks with a tag, your worker can - * [lease tasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] with the same tag using - * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter]. For example, if you want to - * aggregate the events associated with a specific user once a day, - * you could tag tasks with the user ID. + * [lease tasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] with the + * same tag using + * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter]. For example, + * if you want to aggregate the events associated with a specific user once a + * day, you could tag tasks with the user ID. * The task's tag can only be set when the * [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask]. * The tag must be less than 500 characters. * SDK compatibility: Although the SDK allows tags to be either - * string or [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-), + * string or + * [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-), * only UTF-8 encoded tags can be used in Cloud Tasks. If a tag isn't UTF-8 * encoded, the tag will be empty when the task is returned by Cloud Tasks. * @@ -607,15 +615,17 @@ public java.lang.String getTag() { * The task's tag. * Tags allow similar tasks to be processed in a batch. If you label * tasks with a tag, your worker can - * [lease tasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] with the same tag using - * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter]. For example, if you want to - * aggregate the events associated with a specific user once a day, - * you could tag tasks with the user ID. + * [lease tasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] with the + * same tag using + * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter]. For example, + * if you want to aggregate the events associated with a specific user once a + * day, you could tag tasks with the user ID. * The task's tag can only be set when the * [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask]. * The tag must be less than 500 characters. * SDK compatibility: Although the SDK allows tags to be either - * string or [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-), + * string or + * [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-), * only UTF-8 encoded tags can be used in Cloud Tasks. If a tag isn't UTF-8 * encoded, the tag will be empty when the task is returned by Cloud Tasks. * @@ -640,15 +650,17 @@ public com.google.protobuf.ByteString getTagBytes() { * The task's tag. * Tags allow similar tasks to be processed in a batch. If you label * tasks with a tag, your worker can - * [lease tasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] with the same tag using - * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter]. For example, if you want to - * aggregate the events associated with a specific user once a day, - * you could tag tasks with the user ID. + * [lease tasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] with the + * same tag using + * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter]. For example, + * if you want to aggregate the events associated with a specific user once a + * day, you could tag tasks with the user ID. * The task's tag can only be set when the * [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask]. * The tag must be less than 500 characters. * SDK compatibility: Although the SDK allows tags to be either - * string or [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-), + * string or + * [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-), * only UTF-8 encoded tags can be used in Cloud Tasks. If a tag isn't UTF-8 * encoded, the tag will be empty when the task is returned by Cloud Tasks. * @@ -671,15 +683,17 @@ public Builder setTag(java.lang.String value) { * The task's tag. * Tags allow similar tasks to be processed in a batch. If you label * tasks with a tag, your worker can - * [lease tasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] with the same tag using - * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter]. For example, if you want to - * aggregate the events associated with a specific user once a day, - * you could tag tasks with the user ID. + * [lease tasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] with the + * same tag using + * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter]. For example, + * if you want to aggregate the events associated with a specific user once a + * day, you could tag tasks with the user ID. * The task's tag can only be set when the * [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask]. * The tag must be less than 500 characters. * SDK compatibility: Although the SDK allows tags to be either - * string or [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-), + * string or + * [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-), * only UTF-8 encoded tags can be used in Cloud Tasks. If a tag isn't UTF-8 * encoded, the tag will be empty when the task is returned by Cloud Tasks. * @@ -699,15 +713,17 @@ public Builder clearTag() { * The task's tag. * Tags allow similar tasks to be processed in a batch. If you label * tasks with a tag, your worker can - * [lease tasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] with the same tag using - * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter]. For example, if you want to - * aggregate the events associated with a specific user once a day, - * you could tag tasks with the user ID. + * [lease tasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] with the + * same tag using + * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter]. For example, + * if you want to aggregate the events associated with a specific user once a + * day, you could tag tasks with the user ID. * The task's tag can only be set when the * [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask]. * The tag must be less than 500 characters. * SDK compatibility: Although the SDK allows tags to be either - * string or [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-), + * string or + * [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-), * only UTF-8 encoded tags can be used in Cloud Tasks. If a tag isn't UTF-8 * encoded, the tag will be empty when the task is returned by Cloud Tasks. * diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/PullMessageOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/PullMessageOrBuilder.java index 977f7c965f36..d94057770252 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/PullMessageOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/PullMessageOrBuilder.java @@ -26,15 +26,17 @@ public interface PullMessageOrBuilder * The task's tag. * Tags allow similar tasks to be processed in a batch. If you label * tasks with a tag, your worker can - * [lease tasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] with the same tag using - * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter]. For example, if you want to - * aggregate the events associated with a specific user once a day, - * you could tag tasks with the user ID. + * [lease tasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] with the + * same tag using + * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter]. For example, + * if you want to aggregate the events associated with a specific user once a + * day, you could tag tasks with the user ID. * The task's tag can only be set when the * [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask]. * The tag must be less than 500 characters. * SDK compatibility: Although the SDK allows tags to be either - * string or [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-), + * string or + * [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-), * only UTF-8 encoded tags can be used in Cloud Tasks. If a tag isn't UTF-8 * encoded, the tag will be empty when the task is returned by Cloud Tasks. * @@ -49,15 +51,17 @@ public interface PullMessageOrBuilder * The task's tag. * Tags allow similar tasks to be processed in a batch. If you label * tasks with a tag, your worker can - * [lease tasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] with the same tag using - * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter]. For example, if you want to - * aggregate the events associated with a specific user once a day, - * you could tag tasks with the user ID. + * [lease tasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] with the + * same tag using + * [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter]. For example, + * if you want to aggregate the events associated with a specific user once a + * day, you could tag tasks with the user ID. * The task's tag can only be set when the * [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask]. * The tag must be less than 500 characters. * SDK compatibility: Although the SDK allows tags to be either - * string or [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-), + * string or + * [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-), * only UTF-8 encoded tags can be used in Cloud Tasks. If a tag isn't UTF-8 * encoded, the tag will be empty when the task is returned by Cloud Tasks. * diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/PurgeQueueRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/PurgeQueueRequest.java index 3122388b6a68..e7118b1edc3a 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/PurgeQueueRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/PurgeQueueRequest.java @@ -7,7 +7,8 @@ * * *
- * Request message for [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue].
+ * Request message for
+ * [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.PurgeQueueRequest} @@ -302,7 +303,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue].
+   * Request message for
+   * [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.PurgeQueueRequest} diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/Queue.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/Queue.java index 68e3e6a2d18c..c77e70d7a306 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/Queue.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/Queue.java @@ -226,8 +226,8 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { * Tasks are paused by the user. If the queue is paused then Cloud * Tasks will stop delivering tasks from it, but more tasks can * still be added to it by the user. When a pull queue is paused, - * all [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] calls will return a - * [FAILED_PRECONDITION][google.rpc.Code.FAILED_PRECONDITION]. + * all [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] calls + * will return a [FAILED_PRECONDITION][google.rpc.Code.FAILED_PRECONDITION]. * * * PAUSED = 2; @@ -239,13 +239,15 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { *
      * The queue is disabled.
      * A queue becomes `DISABLED` when
-     * [queue.yaml](https://cloud.google.com/appengine/docs/python/config/queueref) or
-     * [queue.xml](https://cloud.google.com/appengine/docs/standard/java/config/queueref) is uploaded
-     * which does not contain the queue. You cannot directly disable a queue.
+     * [queue.yaml](https://cloud.google.com/appengine/docs/python/config/queueref)
+     * or
+     * [queue.xml](https://cloud.google.com/appengine/docs/standard/java/config/queueref)
+     * is uploaded which does not contain the queue. You cannot directly disable
+     * a queue.
      * When a queue is disabled, tasks can still be added to a queue
      * but the tasks are not dispatched and
-     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] calls return a
-     * `FAILED_PRECONDITION` error.
+     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] calls
+     * return a `FAILED_PRECONDITION` error.
      * To permanently delete this queue and all of its tasks, call
      * [DeleteQueue][google.cloud.tasks.v2beta2.CloudTasks.DeleteQueue].
      * 
@@ -289,8 +291,8 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { * Tasks are paused by the user. If the queue is paused then Cloud * Tasks will stop delivering tasks from it, but more tasks can * still be added to it by the user. When a pull queue is paused, - * all [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] calls will return a - * [FAILED_PRECONDITION][google.rpc.Code.FAILED_PRECONDITION]. + * all [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] calls + * will return a [FAILED_PRECONDITION][google.rpc.Code.FAILED_PRECONDITION]. * * * PAUSED = 2; @@ -302,13 +304,15 @@ public enum State implements com.google.protobuf.ProtocolMessageEnum { *
      * The queue is disabled.
      * A queue becomes `DISABLED` when
-     * [queue.yaml](https://cloud.google.com/appengine/docs/python/config/queueref) or
-     * [queue.xml](https://cloud.google.com/appengine/docs/standard/java/config/queueref) is uploaded
-     * which does not contain the queue. You cannot directly disable a queue.
+     * [queue.yaml](https://cloud.google.com/appengine/docs/python/config/queueref)
+     * or
+     * [queue.xml](https://cloud.google.com/appengine/docs/standard/java/config/queueref)
+     * is uploaded which does not contain the queue. You cannot directly disable
+     * a queue.
      * When a queue is disabled, tasks can still be added to a queue
      * but the tasks are not dispatched and
-     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] calls return a
-     * `FAILED_PRECONDITION` error.
+     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] calls
+     * return a `FAILED_PRECONDITION` error.
      * To permanently delete this queue and all of its tasks, call
      * [DeleteQueue][google.cloud.tasks.v2beta2.CloudTasks.DeleteQueue].
      * 
@@ -436,15 +440,17 @@ public TargetTypeCase getTargetTypeCase() { * * *
-   * Caller-specified and required in [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue],
-   * after which it becomes output only.
+   * Caller-specified and required in
+   * [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue], after
+   * which it becomes output only.
    * The queue name.
    * The queue name must have the following format:
    * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID`
    * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
    *    hyphens (-), colons (:), or periods (.).
    *    For more information, see
-   *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+   *    [Identifying
+   *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
    * * `LOCATION_ID` is the canonical ID for the queue's location.
    *    The list of available locations can be obtained by calling
    *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -470,15 +476,17 @@ public java.lang.String getName() {
    *
    *
    * 
-   * Caller-specified and required in [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue],
-   * after which it becomes output only.
+   * Caller-specified and required in
+   * [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue], after
+   * which it becomes output only.
    * The queue name.
    * The queue name must have the following format:
    * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID`
    * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
    *    hyphens (-), colons (:), or periods (.).
    *    For more information, see
-   *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+   *    [Identifying
+   *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
    * * `LOCATION_ID` is the canonical ID for the queue's location.
    *    The list of available locations can be obtained by calling
    *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -507,7 +515,8 @@ public com.google.protobuf.ByteString getNameBytes() {
    *
    * 
    * App Engine HTTP target.
-   * An App Engine queue is a queue that has an [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
+   * An App Engine queue is a queue that has an
+   * [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
    * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpTarget app_engine_http_target = 3; @@ -520,7 +529,8 @@ public boolean hasAppEngineHttpTarget() { * *
    * App Engine HTTP target.
-   * An App Engine queue is a queue that has an [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
+   * An App Engine queue is a queue that has an
+   * [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
    * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpTarget app_engine_http_target = 3; @@ -536,7 +546,8 @@ public com.google.cloud.tasks.v2beta2.AppEngineHttpTarget getAppEngineHttpTarget * *
    * App Engine HTTP target.
-   * An App Engine queue is a queue that has an [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
+   * An App Engine queue is a queue that has an
+   * [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
    * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpTarget app_engine_http_target = 3; @@ -555,7 +566,8 @@ public com.google.cloud.tasks.v2beta2.AppEngineHttpTarget getAppEngineHttpTarget * *
    * Pull target.
-   * A pull queue is a queue that has a [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
+   * A pull queue is a queue that has a
+   * [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
    * 
* * .google.cloud.tasks.v2beta2.PullTarget pull_target = 4; @@ -568,7 +580,8 @@ public boolean hasPullTarget() { * *
    * Pull target.
-   * A pull queue is a queue that has a [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
+   * A pull queue is a queue that has a
+   * [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
    * 
* * .google.cloud.tasks.v2beta2.PullTarget pull_target = 4; @@ -584,7 +597,8 @@ public com.google.cloud.tasks.v2beta2.PullTarget getPullTarget() { * *
    * Pull target.
-   * A pull queue is a queue that has a [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
+   * A pull queue is a queue that has a
+   * [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
    * 
* * .google.cloud.tasks.v2beta2.PullTarget pull_target = 4; @@ -604,17 +618,19 @@ public com.google.cloud.tasks.v2beta2.PullTargetOrBuilder getPullTargetOrBuilder *
    * Rate limits for task dispatches.
    * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] and
-   * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related because they both
-   * control task attempts however they control how tasks are
+   * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related
+   * because they both control task attempts however they control how tasks are
    * attempted in different ways:
-   * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the total rate of
+   * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the
+   * total rate of
    *   dispatches from a queue (i.e. all traffic dispatched from the
    *   queue, regardless of whether the dispatch is from a first
    *   attempt or a retry).
-   * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls what happens to
+   * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+   * what happens to
    *   particular a task after its first attempt fails. That is,
-   *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls task retries (the
-   *   second attempt, third attempt, etc).
+   *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+   *   task retries (the second attempt, third attempt, etc).
    * 
* * .google.cloud.tasks.v2beta2.RateLimits rate_limits = 5; @@ -628,17 +644,19 @@ public boolean hasRateLimits() { *
    * Rate limits for task dispatches.
    * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] and
-   * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related because they both
-   * control task attempts however they control how tasks are
+   * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related
+   * because they both control task attempts however they control how tasks are
    * attempted in different ways:
-   * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the total rate of
+   * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the
+   * total rate of
    *   dispatches from a queue (i.e. all traffic dispatched from the
    *   queue, regardless of whether the dispatch is from a first
    *   attempt or a retry).
-   * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls what happens to
+   * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+   * what happens to
    *   particular a task after its first attempt fails. That is,
-   *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls task retries (the
-   *   second attempt, third attempt, etc).
+   *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+   *   task retries (the second attempt, third attempt, etc).
    * 
* * .google.cloud.tasks.v2beta2.RateLimits rate_limits = 5; @@ -654,17 +672,19 @@ public com.google.cloud.tasks.v2beta2.RateLimits getRateLimits() { *
    * Rate limits for task dispatches.
    * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] and
-   * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related because they both
-   * control task attempts however they control how tasks are
+   * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related
+   * because they both control task attempts however they control how tasks are
    * attempted in different ways:
-   * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the total rate of
+   * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the
+   * total rate of
    *   dispatches from a queue (i.e. all traffic dispatched from the
    *   queue, regardless of whether the dispatch is from a first
    *   attempt or a retry).
-   * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls what happens to
+   * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+   * what happens to
    *   particular a task after its first attempt fails. That is,
-   *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls task retries (the
-   *   second attempt, third attempt, etc).
+   *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+   *   task retries (the second attempt, third attempt, etc).
    * 
* * .google.cloud.tasks.v2beta2.RateLimits rate_limits = 5; @@ -686,7 +706,8 @@ public com.google.cloud.tasks.v2beta2.RateLimitsOrBuilder getRateLimitsOrBuilder * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). *
* * .google.cloud.tasks.v2beta2.RetryConfig retry_config = 6; @@ -705,7 +726,8 @@ public boolean hasRetryConfig() { * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). *
* * .google.cloud.tasks.v2beta2.RetryConfig retry_config = 6; @@ -726,7 +748,8 @@ public com.google.cloud.tasks.v2beta2.RetryConfig getRetryConfig() { * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). * * * .google.cloud.tasks.v2beta2.RetryConfig retry_config = 6; @@ -744,9 +767,11 @@ public com.google.cloud.tasks.v2beta2.RetryConfigOrBuilder getRetryConfigOrBuild * Output only. The state of the queue. * `state` can only be changed by called * [PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue], - * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or uploading + * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or + * uploading * [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref). - * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] cannot be used to change `state`. + * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] cannot be + * used to change `state`. * * * .google.cloud.tasks.v2beta2.Queue.State state = 7; @@ -761,9 +786,11 @@ public int getStateValue() { * Output only. The state of the queue. * `state` can only be changed by called * [PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue], - * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or uploading + * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or + * uploading * [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref). - * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] cannot be used to change `state`. + * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] cannot be + * used to change `state`. * * * .google.cloud.tasks.v2beta2.Queue.State state = 7; @@ -782,10 +809,12 @@ public com.google.cloud.tasks.v2beta2.Queue.State getState() { * *
    * Output only. The last time this queue was purged.
-   * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time] before this time
-   * were purged.
-   * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the
-   * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+   * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time]
+   * before this time were purged.
+   * A queue can be purged using
+   * [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the [App
+   * Engine Task Queue SDK, or the Cloud
+   * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
    * Purge time will be truncated to the nearest microsecond. Purge
    * time will be unset if the queue has never been purged.
    * 
@@ -800,10 +829,12 @@ public boolean hasPurgeTime() { * *
    * Output only. The last time this queue was purged.
-   * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time] before this time
-   * were purged.
-   * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the
-   * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+   * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time]
+   * before this time were purged.
+   * A queue can be purged using
+   * [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the [App
+   * Engine Task Queue SDK, or the Cloud
+   * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
    * Purge time will be truncated to the nearest microsecond. Purge
    * time will be unset if the queue has never been purged.
    * 
@@ -818,10 +849,12 @@ public com.google.protobuf.Timestamp getPurgeTime() { * *
    * Output only. The last time this queue was purged.
-   * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time] before this time
-   * were purged.
-   * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the
-   * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+   * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time]
+   * before this time were purged.
+   * A queue can be purged using
+   * [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the [App
+   * Engine Task Queue SDK, or the Cloud
+   * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
    * Purge time will be truncated to the nearest microsecond. Purge
    * time will be unset if the queue has never been purged.
    * 
@@ -1339,15 +1372,17 @@ public Builder clearTargetType() { * * *
-     * Caller-specified and required in [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue],
-     * after which it becomes output only.
+     * Caller-specified and required in
+     * [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue], after
+     * which it becomes output only.
      * The queue name.
      * The queue name must have the following format:
      * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID`
      * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
      *    hyphens (-), colons (:), or periods (.).
      *    For more information, see
-     *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+     *    [Identifying
+     *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
      * * `LOCATION_ID` is the canonical ID for the queue's location.
      *    The list of available locations can be obtained by calling
      *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -1373,15 +1408,17 @@ public java.lang.String getName() {
      *
      *
      * 
-     * Caller-specified and required in [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue],
-     * after which it becomes output only.
+     * Caller-specified and required in
+     * [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue], after
+     * which it becomes output only.
      * The queue name.
      * The queue name must have the following format:
      * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID`
      * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
      *    hyphens (-), colons (:), or periods (.).
      *    For more information, see
-     *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+     *    [Identifying
+     *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
      * * `LOCATION_ID` is the canonical ID for the queue's location.
      *    The list of available locations can be obtained by calling
      *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -1407,15 +1444,17 @@ public com.google.protobuf.ByteString getNameBytes() {
      *
      *
      * 
-     * Caller-specified and required in [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue],
-     * after which it becomes output only.
+     * Caller-specified and required in
+     * [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue], after
+     * which it becomes output only.
      * The queue name.
      * The queue name must have the following format:
      * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID`
      * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
      *    hyphens (-), colons (:), or periods (.).
      *    For more information, see
-     *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+     *    [Identifying
+     *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
      * * `LOCATION_ID` is the canonical ID for the queue's location.
      *    The list of available locations can be obtained by calling
      *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -1439,15 +1478,17 @@ public Builder setName(java.lang.String value) {
      *
      *
      * 
-     * Caller-specified and required in [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue],
-     * after which it becomes output only.
+     * Caller-specified and required in
+     * [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue], after
+     * which it becomes output only.
      * The queue name.
      * The queue name must have the following format:
      * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID`
      * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
      *    hyphens (-), colons (:), or periods (.).
      *    For more information, see
-     *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+     *    [Identifying
+     *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
      * * `LOCATION_ID` is the canonical ID for the queue's location.
      *    The list of available locations can be obtained by calling
      *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -1468,15 +1509,17 @@ public Builder clearName() {
      *
      *
      * 
-     * Caller-specified and required in [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue],
-     * after which it becomes output only.
+     * Caller-specified and required in
+     * [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue], after
+     * which it becomes output only.
      * The queue name.
      * The queue name must have the following format:
      * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID`
      * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
      *    hyphens (-), colons (:), or periods (.).
      *    For more information, see
-     *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+     *    [Identifying
+     *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
      * * `LOCATION_ID` is the canonical ID for the queue's location.
      *    The list of available locations can be obtained by calling
      *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -1508,7 +1551,8 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
      *
      * 
      * App Engine HTTP target.
-     * An App Engine queue is a queue that has an [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
+     * An App Engine queue is a queue that has an
+     * [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
      * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpTarget app_engine_http_target = 3; @@ -1521,7 +1565,8 @@ public boolean hasAppEngineHttpTarget() { * *
      * App Engine HTTP target.
-     * An App Engine queue is a queue that has an [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
+     * An App Engine queue is a queue that has an
+     * [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
      * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpTarget app_engine_http_target = 3; @@ -1544,7 +1589,8 @@ public com.google.cloud.tasks.v2beta2.AppEngineHttpTarget getAppEngineHttpTarget * *
      * App Engine HTTP target.
-     * An App Engine queue is a queue that has an [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
+     * An App Engine queue is a queue that has an
+     * [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
      * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpTarget app_engine_http_target = 3; @@ -1568,7 +1614,8 @@ public Builder setAppEngineHttpTarget( * *
      * App Engine HTTP target.
-     * An App Engine queue is a queue that has an [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
+     * An App Engine queue is a queue that has an
+     * [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
      * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpTarget app_engine_http_target = 3; @@ -1589,7 +1636,8 @@ public Builder setAppEngineHttpTarget( * *
      * App Engine HTTP target.
-     * An App Engine queue is a queue that has an [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
+     * An App Engine queue is a queue that has an
+     * [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
      * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpTarget app_engine_http_target = 3; @@ -1623,7 +1671,8 @@ public Builder mergeAppEngineHttpTarget( * *
      * App Engine HTTP target.
-     * An App Engine queue is a queue that has an [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
+     * An App Engine queue is a queue that has an
+     * [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
      * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpTarget app_engine_http_target = 3; @@ -1649,7 +1698,8 @@ public Builder clearAppEngineHttpTarget() { * *
      * App Engine HTTP target.
-     * An App Engine queue is a queue that has an [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
+     * An App Engine queue is a queue that has an
+     * [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
      * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpTarget app_engine_http_target = 3; @@ -1663,7 +1713,8 @@ public Builder clearAppEngineHttpTarget() { * *
      * App Engine HTTP target.
-     * An App Engine queue is a queue that has an [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
+     * An App Engine queue is a queue that has an
+     * [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
      * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpTarget app_engine_http_target = 3; @@ -1684,7 +1735,8 @@ public Builder clearAppEngineHttpTarget() { * *
      * App Engine HTTP target.
-     * An App Engine queue is a queue that has an [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
+     * An App Engine queue is a queue that has an
+     * [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
      * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpTarget app_engine_http_target = 3; @@ -1724,7 +1776,8 @@ public Builder clearAppEngineHttpTarget() { * *
      * Pull target.
-     * A pull queue is a queue that has a [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
+     * A pull queue is a queue that has a
+     * [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
      * 
* * .google.cloud.tasks.v2beta2.PullTarget pull_target = 4; @@ -1737,7 +1790,8 @@ public boolean hasPullTarget() { * *
      * Pull target.
-     * A pull queue is a queue that has a [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
+     * A pull queue is a queue that has a
+     * [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
      * 
* * .google.cloud.tasks.v2beta2.PullTarget pull_target = 4; @@ -1760,7 +1814,8 @@ public com.google.cloud.tasks.v2beta2.PullTarget getPullTarget() { * *
      * Pull target.
-     * A pull queue is a queue that has a [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
+     * A pull queue is a queue that has a
+     * [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
      * 
* * .google.cloud.tasks.v2beta2.PullTarget pull_target = 4; @@ -1783,7 +1838,8 @@ public Builder setPullTarget(com.google.cloud.tasks.v2beta2.PullTarget value) { * *
      * Pull target.
-     * A pull queue is a queue that has a [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
+     * A pull queue is a queue that has a
+     * [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
      * 
* * .google.cloud.tasks.v2beta2.PullTarget pull_target = 4; @@ -1804,7 +1860,8 @@ public Builder setPullTarget( * *
      * Pull target.
-     * A pull queue is a queue that has a [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
+     * A pull queue is a queue that has a
+     * [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
      * 
* * .google.cloud.tasks.v2beta2.PullTarget pull_target = 4; @@ -1836,7 +1893,8 @@ public Builder mergePullTarget(com.google.cloud.tasks.v2beta2.PullTarget value) * *
      * Pull target.
-     * A pull queue is a queue that has a [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
+     * A pull queue is a queue that has a
+     * [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
      * 
* * .google.cloud.tasks.v2beta2.PullTarget pull_target = 4; @@ -1862,7 +1920,8 @@ public Builder clearPullTarget() { * *
      * Pull target.
-     * A pull queue is a queue that has a [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
+     * A pull queue is a queue that has a
+     * [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
      * 
* * .google.cloud.tasks.v2beta2.PullTarget pull_target = 4; @@ -1875,7 +1934,8 @@ public com.google.cloud.tasks.v2beta2.PullTarget.Builder getPullTargetBuilder() * *
      * Pull target.
-     * A pull queue is a queue that has a [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
+     * A pull queue is a queue that has a
+     * [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
      * 
* * .google.cloud.tasks.v2beta2.PullTarget pull_target = 4; @@ -1895,7 +1955,8 @@ public com.google.cloud.tasks.v2beta2.PullTargetOrBuilder getPullTargetOrBuilder * *
      * Pull target.
-     * A pull queue is a queue that has a [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
+     * A pull queue is a queue that has a
+     * [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
      * 
* * .google.cloud.tasks.v2beta2.PullTarget pull_target = 4; @@ -1937,17 +1998,19 @@ public com.google.cloud.tasks.v2beta2.PullTargetOrBuilder getPullTargetOrBuilder *
      * Rate limits for task dispatches.
      * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] and
-     * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related because they both
-     * control task attempts however they control how tasks are
+     * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related
+     * because they both control task attempts however they control how tasks are
      * attempted in different ways:
-     * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the total rate of
+     * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the
+     * total rate of
      *   dispatches from a queue (i.e. all traffic dispatched from the
      *   queue, regardless of whether the dispatch is from a first
      *   attempt or a retry).
-     * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls what happens to
+     * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+     * what happens to
      *   particular a task after its first attempt fails. That is,
-     *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls task retries (the
-     *   second attempt, third attempt, etc).
+     *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+     *   task retries (the second attempt, third attempt, etc).
      * 
* * .google.cloud.tasks.v2beta2.RateLimits rate_limits = 5; @@ -1961,17 +2024,19 @@ public boolean hasRateLimits() { *
      * Rate limits for task dispatches.
      * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] and
-     * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related because they both
-     * control task attempts however they control how tasks are
+     * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related
+     * because they both control task attempts however they control how tasks are
      * attempted in different ways:
-     * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the total rate of
+     * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the
+     * total rate of
      *   dispatches from a queue (i.e. all traffic dispatched from the
      *   queue, regardless of whether the dispatch is from a first
      *   attempt or a retry).
-     * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls what happens to
+     * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+     * what happens to
      *   particular a task after its first attempt fails. That is,
-     *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls task retries (the
-     *   second attempt, third attempt, etc).
+     *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+     *   task retries (the second attempt, third attempt, etc).
      * 
* * .google.cloud.tasks.v2beta2.RateLimits rate_limits = 5; @@ -1991,17 +2056,19 @@ public com.google.cloud.tasks.v2beta2.RateLimits getRateLimits() { *
      * Rate limits for task dispatches.
      * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] and
-     * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related because they both
-     * control task attempts however they control how tasks are
+     * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related
+     * because they both control task attempts however they control how tasks are
      * attempted in different ways:
-     * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the total rate of
+     * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the
+     * total rate of
      *   dispatches from a queue (i.e. all traffic dispatched from the
      *   queue, regardless of whether the dispatch is from a first
      *   attempt or a retry).
-     * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls what happens to
+     * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+     * what happens to
      *   particular a task after its first attempt fails. That is,
-     *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls task retries (the
-     *   second attempt, third attempt, etc).
+     *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+     *   task retries (the second attempt, third attempt, etc).
      * 
* * .google.cloud.tasks.v2beta2.RateLimits rate_limits = 5; @@ -2025,17 +2092,19 @@ public Builder setRateLimits(com.google.cloud.tasks.v2beta2.RateLimits value) { *
      * Rate limits for task dispatches.
      * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] and
-     * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related because they both
-     * control task attempts however they control how tasks are
+     * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related
+     * because they both control task attempts however they control how tasks are
      * attempted in different ways:
-     * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the total rate of
+     * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the
+     * total rate of
      *   dispatches from a queue (i.e. all traffic dispatched from the
      *   queue, regardless of whether the dispatch is from a first
      *   attempt or a retry).
-     * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls what happens to
+     * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+     * what happens to
      *   particular a task after its first attempt fails. That is,
-     *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls task retries (the
-     *   second attempt, third attempt, etc).
+     *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+     *   task retries (the second attempt, third attempt, etc).
      * 
* * .google.cloud.tasks.v2beta2.RateLimits rate_limits = 5; @@ -2057,17 +2126,19 @@ public Builder setRateLimits( *
      * Rate limits for task dispatches.
      * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] and
-     * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related because they both
-     * control task attempts however they control how tasks are
+     * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related
+     * because they both control task attempts however they control how tasks are
      * attempted in different ways:
-     * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the total rate of
+     * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the
+     * total rate of
      *   dispatches from a queue (i.e. all traffic dispatched from the
      *   queue, regardless of whether the dispatch is from a first
      *   attempt or a retry).
-     * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls what happens to
+     * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+     * what happens to
      *   particular a task after its first attempt fails. That is,
-     *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls task retries (the
-     *   second attempt, third attempt, etc).
+     *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+     *   task retries (the second attempt, third attempt, etc).
      * 
* * .google.cloud.tasks.v2beta2.RateLimits rate_limits = 5; @@ -2095,17 +2166,19 @@ public Builder mergeRateLimits(com.google.cloud.tasks.v2beta2.RateLimits value) *
      * Rate limits for task dispatches.
      * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] and
-     * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related because they both
-     * control task attempts however they control how tasks are
+     * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related
+     * because they both control task attempts however they control how tasks are
      * attempted in different ways:
-     * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the total rate of
+     * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the
+     * total rate of
      *   dispatches from a queue (i.e. all traffic dispatched from the
      *   queue, regardless of whether the dispatch is from a first
      *   attempt or a retry).
-     * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls what happens to
+     * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+     * what happens to
      *   particular a task after its first attempt fails. That is,
-     *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls task retries (the
-     *   second attempt, third attempt, etc).
+     *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+     *   task retries (the second attempt, third attempt, etc).
      * 
* * .google.cloud.tasks.v2beta2.RateLimits rate_limits = 5; @@ -2127,17 +2200,19 @@ public Builder clearRateLimits() { *
      * Rate limits for task dispatches.
      * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] and
-     * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related because they both
-     * control task attempts however they control how tasks are
+     * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related
+     * because they both control task attempts however they control how tasks are
      * attempted in different ways:
-     * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the total rate of
+     * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the
+     * total rate of
      *   dispatches from a queue (i.e. all traffic dispatched from the
      *   queue, regardless of whether the dispatch is from a first
      *   attempt or a retry).
-     * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls what happens to
+     * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+     * what happens to
      *   particular a task after its first attempt fails. That is,
-     *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls task retries (the
-     *   second attempt, third attempt, etc).
+     *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+     *   task retries (the second attempt, third attempt, etc).
      * 
* * .google.cloud.tasks.v2beta2.RateLimits rate_limits = 5; @@ -2153,17 +2228,19 @@ public com.google.cloud.tasks.v2beta2.RateLimits.Builder getRateLimitsBuilder() *
      * Rate limits for task dispatches.
      * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] and
-     * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related because they both
-     * control task attempts however they control how tasks are
+     * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related
+     * because they both control task attempts however they control how tasks are
      * attempted in different ways:
-     * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the total rate of
+     * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the
+     * total rate of
      *   dispatches from a queue (i.e. all traffic dispatched from the
      *   queue, regardless of whether the dispatch is from a first
      *   attempt or a retry).
-     * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls what happens to
+     * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+     * what happens to
      *   particular a task after its first attempt fails. That is,
-     *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls task retries (the
-     *   second attempt, third attempt, etc).
+     *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+     *   task retries (the second attempt, third attempt, etc).
      * 
* * .google.cloud.tasks.v2beta2.RateLimits rate_limits = 5; @@ -2183,17 +2260,19 @@ public com.google.cloud.tasks.v2beta2.RateLimitsOrBuilder getRateLimitsOrBuilder *
      * Rate limits for task dispatches.
      * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] and
-     * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related because they both
-     * control task attempts however they control how tasks are
+     * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related
+     * because they both control task attempts however they control how tasks are
      * attempted in different ways:
-     * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the total rate of
+     * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the
+     * total rate of
      *   dispatches from a queue (i.e. all traffic dispatched from the
      *   queue, regardless of whether the dispatch is from a first
      *   attempt or a retry).
-     * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls what happens to
+     * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+     * what happens to
      *   particular a task after its first attempt fails. That is,
-     *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls task retries (the
-     *   second attempt, third attempt, etc).
+     *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+     *   task retries (the second attempt, third attempt, etc).
      * 
* * .google.cloud.tasks.v2beta2.RateLimits rate_limits = 5; @@ -2232,7 +2311,8 @@ public com.google.cloud.tasks.v2beta2.RateLimitsOrBuilder getRateLimitsOrBuilder * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). *
* * .google.cloud.tasks.v2beta2.RetryConfig retry_config = 6; @@ -2251,7 +2331,8 @@ public boolean hasRetryConfig() { * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). *
* * .google.cloud.tasks.v2beta2.RetryConfig retry_config = 6; @@ -2276,7 +2357,8 @@ public com.google.cloud.tasks.v2beta2.RetryConfig getRetryConfig() { * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). *
* * .google.cloud.tasks.v2beta2.RetryConfig retry_config = 6; @@ -2305,7 +2387,8 @@ public Builder setRetryConfig(com.google.cloud.tasks.v2beta2.RetryConfig value) * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). *
* * .google.cloud.tasks.v2beta2.RetryConfig retry_config = 6; @@ -2332,7 +2415,8 @@ public Builder setRetryConfig( * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). *
* * .google.cloud.tasks.v2beta2.RetryConfig retry_config = 6; @@ -2365,7 +2449,8 @@ public Builder mergeRetryConfig(com.google.cloud.tasks.v2beta2.RetryConfig value * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). * * * .google.cloud.tasks.v2beta2.RetryConfig retry_config = 6; @@ -2392,7 +2477,8 @@ public Builder clearRetryConfig() { * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). * * * .google.cloud.tasks.v2beta2.RetryConfig retry_config = 6; @@ -2413,7 +2499,8 @@ public com.google.cloud.tasks.v2beta2.RetryConfig.Builder getRetryConfigBuilder( * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). * * * .google.cloud.tasks.v2beta2.RetryConfig retry_config = 6; @@ -2438,7 +2525,8 @@ public com.google.cloud.tasks.v2beta2.RetryConfigOrBuilder getRetryConfigOrBuild * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). * * * .google.cloud.tasks.v2beta2.RetryConfig retry_config = 6; @@ -2468,9 +2556,11 @@ public com.google.cloud.tasks.v2beta2.RetryConfigOrBuilder getRetryConfigOrBuild * Output only. The state of the queue. * `state` can only be changed by called * [PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue], - * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or uploading + * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or + * uploading * [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref). - * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] cannot be used to change `state`. + * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] cannot be + * used to change `state`. * * * .google.cloud.tasks.v2beta2.Queue.State state = 7; @@ -2485,9 +2575,11 @@ public int getStateValue() { * Output only. The state of the queue. * `state` can only be changed by called * [PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue], - * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or uploading + * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or + * uploading * [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref). - * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] cannot be used to change `state`. + * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] cannot be + * used to change `state`. * * * .google.cloud.tasks.v2beta2.Queue.State state = 7; @@ -2504,9 +2596,11 @@ public Builder setStateValue(int value) { * Output only. The state of the queue. * `state` can only be changed by called * [PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue], - * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or uploading + * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or + * uploading * [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref). - * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] cannot be used to change `state`. + * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] cannot be + * used to change `state`. * * * .google.cloud.tasks.v2beta2.Queue.State state = 7; @@ -2524,9 +2618,11 @@ public com.google.cloud.tasks.v2beta2.Queue.State getState() { * Output only. The state of the queue. * `state` can only be changed by called * [PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue], - * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or uploading + * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or + * uploading * [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref). - * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] cannot be used to change `state`. + * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] cannot be + * used to change `state`. * * * .google.cloud.tasks.v2beta2.Queue.State state = 7; @@ -2547,9 +2643,11 @@ public Builder setState(com.google.cloud.tasks.v2beta2.Queue.State value) { * Output only. The state of the queue. * `state` can only be changed by called * [PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue], - * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or uploading + * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or + * uploading * [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref). - * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] cannot be used to change `state`. + * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] cannot be + * used to change `state`. * * * .google.cloud.tasks.v2beta2.Queue.State state = 7; @@ -2572,10 +2670,12 @@ public Builder clearState() { * *
      * Output only. The last time this queue was purged.
-     * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time] before this time
-     * were purged.
-     * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the
-     * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+     * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time]
+     * before this time were purged.
+     * A queue can be purged using
+     * [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the [App
+     * Engine Task Queue SDK, or the Cloud
+     * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
      * Purge time will be truncated to the nearest microsecond. Purge
      * time will be unset if the queue has never been purged.
      * 
@@ -2590,10 +2690,12 @@ public boolean hasPurgeTime() { * *
      * Output only. The last time this queue was purged.
-     * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time] before this time
-     * were purged.
-     * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the
-     * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+     * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time]
+     * before this time were purged.
+     * A queue can be purged using
+     * [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the [App
+     * Engine Task Queue SDK, or the Cloud
+     * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
      * Purge time will be truncated to the nearest microsecond. Purge
      * time will be unset if the queue has never been purged.
      * 
@@ -2612,10 +2714,12 @@ public com.google.protobuf.Timestamp getPurgeTime() { * *
      * Output only. The last time this queue was purged.
-     * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time] before this time
-     * were purged.
-     * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the
-     * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+     * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time]
+     * before this time were purged.
+     * A queue can be purged using
+     * [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the [App
+     * Engine Task Queue SDK, or the Cloud
+     * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
      * Purge time will be truncated to the nearest microsecond. Purge
      * time will be unset if the queue has never been purged.
      * 
@@ -2640,10 +2744,12 @@ public Builder setPurgeTime(com.google.protobuf.Timestamp value) { * *
      * Output only. The last time this queue was purged.
-     * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time] before this time
-     * were purged.
-     * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the
-     * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+     * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time]
+     * before this time were purged.
+     * A queue can be purged using
+     * [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the [App
+     * Engine Task Queue SDK, or the Cloud
+     * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
      * Purge time will be truncated to the nearest microsecond. Purge
      * time will be unset if the queue has never been purged.
      * 
@@ -2665,10 +2771,12 @@ public Builder setPurgeTime(com.google.protobuf.Timestamp.Builder builderForValu * *
      * Output only. The last time this queue was purged.
-     * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time] before this time
-     * were purged.
-     * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the
-     * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+     * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time]
+     * before this time were purged.
+     * A queue can be purged using
+     * [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the [App
+     * Engine Task Queue SDK, or the Cloud
+     * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
      * Purge time will be truncated to the nearest microsecond. Purge
      * time will be unset if the queue has never been purged.
      * 
@@ -2695,10 +2803,12 @@ public Builder mergePurgeTime(com.google.protobuf.Timestamp value) { * *
      * Output only. The last time this queue was purged.
-     * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time] before this time
-     * were purged.
-     * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the
-     * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+     * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time]
+     * before this time were purged.
+     * A queue can be purged using
+     * [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the [App
+     * Engine Task Queue SDK, or the Cloud
+     * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
      * Purge time will be truncated to the nearest microsecond. Purge
      * time will be unset if the queue has never been purged.
      * 
@@ -2721,10 +2831,12 @@ public Builder clearPurgeTime() { * *
      * Output only. The last time this queue was purged.
-     * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time] before this time
-     * were purged.
-     * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the
-     * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+     * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time]
+     * before this time were purged.
+     * A queue can be purged using
+     * [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the [App
+     * Engine Task Queue SDK, or the Cloud
+     * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
      * Purge time will be truncated to the nearest microsecond. Purge
      * time will be unset if the queue has never been purged.
      * 
@@ -2741,10 +2853,12 @@ public com.google.protobuf.Timestamp.Builder getPurgeTimeBuilder() { * *
      * Output only. The last time this queue was purged.
-     * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time] before this time
-     * were purged.
-     * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the
-     * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+     * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time]
+     * before this time were purged.
+     * A queue can be purged using
+     * [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the [App
+     * Engine Task Queue SDK, or the Cloud
+     * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
      * Purge time will be truncated to the nearest microsecond. Purge
      * time will be unset if the queue has never been purged.
      * 
@@ -2763,10 +2877,12 @@ public com.google.protobuf.TimestampOrBuilder getPurgeTimeOrBuilder() { * *
      * Output only. The last time this queue was purged.
-     * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time] before this time
-     * were purged.
-     * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the
-     * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+     * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time]
+     * before this time were purged.
+     * A queue can be purged using
+     * [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the [App
+     * Engine Task Queue SDK, or the Cloud
+     * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
      * Purge time will be truncated to the nearest microsecond. Purge
      * time will be unset if the queue has never been purged.
      * 
diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/QueueOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/QueueOrBuilder.java index aee30e42faf0..ed4a022a7c37 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/QueueOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/QueueOrBuilder.java @@ -12,15 +12,17 @@ public interface QueueOrBuilder * * *
-   * Caller-specified and required in [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue],
-   * after which it becomes output only.
+   * Caller-specified and required in
+   * [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue], after
+   * which it becomes output only.
    * The queue name.
    * The queue name must have the following format:
    * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID`
    * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
    *    hyphens (-), colons (:), or periods (.).
    *    For more information, see
-   *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+   *    [Identifying
+   *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
    * * `LOCATION_ID` is the canonical ID for the queue's location.
    *    The list of available locations can be obtained by calling
    *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -36,15 +38,17 @@ public interface QueueOrBuilder
    *
    *
    * 
-   * Caller-specified and required in [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue],
-   * after which it becomes output only.
+   * Caller-specified and required in
+   * [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue], after
+   * which it becomes output only.
    * The queue name.
    * The queue name must have the following format:
    * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID`
    * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
    *    hyphens (-), colons (:), or periods (.).
    *    For more information, see
-   *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+   *    [Identifying
+   *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
    * * `LOCATION_ID` is the canonical ID for the queue's location.
    *    The list of available locations can be obtained by calling
    *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -62,7 +66,8 @@ public interface QueueOrBuilder
    *
    * 
    * App Engine HTTP target.
-   * An App Engine queue is a queue that has an [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
+   * An App Engine queue is a queue that has an
+   * [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
    * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpTarget app_engine_http_target = 3; @@ -73,7 +78,8 @@ public interface QueueOrBuilder * *
    * App Engine HTTP target.
-   * An App Engine queue is a queue that has an [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
+   * An App Engine queue is a queue that has an
+   * [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
    * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpTarget app_engine_http_target = 3; @@ -84,7 +90,8 @@ public interface QueueOrBuilder * *
    * App Engine HTTP target.
-   * An App Engine queue is a queue that has an [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
+   * An App Engine queue is a queue that has an
+   * [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget].
    * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpTarget app_engine_http_target = 3; @@ -96,7 +103,8 @@ public interface QueueOrBuilder * *
    * Pull target.
-   * A pull queue is a queue that has a [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
+   * A pull queue is a queue that has a
+   * [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
    * 
* * .google.cloud.tasks.v2beta2.PullTarget pull_target = 4; @@ -107,7 +115,8 @@ public interface QueueOrBuilder * *
    * Pull target.
-   * A pull queue is a queue that has a [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
+   * A pull queue is a queue that has a
+   * [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
    * 
* * .google.cloud.tasks.v2beta2.PullTarget pull_target = 4; @@ -118,7 +127,8 @@ public interface QueueOrBuilder * *
    * Pull target.
-   * A pull queue is a queue that has a [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
+   * A pull queue is a queue that has a
+   * [PullTarget][google.cloud.tasks.v2beta2.PullTarget].
    * 
* * .google.cloud.tasks.v2beta2.PullTarget pull_target = 4; @@ -131,17 +141,19 @@ public interface QueueOrBuilder *
    * Rate limits for task dispatches.
    * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] and
-   * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related because they both
-   * control task attempts however they control how tasks are
+   * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related
+   * because they both control task attempts however they control how tasks are
    * attempted in different ways:
-   * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the total rate of
+   * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the
+   * total rate of
    *   dispatches from a queue (i.e. all traffic dispatched from the
    *   queue, regardless of whether the dispatch is from a first
    *   attempt or a retry).
-   * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls what happens to
+   * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+   * what happens to
    *   particular a task after its first attempt fails. That is,
-   *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls task retries (the
-   *   second attempt, third attempt, etc).
+   *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+   *   task retries (the second attempt, third attempt, etc).
    * 
* * .google.cloud.tasks.v2beta2.RateLimits rate_limits = 5; @@ -153,17 +165,19 @@ public interface QueueOrBuilder *
    * Rate limits for task dispatches.
    * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] and
-   * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related because they both
-   * control task attempts however they control how tasks are
+   * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related
+   * because they both control task attempts however they control how tasks are
    * attempted in different ways:
-   * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the total rate of
+   * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the
+   * total rate of
    *   dispatches from a queue (i.e. all traffic dispatched from the
    *   queue, regardless of whether the dispatch is from a first
    *   attempt or a retry).
-   * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls what happens to
+   * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+   * what happens to
    *   particular a task after its first attempt fails. That is,
-   *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls task retries (the
-   *   second attempt, third attempt, etc).
+   *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+   *   task retries (the second attempt, third attempt, etc).
    * 
* * .google.cloud.tasks.v2beta2.RateLimits rate_limits = 5; @@ -175,17 +189,19 @@ public interface QueueOrBuilder *
    * Rate limits for task dispatches.
    * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] and
-   * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related because they both
-   * control task attempts however they control how tasks are
+   * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related
+   * because they both control task attempts however they control how tasks are
    * attempted in different ways:
-   * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the total rate of
+   * * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the
+   * total rate of
    *   dispatches from a queue (i.e. all traffic dispatched from the
    *   queue, regardless of whether the dispatch is from a first
    *   attempt or a retry).
-   * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls what happens to
+   * * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+   * what happens to
    *   particular a task after its first attempt fails. That is,
-   *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls task retries (the
-   *   second attempt, third attempt, etc).
+   *   [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls
+   *   task retries (the second attempt, third attempt, etc).
    * 
* * .google.cloud.tasks.v2beta2.RateLimits rate_limits = 5; @@ -203,7 +219,8 @@ public interface QueueOrBuilder * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). *
* * .google.cloud.tasks.v2beta2.RetryConfig retry_config = 6; @@ -220,7 +237,8 @@ public interface QueueOrBuilder * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). *
* * .google.cloud.tasks.v2beta2.RetryConfig retry_config = 6; @@ -237,7 +255,8 @@ public interface QueueOrBuilder * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). * * * .google.cloud.tasks.v2beta2.RetryConfig retry_config = 6; @@ -251,9 +270,11 @@ public interface QueueOrBuilder * Output only. The state of the queue. * `state` can only be changed by called * [PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue], - * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or uploading + * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or + * uploading * [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref). - * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] cannot be used to change `state`. + * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] cannot be + * used to change `state`. * * * .google.cloud.tasks.v2beta2.Queue.State state = 7; @@ -266,9 +287,11 @@ public interface QueueOrBuilder * Output only. The state of the queue. * `state` can only be changed by called * [PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue], - * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or uploading + * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or + * uploading * [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref). - * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] cannot be used to change `state`. + * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] cannot be + * used to change `state`. * * * .google.cloud.tasks.v2beta2.Queue.State state = 7; @@ -280,10 +303,12 @@ public interface QueueOrBuilder * *
    * Output only. The last time this queue was purged.
-   * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time] before this time
-   * were purged.
-   * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the
-   * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+   * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time]
+   * before this time were purged.
+   * A queue can be purged using
+   * [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the [App
+   * Engine Task Queue SDK, or the Cloud
+   * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
    * Purge time will be truncated to the nearest microsecond. Purge
    * time will be unset if the queue has never been purged.
    * 
@@ -296,10 +321,12 @@ public interface QueueOrBuilder * *
    * Output only. The last time this queue was purged.
-   * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time] before this time
-   * were purged.
-   * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the
-   * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+   * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time]
+   * before this time were purged.
+   * A queue can be purged using
+   * [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the [App
+   * Engine Task Queue SDK, or the Cloud
+   * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
    * Purge time will be truncated to the nearest microsecond. Purge
    * time will be unset if the queue has never been purged.
    * 
@@ -312,10 +339,12 @@ public interface QueueOrBuilder * *
    * Output only. The last time this queue was purged.
-   * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time] before this time
-   * were purged.
-   * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the
-   * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+   * All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time]
+   * before this time were purged.
+   * A queue can be purged using
+   * [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the [App
+   * Engine Task Queue SDK, or the Cloud
+   * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
    * Purge time will be truncated to the nearest microsecond. Purge
    * time will be unset if the queue has never been purged.
    * 
diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RateLimits.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RateLimits.java index 91c3de7c8e6e..bd41f9d09705 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RateLimits.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RateLimits.java @@ -10,8 +10,10 @@ * Rate limits. * This message determines the maximum rate that tasks can be dispatched by a * queue, regardless of whether the dispatch is a first task attempt or a retry. - * Note: The debugging command, [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask], will run a task - * even if the queue has reached its [RateLimits][google.cloud.tasks.v2beta2.RateLimits]. + * Note: The debugging command, + * [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask], will run a task + * even if the queue has reached its + * [RateLimits][google.cloud.tasks.v2beta2.RateLimits]. * * * Protobuf type {@code google.cloud.tasks.v2beta2.RateLimits} @@ -114,13 +116,17 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * The maximum rate at which tasks are dispatched from this queue. * If unspecified when the queue is created, Cloud Tasks will pick the * default. - * * For [App Engine queues][google.cloud.tasks.v2beta2.AppEngineHttpTarget], the maximum allowed value + * * For [App Engine queues][google.cloud.tasks.v2beta2.AppEngineHttpTarget], + * the maximum allowed value * is 500. - * * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget]. In addition to the + * * This field is output only for [pull + * queues][google.cloud.tasks.v2beta2.PullTarget]. In addition to the * `max_tasks_dispatched_per_second` limit, a maximum of 10 QPS of - * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] requests are allowed per pull queue. + * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] requests + * are allowed per pull queue. * This field has the same meaning as - * [rate in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#rate). + * [rate in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#rate). * * * double max_tasks_dispatched_per_second = 1; @@ -156,9 +162,9 @@ public double getMaxTasksDispatchedPerSecond() { * `queue.yaml/xml`, `max_burst_size` is equal to * [bucket_size](https://cloud.google.com/appengine/docs/standard/python/config/queueref#bucket_size). * Since `max_burst_size` is output only, if - * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] is called on a queue - * created by `queue.yaml/xml`, `max_burst_size` will be reset based - * on the value of + * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] is called + * on a queue created by `queue.yaml/xml`, `max_burst_size` will be reset + * based on the value of * [max_tasks_dispatched_per_second][google.cloud.tasks.v2beta2.RateLimits.max_tasks_dispatched_per_second], * regardless of whether * [max_tasks_dispatched_per_second][google.cloud.tasks.v2beta2.RateLimits.max_tasks_dispatched_per_second] @@ -185,10 +191,12 @@ public int getMaxBurstSize() { * default. * The maximum allowed value is 5,000. * This field is output only for - * [pull queues][google.cloud.tasks.v2beta2.PullTarget] and always -1, which indicates no limit. No other - * queue types can have `max_concurrent_tasks` set to -1. + * [pull queues][google.cloud.tasks.v2beta2.PullTarget] and always -1, which + * indicates no limit. No other queue types can have `max_concurrent_tasks` + * set to -1. * This field has the same meaning as - * [max_concurrent_requests in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#max_concurrent_requests). + * [max_concurrent_requests in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#max_concurrent_requests). * * * int32 max_concurrent_tasks = 3; @@ -389,8 +397,10 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * Rate limits. * This message determines the maximum rate that tasks can be dispatched by a * queue, regardless of whether the dispatch is a first task attempt or a retry. - * Note: The debugging command, [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask], will run a task - * even if the queue has reached its [RateLimits][google.cloud.tasks.v2beta2.RateLimits]. + * Note: The debugging command, + * [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask], will run a task + * even if the queue has reached its + * [RateLimits][google.cloud.tasks.v2beta2.RateLimits]. * * * Protobuf type {@code google.cloud.tasks.v2beta2.RateLimits} @@ -562,13 +572,17 @@ public Builder mergeFrom( * The maximum rate at which tasks are dispatched from this queue. * If unspecified when the queue is created, Cloud Tasks will pick the * default. - * * For [App Engine queues][google.cloud.tasks.v2beta2.AppEngineHttpTarget], the maximum allowed value + * * For [App Engine queues][google.cloud.tasks.v2beta2.AppEngineHttpTarget], + * the maximum allowed value * is 500. - * * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget]. In addition to the + * * This field is output only for [pull + * queues][google.cloud.tasks.v2beta2.PullTarget]. In addition to the * `max_tasks_dispatched_per_second` limit, a maximum of 10 QPS of - * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] requests are allowed per pull queue. + * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] requests + * are allowed per pull queue. * This field has the same meaning as - * [rate in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#rate). + * [rate in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#rate). * * * double max_tasks_dispatched_per_second = 1; @@ -583,13 +597,17 @@ public double getMaxTasksDispatchedPerSecond() { * The maximum rate at which tasks are dispatched from this queue. * If unspecified when the queue is created, Cloud Tasks will pick the * default. - * * For [App Engine queues][google.cloud.tasks.v2beta2.AppEngineHttpTarget], the maximum allowed value + * * For [App Engine queues][google.cloud.tasks.v2beta2.AppEngineHttpTarget], + * the maximum allowed value * is 500. - * * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget]. In addition to the + * * This field is output only for [pull + * queues][google.cloud.tasks.v2beta2.PullTarget]. In addition to the * `max_tasks_dispatched_per_second` limit, a maximum of 10 QPS of - * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] requests are allowed per pull queue. + * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] requests + * are allowed per pull queue. * This field has the same meaning as - * [rate in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#rate). + * [rate in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#rate). * * * double max_tasks_dispatched_per_second = 1; @@ -607,13 +625,17 @@ public Builder setMaxTasksDispatchedPerSecond(double value) { * The maximum rate at which tasks are dispatched from this queue. * If unspecified when the queue is created, Cloud Tasks will pick the * default. - * * For [App Engine queues][google.cloud.tasks.v2beta2.AppEngineHttpTarget], the maximum allowed value + * * For [App Engine queues][google.cloud.tasks.v2beta2.AppEngineHttpTarget], + * the maximum allowed value * is 500. - * * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget]. In addition to the + * * This field is output only for [pull + * queues][google.cloud.tasks.v2beta2.PullTarget]. In addition to the * `max_tasks_dispatched_per_second` limit, a maximum of 10 QPS of - * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] requests are allowed per pull queue. + * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] requests + * are allowed per pull queue. * This field has the same meaning as - * [rate in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#rate). + * [rate in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#rate). * * * double max_tasks_dispatched_per_second = 1; @@ -651,9 +673,9 @@ public Builder clearMaxTasksDispatchedPerSecond() { * `queue.yaml/xml`, `max_burst_size` is equal to * [bucket_size](https://cloud.google.com/appengine/docs/standard/python/config/queueref#bucket_size). * Since `max_burst_size` is output only, if - * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] is called on a queue - * created by `queue.yaml/xml`, `max_burst_size` will be reset based - * on the value of + * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] is called + * on a queue created by `queue.yaml/xml`, `max_burst_size` will be reset + * based on the value of * [max_tasks_dispatched_per_second][google.cloud.tasks.v2beta2.RateLimits.max_tasks_dispatched_per_second], * regardless of whether * [max_tasks_dispatched_per_second][google.cloud.tasks.v2beta2.RateLimits.max_tasks_dispatched_per_second] @@ -690,9 +712,9 @@ public int getMaxBurstSize() { * `queue.yaml/xml`, `max_burst_size` is equal to * [bucket_size](https://cloud.google.com/appengine/docs/standard/python/config/queueref#bucket_size). * Since `max_burst_size` is output only, if - * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] is called on a queue - * created by `queue.yaml/xml`, `max_burst_size` will be reset based - * on the value of + * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] is called + * on a queue created by `queue.yaml/xml`, `max_burst_size` will be reset + * based on the value of * [max_tasks_dispatched_per_second][google.cloud.tasks.v2beta2.RateLimits.max_tasks_dispatched_per_second], * regardless of whether * [max_tasks_dispatched_per_second][google.cloud.tasks.v2beta2.RateLimits.max_tasks_dispatched_per_second] @@ -732,9 +754,9 @@ public Builder setMaxBurstSize(int value) { * `queue.yaml/xml`, `max_burst_size` is equal to * [bucket_size](https://cloud.google.com/appengine/docs/standard/python/config/queueref#bucket_size). * Since `max_burst_size` is output only, if - * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] is called on a queue - * created by `queue.yaml/xml`, `max_burst_size` will be reset based - * on the value of + * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] is called + * on a queue created by `queue.yaml/xml`, `max_burst_size` will be reset + * based on the value of * [max_tasks_dispatched_per_second][google.cloud.tasks.v2beta2.RateLimits.max_tasks_dispatched_per_second], * regardless of whether * [max_tasks_dispatched_per_second][google.cloud.tasks.v2beta2.RateLimits.max_tasks_dispatched_per_second] @@ -763,10 +785,12 @@ public Builder clearMaxBurstSize() { * default. * The maximum allowed value is 5,000. * This field is output only for - * [pull queues][google.cloud.tasks.v2beta2.PullTarget] and always -1, which indicates no limit. No other - * queue types can have `max_concurrent_tasks` set to -1. + * [pull queues][google.cloud.tasks.v2beta2.PullTarget] and always -1, which + * indicates no limit. No other queue types can have `max_concurrent_tasks` + * set to -1. * This field has the same meaning as - * [max_concurrent_requests in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#max_concurrent_requests). + * [max_concurrent_requests in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#max_concurrent_requests). * * * int32 max_concurrent_tasks = 3; @@ -786,10 +810,12 @@ public int getMaxConcurrentTasks() { * default. * The maximum allowed value is 5,000. * This field is output only for - * [pull queues][google.cloud.tasks.v2beta2.PullTarget] and always -1, which indicates no limit. No other - * queue types can have `max_concurrent_tasks` set to -1. + * [pull queues][google.cloud.tasks.v2beta2.PullTarget] and always -1, which + * indicates no limit. No other queue types can have `max_concurrent_tasks` + * set to -1. * This field has the same meaning as - * [max_concurrent_requests in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#max_concurrent_requests). + * [max_concurrent_requests in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#max_concurrent_requests). * * * int32 max_concurrent_tasks = 3; @@ -812,10 +838,12 @@ public Builder setMaxConcurrentTasks(int value) { * default. * The maximum allowed value is 5,000. * This field is output only for - * [pull queues][google.cloud.tasks.v2beta2.PullTarget] and always -1, which indicates no limit. No other - * queue types can have `max_concurrent_tasks` set to -1. + * [pull queues][google.cloud.tasks.v2beta2.PullTarget] and always -1, which + * indicates no limit. No other queue types can have `max_concurrent_tasks` + * set to -1. * This field has the same meaning as - * [max_concurrent_requests in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#max_concurrent_requests). + * [max_concurrent_requests in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#max_concurrent_requests). * * * int32 max_concurrent_tasks = 3; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RateLimitsOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RateLimitsOrBuilder.java index a467c69c9302..0e301985c138 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RateLimitsOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RateLimitsOrBuilder.java @@ -15,13 +15,17 @@ public interface RateLimitsOrBuilder * The maximum rate at which tasks are dispatched from this queue. * If unspecified when the queue is created, Cloud Tasks will pick the * default. - * * For [App Engine queues][google.cloud.tasks.v2beta2.AppEngineHttpTarget], the maximum allowed value + * * For [App Engine queues][google.cloud.tasks.v2beta2.AppEngineHttpTarget], + * the maximum allowed value * is 500. - * * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget]. In addition to the + * * This field is output only for [pull + * queues][google.cloud.tasks.v2beta2.PullTarget]. In addition to the * `max_tasks_dispatched_per_second` limit, a maximum of 10 QPS of - * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] requests are allowed per pull queue. + * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] requests + * are allowed per pull queue. * This field has the same meaning as - * [rate in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#rate). + * [rate in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#rate). * * * double max_tasks_dispatched_per_second = 1; @@ -53,9 +57,9 @@ public interface RateLimitsOrBuilder * `queue.yaml/xml`, `max_burst_size` is equal to * [bucket_size](https://cloud.google.com/appengine/docs/standard/python/config/queueref#bucket_size). * Since `max_burst_size` is output only, if - * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] is called on a queue - * created by `queue.yaml/xml`, `max_burst_size` will be reset based - * on the value of + * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] is called + * on a queue created by `queue.yaml/xml`, `max_burst_size` will be reset + * based on the value of * [max_tasks_dispatched_per_second][google.cloud.tasks.v2beta2.RateLimits.max_tasks_dispatched_per_second], * regardless of whether * [max_tasks_dispatched_per_second][google.cloud.tasks.v2beta2.RateLimits.max_tasks_dispatched_per_second] @@ -78,10 +82,12 @@ public interface RateLimitsOrBuilder * default. * The maximum allowed value is 5,000. * This field is output only for - * [pull queues][google.cloud.tasks.v2beta2.PullTarget] and always -1, which indicates no limit. No other - * queue types can have `max_concurrent_tasks` set to -1. + * [pull queues][google.cloud.tasks.v2beta2.PullTarget] and always -1, which + * indicates no limit. No other queue types can have `max_concurrent_tasks` + * set to -1. * This field has the same meaning as - * [max_concurrent_requests in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#max_concurrent_requests). + * [max_concurrent_requests in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#max_concurrent_requests). * * * int32 max_concurrent_tasks = 3; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RenewLeaseRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RenewLeaseRequest.java index df4c7d5aabc0..50511839ca0e 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RenewLeaseRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RenewLeaseRequest.java @@ -187,8 +187,8 @@ public com.google.protobuf.ByteString getNameBytes() { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -204,8 +204,8 @@ public boolean hasScheduleTime() { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -223,8 +223,8 @@ public com.google.protobuf.Timestamp getScheduleTime() { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -289,16 +289,17 @@ public com.google.protobuf.DurationOrBuilder getLeaseDurationOrBuilder() { * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 4; @@ -310,16 +311,17 @@ public int getResponseViewValue() { * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 4; @@ -839,8 +841,8 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -856,8 +858,8 @@ public boolean hasScheduleTime() { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -879,8 +881,8 @@ public com.google.protobuf.Timestamp getScheduleTime() { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -906,8 +908,8 @@ public Builder setScheduleTime(com.google.protobuf.Timestamp value) { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -930,8 +932,8 @@ public Builder setScheduleTime(com.google.protobuf.Timestamp.Builder builderForV * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -961,8 +963,8 @@ public Builder mergeScheduleTime(com.google.protobuf.Timestamp value) { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -986,8 +988,8 @@ public Builder clearScheduleTime() { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -1005,8 +1007,8 @@ public com.google.protobuf.Timestamp.Builder getScheduleTimeBuilder() { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -1028,8 +1030,8 @@ public com.google.protobuf.TimestampOrBuilder getScheduleTimeOrBuilder() { * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -1264,16 +1266,17 @@ public com.google.protobuf.DurationOrBuilder getLeaseDurationOrBuilder() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 4; @@ -1285,16 +1288,17 @@ public int getResponseViewValue() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 4; @@ -1308,16 +1312,17 @@ public Builder setResponseViewValue(int value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 4; @@ -1332,16 +1337,17 @@ public com.google.cloud.tasks.v2beta2.Task.View getResponseView() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 4; @@ -1359,16 +1365,17 @@ public Builder setResponseView(com.google.cloud.tasks.v2beta2.Task.View value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 4; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RenewLeaseRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RenewLeaseRequestOrBuilder.java index a3006c56395a..14315a935cf1 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RenewLeaseRequestOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RenewLeaseRequestOrBuilder.java @@ -41,8 +41,8 @@ public interface RenewLeaseRequestOrBuilder * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -56,8 +56,8 @@ public interface RenewLeaseRequestOrBuilder * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -71,8 +71,8 @@ public interface RenewLeaseRequestOrBuilder * The task's current schedule time, available in the * [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - * to ensure that your worker currently holds the lease. + * [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + * This restriction is to ensure that your worker currently holds the lease. * * * .google.protobuf.Timestamp schedule_time = 2; @@ -123,16 +123,17 @@ public interface RenewLeaseRequestOrBuilder * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 4; @@ -142,16 +143,17 @@ public interface RenewLeaseRequestOrBuilder * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 4; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ResumeQueueRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ResumeQueueRequest.java index 1ea87885ccf8..2891ccd7bb36 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ResumeQueueRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ResumeQueueRequest.java @@ -7,7 +7,8 @@ * * *
- * Request message for [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue].
+ * Request message for
+ * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.ResumeQueueRequest} @@ -302,7 +303,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue].
+   * Request message for
+   * [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.ResumeQueueRequest} diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RetryConfig.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RetryConfig.java index 7328aaf40d6d..5c938826f64a 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RetryConfig.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RetryConfig.java @@ -233,16 +233,18 @@ public boolean getUnlimitedAttempts() { * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. - * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget]. + * This field is output only for [pull + * queues][google.cloud.tasks.v2beta2.PullTarget]. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 3; @@ -257,16 +259,18 @@ public boolean hasMaxRetryDuration() { * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. - * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget]. + * This field is output only for [pull + * queues][google.cloud.tasks.v2beta2.PullTarget]. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 3; @@ -283,16 +287,18 @@ public com.google.protobuf.Duration getMaxRetryDuration() { * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. - * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget]. + * This field is output only for [pull + * queues][google.cloud.tasks.v2beta2.PullTarget]. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 3; @@ -307,17 +313,21 @@ public com.google.protobuf.DurationOrBuilder getMaxRetryDurationOrBuilder() { * * *
-   * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+   * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+   * for retry between
    * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-   * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-   * retried.
+   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+   * after it fails, if the queue's
+   * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+   * task should be retried.
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
-   * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+   * This field is output only for [pull
+   * queues][google.cloud.tasks.v2beta2.PullTarget].
    * `min_backoff` will be truncated to the nearest second.
    * This field has the same meaning as
-   * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [min_backoff_seconds in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * .google.protobuf.Duration min_backoff = 4; @@ -329,17 +339,21 @@ public boolean hasMinBackoff() { * * *
-   * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+   * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+   * for retry between
    * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-   * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-   * retried.
+   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+   * after it fails, if the queue's
+   * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+   * task should be retried.
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
-   * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+   * This field is output only for [pull
+   * queues][google.cloud.tasks.v2beta2.PullTarget].
    * `min_backoff` will be truncated to the nearest second.
    * This field has the same meaning as
-   * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [min_backoff_seconds in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * .google.protobuf.Duration min_backoff = 4; @@ -351,17 +365,21 @@ public com.google.protobuf.Duration getMinBackoff() { * * *
-   * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+   * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+   * for retry between
    * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-   * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-   * retried.
+   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+   * after it fails, if the queue's
+   * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+   * task should be retried.
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
-   * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+   * This field is output only for [pull
+   * queues][google.cloud.tasks.v2beta2.PullTarget].
    * `min_backoff` will be truncated to the nearest second.
    * This field has the same meaning as
-   * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [min_backoff_seconds in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * .google.protobuf.Duration min_backoff = 4; @@ -376,17 +394,21 @@ public com.google.protobuf.DurationOrBuilder getMinBackoffOrBuilder() { * * *
-   * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+   * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+   * for retry between
    * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-   * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-   * retried.
+   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+   * after it fails, if the queue's
+   * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+   * task should be retried.
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
-   * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+   * This field is output only for [pull
+   * queues][google.cloud.tasks.v2beta2.PullTarget].
    * `max_backoff` will be truncated to the nearest second.
    * This field has the same meaning as
-   * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [max_backoff_seconds in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * .google.protobuf.Duration max_backoff = 5; @@ -398,17 +420,21 @@ public boolean hasMaxBackoff() { * * *
-   * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+   * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+   * for retry between
    * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-   * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-   * retried.
+   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+   * after it fails, if the queue's
+   * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+   * task should be retried.
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
-   * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+   * This field is output only for [pull
+   * queues][google.cloud.tasks.v2beta2.PullTarget].
    * `max_backoff` will be truncated to the nearest second.
    * This field has the same meaning as
-   * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [max_backoff_seconds in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * .google.protobuf.Duration max_backoff = 5; @@ -420,17 +446,21 @@ public com.google.protobuf.Duration getMaxBackoff() { * * *
-   * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+   * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+   * for retry between
    * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-   * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-   * retried.
+   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+   * after it fails, if the queue's
+   * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+   * task should be retried.
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
-   * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+   * This field is output only for [pull
+   * queues][google.cloud.tasks.v2beta2.PullTarget].
    * `max_backoff` will be truncated to the nearest second.
    * This field has the same meaning as
-   * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [max_backoff_seconds in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * .google.protobuf.Duration max_backoff = 5; @@ -447,25 +477,29 @@ public com.google.protobuf.DurationOrBuilder getMaxBackoffOrBuilder() { *
    * The time between retries will double `max_doublings` times.
    * A task's retry interval starts at
-   * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff], then doubles
-   * `max_doublings` times, then increases linearly, and finally
-   * retries retries at intervals of
+   * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff], then
+   * doubles `max_doublings` times, then increases linearly, and finally retries
+   * retries at intervals of
    * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] up to
    * [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times.
-   * For example, if [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] is 10s,
-   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] is 300s, and
-   * `max_doublings` is 3, then the a task will first be retried in
-   * 10s. The retry interval will double three times, and then
-   * increase linearly by 2^3 * 10s.  Finally, the task will retry at
-   * intervals of [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] until the
-   * task has been attempted [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts]
-   * times. Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s,
-   * 240s, 300s, 300s, ....
+   * For example, if
+   * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] is 10s,
+   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] is 300s,
+   * and `max_doublings` is 3, then the a task will first be retried in 10s. The
+   * retry interval will double three times, and then increase linearly by 2^3 *
+   * 10s.  Finally, the task will retry at intervals of
+   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] until the
+   * task has been attempted
+   * [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times.
+   * Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s, 240s, 300s,
+   * 300s, ....
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
-   * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+   * This field is output only for [pull
+   * queues][google.cloud.tasks.v2beta2.PullTarget].
    * This field has the same meaning as
-   * [max_doublings in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [max_doublings in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * int32 max_doublings = 6; @@ -1072,16 +1106,18 @@ public Builder clearUnlimitedAttempts() { * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. - * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget]. + * This field is output only for [pull + * queues][google.cloud.tasks.v2beta2.PullTarget]. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 3; @@ -1096,16 +1132,18 @@ public boolean hasMaxRetryDuration() { * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. - * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget]. + * This field is output only for [pull + * queues][google.cloud.tasks.v2beta2.PullTarget]. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 3; @@ -1126,16 +1164,18 @@ public com.google.protobuf.Duration getMaxRetryDuration() { * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. - * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget]. + * This field is output only for [pull + * queues][google.cloud.tasks.v2beta2.PullTarget]. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 3; @@ -1160,16 +1200,18 @@ public Builder setMaxRetryDuration(com.google.protobuf.Duration value) { * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. - * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget]. + * This field is output only for [pull + * queues][google.cloud.tasks.v2beta2.PullTarget]. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 3; @@ -1191,16 +1233,18 @@ public Builder setMaxRetryDuration(com.google.protobuf.Duration.Builder builderF * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. - * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget]. + * This field is output only for [pull + * queues][google.cloud.tasks.v2beta2.PullTarget]. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 3; @@ -1229,16 +1273,18 @@ public Builder mergeMaxRetryDuration(com.google.protobuf.Duration value) { * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. - * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget]. + * This field is output only for [pull + * queues][google.cloud.tasks.v2beta2.PullTarget]. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 3; @@ -1261,16 +1307,18 @@ public Builder clearMaxRetryDuration() { * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. - * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget]. + * This field is output only for [pull + * queues][google.cloud.tasks.v2beta2.PullTarget]. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 3; @@ -1287,16 +1335,18 @@ public com.google.protobuf.Duration.Builder getMaxRetryDurationBuilder() { * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. - * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget]. + * This field is output only for [pull + * queues][google.cloud.tasks.v2beta2.PullTarget]. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 3; @@ -1317,16 +1367,18 @@ public com.google.protobuf.DurationOrBuilder getMaxRetryDurationOrBuilder() { * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. - * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget]. + * This field is output only for [pull + * queues][google.cloud.tasks.v2beta2.PullTarget]. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 3; @@ -1358,17 +1410,21 @@ public com.google.protobuf.DurationOrBuilder getMaxRetryDurationOrBuilder() { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
-     * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+     * This field is output only for [pull
+     * queues][google.cloud.tasks.v2beta2.PullTarget].
      * `min_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [min_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration min_backoff = 4; @@ -1380,17 +1436,21 @@ public boolean hasMinBackoff() { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
-     * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+     * This field is output only for [pull
+     * queues][google.cloud.tasks.v2beta2.PullTarget].
      * `min_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [min_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration min_backoff = 4; @@ -1408,17 +1468,21 @@ public com.google.protobuf.Duration getMinBackoff() { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
-     * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+     * This field is output only for [pull
+     * queues][google.cloud.tasks.v2beta2.PullTarget].
      * `min_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [min_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration min_backoff = 4; @@ -1440,17 +1504,21 @@ public Builder setMinBackoff(com.google.protobuf.Duration value) { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
-     * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+     * This field is output only for [pull
+     * queues][google.cloud.tasks.v2beta2.PullTarget].
      * `min_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [min_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration min_backoff = 4; @@ -1469,17 +1537,21 @@ public Builder setMinBackoff(com.google.protobuf.Duration.Builder builderForValu * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
-     * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+     * This field is output only for [pull
+     * queues][google.cloud.tasks.v2beta2.PullTarget].
      * `min_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [min_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration min_backoff = 4; @@ -1503,17 +1575,21 @@ public Builder mergeMinBackoff(com.google.protobuf.Duration value) { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
-     * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+     * This field is output only for [pull
+     * queues][google.cloud.tasks.v2beta2.PullTarget].
      * `min_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [min_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration min_backoff = 4; @@ -1533,17 +1609,21 @@ public Builder clearMinBackoff() { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
-     * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+     * This field is output only for [pull
+     * queues][google.cloud.tasks.v2beta2.PullTarget].
      * `min_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [min_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration min_backoff = 4; @@ -1557,17 +1637,21 @@ public com.google.protobuf.Duration.Builder getMinBackoffBuilder() { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
-     * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+     * This field is output only for [pull
+     * queues][google.cloud.tasks.v2beta2.PullTarget].
      * `min_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [min_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration min_backoff = 4; @@ -1585,17 +1669,21 @@ public com.google.protobuf.DurationOrBuilder getMinBackoffOrBuilder() { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
-     * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+     * This field is output only for [pull
+     * queues][google.cloud.tasks.v2beta2.PullTarget].
      * `min_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [min_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration min_backoff = 4; @@ -1627,17 +1715,21 @@ public com.google.protobuf.DurationOrBuilder getMinBackoffOrBuilder() { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
-     * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+     * This field is output only for [pull
+     * queues][google.cloud.tasks.v2beta2.PullTarget].
      * `max_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [max_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration max_backoff = 5; @@ -1649,17 +1741,21 @@ public boolean hasMaxBackoff() { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
-     * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+     * This field is output only for [pull
+     * queues][google.cloud.tasks.v2beta2.PullTarget].
      * `max_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [max_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration max_backoff = 5; @@ -1677,17 +1773,21 @@ public com.google.protobuf.Duration getMaxBackoff() { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
-     * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+     * This field is output only for [pull
+     * queues][google.cloud.tasks.v2beta2.PullTarget].
      * `max_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [max_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration max_backoff = 5; @@ -1709,17 +1809,21 @@ public Builder setMaxBackoff(com.google.protobuf.Duration value) { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
-     * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+     * This field is output only for [pull
+     * queues][google.cloud.tasks.v2beta2.PullTarget].
      * `max_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [max_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration max_backoff = 5; @@ -1738,17 +1842,21 @@ public Builder setMaxBackoff(com.google.protobuf.Duration.Builder builderForValu * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
-     * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+     * This field is output only for [pull
+     * queues][google.cloud.tasks.v2beta2.PullTarget].
      * `max_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [max_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration max_backoff = 5; @@ -1772,17 +1880,21 @@ public Builder mergeMaxBackoff(com.google.protobuf.Duration value) { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
-     * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+     * This field is output only for [pull
+     * queues][google.cloud.tasks.v2beta2.PullTarget].
      * `max_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [max_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration max_backoff = 5; @@ -1802,17 +1914,21 @@ public Builder clearMaxBackoff() { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
-     * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+     * This field is output only for [pull
+     * queues][google.cloud.tasks.v2beta2.PullTarget].
      * `max_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [max_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration max_backoff = 5; @@ -1826,17 +1942,21 @@ public com.google.protobuf.Duration.Builder getMaxBackoffBuilder() { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
-     * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+     * This field is output only for [pull
+     * queues][google.cloud.tasks.v2beta2.PullTarget].
      * `max_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [max_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration max_backoff = 5; @@ -1854,17 +1974,21 @@ public com.google.protobuf.DurationOrBuilder getMaxBackoffOrBuilder() { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
-     * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+     * This field is output only for [pull
+     * queues][google.cloud.tasks.v2beta2.PullTarget].
      * `max_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [max_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration max_backoff = 5; @@ -1893,25 +2017,29 @@ public com.google.protobuf.DurationOrBuilder getMaxBackoffOrBuilder() { *
      * The time between retries will double `max_doublings` times.
      * A task's retry interval starts at
-     * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff], then doubles
-     * `max_doublings` times, then increases linearly, and finally
-     * retries retries at intervals of
+     * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff], then
+     * doubles `max_doublings` times, then increases linearly, and finally retries
+     * retries at intervals of
      * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] up to
      * [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times.
-     * For example, if [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] is 10s,
-     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] is 300s, and
-     * `max_doublings` is 3, then the a task will first be retried in
-     * 10s. The retry interval will double three times, and then
-     * increase linearly by 2^3 * 10s.  Finally, the task will retry at
-     * intervals of [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] until the
-     * task has been attempted [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts]
-     * times. Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s,
-     * 240s, 300s, 300s, ....
+     * For example, if
+     * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] is 10s,
+     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] is 300s,
+     * and `max_doublings` is 3, then the a task will first be retried in 10s. The
+     * retry interval will double three times, and then increase linearly by 2^3 *
+     * 10s.  Finally, the task will retry at intervals of
+     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] until the
+     * task has been attempted
+     * [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times.
+     * Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s, 240s, 300s,
+     * 300s, ....
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
-     * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+     * This field is output only for [pull
+     * queues][google.cloud.tasks.v2beta2.PullTarget].
      * This field has the same meaning as
-     * [max_doublings in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [max_doublings in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * int32 max_doublings = 6; @@ -1925,25 +2053,29 @@ public int getMaxDoublings() { *
      * The time between retries will double `max_doublings` times.
      * A task's retry interval starts at
-     * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff], then doubles
-     * `max_doublings` times, then increases linearly, and finally
-     * retries retries at intervals of
+     * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff], then
+     * doubles `max_doublings` times, then increases linearly, and finally retries
+     * retries at intervals of
      * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] up to
      * [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times.
-     * For example, if [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] is 10s,
-     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] is 300s, and
-     * `max_doublings` is 3, then the a task will first be retried in
-     * 10s. The retry interval will double three times, and then
-     * increase linearly by 2^3 * 10s.  Finally, the task will retry at
-     * intervals of [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] until the
-     * task has been attempted [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts]
-     * times. Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s,
-     * 240s, 300s, 300s, ....
+     * For example, if
+     * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] is 10s,
+     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] is 300s,
+     * and `max_doublings` is 3, then the a task will first be retried in 10s. The
+     * retry interval will double three times, and then increase linearly by 2^3 *
+     * 10s.  Finally, the task will retry at intervals of
+     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] until the
+     * task has been attempted
+     * [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times.
+     * Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s, 240s, 300s,
+     * 300s, ....
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
-     * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+     * This field is output only for [pull
+     * queues][google.cloud.tasks.v2beta2.PullTarget].
      * This field has the same meaning as
-     * [max_doublings in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [max_doublings in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * int32 max_doublings = 6; @@ -1960,25 +2092,29 @@ public Builder setMaxDoublings(int value) { *
      * The time between retries will double `max_doublings` times.
      * A task's retry interval starts at
-     * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff], then doubles
-     * `max_doublings` times, then increases linearly, and finally
-     * retries retries at intervals of
+     * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff], then
+     * doubles `max_doublings` times, then increases linearly, and finally retries
+     * retries at intervals of
      * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] up to
      * [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times.
-     * For example, if [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] is 10s,
-     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] is 300s, and
-     * `max_doublings` is 3, then the a task will first be retried in
-     * 10s. The retry interval will double three times, and then
-     * increase linearly by 2^3 * 10s.  Finally, the task will retry at
-     * intervals of [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] until the
-     * task has been attempted [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts]
-     * times. Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s,
-     * 240s, 300s, 300s, ....
+     * For example, if
+     * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] is 10s,
+     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] is 300s,
+     * and `max_doublings` is 3, then the a task will first be retried in 10s. The
+     * retry interval will double three times, and then increase linearly by 2^3 *
+     * 10s.  Finally, the task will retry at intervals of
+     * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] until the
+     * task has been attempted
+     * [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times.
+     * Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s, 240s, 300s,
+     * 300s, ....
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
-     * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+     * This field is output only for [pull
+     * queues][google.cloud.tasks.v2beta2.PullTarget].
      * This field has the same meaning as
-     * [max_doublings in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [max_doublings in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * int32 max_doublings = 6; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RetryConfigOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RetryConfigOrBuilder.java index bc5b83a32b43..257da937238e 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RetryConfigOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RetryConfigOrBuilder.java @@ -40,16 +40,18 @@ public interface RetryConfigOrBuilder * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. - * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget]. + * This field is output only for [pull + * queues][google.cloud.tasks.v2beta2.PullTarget]. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 3; @@ -62,16 +64,18 @@ public interface RetryConfigOrBuilder * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. - * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget]. + * This field is output only for [pull + * queues][google.cloud.tasks.v2beta2.PullTarget]. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 3; @@ -84,16 +88,18 @@ public interface RetryConfigOrBuilder * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. - * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget]. + * This field is output only for [pull + * queues][google.cloud.tasks.v2beta2.PullTarget]. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 3; @@ -104,17 +110,21 @@ public interface RetryConfigOrBuilder * * *
-   * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+   * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+   * for retry between
    * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-   * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-   * retried.
+   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+   * after it fails, if the queue's
+   * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+   * task should be retried.
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
-   * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+   * This field is output only for [pull
+   * queues][google.cloud.tasks.v2beta2.PullTarget].
    * `min_backoff` will be truncated to the nearest second.
    * This field has the same meaning as
-   * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [min_backoff_seconds in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * .google.protobuf.Duration min_backoff = 4; @@ -124,17 +134,21 @@ public interface RetryConfigOrBuilder * * *
-   * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+   * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+   * for retry between
    * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-   * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-   * retried.
+   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+   * after it fails, if the queue's
+   * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+   * task should be retried.
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
-   * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+   * This field is output only for [pull
+   * queues][google.cloud.tasks.v2beta2.PullTarget].
    * `min_backoff` will be truncated to the nearest second.
    * This field has the same meaning as
-   * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [min_backoff_seconds in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * .google.protobuf.Duration min_backoff = 4; @@ -144,17 +158,21 @@ public interface RetryConfigOrBuilder * * *
-   * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+   * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+   * for retry between
    * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-   * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-   * retried.
+   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+   * after it fails, if the queue's
+   * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+   * task should be retried.
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
-   * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+   * This field is output only for [pull
+   * queues][google.cloud.tasks.v2beta2.PullTarget].
    * `min_backoff` will be truncated to the nearest second.
    * This field has the same meaning as
-   * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [min_backoff_seconds in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * .google.protobuf.Duration min_backoff = 4; @@ -165,17 +183,21 @@ public interface RetryConfigOrBuilder * * *
-   * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+   * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+   * for retry between
    * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-   * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-   * retried.
+   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+   * after it fails, if the queue's
+   * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+   * task should be retried.
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
-   * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+   * This field is output only for [pull
+   * queues][google.cloud.tasks.v2beta2.PullTarget].
    * `max_backoff` will be truncated to the nearest second.
    * This field has the same meaning as
-   * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [max_backoff_seconds in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * .google.protobuf.Duration max_backoff = 5; @@ -185,17 +207,21 @@ public interface RetryConfigOrBuilder * * *
-   * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+   * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+   * for retry between
    * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-   * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-   * retried.
+   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+   * after it fails, if the queue's
+   * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+   * task should be retried.
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
-   * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+   * This field is output only for [pull
+   * queues][google.cloud.tasks.v2beta2.PullTarget].
    * `max_backoff` will be truncated to the nearest second.
    * This field has the same meaning as
-   * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [max_backoff_seconds in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * .google.protobuf.Duration max_backoff = 5; @@ -205,17 +231,21 @@ public interface RetryConfigOrBuilder * * *
-   * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between
+   * A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time]
+   * for retry between
    * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and
-   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails,
-   * if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be
-   * retried.
+   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration
+   * after it fails, if the queue's
+   * [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the
+   * task should be retried.
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
-   * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+   * This field is output only for [pull
+   * queues][google.cloud.tasks.v2beta2.PullTarget].
    * `max_backoff` will be truncated to the nearest second.
    * This field has the same meaning as
-   * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [max_backoff_seconds in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * .google.protobuf.Duration max_backoff = 5; @@ -228,25 +258,29 @@ public interface RetryConfigOrBuilder *
    * The time between retries will double `max_doublings` times.
    * A task's retry interval starts at
-   * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff], then doubles
-   * `max_doublings` times, then increases linearly, and finally
-   * retries retries at intervals of
+   * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff], then
+   * doubles `max_doublings` times, then increases linearly, and finally retries
+   * retries at intervals of
    * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] up to
    * [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times.
-   * For example, if [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] is 10s,
-   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] is 300s, and
-   * `max_doublings` is 3, then the a task will first be retried in
-   * 10s. The retry interval will double three times, and then
-   * increase linearly by 2^3 * 10s.  Finally, the task will retry at
-   * intervals of [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] until the
-   * task has been attempted [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts]
-   * times. Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s,
-   * 240s, 300s, 300s, ....
+   * For example, if
+   * [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] is 10s,
+   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] is 300s,
+   * and `max_doublings` is 3, then the a task will first be retried in 10s. The
+   * retry interval will double three times, and then increase linearly by 2^3 *
+   * 10s.  Finally, the task will retry at intervals of
+   * [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] until the
+   * task has been attempted
+   * [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times.
+   * Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s, 240s, 300s,
+   * 300s, ....
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
-   * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget].
+   * This field is output only for [pull
+   * queues][google.cloud.tasks.v2beta2.PullTarget].
    * This field has the same meaning as
-   * [max_doublings in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [max_doublings in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * int32 max_doublings = 6; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RunTaskRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RunTaskRequest.java index 150fb21a5d69..86d5f72b40fa 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RunTaskRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RunTaskRequest.java @@ -153,16 +153,17 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; @@ -174,16 +175,17 @@ public int getResponseViewValue() { * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; @@ -637,16 +639,17 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; @@ -658,16 +661,17 @@ public int getResponseViewValue() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; @@ -681,16 +685,17 @@ public Builder setResponseViewValue(int value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; @@ -705,16 +710,17 @@ public com.google.cloud.tasks.v2beta2.Task.View getResponseView() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; @@ -732,16 +738,17 @@ public Builder setResponseView(com.google.cloud.tasks.v2beta2.Task.View value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta2.Task] resource.
      * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RunTaskRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RunTaskRequestOrBuilder.java index 5dc74544f760..d0fefe4087a6 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RunTaskRequestOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/RunTaskRequestOrBuilder.java @@ -37,16 +37,17 @@ public interface RunTaskRequestOrBuilder * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; @@ -56,16 +57,17 @@ public interface RunTaskRequestOrBuilder * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta2.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta2.Task] resource.
    * 
* * .google.cloud.tasks.v2beta2.Task.View response_view = 2; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/Task.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/Task.java index 786c1a65d8df..f3e3f0aa561e 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/Task.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/Task.java @@ -186,7 +186,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * The view specifies a subset of [Task][google.cloud.tasks.v2beta2.Task] data.
+   * The view specifies a subset of [Task][google.cloud.tasks.v2beta2.Task]
+   * data.
    * When a task is returned in a response, not all
    * information is retrieved by default because some data, such as
    * payloads, might be desirable to return only when needed because
@@ -214,11 +215,13 @@ public enum View implements com.google.protobuf.ProtocolMessageEnum {
      * The basic view omits fields which can be large or can contain
      * sensitive data.
      * This view does not include the
-     * ([payload in AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] and
-     * [payload in PullMessage][google.cloud.tasks.v2beta2.PullMessage.payload]). These payloads are
-     * desirable to return only when needed, because they can be large
-     * and because of the sensitivity of the data that you choose to
-     * store in it.
+     * ([payload in
+     * AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest]
+     * and [payload in
+     * PullMessage][google.cloud.tasks.v2beta2.PullMessage.payload]). These
+     * payloads are desirable to return only when needed, because they can be
+     * large and because of the sensitivity of the data that you choose to store
+     * in it.
      * 
* * BASIC = 1; @@ -229,9 +232,10 @@ public enum View implements com.google.protobuf.ProtocolMessageEnum { * *
      * All information is returned.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Queue][google.cloud.tasks.v2beta2.Queue] resource.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Queue][google.cloud.tasks.v2beta2.Queue] resource.
      * 
* * FULL = 2; @@ -257,11 +261,13 @@ public enum View implements com.google.protobuf.ProtocolMessageEnum { * The basic view omits fields which can be large or can contain * sensitive data. * This view does not include the - * ([payload in AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] and - * [payload in PullMessage][google.cloud.tasks.v2beta2.PullMessage.payload]). These payloads are - * desirable to return only when needed, because they can be large - * and because of the sensitivity of the data that you choose to - * store in it. + * ([payload in + * AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] + * and [payload in + * PullMessage][google.cloud.tasks.v2beta2.PullMessage.payload]). These + * payloads are desirable to return only when needed, because they can be + * large and because of the sensitivity of the data that you choose to store + * in it. * * * BASIC = 1; @@ -272,9 +278,10 @@ public enum View implements com.google.protobuf.ProtocolMessageEnum { * *
      * All information is returned.
-     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Queue][google.cloud.tasks.v2beta2.Queue] resource.
+     * Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Queue][google.cloud.tasks.v2beta2.Queue] resource.
      * 
* * FULL = 2; @@ -398,14 +405,16 @@ public PayloadTypeCase getPayloadTypeCase() { * * *
-   * Optionally caller-specified in [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask].
+   * Optionally caller-specified in
+   * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask].
    * The task name.
    * The task name must have the following format:
    * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`
    * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
    *    hyphens (-), colons (:), or periods (.).
    *    For more information, see
-   *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+   *    [Identifying
+   *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
    * * `LOCATION_ID` is the canonical ID for the task's location.
    *    The list of available locations can be obtained by calling
    *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -433,14 +442,16 @@ public java.lang.String getName() {
    *
    *
    * 
-   * Optionally caller-specified in [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask].
+   * Optionally caller-specified in
+   * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask].
    * The task name.
    * The task name must have the following format:
    * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`
    * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
    *    hyphens (-), colons (:), or periods (.).
    *    For more information, see
-   *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+   *    [Identifying
+   *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
    * * `LOCATION_ID` is the canonical ID for the task's location.
    *    The list of available locations can be obtained by calling
    *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -472,9 +483,11 @@ public com.google.protobuf.ByteString getNameBytes() {
    * 
    * App Engine HTTP request that is sent to the task's target. Can
    * be set only if
-   * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target] is set
-   * on the queue.
-   * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] set.
+   * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target]
+   * is set on the queue.
+   * An App Engine task is a task that has
+   * [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest]
+   * set.
    * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpRequest app_engine_http_request = 3; @@ -488,9 +501,11 @@ public boolean hasAppEngineHttpRequest() { *
    * App Engine HTTP request that is sent to the task's target. Can
    * be set only if
-   * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target] is set
-   * on the queue.
-   * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] set.
+   * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target]
+   * is set on the queue.
+   * An App Engine task is a task that has
+   * [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest]
+   * set.
    * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpRequest app_engine_http_request = 3; @@ -507,9 +522,11 @@ public com.google.cloud.tasks.v2beta2.AppEngineHttpRequest getAppEngineHttpReque *
    * App Engine HTTP request that is sent to the task's target. Can
    * be set only if
-   * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target] is set
-   * on the queue.
-   * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] set.
+   * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target]
+   * is set on the queue.
+   * An App Engine task is a task that has
+   * [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest]
+   * set.
    * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpRequest app_engine_http_request = 3; @@ -527,9 +544,12 @@ public com.google.cloud.tasks.v2beta2.AppEngineHttpRequest getAppEngineHttpReque * * *
-   * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process the task. Can be
-   * set only if [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the queue.
-   * A pull task is a task that has [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
+   * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process
+   * the task. Can be set only if
+   * [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the
+   * queue.
+   * A pull task is a task that has
+   * [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
    * 
* * .google.cloud.tasks.v2beta2.PullMessage pull_message = 4; @@ -541,9 +561,12 @@ public boolean hasPullMessage() { * * *
-   * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process the task. Can be
-   * set only if [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the queue.
-   * A pull task is a task that has [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
+   * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process
+   * the task. Can be set only if
+   * [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the
+   * queue.
+   * A pull task is a task that has
+   * [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
    * 
* * .google.cloud.tasks.v2beta2.PullMessage pull_message = 4; @@ -558,9 +581,12 @@ public com.google.cloud.tasks.v2beta2.PullMessage getPullMessage() { * * *
-   * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process the task. Can be
-   * set only if [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the queue.
-   * A pull task is a task that has [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
+   * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process
+   * the task. Can be set only if
+   * [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the
+   * queue.
+   * A pull task is a task that has
+   * [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
    * 
* * .google.cloud.tasks.v2beta2.PullMessage pull_message = 4; @@ -583,7 +609,8 @@ public com.google.cloud.tasks.v2beta2.PullMessageOrBuilder getPullMessageOrBuild * For pull queues, this is the time when the task is available to * be leased; if a task is currently leased, this is the time when * the current lease expires, that is, the time that the task was - * leased plus the [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. + * leased plus the + * [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. * `schedule_time` will be truncated to the nearest microsecond. *
* @@ -601,7 +628,8 @@ public boolean hasScheduleTime() { * For pull queues, this is the time when the task is available to * be leased; if a task is currently leased, this is the time when * the current lease expires, that is, the time that the task was - * leased plus the [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. + * leased plus the + * [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. * `schedule_time` will be truncated to the nearest microsecond. *
* @@ -621,7 +649,8 @@ public com.google.protobuf.Timestamp getScheduleTime() { * For pull queues, this is the time when the task is available to * be leased; if a task is currently leased, this is the time when * the current lease expires, that is, the time that the task was - * leased plus the [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. + * leased plus the + * [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. * `schedule_time` will be truncated to the nearest microsecond. * * @@ -720,8 +749,8 @@ public com.google.cloud.tasks.v2beta2.TaskStatusOrBuilder getStatusOrBuilder() { * * *
-   * Output only. The view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] has
-   * been returned.
+   * Output only. The view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] has been returned.
    * 
* * .google.cloud.tasks.v2beta2.Task.View view = 8; @@ -733,8 +762,8 @@ public int getViewValue() { * * *
-   * Output only. The view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] has
-   * been returned.
+   * Output only. The view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] has been returned.
    * 
* * .google.cloud.tasks.v2beta2.Task.View view = 8; @@ -1251,14 +1280,16 @@ public Builder clearPayloadType() { * * *
-     * Optionally caller-specified in [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask].
+     * Optionally caller-specified in
+     * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask].
      * The task name.
      * The task name must have the following format:
      * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`
      * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
      *    hyphens (-), colons (:), or periods (.).
      *    For more information, see
-     *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+     *    [Identifying
+     *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
      * * `LOCATION_ID` is the canonical ID for the task's location.
      *    The list of available locations can be obtained by calling
      *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -1286,14 +1317,16 @@ public java.lang.String getName() {
      *
      *
      * 
-     * Optionally caller-specified in [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask].
+     * Optionally caller-specified in
+     * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask].
      * The task name.
      * The task name must have the following format:
      * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`
      * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
      *    hyphens (-), colons (:), or periods (.).
      *    For more information, see
-     *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+     *    [Identifying
+     *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
      * * `LOCATION_ID` is the canonical ID for the task's location.
      *    The list of available locations can be obtained by calling
      *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -1321,14 +1354,16 @@ public com.google.protobuf.ByteString getNameBytes() {
      *
      *
      * 
-     * Optionally caller-specified in [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask].
+     * Optionally caller-specified in
+     * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask].
      * The task name.
      * The task name must have the following format:
      * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`
      * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
      *    hyphens (-), colons (:), or periods (.).
      *    For more information, see
-     *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+     *    [Identifying
+     *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
      * * `LOCATION_ID` is the canonical ID for the task's location.
      *    The list of available locations can be obtained by calling
      *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -1354,14 +1389,16 @@ public Builder setName(java.lang.String value) {
      *
      *
      * 
-     * Optionally caller-specified in [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask].
+     * Optionally caller-specified in
+     * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask].
      * The task name.
      * The task name must have the following format:
      * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`
      * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
      *    hyphens (-), colons (:), or periods (.).
      *    For more information, see
-     *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+     *    [Identifying
+     *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
      * * `LOCATION_ID` is the canonical ID for the task's location.
      *    The list of available locations can be obtained by calling
      *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -1384,14 +1421,16 @@ public Builder clearName() {
      *
      *
      * 
-     * Optionally caller-specified in [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask].
+     * Optionally caller-specified in
+     * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask].
      * The task name.
      * The task name must have the following format:
      * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`
      * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
      *    hyphens (-), colons (:), or periods (.).
      *    For more information, see
-     *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+     *    [Identifying
+     *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
      * * `LOCATION_ID` is the canonical ID for the task's location.
      *    The list of available locations can be obtained by calling
      *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -1426,9 +1465,11 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
      * 
      * App Engine HTTP request that is sent to the task's target. Can
      * be set only if
-     * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target] is set
-     * on the queue.
-     * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] set.
+     * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target]
+     * is set on the queue.
+     * An App Engine task is a task that has
+     * [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest]
+     * set.
      * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpRequest app_engine_http_request = 3; @@ -1442,9 +1483,11 @@ public boolean hasAppEngineHttpRequest() { *
      * App Engine HTTP request that is sent to the task's target. Can
      * be set only if
-     * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target] is set
-     * on the queue.
-     * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] set.
+     * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target]
+     * is set on the queue.
+     * An App Engine task is a task that has
+     * [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest]
+     * set.
      * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpRequest app_engine_http_request = 3; @@ -1468,9 +1511,11 @@ public com.google.cloud.tasks.v2beta2.AppEngineHttpRequest getAppEngineHttpReque *
      * App Engine HTTP request that is sent to the task's target. Can
      * be set only if
-     * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target] is set
-     * on the queue.
-     * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] set.
+     * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target]
+     * is set on the queue.
+     * An App Engine task is a task that has
+     * [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest]
+     * set.
      * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpRequest app_engine_http_request = 3; @@ -1495,9 +1540,11 @@ public Builder setAppEngineHttpRequest( *
      * App Engine HTTP request that is sent to the task's target. Can
      * be set only if
-     * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target] is set
-     * on the queue.
-     * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] set.
+     * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target]
+     * is set on the queue.
+     * An App Engine task is a task that has
+     * [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest]
+     * set.
      * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpRequest app_engine_http_request = 3; @@ -1519,9 +1566,11 @@ public Builder setAppEngineHttpRequest( *
      * App Engine HTTP request that is sent to the task's target. Can
      * be set only if
-     * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target] is set
-     * on the queue.
-     * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] set.
+     * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target]
+     * is set on the queue.
+     * An App Engine task is a task that has
+     * [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest]
+     * set.
      * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpRequest app_engine_http_request = 3; @@ -1556,9 +1605,11 @@ public Builder mergeAppEngineHttpRequest( *
      * App Engine HTTP request that is sent to the task's target. Can
      * be set only if
-     * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target] is set
-     * on the queue.
-     * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] set.
+     * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target]
+     * is set on the queue.
+     * An App Engine task is a task that has
+     * [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest]
+     * set.
      * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpRequest app_engine_http_request = 3; @@ -1585,9 +1636,11 @@ public Builder clearAppEngineHttpRequest() { *
      * App Engine HTTP request that is sent to the task's target. Can
      * be set only if
-     * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target] is set
-     * on the queue.
-     * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] set.
+     * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target]
+     * is set on the queue.
+     * An App Engine task is a task that has
+     * [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest]
+     * set.
      * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpRequest app_engine_http_request = 3; @@ -1602,9 +1655,11 @@ public Builder clearAppEngineHttpRequest() { *
      * App Engine HTTP request that is sent to the task's target. Can
      * be set only if
-     * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target] is set
-     * on the queue.
-     * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] set.
+     * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target]
+     * is set on the queue.
+     * An App Engine task is a task that has
+     * [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest]
+     * set.
      * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpRequest app_engine_http_request = 3; @@ -1626,9 +1681,11 @@ public Builder clearAppEngineHttpRequest() { *
      * App Engine HTTP request that is sent to the task's target. Can
      * be set only if
-     * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target] is set
-     * on the queue.
-     * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] set.
+     * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target]
+     * is set on the queue.
+     * An App Engine task is a task that has
+     * [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest]
+     * set.
      * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpRequest app_engine_http_request = 3; @@ -1667,9 +1724,12 @@ public Builder clearAppEngineHttpRequest() { * * *
-     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process the task. Can be
-     * set only if [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the queue.
-     * A pull task is a task that has [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
+     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process
+     * the task. Can be set only if
+     * [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the
+     * queue.
+     * A pull task is a task that has
+     * [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
      * 
* * .google.cloud.tasks.v2beta2.PullMessage pull_message = 4; @@ -1681,9 +1741,12 @@ public boolean hasPullMessage() { * * *
-     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process the task. Can be
-     * set only if [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the queue.
-     * A pull task is a task that has [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
+     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process
+     * the task. Can be set only if
+     * [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the
+     * queue.
+     * A pull task is a task that has
+     * [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
      * 
* * .google.cloud.tasks.v2beta2.PullMessage pull_message = 4; @@ -1705,9 +1768,12 @@ public com.google.cloud.tasks.v2beta2.PullMessage getPullMessage() { * * *
-     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process the task. Can be
-     * set only if [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the queue.
-     * A pull task is a task that has [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
+     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process
+     * the task. Can be set only if
+     * [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the
+     * queue.
+     * A pull task is a task that has
+     * [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
      * 
* * .google.cloud.tasks.v2beta2.PullMessage pull_message = 4; @@ -1729,9 +1795,12 @@ public Builder setPullMessage(com.google.cloud.tasks.v2beta2.PullMessage value) * * *
-     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process the task. Can be
-     * set only if [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the queue.
-     * A pull task is a task that has [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
+     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process
+     * the task. Can be set only if
+     * [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the
+     * queue.
+     * A pull task is a task that has
+     * [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
      * 
* * .google.cloud.tasks.v2beta2.PullMessage pull_message = 4; @@ -1751,9 +1820,12 @@ public Builder setPullMessage( * * *
-     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process the task. Can be
-     * set only if [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the queue.
-     * A pull task is a task that has [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
+     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process
+     * the task. Can be set only if
+     * [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the
+     * queue.
+     * A pull task is a task that has
+     * [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
      * 
* * .google.cloud.tasks.v2beta2.PullMessage pull_message = 4; @@ -1784,9 +1856,12 @@ public Builder mergePullMessage(com.google.cloud.tasks.v2beta2.PullMessage value * * *
-     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process the task. Can be
-     * set only if [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the queue.
-     * A pull task is a task that has [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
+     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process
+     * the task. Can be set only if
+     * [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the
+     * queue.
+     * A pull task is a task that has
+     * [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
      * 
* * .google.cloud.tasks.v2beta2.PullMessage pull_message = 4; @@ -1811,9 +1886,12 @@ public Builder clearPullMessage() { * * *
-     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process the task. Can be
-     * set only if [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the queue.
-     * A pull task is a task that has [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
+     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process
+     * the task. Can be set only if
+     * [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the
+     * queue.
+     * A pull task is a task that has
+     * [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
      * 
* * .google.cloud.tasks.v2beta2.PullMessage pull_message = 4; @@ -1825,9 +1903,12 @@ public com.google.cloud.tasks.v2beta2.PullMessage.Builder getPullMessageBuilder( * * *
-     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process the task. Can be
-     * set only if [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the queue.
-     * A pull task is a task that has [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
+     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process
+     * the task. Can be set only if
+     * [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the
+     * queue.
+     * A pull task is a task that has
+     * [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
      * 
* * .google.cloud.tasks.v2beta2.PullMessage pull_message = 4; @@ -1846,9 +1927,12 @@ public com.google.cloud.tasks.v2beta2.PullMessageOrBuilder getPullMessageOrBuild * * *
-     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process the task. Can be
-     * set only if [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the queue.
-     * A pull task is a task that has [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
+     * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process
+     * the task. Can be set only if
+     * [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the
+     * queue.
+     * A pull task is a task that has
+     * [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
      * 
* * .google.cloud.tasks.v2beta2.PullMessage pull_message = 4; @@ -1893,7 +1977,8 @@ public com.google.cloud.tasks.v2beta2.PullMessageOrBuilder getPullMessageOrBuild * For pull queues, this is the time when the task is available to * be leased; if a task is currently leased, this is the time when * the current lease expires, that is, the time that the task was - * leased plus the [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. + * leased plus the + * [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. * `schedule_time` will be truncated to the nearest microsecond. *
* @@ -1911,7 +1996,8 @@ public boolean hasScheduleTime() { * For pull queues, this is the time when the task is available to * be leased; if a task is currently leased, this is the time when * the current lease expires, that is, the time that the task was - * leased plus the [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. + * leased plus the + * [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. * `schedule_time` will be truncated to the nearest microsecond. *
* @@ -1935,7 +2021,8 @@ public com.google.protobuf.Timestamp getScheduleTime() { * For pull queues, this is the time when the task is available to * be leased; if a task is currently leased, this is the time when * the current lease expires, that is, the time that the task was - * leased plus the [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. + * leased plus the + * [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. * `schedule_time` will be truncated to the nearest microsecond. *
* @@ -1963,7 +2050,8 @@ public Builder setScheduleTime(com.google.protobuf.Timestamp value) { * For pull queues, this is the time when the task is available to * be leased; if a task is currently leased, this is the time when * the current lease expires, that is, the time that the task was - * leased plus the [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. + * leased plus the + * [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. * `schedule_time` will be truncated to the nearest microsecond. *
* @@ -1988,7 +2076,8 @@ public Builder setScheduleTime(com.google.protobuf.Timestamp.Builder builderForV * For pull queues, this is the time when the task is available to * be leased; if a task is currently leased, this is the time when * the current lease expires, that is, the time that the task was - * leased plus the [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. + * leased plus the + * [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. * `schedule_time` will be truncated to the nearest microsecond. *
* @@ -2020,7 +2109,8 @@ public Builder mergeScheduleTime(com.google.protobuf.Timestamp value) { * For pull queues, this is the time when the task is available to * be leased; if a task is currently leased, this is the time when * the current lease expires, that is, the time that the task was - * leased plus the [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. + * leased plus the + * [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. * `schedule_time` will be truncated to the nearest microsecond. * * @@ -2046,7 +2136,8 @@ public Builder clearScheduleTime() { * For pull queues, this is the time when the task is available to * be leased; if a task is currently leased, this is the time when * the current lease expires, that is, the time that the task was - * leased plus the [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. + * leased plus the + * [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. * `schedule_time` will be truncated to the nearest microsecond. * * @@ -2066,7 +2157,8 @@ public com.google.protobuf.Timestamp.Builder getScheduleTimeBuilder() { * For pull queues, this is the time when the task is available to * be leased; if a task is currently leased, this is the time when * the current lease expires, that is, the time that the task was - * leased plus the [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. + * leased plus the + * [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. * `schedule_time` will be truncated to the nearest microsecond. * * @@ -2090,7 +2182,8 @@ public com.google.protobuf.TimestampOrBuilder getScheduleTimeOrBuilder() { * For pull queues, this is the time when the task is available to * be leased; if a task is currently leased, this is the time when * the current lease expires, that is, the time that the task was - * leased plus the [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. + * leased plus the + * [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. * `schedule_time` will be truncated to the nearest microsecond. * * @@ -2487,8 +2580,8 @@ public com.google.cloud.tasks.v2beta2.TaskStatusOrBuilder getStatusOrBuilder() { * * *
-     * Output only. The view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] has
-     * been returned.
+     * Output only. The view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] has been returned.
      * 
* * .google.cloud.tasks.v2beta2.Task.View view = 8; @@ -2500,8 +2593,8 @@ public int getViewValue() { * * *
-     * Output only. The view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] has
-     * been returned.
+     * Output only. The view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] has been returned.
      * 
* * .google.cloud.tasks.v2beta2.Task.View view = 8; @@ -2515,8 +2608,8 @@ public Builder setViewValue(int value) { * * *
-     * Output only. The view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] has
-     * been returned.
+     * Output only. The view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] has been returned.
      * 
* * .google.cloud.tasks.v2beta2.Task.View view = 8; @@ -2531,8 +2624,8 @@ public com.google.cloud.tasks.v2beta2.Task.View getView() { * * *
-     * Output only. The view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] has
-     * been returned.
+     * Output only. The view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] has been returned.
      * 
* * .google.cloud.tasks.v2beta2.Task.View view = 8; @@ -2550,8 +2643,8 @@ public Builder setView(com.google.cloud.tasks.v2beta2.Task.View value) { * * *
-     * Output only. The view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] has
-     * been returned.
+     * Output only. The view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta2.Task] has been returned.
      * 
* * .google.cloud.tasks.v2beta2.Task.View view = 8; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/TaskOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/TaskOrBuilder.java index e6457e23578e..19da2144f150 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/TaskOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/TaskOrBuilder.java @@ -12,14 +12,16 @@ public interface TaskOrBuilder * * *
-   * Optionally caller-specified in [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask].
+   * Optionally caller-specified in
+   * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask].
    * The task name.
    * The task name must have the following format:
    * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`
    * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
    *    hyphens (-), colons (:), or periods (.).
    *    For more information, see
-   *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+   *    [Identifying
+   *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
    * * `LOCATION_ID` is the canonical ID for the task's location.
    *    The list of available locations can be obtained by calling
    *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -37,14 +39,16 @@ public interface TaskOrBuilder
    *
    *
    * 
-   * Optionally caller-specified in [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask].
+   * Optionally caller-specified in
+   * [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask].
    * The task name.
    * The task name must have the following format:
    * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`
    * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
    *    hyphens (-), colons (:), or periods (.).
    *    For more information, see
-   *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+   *    [Identifying
+   *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
    * * `LOCATION_ID` is the canonical ID for the task's location.
    *    The list of available locations can be obtained by calling
    *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -65,9 +69,11 @@ public interface TaskOrBuilder
    * 
    * App Engine HTTP request that is sent to the task's target. Can
    * be set only if
-   * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target] is set
-   * on the queue.
-   * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] set.
+   * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target]
+   * is set on the queue.
+   * An App Engine task is a task that has
+   * [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest]
+   * set.
    * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpRequest app_engine_http_request = 3; @@ -79,9 +85,11 @@ public interface TaskOrBuilder *
    * App Engine HTTP request that is sent to the task's target. Can
    * be set only if
-   * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target] is set
-   * on the queue.
-   * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] set.
+   * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target]
+   * is set on the queue.
+   * An App Engine task is a task that has
+   * [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest]
+   * set.
    * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpRequest app_engine_http_request = 3; @@ -93,9 +101,11 @@ public interface TaskOrBuilder *
    * App Engine HTTP request that is sent to the task's target. Can
    * be set only if
-   * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target] is set
-   * on the queue.
-   * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] set.
+   * [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target]
+   * is set on the queue.
+   * An App Engine task is a task that has
+   * [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest]
+   * set.
    * 
* * .google.cloud.tasks.v2beta2.AppEngineHttpRequest app_engine_http_request = 3; @@ -106,9 +116,12 @@ public interface TaskOrBuilder * * *
-   * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process the task. Can be
-   * set only if [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the queue.
-   * A pull task is a task that has [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
+   * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process
+   * the task. Can be set only if
+   * [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the
+   * queue.
+   * A pull task is a task that has
+   * [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
    * 
* * .google.cloud.tasks.v2beta2.PullMessage pull_message = 4; @@ -118,9 +131,12 @@ public interface TaskOrBuilder * * *
-   * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process the task. Can be
-   * set only if [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the queue.
-   * A pull task is a task that has [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
+   * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process
+   * the task. Can be set only if
+   * [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the
+   * queue.
+   * A pull task is a task that has
+   * [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
    * 
* * .google.cloud.tasks.v2beta2.PullMessage pull_message = 4; @@ -130,9 +146,12 @@ public interface TaskOrBuilder * * *
-   * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process the task. Can be
-   * set only if [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the queue.
-   * A pull task is a task that has [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
+   * [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process
+   * the task. Can be set only if
+   * [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the
+   * queue.
+   * A pull task is a task that has
+   * [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set.
    * 
* * .google.cloud.tasks.v2beta2.PullMessage pull_message = 4; @@ -148,7 +167,8 @@ public interface TaskOrBuilder * For pull queues, this is the time when the task is available to * be leased; if a task is currently leased, this is the time when * the current lease expires, that is, the time that the task was - * leased plus the [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. + * leased plus the + * [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. * `schedule_time` will be truncated to the nearest microsecond. *
* @@ -164,7 +184,8 @@ public interface TaskOrBuilder * For pull queues, this is the time when the task is available to * be leased; if a task is currently leased, this is the time when * the current lease expires, that is, the time that the task was - * leased plus the [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. + * leased plus the + * [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. * `schedule_time` will be truncated to the nearest microsecond. *
* @@ -180,7 +201,8 @@ public interface TaskOrBuilder * For pull queues, this is the time when the task is available to * be leased; if a task is currently leased, this is the time when * the current lease expires, that is, the time that the task was - * leased plus the [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. + * leased plus the + * [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. * `schedule_time` will be truncated to the nearest microsecond. * * @@ -257,8 +279,8 @@ public interface TaskOrBuilder * * *
-   * Output only. The view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] has
-   * been returned.
+   * Output only. The view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] has been returned.
    * 
* * .google.cloud.tasks.v2beta2.Task.View view = 8; @@ -268,8 +290,8 @@ public interface TaskOrBuilder * * *
-   * Output only. The view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] has
-   * been returned.
+   * Output only. The view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta2.Task] has been returned.
    * 
* * .google.cloud.tasks.v2beta2.Task.View view = 8; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/TaskStatus.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/TaskStatus.java index f5d665c17c3c..634eea7c51c8 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/TaskStatus.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/TaskStatus.java @@ -151,7 +151,8 @@ public int getAttemptDispatchCount() { * *
    * Output only. The number of attempts which have received a response.
-   * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+   * This field is not calculated for [pull
+   * tasks][google.cloud.tasks.v2beta2.PullMessage].
    * 
* * int32 attempt_response_count = 2; @@ -167,9 +168,13 @@ public int getAttemptResponseCount() { * *
    * Output only. The status of the task's first attempt.
-   * Only [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time] will be set.
-   * The other [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is not retained by Cloud Tasks.
-   * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+   * Only
+   * [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time]
+   * will be set. The other
+   * [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is
+   * not retained by Cloud Tasks.
+   * This field is not calculated for [pull
+   * tasks][google.cloud.tasks.v2beta2.PullMessage].
    * 
* * .google.cloud.tasks.v2beta2.AttemptStatus first_attempt_status = 3; @@ -182,9 +187,13 @@ public boolean hasFirstAttemptStatus() { * *
    * Output only. The status of the task's first attempt.
-   * Only [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time] will be set.
-   * The other [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is not retained by Cloud Tasks.
-   * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+   * Only
+   * [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time]
+   * will be set. The other
+   * [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is
+   * not retained by Cloud Tasks.
+   * This field is not calculated for [pull
+   * tasks][google.cloud.tasks.v2beta2.PullMessage].
    * 
* * .google.cloud.tasks.v2beta2.AttemptStatus first_attempt_status = 3; @@ -199,9 +208,13 @@ public com.google.cloud.tasks.v2beta2.AttemptStatus getFirstAttemptStatus() { * *
    * Output only. The status of the task's first attempt.
-   * Only [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time] will be set.
-   * The other [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is not retained by Cloud Tasks.
-   * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+   * Only
+   * [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time]
+   * will be set. The other
+   * [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is
+   * not retained by Cloud Tasks.
+   * This field is not calculated for [pull
+   * tasks][google.cloud.tasks.v2beta2.PullMessage].
    * 
* * .google.cloud.tasks.v2beta2.AttemptStatus first_attempt_status = 3; @@ -217,7 +230,8 @@ public com.google.cloud.tasks.v2beta2.AttemptStatusOrBuilder getFirstAttemptStat * *
    * Output only. The status of the task's last attempt.
-   * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+   * This field is not calculated for [pull
+   * tasks][google.cloud.tasks.v2beta2.PullMessage].
    * 
* * .google.cloud.tasks.v2beta2.AttemptStatus last_attempt_status = 4; @@ -230,7 +244,8 @@ public boolean hasLastAttemptStatus() { * *
    * Output only. The status of the task's last attempt.
-   * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+   * This field is not calculated for [pull
+   * tasks][google.cloud.tasks.v2beta2.PullMessage].
    * 
* * .google.cloud.tasks.v2beta2.AttemptStatus last_attempt_status = 4; @@ -245,7 +260,8 @@ public com.google.cloud.tasks.v2beta2.AttemptStatus getLastAttemptStatus() { * *
    * Output only. The status of the task's last attempt.
-   * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+   * This field is not calculated for [pull
+   * tasks][google.cloud.tasks.v2beta2.PullMessage].
    * 
* * .google.cloud.tasks.v2beta2.AttemptStatus last_attempt_status = 4; @@ -697,7 +713,8 @@ public Builder clearAttemptDispatchCount() { * *
      * Output only. The number of attempts which have received a response.
-     * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+     * This field is not calculated for [pull
+     * tasks][google.cloud.tasks.v2beta2.PullMessage].
      * 
* * int32 attempt_response_count = 2; @@ -710,7 +727,8 @@ public int getAttemptResponseCount() { * *
      * Output only. The number of attempts which have received a response.
-     * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+     * This field is not calculated for [pull
+     * tasks][google.cloud.tasks.v2beta2.PullMessage].
      * 
* * int32 attempt_response_count = 2; @@ -726,7 +744,8 @@ public Builder setAttemptResponseCount(int value) { * *
      * Output only. The number of attempts which have received a response.
-     * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+     * This field is not calculated for [pull
+     * tasks][google.cloud.tasks.v2beta2.PullMessage].
      * 
* * int32 attempt_response_count = 2; @@ -749,9 +768,13 @@ public Builder clearAttemptResponseCount() { * *
      * Output only. The status of the task's first attempt.
-     * Only [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time] will be set.
-     * The other [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is not retained by Cloud Tasks.
-     * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+     * Only
+     * [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time]
+     * will be set. The other
+     * [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is
+     * not retained by Cloud Tasks.
+     * This field is not calculated for [pull
+     * tasks][google.cloud.tasks.v2beta2.PullMessage].
      * 
* * .google.cloud.tasks.v2beta2.AttemptStatus first_attempt_status = 3; @@ -764,9 +787,13 @@ public boolean hasFirstAttemptStatus() { * *
      * Output only. The status of the task's first attempt.
-     * Only [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time] will be set.
-     * The other [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is not retained by Cloud Tasks.
-     * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+     * Only
+     * [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time]
+     * will be set. The other
+     * [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is
+     * not retained by Cloud Tasks.
+     * This field is not calculated for [pull
+     * tasks][google.cloud.tasks.v2beta2.PullMessage].
      * 
* * .google.cloud.tasks.v2beta2.AttemptStatus first_attempt_status = 3; @@ -785,9 +812,13 @@ public com.google.cloud.tasks.v2beta2.AttemptStatus getFirstAttemptStatus() { * *
      * Output only. The status of the task's first attempt.
-     * Only [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time] will be set.
-     * The other [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is not retained by Cloud Tasks.
-     * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+     * Only
+     * [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time]
+     * will be set. The other
+     * [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is
+     * not retained by Cloud Tasks.
+     * This field is not calculated for [pull
+     * tasks][google.cloud.tasks.v2beta2.PullMessage].
      * 
* * .google.cloud.tasks.v2beta2.AttemptStatus first_attempt_status = 3; @@ -810,9 +841,13 @@ public Builder setFirstAttemptStatus(com.google.cloud.tasks.v2beta2.AttemptStatu * *
      * Output only. The status of the task's first attempt.
-     * Only [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time] will be set.
-     * The other [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is not retained by Cloud Tasks.
-     * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+     * Only
+     * [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time]
+     * will be set. The other
+     * [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is
+     * not retained by Cloud Tasks.
+     * This field is not calculated for [pull
+     * tasks][google.cloud.tasks.v2beta2.PullMessage].
      * 
* * .google.cloud.tasks.v2beta2.AttemptStatus first_attempt_status = 3; @@ -833,9 +868,13 @@ public Builder setFirstAttemptStatus( * *
      * Output only. The status of the task's first attempt.
-     * Only [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time] will be set.
-     * The other [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is not retained by Cloud Tasks.
-     * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+     * Only
+     * [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time]
+     * will be set. The other
+     * [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is
+     * not retained by Cloud Tasks.
+     * This field is not calculated for [pull
+     * tasks][google.cloud.tasks.v2beta2.PullMessage].
      * 
* * .google.cloud.tasks.v2beta2.AttemptStatus first_attempt_status = 3; @@ -862,9 +901,13 @@ public Builder mergeFirstAttemptStatus(com.google.cloud.tasks.v2beta2.AttemptSta * *
      * Output only. The status of the task's first attempt.
-     * Only [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time] will be set.
-     * The other [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is not retained by Cloud Tasks.
-     * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+     * Only
+     * [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time]
+     * will be set. The other
+     * [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is
+     * not retained by Cloud Tasks.
+     * This field is not calculated for [pull
+     * tasks][google.cloud.tasks.v2beta2.PullMessage].
      * 
* * .google.cloud.tasks.v2beta2.AttemptStatus first_attempt_status = 3; @@ -885,9 +928,13 @@ public Builder clearFirstAttemptStatus() { * *
      * Output only. The status of the task's first attempt.
-     * Only [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time] will be set.
-     * The other [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is not retained by Cloud Tasks.
-     * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+     * Only
+     * [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time]
+     * will be set. The other
+     * [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is
+     * not retained by Cloud Tasks.
+     * This field is not calculated for [pull
+     * tasks][google.cloud.tasks.v2beta2.PullMessage].
      * 
* * .google.cloud.tasks.v2beta2.AttemptStatus first_attempt_status = 3; @@ -902,9 +949,13 @@ public com.google.cloud.tasks.v2beta2.AttemptStatus.Builder getFirstAttemptStatu * *
      * Output only. The status of the task's first attempt.
-     * Only [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time] will be set.
-     * The other [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is not retained by Cloud Tasks.
-     * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+     * Only
+     * [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time]
+     * will be set. The other
+     * [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is
+     * not retained by Cloud Tasks.
+     * This field is not calculated for [pull
+     * tasks][google.cloud.tasks.v2beta2.PullMessage].
      * 
* * .google.cloud.tasks.v2beta2.AttemptStatus first_attempt_status = 3; @@ -923,9 +974,13 @@ public com.google.cloud.tasks.v2beta2.AttemptStatusOrBuilder getFirstAttemptStat * *
      * Output only. The status of the task's first attempt.
-     * Only [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time] will be set.
-     * The other [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is not retained by Cloud Tasks.
-     * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+     * Only
+     * [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time]
+     * will be set. The other
+     * [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is
+     * not retained by Cloud Tasks.
+     * This field is not calculated for [pull
+     * tasks][google.cloud.tasks.v2beta2.PullMessage].
      * 
* * .google.cloud.tasks.v2beta2.AttemptStatus first_attempt_status = 3; @@ -958,7 +1013,8 @@ public com.google.cloud.tasks.v2beta2.AttemptStatusOrBuilder getFirstAttemptStat * *
      * Output only. The status of the task's last attempt.
-     * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+     * This field is not calculated for [pull
+     * tasks][google.cloud.tasks.v2beta2.PullMessage].
      * 
* * .google.cloud.tasks.v2beta2.AttemptStatus last_attempt_status = 4; @@ -971,7 +1027,8 @@ public boolean hasLastAttemptStatus() { * *
      * Output only. The status of the task's last attempt.
-     * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+     * This field is not calculated for [pull
+     * tasks][google.cloud.tasks.v2beta2.PullMessage].
      * 
* * .google.cloud.tasks.v2beta2.AttemptStatus last_attempt_status = 4; @@ -990,7 +1047,8 @@ public com.google.cloud.tasks.v2beta2.AttemptStatus getLastAttemptStatus() { * *
      * Output only. The status of the task's last attempt.
-     * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+     * This field is not calculated for [pull
+     * tasks][google.cloud.tasks.v2beta2.PullMessage].
      * 
* * .google.cloud.tasks.v2beta2.AttemptStatus last_attempt_status = 4; @@ -1013,7 +1071,8 @@ public Builder setLastAttemptStatus(com.google.cloud.tasks.v2beta2.AttemptStatus * *
      * Output only. The status of the task's last attempt.
-     * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+     * This field is not calculated for [pull
+     * tasks][google.cloud.tasks.v2beta2.PullMessage].
      * 
* * .google.cloud.tasks.v2beta2.AttemptStatus last_attempt_status = 4; @@ -1034,7 +1093,8 @@ public Builder setLastAttemptStatus( * *
      * Output only. The status of the task's last attempt.
-     * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+     * This field is not calculated for [pull
+     * tasks][google.cloud.tasks.v2beta2.PullMessage].
      * 
* * .google.cloud.tasks.v2beta2.AttemptStatus last_attempt_status = 4; @@ -1061,7 +1121,8 @@ public Builder mergeLastAttemptStatus(com.google.cloud.tasks.v2beta2.AttemptStat * *
      * Output only. The status of the task's last attempt.
-     * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+     * This field is not calculated for [pull
+     * tasks][google.cloud.tasks.v2beta2.PullMessage].
      * 
* * .google.cloud.tasks.v2beta2.AttemptStatus last_attempt_status = 4; @@ -1082,7 +1143,8 @@ public Builder clearLastAttemptStatus() { * *
      * Output only. The status of the task's last attempt.
-     * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+     * This field is not calculated for [pull
+     * tasks][google.cloud.tasks.v2beta2.PullMessage].
      * 
* * .google.cloud.tasks.v2beta2.AttemptStatus last_attempt_status = 4; @@ -1097,7 +1159,8 @@ public com.google.cloud.tasks.v2beta2.AttemptStatus.Builder getLastAttemptStatus * *
      * Output only. The status of the task's last attempt.
-     * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+     * This field is not calculated for [pull
+     * tasks][google.cloud.tasks.v2beta2.PullMessage].
      * 
* * .google.cloud.tasks.v2beta2.AttemptStatus last_attempt_status = 4; @@ -1116,7 +1179,8 @@ public com.google.cloud.tasks.v2beta2.AttemptStatusOrBuilder getLastAttemptStatu * *
      * Output only. The status of the task's last attempt.
-     * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+     * This field is not calculated for [pull
+     * tasks][google.cloud.tasks.v2beta2.PullMessage].
      * 
* * .google.cloud.tasks.v2beta2.AttemptStatus last_attempt_status = 4; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/TaskStatusOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/TaskStatusOrBuilder.java index c0e517fe5c3b..06004843dfef 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/TaskStatusOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/TaskStatusOrBuilder.java @@ -26,7 +26,8 @@ public interface TaskStatusOrBuilder * *
    * Output only. The number of attempts which have received a response.
-   * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+   * This field is not calculated for [pull
+   * tasks][google.cloud.tasks.v2beta2.PullMessage].
    * 
* * int32 attempt_response_count = 2; @@ -38,9 +39,13 @@ public interface TaskStatusOrBuilder * *
    * Output only. The status of the task's first attempt.
-   * Only [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time] will be set.
-   * The other [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is not retained by Cloud Tasks.
-   * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+   * Only
+   * [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time]
+   * will be set. The other
+   * [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is
+   * not retained by Cloud Tasks.
+   * This field is not calculated for [pull
+   * tasks][google.cloud.tasks.v2beta2.PullMessage].
    * 
* * .google.cloud.tasks.v2beta2.AttemptStatus first_attempt_status = 3; @@ -51,9 +56,13 @@ public interface TaskStatusOrBuilder * *
    * Output only. The status of the task's first attempt.
-   * Only [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time] will be set.
-   * The other [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is not retained by Cloud Tasks.
-   * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+   * Only
+   * [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time]
+   * will be set. The other
+   * [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is
+   * not retained by Cloud Tasks.
+   * This field is not calculated for [pull
+   * tasks][google.cloud.tasks.v2beta2.PullMessage].
    * 
* * .google.cloud.tasks.v2beta2.AttemptStatus first_attempt_status = 3; @@ -64,9 +73,13 @@ public interface TaskStatusOrBuilder * *
    * Output only. The status of the task's first attempt.
-   * Only [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time] will be set.
-   * The other [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is not retained by Cloud Tasks.
-   * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+   * Only
+   * [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time]
+   * will be set. The other
+   * [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is
+   * not retained by Cloud Tasks.
+   * This field is not calculated for [pull
+   * tasks][google.cloud.tasks.v2beta2.PullMessage].
    * 
* * .google.cloud.tasks.v2beta2.AttemptStatus first_attempt_status = 3; @@ -78,7 +91,8 @@ public interface TaskStatusOrBuilder * *
    * Output only. The status of the task's last attempt.
-   * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+   * This field is not calculated for [pull
+   * tasks][google.cloud.tasks.v2beta2.PullMessage].
    * 
* * .google.cloud.tasks.v2beta2.AttemptStatus last_attempt_status = 4; @@ -89,7 +103,8 @@ public interface TaskStatusOrBuilder * *
    * Output only. The status of the task's last attempt.
-   * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+   * This field is not calculated for [pull
+   * tasks][google.cloud.tasks.v2beta2.PullMessage].
    * 
* * .google.cloud.tasks.v2beta2.AttemptStatus last_attempt_status = 4; @@ -100,7 +115,8 @@ public interface TaskStatusOrBuilder * *
    * Output only. The status of the task's last attempt.
-   * This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage].
+   * This field is not calculated for [pull
+   * tasks][google.cloud.tasks.v2beta2.PullMessage].
    * 
* * .google.cloud.tasks.v2beta2.AttemptStatus last_attempt_status = 4; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/UpdateQueueRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/UpdateQueueRequest.java index 61aeaed82d4a..5d0bc01859c9 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/UpdateQueueRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/UpdateQueueRequest.java @@ -7,7 +7,8 @@ * * *
- * Request message for [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue].
+ * Request message for
+ * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.UpdateQueueRequest} @@ -121,10 +122,12 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { *
    * Required.
    * The queue to create or update.
-   * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be specified.
+   * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be
+   * specified.
    * Output only fields cannot be modified using UpdateQueue.
    * Any value specified for an output only field will be ignored.
-   * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be changed.
+   * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be
+   * changed.
    * 
* * .google.cloud.tasks.v2beta2.Queue queue = 1; @@ -138,10 +141,12 @@ public boolean hasQueue() { *
    * Required.
    * The queue to create or update.
-   * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be specified.
+   * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be
+   * specified.
    * Output only fields cannot be modified using UpdateQueue.
    * Any value specified for an output only field will be ignored.
-   * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be changed.
+   * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be
+   * changed.
    * 
* * .google.cloud.tasks.v2beta2.Queue queue = 1; @@ -155,10 +160,12 @@ public com.google.cloud.tasks.v2beta2.Queue getQueue() { *
    * Required.
    * The queue to create or update.
-   * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be specified.
+   * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be
+   * specified.
    * Output only fields cannot be modified using UpdateQueue.
    * Any value specified for an output only field will be ignored.
-   * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be changed.
+   * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be
+   * changed.
    * 
* * .google.cloud.tasks.v2beta2.Queue queue = 1; @@ -392,7 +399,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue].
+   * Request message for
+   * [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta2.UpdateQueueRequest} @@ -580,10 +588,12 @@ public Builder mergeFrom( *
      * Required.
      * The queue to create or update.
-     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be specified.
+     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be
+     * specified.
      * Output only fields cannot be modified using UpdateQueue.
      * Any value specified for an output only field will be ignored.
-     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be changed.
+     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be
+     * changed.
      * 
* * .google.cloud.tasks.v2beta2.Queue queue = 1; @@ -597,10 +607,12 @@ public boolean hasQueue() { *
      * Required.
      * The queue to create or update.
-     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be specified.
+     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be
+     * specified.
      * Output only fields cannot be modified using UpdateQueue.
      * Any value specified for an output only field will be ignored.
-     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be changed.
+     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be
+     * changed.
      * 
* * .google.cloud.tasks.v2beta2.Queue queue = 1; @@ -618,10 +630,12 @@ public com.google.cloud.tasks.v2beta2.Queue getQueue() { *
      * Required.
      * The queue to create or update.
-     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be specified.
+     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be
+     * specified.
      * Output only fields cannot be modified using UpdateQueue.
      * Any value specified for an output only field will be ignored.
-     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be changed.
+     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be
+     * changed.
      * 
* * .google.cloud.tasks.v2beta2.Queue queue = 1; @@ -645,10 +659,12 @@ public Builder setQueue(com.google.cloud.tasks.v2beta2.Queue value) { *
      * Required.
      * The queue to create or update.
-     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be specified.
+     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be
+     * specified.
      * Output only fields cannot be modified using UpdateQueue.
      * Any value specified for an output only field will be ignored.
-     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be changed.
+     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be
+     * changed.
      * 
* * .google.cloud.tasks.v2beta2.Queue queue = 1; @@ -669,10 +685,12 @@ public Builder setQueue(com.google.cloud.tasks.v2beta2.Queue.Builder builderForV *
      * Required.
      * The queue to create or update.
-     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be specified.
+     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be
+     * specified.
      * Output only fields cannot be modified using UpdateQueue.
      * Any value specified for an output only field will be ignored.
-     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be changed.
+     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be
+     * changed.
      * 
* * .google.cloud.tasks.v2beta2.Queue queue = 1; @@ -700,10 +718,12 @@ public Builder mergeQueue(com.google.cloud.tasks.v2beta2.Queue value) { *
      * Required.
      * The queue to create or update.
-     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be specified.
+     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be
+     * specified.
      * Output only fields cannot be modified using UpdateQueue.
      * Any value specified for an output only field will be ignored.
-     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be changed.
+     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be
+     * changed.
      * 
* * .google.cloud.tasks.v2beta2.Queue queue = 1; @@ -725,10 +745,12 @@ public Builder clearQueue() { *
      * Required.
      * The queue to create or update.
-     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be specified.
+     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be
+     * specified.
      * Output only fields cannot be modified using UpdateQueue.
      * Any value specified for an output only field will be ignored.
-     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be changed.
+     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be
+     * changed.
      * 
* * .google.cloud.tasks.v2beta2.Queue queue = 1; @@ -744,10 +766,12 @@ public com.google.cloud.tasks.v2beta2.Queue.Builder getQueueBuilder() { *
      * Required.
      * The queue to create or update.
-     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be specified.
+     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be
+     * specified.
      * Output only fields cannot be modified using UpdateQueue.
      * Any value specified for an output only field will be ignored.
-     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be changed.
+     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be
+     * changed.
      * 
* * .google.cloud.tasks.v2beta2.Queue queue = 1; @@ -765,10 +789,12 @@ public com.google.cloud.tasks.v2beta2.QueueOrBuilder getQueueOrBuilder() { *
      * Required.
      * The queue to create or update.
-     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be specified.
+     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be
+     * specified.
      * Output only fields cannot be modified using UpdateQueue.
      * Any value specified for an output only field will be ignored.
-     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be changed.
+     * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be
+     * changed.
      * 
* * .google.cloud.tasks.v2beta2.Queue queue = 1; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/UpdateQueueRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/UpdateQueueRequestOrBuilder.java index 3583000cd97d..d79f9d44d34d 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/UpdateQueueRequestOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/UpdateQueueRequestOrBuilder.java @@ -14,10 +14,12 @@ public interface UpdateQueueRequestOrBuilder *
    * Required.
    * The queue to create or update.
-   * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be specified.
+   * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be
+   * specified.
    * Output only fields cannot be modified using UpdateQueue.
    * Any value specified for an output only field will be ignored.
-   * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be changed.
+   * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be
+   * changed.
    * 
* * .google.cloud.tasks.v2beta2.Queue queue = 1; @@ -29,10 +31,12 @@ public interface UpdateQueueRequestOrBuilder *
    * Required.
    * The queue to create or update.
-   * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be specified.
+   * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be
+   * specified.
    * Output only fields cannot be modified using UpdateQueue.
    * Any value specified for an output only field will be ignored.
-   * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be changed.
+   * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be
+   * changed.
    * 
* * .google.cloud.tasks.v2beta2.Queue queue = 1; @@ -44,10 +48,12 @@ public interface UpdateQueueRequestOrBuilder *
    * Required.
    * The queue to create or update.
-   * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be specified.
+   * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be
+   * specified.
    * Output only fields cannot be modified using UpdateQueue.
    * Any value specified for an output only field will be ignored.
-   * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be changed.
+   * The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be
+   * changed.
    * 
* * .google.cloud.tasks.v2beta2.Queue queue = 1; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/cloudtasks.proto b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/cloudtasks.proto index 01f6356e9b83..61a6ecdc935d 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/cloudtasks.proto +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/cloudtasks.proto @@ -33,7 +33,6 @@ option java_outer_classname = "CloudTasksProto"; option java_package = "com.google.cloud.tasks.v2beta2"; option objc_class_prefix = "TASKS"; - // Cloud Tasks allows developers to manage the execution of background // work in their applications. service CloudTasks { @@ -56,14 +55,15 @@ service CloudTasks { // Creates a queue. // // Queues created with this method allow tasks to live for a maximum of 31 - // days. After a task is 31 days old, the task will be deleted regardless of whether - // it was dispatched or not. + // days. After a task is 31 days old, the task will be deleted regardless of + // whether it was dispatched or not. // // WARNING: Using this method may have unintended side effects if you are // using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. // Read - // [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) - // before using this method. + // [Overview of Queue Management and + // queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using + // this method. rpc CreateQueue(CreateQueueRequest) returns (Queue) { option (google.api.http) = { post: "/v2beta2/{parent=projects/*/locations/*}/queues" @@ -77,14 +77,15 @@ service CloudTasks { // the queue if it does exist. // // Queues created with this method allow tasks to live for a maximum of 31 - // days. After a task is 31 days old, the task will be deleted regardless of whether - // it was dispatched or not. + // days. After a task is 31 days old, the task will be deleted regardless of + // whether it was dispatched or not. // // WARNING: Using this method may have unintended side effects if you are // using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. // Read - // [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) - // before using this method. + // [Overview of Queue Management and + // queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using + // this method. rpc UpdateQueue(UpdateQueueRequest) returns (Queue) { option (google.api.http) = { patch: "/v2beta2/{queue.name=projects/*/locations/*/queues/*}" @@ -102,8 +103,9 @@ service CloudTasks { // WARNING: Using this method may have unintended side effects if you are // using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. // Read - // [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) - // before using this method. + // [Overview of Queue Management and + // queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using + // this method. rpc DeleteQueue(DeleteQueueRequest) returns (google.protobuf.Empty) { option (google.api.http) = { delete: "/v2beta2/{name=projects/*/locations/*/queues/*}" @@ -127,9 +129,10 @@ service CloudTasks { // // If a queue is paused then the system will stop dispatching tasks // until the queue is resumed via - // [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue]. Tasks can still be added - // when the queue is paused. A queue is paused if its - // [state][google.cloud.tasks.v2beta2.Queue.state] is [PAUSED][google.cloud.tasks.v2beta2.Queue.State.PAUSED]. + // [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue]. Tasks can + // still be added when the queue is paused. A queue is paused if its + // [state][google.cloud.tasks.v2beta2.Queue.state] is + // [PAUSED][google.cloud.tasks.v2beta2.Queue.State.PAUSED]. rpc PauseQueue(PauseQueueRequest) returns (Queue) { option (google.api.http) = { post: "/v2beta2/{name=projects/*/locations/*/queues/*}:pause" @@ -141,14 +144,17 @@ service CloudTasks { // // This method resumes a queue after it has been // [PAUSED][google.cloud.tasks.v2beta2.Queue.State.PAUSED] or - // [DISABLED][google.cloud.tasks.v2beta2.Queue.State.DISABLED]. The state of a queue is stored - // in the queue's [state][google.cloud.tasks.v2beta2.Queue.state]; after calling this method it - // will be set to [RUNNING][google.cloud.tasks.v2beta2.Queue.State.RUNNING]. + // [DISABLED][google.cloud.tasks.v2beta2.Queue.State.DISABLED]. The state of a + // queue is stored in the queue's + // [state][google.cloud.tasks.v2beta2.Queue.state]; after calling this method + // it will be set to + // [RUNNING][google.cloud.tasks.v2beta2.Queue.State.RUNNING]. // // WARNING: Resuming many high-QPS queues at the same time can // lead to target overloading. If you are resuming high-QPS // queues, follow the 500/50/5 pattern described in - // [Managing Cloud Tasks Scaling Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling). + // [Managing Cloud Tasks Scaling + // Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling). rpc ResumeQueue(ResumeQueueRequest) returns (Queue) { option (google.api.http) = { post: "/v2beta2/{name=projects/*/locations/*/queues/*}:resume" @@ -156,24 +162,25 @@ service CloudTasks { }; } - // Gets the access control policy for a [Queue][google.cloud.tasks.v2beta2.Queue]. - // Returns an empty policy if the resource exists and does not have a policy - // set. + // Gets the access control policy for a + // [Queue][google.cloud.tasks.v2beta2.Queue]. Returns an empty policy if the + // resource exists and does not have a policy set. // // Authorization requires the following // [Google IAM](https://cloud.google.com/iam) permission on the specified // resource parent: // // * `cloudtasks.queues.getIamPolicy` - rpc GetIamPolicy(google.iam.v1.GetIamPolicyRequest) returns (google.iam.v1.Policy) { + rpc GetIamPolicy(google.iam.v1.GetIamPolicyRequest) + returns (google.iam.v1.Policy) { option (google.api.http) = { post: "/v2beta2/{resource=projects/*/locations/*/queues/*}:getIamPolicy" body: "*" }; } - // Sets the access control policy for a [Queue][google.cloud.tasks.v2beta2.Queue]. Replaces any existing - // policy. + // Sets the access control policy for a + // [Queue][google.cloud.tasks.v2beta2.Queue]. Replaces any existing policy. // // Note: The Cloud Console does not check queue-level IAM permissions yet. // Project-level permissions are required to use the Cloud Console. @@ -183,21 +190,24 @@ service CloudTasks { // resource parent: // // * `cloudtasks.queues.setIamPolicy` - rpc SetIamPolicy(google.iam.v1.SetIamPolicyRequest) returns (google.iam.v1.Policy) { + rpc SetIamPolicy(google.iam.v1.SetIamPolicyRequest) + returns (google.iam.v1.Policy) { option (google.api.http) = { post: "/v2beta2/{resource=projects/*/locations/*/queues/*}:setIamPolicy" body: "*" }; } - // Returns permissions that a caller has on a [Queue][google.cloud.tasks.v2beta2.Queue]. - // If the resource does not exist, this will return an empty set of - // permissions, not a [NOT_FOUND][google.rpc.Code.NOT_FOUND] error. + // Returns permissions that a caller has on a + // [Queue][google.cloud.tasks.v2beta2.Queue]. If the resource does not exist, + // this will return an empty set of permissions, not a + // [NOT_FOUND][google.rpc.Code.NOT_FOUND] error. // // Note: This operation is designed to be used for building permission-aware // UIs and command-line tools, not for authorization checking. This operation // may "fail open" without warning. - rpc TestIamPermissions(google.iam.v1.TestIamPermissionsRequest) returns (google.iam.v1.TestIamPermissionsResponse) { + rpc TestIamPermissions(google.iam.v1.TestIamPermissionsRequest) + returns (google.iam.v1.TestIamPermissionsResponse) { option (google.api.http) = { post: "/v2beta2/{resource=projects/*/locations/*/queues/*}:testIamPermissions" body: "*" @@ -206,10 +216,10 @@ service CloudTasks { // Lists the tasks in a queue. // - // By default, only the [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC] view is retrieved - // due to performance considerations; - // [response_view][google.cloud.tasks.v2beta2.ListTasksRequest.response_view] controls the - // subset of information which is returned. + // By default, only the [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC] + // view is retrieved due to performance considerations; + // [response_view][google.cloud.tasks.v2beta2.ListTasksRequest.response_view] + // controls the subset of information which is returned. // // The tasks may be returned in any order. The ordering may change at any // time. @@ -230,9 +240,11 @@ service CloudTasks { // // Tasks cannot be updated after creation; there is no UpdateTask command. // - // * For [App Engine queues][google.cloud.tasks.v2beta2.AppEngineHttpTarget], the maximum task size is + // * For [App Engine queues][google.cloud.tasks.v2beta2.AppEngineHttpTarget], + // the maximum task size is // 100KB. - // * For [pull queues][google.cloud.tasks.v2beta2.PullTarget], the maximum task size is 1MB. + // * For [pull queues][google.cloud.tasks.v2beta2.PullTarget], the maximum + // task size is 1MB. rpc CreateTask(CreateTaskRequest) returns (Task) { option (google.api.http) = { post: "/v2beta2/{parent=projects/*/locations/*/queues/*}/tasks" @@ -256,18 +268,19 @@ service CloudTasks { // // This method is invoked by the worker to obtain a lease. The // worker must acknowledge the task via - // [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask] after they have - // performed the work associated with the task. - // - // The [payload][google.cloud.tasks.v2beta2.PullMessage.payload] is intended to store data that - // the worker needs to perform the work associated with the task. To - // return the payloads in the [response][google.cloud.tasks.v2beta2.LeaseTasksResponse], set - // [response_view][google.cloud.tasks.v2beta2.LeaseTasksRequest.response_view] to - // [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]. - // - // A maximum of 10 qps of [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] - // requests are allowed per - // queue. [RESOURCE_EXHAUSTED][google.rpc.Code.RESOURCE_EXHAUSTED] + // [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask] + // after they have performed the work associated with the task. + // + // The [payload][google.cloud.tasks.v2beta2.PullMessage.payload] is intended + // to store data that the worker needs to perform the work associated with the + // task. To return the payloads in the + // [response][google.cloud.tasks.v2beta2.LeaseTasksResponse], set + // [response_view][google.cloud.tasks.v2beta2.LeaseTasksRequest.response_view] + // to [FULL][google.cloud.tasks.v2beta2.Task.View.FULL]. + // + // A maximum of 10 qps of + // [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] requests are + // allowed per queue. [RESOURCE_EXHAUSTED][google.rpc.Code.RESOURCE_EXHAUSTED] // is returned when this limit is // exceeded. [RESOURCE_EXHAUSTED][google.rpc.Code.RESOURCE_EXHAUSTED] // is also returned when @@ -283,12 +296,13 @@ service CloudTasks { // Acknowledges a pull task. // // The worker, that is, the entity that - // [leased][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] this task must call this method - // to indicate that the work associated with the task has finished. + // [leased][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] this task must + // call this method to indicate that the work associated with the task has + // finished. // // The worker must acknowledge a task within the - // [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration] or the lease - // will expire and the task will become available to be leased + // [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration] + // or the lease will expire and the task will become available to be leased // again. After the task is acknowledged, it will not be returned // by a later [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks], // [GetTask][google.cloud.tasks.v2beta2.CloudTasks.GetTask], or @@ -304,7 +318,8 @@ service CloudTasks { // // The worker can use this method to extend the lease by a new // duration, starting from now. The new task lease will be - // returned in the task's [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time]. + // returned in the task's + // [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time]. rpc RenewLease(RenewLeaseRequest) returns (Task) { option (google.api.http) = { post: "/v2beta2/{name=projects/*/locations/*/queues/*/tasks/*}:renewLease" @@ -315,9 +330,9 @@ service CloudTasks { // Cancel a pull task's lease. // // The worker can use this method to cancel a task's lease by - // setting its [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] to now. This will - // make the task available to be leased to the next caller of - // [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks]. + // setting its [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] + // to now. This will make the task available to be leased to the next caller + // of [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks]. rpc CancelLease(CancelLeaseRequest) returns (Task) { option (google.api.http) = { post: "/v2beta2/{name=projects/*/locations/*/queues/*/tasks/*}:cancelLease" @@ -328,30 +343,33 @@ service CloudTasks { // Forces a task to run now. // // When this method is called, Cloud Tasks will dispatch the task, even if - // the task is already running, the queue has reached its [RateLimits][google.cloud.tasks.v2beta2.RateLimits] or - // is [PAUSED][google.cloud.tasks.v2beta2.Queue.State.PAUSED]. + // the task is already running, the queue has reached its + // [RateLimits][google.cloud.tasks.v2beta2.RateLimits] or is + // [PAUSED][google.cloud.tasks.v2beta2.Queue.State.PAUSED]. // // This command is meant to be used for manual debugging. For - // example, [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] can be used to retry a failed - // task after a fix has been made or to manually force a task to be - // dispatched now. + // example, [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] can be + // used to retry a failed task after a fix has been made or to manually force + // a task to be dispatched now. // // The dispatched task is returned. That is, the task that is returned - // contains the [status][google.cloud.tasks.v2beta2.Task.status] after the task is dispatched but - // before the task is received by its target. + // contains the [status][google.cloud.tasks.v2beta2.Task.status] after the + // task is dispatched but before the task is received by its target. // // If Cloud Tasks receives a successful response from the task's // target, then the task will be deleted; otherwise the task's - // [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be reset to the time that - // [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] was called plus the retry delay specified - // in the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig]. + // [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be + // reset to the time that + // [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] was called plus + // the retry delay specified in the queue's + // [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig]. // // [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] returns // [NOT_FOUND][google.rpc.Code.NOT_FOUND] when it is called on a // task that has already succeeded or permanently failed. // - // [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] cannot be called on a - // [pull task][google.cloud.tasks.v2beta2.PullMessage]. + // [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask] cannot be called + // on a [pull task][google.cloud.tasks.v2beta2.PullMessage]. rpc RunTask(RunTaskRequest) returns (Task) { option (google.api.http) = { post: "/v2beta2/{name=projects/*/locations/*/queues/*/tasks/*}:run" @@ -360,7 +378,8 @@ service CloudTasks { } } -// Request message for [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues]. +// Request message for +// [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues]. message ListQueuesRequest { // Required. // @@ -368,11 +387,11 @@ message ListQueuesRequest { // For example: `projects/PROJECT_ID/locations/LOCATION_ID` string parent = 1; - // `filter` can be used to specify a subset of queues. Any [Queue][google.cloud.tasks.v2beta2.Queue] - // field can be used as a filter and several operators as supported. - // For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as - // described in - // [Stackdriver's Advanced Logs Filters](https://cloud.google.com/logging/docs/view/advanced_filters). + // `filter` can be used to specify a subset of queues. Any + // [Queue][google.cloud.tasks.v2beta2.Queue] field can be used as a filter and + // several operators as supported. For example: `<=, <, >=, >, !=, =, :`. The + // filter syntax is the same as described in [Stackdriver's Advanced Logs + // Filters](https://cloud.google.com/logging/docs/view/advanced_filters). // // Sample filter "app_engine_http_target: *". // @@ -385,22 +404,25 @@ message ListQueuesRequest { // The maximum page size is 9800. If unspecified, the page size will // be the maximum. Fewer queues than requested might be returned, // even if more queues exist; use the - // [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] in the - // response to determine if more queues exist. + // [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] + // in the response to determine if more queues exist. int32 page_size = 3; // A token identifying the page of results to return. // // To request the first page results, page_token must be empty. To // request the next page of results, page_token must be the value of - // [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] returned - // from the previous call to [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] - // method. It is an error to switch the value of the - // [filter][google.cloud.tasks.v2beta2.ListQueuesRequest.filter] while iterating through pages. + // [next_page_token][google.cloud.tasks.v2beta2.ListQueuesResponse.next_page_token] + // returned from the previous call to + // [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] method. It + // is an error to switch the value of the + // [filter][google.cloud.tasks.v2beta2.ListQueuesRequest.filter] while + // iterating through pages. string page_token = 4; } -// Response message for [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues]. +// Response message for +// [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues]. message ListQueuesResponse { // The list of queues. repeated Queue queues = 1; @@ -408,7 +430,8 @@ message ListQueuesResponse { // A token to retrieve next page of results. // // To return the next page of results, call - // [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] with this value as the + // [ListQueues][google.cloud.tasks.v2beta2.CloudTasks.ListQueues] with this + // value as the // [page_token][google.cloud.tasks.v2beta2.ListQueuesRequest.page_token]. // // If the next_page_token is empty, there are no more results. @@ -417,7 +440,8 @@ message ListQueuesResponse { string next_page_token = 2; } -// Request message for [GetQueue][google.cloud.tasks.v2beta2.CloudTasks.GetQueue]. +// Request message for +// [GetQueue][google.cloud.tasks.v2beta2.CloudTasks.GetQueue]. message GetQueueRequest { // Required. // @@ -426,7 +450,8 @@ message GetQueueRequest { string name = 1; } -// Request message for [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue]. +// Request message for +// [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue]. message CreateQueueRequest { // Required. // @@ -442,21 +467,25 @@ message CreateQueueRequest { // // The queue to create. // - // [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as an existing queue. + // [Queue's name][google.cloud.tasks.v2beta2.Queue.name] cannot be the same as + // an existing queue. Queue queue = 2; } -// Request message for [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue]. +// Request message for +// [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue]. message UpdateQueueRequest { // Required. // // The queue to create or update. // - // The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be specified. + // The queue's [name][google.cloud.tasks.v2beta2.Queue.name] must be + // specified. // // Output only fields cannot be modified using UpdateQueue. // Any value specified for an output only field will be ignored. - // The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be changed. + // The queue's [name][google.cloud.tasks.v2beta2.Queue.name] cannot be + // changed. Queue queue = 1; // A mask used to specify which fields of the queue are being updated. @@ -465,7 +494,8 @@ message UpdateQueueRequest { google.protobuf.FieldMask update_mask = 2; } -// Request message for [DeleteQueue][google.cloud.tasks.v2beta2.CloudTasks.DeleteQueue]. +// Request message for +// [DeleteQueue][google.cloud.tasks.v2beta2.CloudTasks.DeleteQueue]. message DeleteQueueRequest { // Required. // @@ -474,7 +504,8 @@ message DeleteQueueRequest { string name = 1; } -// Request message for [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue]. +// Request message for +// [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue]. message PurgeQueueRequest { // Required. // @@ -483,7 +514,8 @@ message PurgeQueueRequest { string name = 1; } -// Request message for [PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue]. +// Request message for +// [PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue]. message PauseQueueRequest { // Required. // @@ -492,7 +524,8 @@ message PauseQueueRequest { string name = 1; } -// Request message for [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue]. +// Request message for +// [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue]. message ResumeQueueRequest { // Required. // @@ -501,7 +534,8 @@ message ResumeQueueRequest { string name = 1; } -// Request message for listing tasks using [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks]. +// Request message for listing tasks using +// [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks]. message ListTasksRequest { // Required. // @@ -509,18 +543,19 @@ message ListTasksRequest { // `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` string parent = 1; - // The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be - // returned. + // The response_view specifies which subset of the + // [Task][google.cloud.tasks.v2beta2.Task] will be returned. // - // By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all - // information is retrieved by default because some data, such as - // payloads, might be desirable to return only when needed because - // of its large size or because of the sensitivity of data that it - // contains. + // By default response_view is + // [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is + // retrieved by default because some data, such as payloads, might be + // desirable to return only when needed because of its large size or because + // of the sensitivity of data that it contains. // - // Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires - // `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/) - // permission on the [Task][google.cloud.tasks.v2beta2.Task] resource. + // Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] + // requires `cloudtasks.tasks.fullView` [Google + // IAM](https://cloud.google.com/iam/) permission on the + // [Task][google.cloud.tasks.v2beta2.Task] resource. Task.View response_view = 2; // Requested page size. Fewer tasks than requested might be returned. @@ -528,23 +563,24 @@ message ListTasksRequest { // The maximum page size is 1000. If unspecified, the page size will // be the maximum. Fewer tasks than requested might be returned, // even if more tasks exist; use - // [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] in the - // response to determine if more tasks exist. + // [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] + // in the response to determine if more tasks exist. int32 page_size = 4; // A token identifying the page of results to return. // // To request the first page results, page_token must be empty. To // request the next page of results, page_token must be the value of - // [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] returned - // from the previous call to [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] - // method. + // [next_page_token][google.cloud.tasks.v2beta2.ListTasksResponse.next_page_token] + // returned from the previous call to + // [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] method. // // The page token is valid for only 2 hours. string page_token = 5; } -// Response message for listing tasks using [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks]. +// Response message for listing tasks using +// [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks]. message ListTasksResponse { // The list of tasks. repeated Task tasks = 1; @@ -552,14 +588,16 @@ message ListTasksResponse { // A token to retrieve next page of results. // // To return the next page of results, call - // [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] with this value as the + // [ListTasks][google.cloud.tasks.v2beta2.CloudTasks.ListTasks] with this + // value as the // [page_token][google.cloud.tasks.v2beta2.ListTasksRequest.page_token]. // // If the next_page_token is empty, there are no more results. string next_page_token = 2; } -// Request message for getting a task using [GetTask][google.cloud.tasks.v2beta2.CloudTasks.GetTask]. +// Request message for getting a task using +// [GetTask][google.cloud.tasks.v2beta2.CloudTasks.GetTask]. message GetTaskRequest { // Required. // @@ -567,22 +605,24 @@ message GetTaskRequest { // `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID` string name = 1; - // The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be - // returned. + // The response_view specifies which subset of the + // [Task][google.cloud.tasks.v2beta2.Task] will be returned. // - // By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all - // information is retrieved by default because some data, such as - // payloads, might be desirable to return only when needed because - // of its large size or because of the sensitivity of data that it - // contains. + // By default response_view is + // [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is + // retrieved by default because some data, such as payloads, might be + // desirable to return only when needed because of its large size or because + // of the sensitivity of data that it contains. // - // Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires - // `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/) - // permission on the [Task][google.cloud.tasks.v2beta2.Task] resource. + // Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] + // requires `cloudtasks.tasks.fullView` [Google + // IAM](https://cloud.google.com/iam/) permission on the + // [Task][google.cloud.tasks.v2beta2.Task] resource. Task.View response_view = 2; } -// Request message for [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask]. +// Request message for +// [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask]. message CreateTaskRequest { // Required. // @@ -598,13 +638,13 @@ message CreateTaskRequest { // // Task names have the following format: // `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - // The user can optionally specify a task [name][google.cloud.tasks.v2beta2.Task.name]. If a - // name is not specified then the system will generate a random - // unique task id, which will be set in the task returned in the - // [response][google.cloud.tasks.v2beta2.Task.name]. + // The user can optionally specify a task + // [name][google.cloud.tasks.v2beta2.Task.name]. If a name is not specified + // then the system will generate a random unique task id, which will be set in + // the task returned in the [response][google.cloud.tasks.v2beta2.Task.name]. // - // If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not set or is in the - // past then Cloud Tasks will set it to the current time. + // If [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] is not + // set or is in the past then Cloud Tasks will set it to the current time. // // Task De-duplication: // @@ -619,28 +659,29 @@ message CreateTaskRequest { // for ~9days after the original task was deleted or completed. // // Because there is an extra lookup cost to identify duplicate task - // names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] calls have significantly - // increased latency. Using hashed strings for the task id or for - // the prefix of the task id is recommended. Choosing task ids that - // are sequential or have sequential prefixes, for example using a + // names, these [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + // calls have significantly increased latency. Using hashed strings for the + // task id or for the prefix of the task id is recommended. Choosing task ids + // that are sequential or have sequential prefixes, for example using a // timestamp, causes an increase in latency and error rates in all // task commands. The infrastructure relies on an approximately // uniform distribution of task ids to store and serve tasks // efficiently. Task task = 2; - // The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be - // returned. + // The response_view specifies which subset of the + // [Task][google.cloud.tasks.v2beta2.Task] will be returned. // - // By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all - // information is retrieved by default because some data, such as - // payloads, might be desirable to return only when needed because - // of its large size or because of the sensitivity of data that it - // contains. + // By default response_view is + // [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is + // retrieved by default because some data, such as payloads, might be + // desirable to return only when needed because of its large size or because + // of the sensitivity of data that it contains. // - // Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires - // `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/) - // permission on the [Task][google.cloud.tasks.v2beta2.Task] resource. + // Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] + // requires `cloudtasks.tasks.fullView` [Google + // IAM](https://cloud.google.com/iam/) permission on the + // [Task][google.cloud.tasks.v2beta2.Task] resource. Task.View response_view = 3; } @@ -654,7 +695,8 @@ message DeleteTaskRequest { string name = 1; } -// Request message for leasing tasks using [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks]. +// Request message for leasing tasks using +// [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks]. message LeaseTasksRequest { // Required. // @@ -673,39 +715,42 @@ message LeaseTasksRequest { // // After the worker has successfully finished the work associated // with the task, the worker must call via - // [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask] before the - // [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time]. Otherwise the task will be - // returned to a later [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so - // that another worker can retry it. + // [AcknowledgeTask][google.cloud.tasks.v2beta2.CloudTasks.AcknowledgeTask] + // before the [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time]. + // Otherwise the task will be returned to a later + // [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] call so that + // another worker can retry it. // // The maximum lease duration is 1 week. // `lease_duration` will be truncated to the nearest second. google.protobuf.Duration lease_duration = 3; - // The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be - // returned. + // The response_view specifies which subset of the + // [Task][google.cloud.tasks.v2beta2.Task] will be returned. // - // By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all - // information is retrieved by default because some data, such as - // payloads, might be desirable to return only when needed because - // of its large size or because of the sensitivity of data that it - // contains. + // By default response_view is + // [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is + // retrieved by default because some data, such as payloads, might be + // desirable to return only when needed because of its large size or because + // of the sensitivity of data that it contains. // - // Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires - // `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/) - // permission on the [Task][google.cloud.tasks.v2beta2.Task] resource. + // Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] + // requires `cloudtasks.tasks.fullView` [Google + // IAM](https://cloud.google.com/iam/) permission on the + // [Task][google.cloud.tasks.v2beta2.Task] resource. Task.View response_view = 4; // `filter` can be used to specify a subset of tasks to lease. // // When `filter` is set to `tag=` then the - // [response][google.cloud.tasks.v2beta2.LeaseTasksResponse] will contain only tasks whose - // [tag][google.cloud.tasks.v2beta2.PullMessage.tag] is equal to ``. `` must be - // less than 500 characters. + // [response][google.cloud.tasks.v2beta2.LeaseTasksResponse] will contain only + // tasks whose [tag][google.cloud.tasks.v2beta2.PullMessage.tag] is equal to + // ``. `` must be less than 500 characters. // // When `filter` is set to `tag_function=oldest_tag()`, only tasks which have // the same tag as the task with the oldest - // [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be returned. + // [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] will be + // returned. // // Grammar Syntax: // @@ -723,12 +768,14 @@ message LeaseTasksRequest { // [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-), // only UTF-8 encoded tags can be used in Cloud Tasks. Tag which // aren't UTF-8 encoded can't be used in the - // [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter] and the task's - // [tag][google.cloud.tasks.v2beta2.PullMessage.tag] will be displayed as empty in Cloud Tasks. + // [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter] and the + // task's [tag][google.cloud.tasks.v2beta2.PullMessage.tag] will be displayed + // as empty in Cloud Tasks. string filter = 5; } -// Response message for leasing tasks using [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks]. +// Response message for leasing tasks using +// [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks]. message LeaseTasksResponse { // The leased tasks. repeated Task tasks = 1; @@ -748,8 +795,8 @@ message AcknowledgeTaskRequest { // The task's current schedule time, available in the // [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by // [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - // [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - // to ensure that your worker currently holds the lease. + // [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + // This restriction is to ensure that your worker currently holds the lease. google.protobuf.Timestamp schedule_time = 2; } @@ -767,8 +814,8 @@ message RenewLeaseRequest { // The task's current schedule time, available in the // [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by // [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - // [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - // to ensure that your worker currently holds the lease. + // [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + // This restriction is to ensure that your worker currently holds the lease. google.protobuf.Timestamp schedule_time = 2; // Required. @@ -780,18 +827,19 @@ message RenewLeaseRequest { // `lease_duration` will be truncated to the nearest second. google.protobuf.Duration lease_duration = 3; - // The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be - // returned. + // The response_view specifies which subset of the + // [Task][google.cloud.tasks.v2beta2.Task] will be returned. // - // By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all - // information is retrieved by default because some data, such as - // payloads, might be desirable to return only when needed because - // of its large size or because of the sensitivity of data that it - // contains. + // By default response_view is + // [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is + // retrieved by default because some data, such as payloads, might be + // desirable to return only when needed because of its large size or because + // of the sensitivity of data that it contains. // - // Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires - // `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/) - // permission on the [Task][google.cloud.tasks.v2beta2.Task] resource. + // Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] + // requires `cloudtasks.tasks.fullView` [Google + // IAM](https://cloud.google.com/iam/) permission on the + // [Task][google.cloud.tasks.v2beta2.Task] resource. Task.View response_view = 4; } @@ -809,22 +857,23 @@ message CancelLeaseRequest { // The task's current schedule time, available in the // [schedule_time][google.cloud.tasks.v2beta2.Task.schedule_time] returned by // [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] response or - // [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. This restriction is - // to ensure that your worker currently holds the lease. + // [RenewLease][google.cloud.tasks.v2beta2.CloudTasks.RenewLease] response. + // This restriction is to ensure that your worker currently holds the lease. google.protobuf.Timestamp schedule_time = 2; - // The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be - // returned. + // The response_view specifies which subset of the + // [Task][google.cloud.tasks.v2beta2.Task] will be returned. // - // By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all - // information is retrieved by default because some data, such as - // payloads, might be desirable to return only when needed because - // of its large size or because of the sensitivity of data that it - // contains. + // By default response_view is + // [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is + // retrieved by default because some data, such as payloads, might be + // desirable to return only when needed because of its large size or because + // of the sensitivity of data that it contains. // - // Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires - // `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/) - // permission on the [Task][google.cloud.tasks.v2beta2.Task] resource. + // Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] + // requires `cloudtasks.tasks.fullView` [Google + // IAM](https://cloud.google.com/iam/) permission on the + // [Task][google.cloud.tasks.v2beta2.Task] resource. Task.View response_view = 3; } @@ -837,17 +886,18 @@ message RunTaskRequest { // `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID` string name = 1; - // The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] will be - // returned. + // The response_view specifies which subset of the + // [Task][google.cloud.tasks.v2beta2.Task] will be returned. // - // By default response_view is [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all - // information is retrieved by default because some data, such as - // payloads, might be desirable to return only when needed because - // of its large size or because of the sensitivity of data that it - // contains. + // By default response_view is + // [BASIC][google.cloud.tasks.v2beta2.Task.View.BASIC]; not all information is + // retrieved by default because some data, such as payloads, might be + // desirable to return only when needed because of its large size or because + // of the sensitivity of data that it contains. // - // Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires - // `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/) - // permission on the [Task][google.cloud.tasks.v2beta2.Task] resource. + // Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] + // requires `cloudtasks.tasks.fullView` [Google + // IAM](https://cloud.google.com/iam/) permission on the + // [Task][google.cloud.tasks.v2beta2.Task] resource. Task.View response_view = 2; } diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/queue.proto b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/queue.proto index f04c2e2cd2b1..3aa4b80b3a6a 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/queue.proto +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/queue.proto @@ -26,7 +26,6 @@ option java_multiple_files = true; option java_outer_classname = "QueueProto"; option java_package = "com.google.cloud.tasks.v2beta2"; - // A queue is a container of related tasks. Queues are configured to manage // how those tasks are dispatched. Configurable properties include rate limits, // retry options, target types, and others. @@ -49,29 +48,32 @@ message Queue { // Tasks are paused by the user. If the queue is paused then Cloud // Tasks will stop delivering tasks from it, but more tasks can // still be added to it by the user. When a pull queue is paused, - // all [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] calls will return a - // [FAILED_PRECONDITION][google.rpc.Code.FAILED_PRECONDITION]. + // all [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] calls + // will return a [FAILED_PRECONDITION][google.rpc.Code.FAILED_PRECONDITION]. PAUSED = 2; // The queue is disabled. // // A queue becomes `DISABLED` when - // [queue.yaml](https://cloud.google.com/appengine/docs/python/config/queueref) or - // [queue.xml](https://cloud.google.com/appengine/docs/standard/java/config/queueref) is uploaded - // which does not contain the queue. You cannot directly disable a queue. + // [queue.yaml](https://cloud.google.com/appengine/docs/python/config/queueref) + // or + // [queue.xml](https://cloud.google.com/appengine/docs/standard/java/config/queueref) + // is uploaded which does not contain the queue. You cannot directly disable + // a queue. // // When a queue is disabled, tasks can still be added to a queue // but the tasks are not dispatched and - // [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] calls return a - // `FAILED_PRECONDITION` error. + // [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] calls + // return a `FAILED_PRECONDITION` error. // // To permanently delete this queue and all of its tasks, call // [DeleteQueue][google.cloud.tasks.v2beta2.CloudTasks.DeleteQueue]. DISABLED = 3; } - // Caller-specified and required in [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue], - // after which it becomes output only. + // Caller-specified and required in + // [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue], after + // which it becomes output only. // // The queue name. // @@ -81,7 +83,8 @@ message Queue { // * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]), // hyphens (-), colons (:), or periods (.). // For more information, see - // [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) + // [Identifying + // projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) // * `LOCATION_ID` is the canonical ID for the queue's location. // The list of available locations can be obtained by calling // [ListLocations][google.cloud.location.Locations.ListLocations]. @@ -90,9 +93,10 @@ message Queue { // hyphens (-). The maximum length is 100 characters. string name = 1; - // Caller-specified and required in [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue][], - // after which the queue config type becomes output only, though fields within - // the config are mutable. + // Caller-specified and required in + // [CreateQueue][google.cloud.tasks.v2beta2.CloudTasks.CreateQueue][], after + // which the queue config type becomes output only, though fields within the + // config are mutable. // // The queue's target. // @@ -100,30 +104,34 @@ message Queue { oneof target_type { // App Engine HTTP target. // - // An App Engine queue is a queue that has an [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget]. + // An App Engine queue is a queue that has an + // [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget]. AppEngineHttpTarget app_engine_http_target = 3; // Pull target. // - // A pull queue is a queue that has a [PullTarget][google.cloud.tasks.v2beta2.PullTarget]. + // A pull queue is a queue that has a + // [PullTarget][google.cloud.tasks.v2beta2.PullTarget]. PullTarget pull_target = 4; } // Rate limits for task dispatches. // // [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] and - // [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related because they both - // control task attempts however they control how tasks are + // [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] are related + // because they both control task attempts however they control how tasks are // attempted in different ways: // - // * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the total rate of + // * [rate_limits][google.cloud.tasks.v2beta2.Queue.rate_limits] controls the + // total rate of // dispatches from a queue (i.e. all traffic dispatched from the // queue, regardless of whether the dispatch is from a first // attempt or a retry). - // * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls what happens to + // * [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls + // what happens to // particular a task after its first attempt fails. That is, - // [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls task retries (the - // second attempt, third attempt, etc). + // [retry_config][google.cloud.tasks.v2beta2.Queue.retry_config] controls + // task retries (the second attempt, third attempt, etc). RateLimits rate_limits = 5; // Settings that determine the retry behavior. @@ -134,25 +142,30 @@ message Queue { // * For tasks created using the App Engine SDK: the queue-level retry // settings apply to all tasks in the queue which do not have retry settings // explicitly set on the task and were created by the App Engine SDK. See - // [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + // [App Engine + // documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). RetryConfig retry_config = 6; // Output only. The state of the queue. // // `state` can only be changed by called // [PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue], - // [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or uploading + // [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or + // uploading // [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref). - // [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] cannot be used to change `state`. + // [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] cannot be + // used to change `state`. State state = 7; // Output only. The last time this queue was purged. // - // All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time] before this time - // were purged. + // All tasks that were [created][google.cloud.tasks.v2beta2.Task.create_time] + // before this time were purged. // - // A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the - // [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue). + // A queue can be purged using + // [PurgeQueue][google.cloud.tasks.v2beta2.CloudTasks.PurgeQueue], the [App + // Engine Task Queue SDK, or the Cloud + // Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue). // // Purge time will be truncated to the nearest microsecond. Purge // time will be unset if the queue has never been purged. @@ -164,23 +177,29 @@ message Queue { // This message determines the maximum rate that tasks can be dispatched by a // queue, regardless of whether the dispatch is a first task attempt or a retry. // -// Note: The debugging command, [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask], will run a task -// even if the queue has reached its [RateLimits][google.cloud.tasks.v2beta2.RateLimits]. +// Note: The debugging command, +// [RunTask][google.cloud.tasks.v2beta2.CloudTasks.RunTask], will run a task +// even if the queue has reached its +// [RateLimits][google.cloud.tasks.v2beta2.RateLimits]. message RateLimits { // The maximum rate at which tasks are dispatched from this queue. // // If unspecified when the queue is created, Cloud Tasks will pick the // default. // - // * For [App Engine queues][google.cloud.tasks.v2beta2.AppEngineHttpTarget], the maximum allowed value + // * For [App Engine queues][google.cloud.tasks.v2beta2.AppEngineHttpTarget], + // the maximum allowed value // is 500. - // * This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget]. In addition to the + // * This field is output only for [pull + // queues][google.cloud.tasks.v2beta2.PullTarget]. In addition to the // `max_tasks_dispatched_per_second` limit, a maximum of 10 QPS of - // [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] requests are allowed per pull queue. + // [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] requests + // are allowed per pull queue. // // // This field has the same meaning as - // [rate in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#rate). + // [rate in + // queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#rate). double max_tasks_dispatched_per_second = 1; // Output only. The max burst size. @@ -208,9 +227,9 @@ message RateLimits { // `queue.yaml/xml`, `max_burst_size` is equal to // [bucket_size](https://cloud.google.com/appengine/docs/standard/python/config/queueref#bucket_size). // Since `max_burst_size` is output only, if - // [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] is called on a queue - // created by `queue.yaml/xml`, `max_burst_size` will be reset based - // on the value of + // [UpdateQueue][google.cloud.tasks.v2beta2.CloudTasks.UpdateQueue] is called + // on a queue created by `queue.yaml/xml`, `max_burst_size` will be reset + // based on the value of // [max_tasks_dispatched_per_second][google.cloud.tasks.v2beta2.RateLimits.max_tasks_dispatched_per_second], // regardless of whether // [max_tasks_dispatched_per_second][google.cloud.tasks.v2beta2.RateLimits.max_tasks_dispatched_per_second] @@ -230,12 +249,14 @@ message RateLimits { // The maximum allowed value is 5,000. // // This field is output only for - // [pull queues][google.cloud.tasks.v2beta2.PullTarget] and always -1, which indicates no limit. No other - // queue types can have `max_concurrent_tasks` set to -1. + // [pull queues][google.cloud.tasks.v2beta2.PullTarget] and always -1, which + // indicates no limit. No other queue types can have `max_concurrent_tasks` + // set to -1. // // // This field has the same meaning as - // [max_concurrent_requests in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#max_concurrent_requests). + // [max_concurrent_requests in + // queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#max_concurrent_requests). int32 max_concurrent_tasks = 3; } @@ -251,7 +272,8 @@ message RetryConfig { // // // This field has the same meaning as - // [task_retry_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + // [task_retry_limit in + // queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). oneof num_attempts { // The maximum number of attempts for a task. // @@ -267,86 +289,100 @@ message RetryConfig { // If positive, `max_retry_duration` specifies the time limit for // retrying a failed task, measured from when the task was first // attempted. Once `max_retry_duration` time has passed *and* the - // task has been attempted [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] - // times, no further attempts will be made and the task will be - // deleted. + // task has been attempted + // [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times, + // no further attempts will be made and the task will be deleted. // // If zero, then the task age is unlimited. // // If unspecified when the queue is created, Cloud Tasks will pick the // default. // - // This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget]. + // This field is output only for [pull + // queues][google.cloud.tasks.v2beta2.PullTarget]. // // // `max_retry_duration` will be truncated to the nearest second. // // This field has the same meaning as - // [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + // [task_age_limit in + // queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). google.protobuf.Duration max_retry_duration = 3; - // A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between + // A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] + // for retry between // [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and - // [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails, - // if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be - // retried. + // [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration + // after it fails, if the queue's + // [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the + // task should be retried. // // If unspecified when the queue is created, Cloud Tasks will pick the // default. // - // This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget]. + // This field is output only for [pull + // queues][google.cloud.tasks.v2beta2.PullTarget]. // // // `min_backoff` will be truncated to the nearest second. // // This field has the same meaning as - // [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + // [min_backoff_seconds in + // queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). google.protobuf.Duration min_backoff = 4; - // A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] for retry between + // A task will be [scheduled][google.cloud.tasks.v2beta2.Task.schedule_time] + // for retry between // [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] and - // [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration after it fails, - // if the queue's [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the task should be - // retried. + // [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] duration + // after it fails, if the queue's + // [RetryConfig][google.cloud.tasks.v2beta2.RetryConfig] specifies that the + // task should be retried. // // If unspecified when the queue is created, Cloud Tasks will pick the // default. // - // This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget]. + // This field is output only for [pull + // queues][google.cloud.tasks.v2beta2.PullTarget]. // // // `max_backoff` will be truncated to the nearest second. // // This field has the same meaning as - // [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + // [max_backoff_seconds in + // queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). google.protobuf.Duration max_backoff = 5; // The time between retries will double `max_doublings` times. // // A task's retry interval starts at - // [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff], then doubles - // `max_doublings` times, then increases linearly, and finally - // retries retries at intervals of + // [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff], then + // doubles `max_doublings` times, then increases linearly, and finally retries + // retries at intervals of // [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] up to // [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times. // - // For example, if [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] is 10s, - // [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] is 300s, and - // `max_doublings` is 3, then the a task will first be retried in - // 10s. The retry interval will double three times, and then - // increase linearly by 2^3 * 10s. Finally, the task will retry at - // intervals of [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] until the - // task has been attempted [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] - // times. Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s, - // 240s, 300s, 300s, .... + // For example, if + // [min_backoff][google.cloud.tasks.v2beta2.RetryConfig.min_backoff] is 10s, + // [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] is 300s, + // and `max_doublings` is 3, then the a task will first be retried in 10s. The + // retry interval will double three times, and then increase linearly by 2^3 * + // 10s. Finally, the task will retry at intervals of + // [max_backoff][google.cloud.tasks.v2beta2.RetryConfig.max_backoff] until the + // task has been attempted + // [max_attempts][google.cloud.tasks.v2beta2.RetryConfig.max_attempts] times. + // Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s, 240s, 300s, + // 300s, .... // // If unspecified when the queue is created, Cloud Tasks will pick the // default. // - // This field is output only for [pull queues][google.cloud.tasks.v2beta2.PullTarget]. + // This field is output only for [pull + // queues][google.cloud.tasks.v2beta2.PullTarget]. // // // This field has the same meaning as - // [max_doublings in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + // [max_doublings in + // queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). int32 max_doublings = 6; } diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/target.proto b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/target.proto index 68a88e9742ff..ae1b5555dfd2 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/target.proto +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/target.proto @@ -24,14 +24,12 @@ option java_multiple_files = true; option java_outer_classname = "TargetProto"; option java_package = "com.google.cloud.tasks.v2beta2"; - // Pull target. -message PullTarget { - -} +message PullTarget {} // The pull message contains data that can be used by the caller of -// [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process the task. +// [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process the +// task. // // This proto can only be used for tasks in a queue which has // [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] set. @@ -43,10 +41,11 @@ message PullMessage { // // Tags allow similar tasks to be processed in a batch. If you label // tasks with a tag, your worker can - // [lease tasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] with the same tag using - // [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter]. For example, if you want to - // aggregate the events associated with a specific user once a day, - // you could tag tasks with the user ID. + // [lease tasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] with the + // same tag using + // [filter][google.cloud.tasks.v2beta2.LeaseTasksRequest.filter]. For example, + // if you want to aggregate the events associated with a specific user once a + // day, you could tag tasks with the user ID. // // The task's tag can only be set when the // [task is created][google.cloud.tasks.v2beta2.CloudTasks.CreateTask]. @@ -54,7 +53,8 @@ message PullMessage { // The tag must be less than 500 characters. // // SDK compatibility: Although the SDK allows tags to be either - // string or [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-), + // string or + // [bytes](https://cloud.google.com/appengine/docs/standard/java/javadoc/com/google/appengine/api/taskqueue/TaskOptions.html#tag-byte:A-), // only UTF-8 encoded tags can be used in Cloud Tasks. If a tag isn't UTF-8 // encoded, the tag will be empty when the task is returned by Cloud Tasks. string tag = 2; @@ -63,11 +63,15 @@ message PullMessage { // App Engine HTTP target. // // The task will be delivered to the App Engine application hostname -// specified by its [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget] and [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest]. -// The documentation for [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] explains how the -// task's host URL is constructed. +// specified by its +// [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget] and +// [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest]. The +// documentation for +// [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] +// explains how the task's host URL is constructed. // -// Using [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget] requires +// Using [AppEngineHttpTarget][google.cloud.tasks.v2beta2.AppEngineHttpTarget] +// requires // [`appengine.applications.get`](https://cloud.google.com/appengine/docs/admin-api/access-control) // Google IAM permission for the project // and the following scope: @@ -75,11 +79,13 @@ message PullMessage { // `https://www.googleapis.com/auth/cloud-platform` message AppEngineHttpTarget { // Overrides for the - // [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. + // [task-level + // app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. // // If set, `app_engine_routing_override` is used for all tasks in // the queue, no matter what the setting is for the - // [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. + // [task-level + // app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. AppEngineRouting app_engine_routing_override = 1; } @@ -89,9 +95,11 @@ message AppEngineHttpTarget { // the task is dispatched. // // This proto can only be used for tasks in a queue which has -// [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target] set. +// [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target] +// set. // -// Using [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] requires +// Using [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] +// requires // [`appengine.applications.get`](https://cloud.google.com/appengine/docs/admin-api/access-control) // Google IAM permission for the project // and the following scope: @@ -100,18 +108,22 @@ message AppEngineHttpTarget { // // The task will be delivered to the App Engine app which belongs to the same // project as the queue. For more information, see -// [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) +// [How Requests are +// Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) // and how routing is affected by -// [dispatch files](https://cloud.google.com/appengine/docs/python/config/dispatchref). +// [dispatch +// files](https://cloud.google.com/appengine/docs/python/config/dispatchref). // -// The [AppEngineRouting][google.cloud.tasks.v2beta2.AppEngineRouting] used to construct the URL that the task is -// delivered to can be set at the queue-level or task-level: +// The [AppEngineRouting][google.cloud.tasks.v2beta2.AppEngineRouting] used to +// construct the URL that the task is delivered to can be set at the queue-level +// or task-level: // // * If set, // [app_engine_routing_override][google.cloud.tasks.v2beta2.AppEngineHttpTarget.app_engine_routing_override] // is used for all tasks in the queue, no matter what the setting // is for the -// [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. +// [task-level +// app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. // // // The `url` that the task will be sent to is: @@ -132,10 +144,12 @@ message AppEngineHttpRequest { // The app's request handler for the task's target URL must be able to handle // HTTP requests with this http_method, otherwise the task attempt will fail // with error code 405 (Method Not Allowed). See - // [Writing a push task request handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) + // [Writing a push task request + // handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) // and the documentation for the request handlers in the language your app is // written in e.g. - // [Python Request Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). + // [Python Request + // Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). HttpMethod http_method = 1; // Task-level setting for App Engine routing. @@ -143,7 +157,8 @@ message AppEngineHttpRequest { // If set, // [app_engine_routing_override][google.cloud.tasks.v2beta2.AppEngineHttpTarget.app_engine_routing_override] // is used for all tasks in the queue, no matter what the setting is for the - // [task-level app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. + // [task-level + // app_engine_routing][google.cloud.tasks.v2beta2.AppEngineHttpRequest.app_engine_routing]. AppEngineRouting app_engine_routing = 2; // The relative URL. @@ -169,7 +184,8 @@ message AppEngineHttpRequest { // `"AppEngine-Google; (+http://code.google.com/appengine)"` to the // modified `User-Agent`. // - // If the task has a [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud + // If the task has a + // [payload][google.cloud.tasks.v2beta2.AppEngineHttpRequest.payload], Cloud // Tasks sets the following headers: // // * `Content-Type`: By default, the `Content-Type` header is set to @@ -188,13 +204,16 @@ message AppEngineHttpRequest { // // In addition, Cloud Tasks sets some headers when the task is dispatched, // such as headers containing information about the task; see - // [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + // [request + // headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). // These headers are set only when the task is dispatched, so they are not // visible when the task is returned in a Cloud Tasks response. // // Although there is no specific limit for the maximum number of headers or - // the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta2.Task]. For more - // information, see the [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] documentation. + // the size, there is a limit on the maximum size of the + // [Task][google.cloud.tasks.v2beta2.Task]. For more information, see the + // [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask] + // documentation. map headers = 4; // Payload. @@ -209,10 +228,14 @@ message AppEngineHttpRequest { // App Engine Routing. // // For more information about services, versions, and instances see -// [An Overview of App Engine](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine), -// [Microservices Architecture on Google App Engine](https://cloud.google.com/appengine/docs/python/microservices-on-app-engine), -// [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed), -// and [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). +// [An Overview of App +// Engine](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine), +// [Microservices Architecture on Google App +// Engine](https://cloud.google.com/appengine/docs/python/microservices-on-app-engine), +// [App Engine Standard request +// routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed), +// and [App Engine Flex request +// routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). message AppEngineRouting { // App service. // @@ -220,16 +243,18 @@ message AppEngineRouting { // service when the task is attempted. // // For some queues or tasks which were created using the App Engine - // Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable - // into [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], - // [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - // [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For example, some tasks - // which were created using the App Engine SDK use a custom domain - // name; custom domains are not parsed by Cloud Tasks. If - // [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, then + // Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is + // not parsable into // [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], // [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - // [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the empty string. + // [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For + // example, some tasks which were created using the App Engine SDK use a + // custom domain name; custom domains are not parsed by Cloud Tasks. If + // [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, + // then [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], + // [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and + // [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the + // empty string. string service = 1; // App version. @@ -238,16 +263,18 @@ message AppEngineRouting { // version when the task is attempted. // // For some queues or tasks which were created using the App Engine - // Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable - // into [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], - // [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - // [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For example, some tasks - // which were created using the App Engine SDK use a custom domain - // name; custom domains are not parsed by Cloud Tasks. If - // [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, then + // Task Queue API, [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is + // not parsable into // [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], // [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and - // [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the empty string. + // [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance]. For + // example, some tasks which were created using the App Engine SDK use a + // custom domain name; custom domains are not parsed by Cloud Tasks. If + // [host][google.cloud.tasks.v2beta2.AppEngineRouting.host] is not parsable, + // then [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], + // [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], and + // [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] are the + // empty string. string version = 2; // App instance. @@ -256,16 +283,20 @@ message AppEngineRouting { // the task is attempted. // // Requests can only be sent to a specific instance if - // [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + // [manual scaling is used in App Engine + // Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). // App Engine Flex does not support instances. For more information, see - // [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) - // and [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + // [App Engine Standard request + // routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + // and [App Engine Flex request + // routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). string instance = 3; // Output only. The host that the task is sent to. // // For more information, see - // [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed). + // [How Requests are + // Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed). // // The host is constructed as: // @@ -284,44 +315,49 @@ message AppEngineRouting { // queue's project ID. Some tasks which were created using the App Engine // SDK use a custom domain name. // - // * `service =` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] + // * `service =` + // [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] // - // * `version =` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] + // * `version =` + // [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] // // * `version_dot_service =` // [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.' +` // [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] // - // * `instance =` [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] + // * `instance =` + // [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] // // * `instance_dot_service =` - // [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +` - // [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] + // [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' + // +` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] // // * `instance_dot_version =` - // [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +` - // [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] + // [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' + // +` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] // // * `instance_dot_version_dot_service =` - // [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' +` - // [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.' +` - // [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] + // [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] `+ '.' + // +` [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] `+ '.' + // +` [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] // - // If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] is empty, then the task will be sent - // to the service which is the default service when the task is attempted. + // If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service] is empty, + // then the task will be sent to the service which is the default service when + // the task is attempted. // - // If [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] is empty, then the task will be sent - // to the version which is the default version when the task is attempted. + // If [version][google.cloud.tasks.v2beta2.AppEngineRouting.version] is empty, + // then the task will be sent to the version which is the default version when + // the task is attempted. // - // If [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is empty, then the task - // will be sent to an instance which is available when the task is - // attempted. + // If [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is + // empty, then the task will be sent to an instance which is available when + // the task is attempted. // // If [service][google.cloud.tasks.v2beta2.AppEngineRouting.service], // [version][google.cloud.tasks.v2beta2.AppEngineRouting.version], or - // [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is invalid, then the task - // will be sent to the default version of the default service when - // the task is attempted. + // [instance][google.cloud.tasks.v2beta2.AppEngineRouting.instance] is + // invalid, then the task will be sent to the default version of the default + // service when the task is attempted. string host = 4; } diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/task.proto b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/task.proto index defaae7e0fb9..f9e18be492a5 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/task.proto +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/task.proto @@ -26,10 +26,10 @@ option java_multiple_files = true; option java_outer_classname = "TaskProto"; option java_package = "com.google.cloud.tasks.v2beta2"; - // A unit of scheduled work. message Task { - // The view specifies a subset of [Task][google.cloud.tasks.v2beta2.Task] data. + // The view specifies a subset of [Task][google.cloud.tasks.v2beta2.Task] + // data. // // When a task is returned in a response, not all // information is retrieved by default because some data, such as @@ -44,22 +44,26 @@ message Task { // sensitive data. // // This view does not include the - // ([payload in AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] and - // [payload in PullMessage][google.cloud.tasks.v2beta2.PullMessage.payload]). These payloads are - // desirable to return only when needed, because they can be large - // and because of the sensitivity of the data that you choose to - // store in it. + // ([payload in + // AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] + // and [payload in + // PullMessage][google.cloud.tasks.v2beta2.PullMessage.payload]). These + // payloads are desirable to return only when needed, because they can be + // large and because of the sensitivity of the data that you choose to store + // in it. BASIC = 1; // All information is returned. // - // Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] requires - // `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/) - // permission on the [Queue][google.cloud.tasks.v2beta2.Queue] resource. + // Authorization for [FULL][google.cloud.tasks.v2beta2.Task.View.FULL] + // requires `cloudtasks.tasks.fullView` [Google + // IAM](https://cloud.google.com/iam/) permission on the + // [Queue][google.cloud.tasks.v2beta2.Queue] resource. FULL = 2; } - // Optionally caller-specified in [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask]. + // Optionally caller-specified in + // [CreateTask][google.cloud.tasks.v2beta2.CloudTasks.CreateTask]. // // The task name. // @@ -69,7 +73,8 @@ message Task { // * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]), // hyphens (-), colons (:), or periods (.). // For more information, see - // [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) + // [Identifying + // projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) // * `LOCATION_ID` is the canonical ID for the task's location. // The list of available locations can be obtained by calling // [ListLocations][google.cloud.location.Locations.ListLocations]. @@ -87,16 +92,21 @@ message Task { oneof payload_type { // App Engine HTTP request that is sent to the task's target. Can // be set only if - // [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target] is set - // on the queue. + // [app_engine_http_target][google.cloud.tasks.v2beta2.Queue.app_engine_http_target] + // is set on the queue. // - // An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] set. + // An App Engine task is a task that has + // [AppEngineHttpRequest][google.cloud.tasks.v2beta2.AppEngineHttpRequest] + // set. AppEngineHttpRequest app_engine_http_request = 3; - // [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process the task. Can be - // set only if [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the queue. + // [LeaseTasks][google.cloud.tasks.v2beta2.CloudTasks.LeaseTasks] to process + // the task. Can be set only if + // [pull_target][google.cloud.tasks.v2beta2.Queue.pull_target] is set on the + // queue. // - // A pull task is a task that has [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set. + // A pull task is a task that has + // [PullMessage][google.cloud.tasks.v2beta2.PullMessage] set. PullMessage pull_message = 4; } @@ -107,7 +117,8 @@ message Task { // For pull queues, this is the time when the task is available to // be leased; if a task is currently leased, this is the time when // the current lease expires, that is, the time that the task was - // leased plus the [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. + // leased plus the + // [lease_duration][google.cloud.tasks.v2beta2.LeaseTasksRequest.lease_duration]. // // `schedule_time` will be truncated to the nearest microsecond. google.protobuf.Timestamp schedule_time = 5; @@ -120,8 +131,8 @@ message Task { // Output only. The task status. TaskStatus status = 7; - // Output only. The view specifies which subset of the [Task][google.cloud.tasks.v2beta2.Task] has - // been returned. + // Output only. The view specifies which subset of the + // [Task][google.cloud.tasks.v2beta2.Task] has been returned. View view = 8; } @@ -135,20 +146,26 @@ message TaskStatus { // Output only. The number of attempts which have received a response. // - // This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage]. + // This field is not calculated for [pull + // tasks][google.cloud.tasks.v2beta2.PullMessage]. int32 attempt_response_count = 2; // Output only. The status of the task's first attempt. // - // Only [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time] will be set. - // The other [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is not retained by Cloud Tasks. + // Only + // [dispatch_time][google.cloud.tasks.v2beta2.AttemptStatus.dispatch_time] + // will be set. The other + // [AttemptStatus][google.cloud.tasks.v2beta2.AttemptStatus] information is + // not retained by Cloud Tasks. // - // This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage]. + // This field is not calculated for [pull + // tasks][google.cloud.tasks.v2beta2.PullMessage]. AttemptStatus first_attempt_status = 3; // Output only. The status of the task's last attempt. // - // This field is not calculated for [pull tasks][google.cloud.tasks.v2beta2.PullMessage]. + // This field is not calculated for [pull + // tasks][google.cloud.tasks.v2beta2.PullMessage]. AttemptStatus last_attempt_status = 4; } diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/AppEngineHttpQueue.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/AppEngineHttpQueue.java index 150951848810..bd9158d043e0 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/AppEngineHttpQueue.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/AppEngineHttpQueue.java @@ -9,10 +9,14 @@ *
  * App Engine HTTP queue.
  * The task will be delivered to the App Engine application hostname
- * specified by its [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] and [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest].
- * The documentation for [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] explains how the
- * task's host URL is constructed.
- * Using [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] requires
+ * specified by its
+ * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] and
+ * [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest]. The
+ * documentation for
+ * [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest]
+ * explains how the task's host URL is constructed.
+ * Using [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue]
+ * requires
  * [`appengine.applications.get`](https://cloud.google.com/appengine/docs/admin-api/access-control)
  * Google IAM permission for the project
  * and the following scope:
@@ -114,10 +118,12 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
    *
    * 
    * Overrides for the
-   * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+   * [task-level
+   * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
    * If set, `app_engine_routing_override` is used for all tasks in
    * the queue, no matter what the setting is for the
-   * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+   * [task-level
+   * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
    * 
* * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing_override = 1; @@ -130,10 +136,12 @@ public boolean hasAppEngineRoutingOverride() { * *
    * Overrides for the
-   * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+   * [task-level
+   * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
    * If set, `app_engine_routing_override` is used for all tasks in
    * the queue, no matter what the setting is for the
-   * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+   * [task-level
+   * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
    * 
* * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing_override = 1; @@ -148,10 +156,12 @@ public com.google.cloud.tasks.v2beta3.AppEngineRouting getAppEngineRoutingOverri * *
    * Overrides for the
-   * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+   * [task-level
+   * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
    * If set, `app_engine_routing_override` is used for all tasks in
    * the queue, no matter what the setting is for the
-   * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+   * [task-level
+   * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
    * 
* * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing_override = 1; @@ -334,10 +344,14 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build *
    * App Engine HTTP queue.
    * The task will be delivered to the App Engine application hostname
-   * specified by its [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] and [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest].
-   * The documentation for [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] explains how the
-   * task's host URL is constructed.
-   * Using [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] requires
+   * specified by its
+   * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] and
+   * [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest]. The
+   * documentation for
+   * [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest]
+   * explains how the task's host URL is constructed.
+   * Using [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue]
+   * requires
    * [`appengine.applications.get`](https://cloud.google.com/appengine/docs/admin-api/access-control)
    * Google IAM permission for the project
    * and the following scope:
@@ -514,10 +528,12 @@ public Builder mergeFrom(
      *
      * 
      * Overrides for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
      * If set, `app_engine_routing_override` is used for all tasks in
      * the queue, no matter what the setting is for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
      * 
* * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing_override = 1; @@ -530,10 +546,12 @@ public boolean hasAppEngineRoutingOverride() { * *
      * Overrides for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
      * If set, `app_engine_routing_override` is used for all tasks in
      * the queue, no matter what the setting is for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
      * 
* * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing_override = 1; @@ -552,10 +570,12 @@ public com.google.cloud.tasks.v2beta3.AppEngineRouting getAppEngineRoutingOverri * *
      * Overrides for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
      * If set, `app_engine_routing_override` is used for all tasks in
      * the queue, no matter what the setting is for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
      * 
* * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing_override = 1; @@ -579,10 +599,12 @@ public Builder setAppEngineRoutingOverride( * *
      * Overrides for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
      * If set, `app_engine_routing_override` is used for all tasks in
      * the queue, no matter what the setting is for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
      * 
* * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing_override = 1; @@ -603,10 +625,12 @@ public Builder setAppEngineRoutingOverride( * *
      * Overrides for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
      * If set, `app_engine_routing_override` is used for all tasks in
      * the queue, no matter what the setting is for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
      * 
* * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing_override = 1; @@ -634,10 +658,12 @@ public Builder mergeAppEngineRoutingOverride( * *
      * Overrides for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
      * If set, `app_engine_routing_override` is used for all tasks in
      * the queue, no matter what the setting is for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
      * 
* * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing_override = 1; @@ -658,10 +684,12 @@ public Builder clearAppEngineRoutingOverride() { * *
      * Overrides for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
      * If set, `app_engine_routing_override` is used for all tasks in
      * the queue, no matter what the setting is for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
      * 
* * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing_override = 1; @@ -677,10 +705,12 @@ public Builder clearAppEngineRoutingOverride() { * *
      * Overrides for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
      * If set, `app_engine_routing_override` is used for all tasks in
      * the queue, no matter what the setting is for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
      * 
* * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing_override = 1; @@ -700,10 +730,12 @@ public Builder clearAppEngineRoutingOverride() { * *
      * Overrides for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
      * If set, `app_engine_routing_override` is used for all tasks in
      * the queue, no matter what the setting is for the
-     * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+     * [task-level
+     * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
      * 
* * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing_override = 1; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/AppEngineHttpQueueOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/AppEngineHttpQueueOrBuilder.java index e4aeeedfbb54..88d5636bd391 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/AppEngineHttpQueueOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/AppEngineHttpQueueOrBuilder.java @@ -13,10 +13,12 @@ public interface AppEngineHttpQueueOrBuilder * *
    * Overrides for the
-   * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+   * [task-level
+   * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
    * If set, `app_engine_routing_override` is used for all tasks in
    * the queue, no matter what the setting is for the
-   * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+   * [task-level
+   * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
    * 
* * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing_override = 1; @@ -27,10 +29,12 @@ public interface AppEngineHttpQueueOrBuilder * *
    * Overrides for the
-   * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+   * [task-level
+   * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
    * If set, `app_engine_routing_override` is used for all tasks in
    * the queue, no matter what the setting is for the
-   * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+   * [task-level
+   * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
    * 
* * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing_override = 1; @@ -41,10 +45,12 @@ public interface AppEngineHttpQueueOrBuilder * *
    * Overrides for the
-   * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+   * [task-level
+   * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
    * If set, `app_engine_routing_override` is used for all tasks in
    * the queue, no matter what the setting is for the
-   * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
+   * [task-level
+   * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing].
    * 
* * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing_override = 1; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/AppEngineHttpRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/AppEngineHttpRequest.java index b1db0a4dab61..d14c2a5fbf3b 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/AppEngineHttpRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/AppEngineHttpRequest.java @@ -11,38 +11,46 @@ * The message defines the HTTP request that is sent to an App Engine app when * the task is dispatched. * This proto can only be used for tasks in a queue which has - * [app_engine_http_queue][google.cloud.tasks.v2beta3.Queue.app_engine_http_queue] set. - * Using [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] requires + * [app_engine_http_queue][google.cloud.tasks.v2beta3.Queue.app_engine_http_queue] + * set. + * Using [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] + * requires * [`appengine.applications.get`](https://cloud.google.com/appengine/docs/admin-api/access-control) * Google IAM permission for the project * and the following scope: * `https://www.googleapis.com/auth/cloud-platform` * The task will be delivered to the App Engine app which belongs to the same * project as the queue. For more information, see - * [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * [How Requests are + * Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) * and how routing is affected by - * [dispatch files](https://cloud.google.com/appengine/docs/python/config/dispatchref). + * [dispatch + * files](https://cloud.google.com/appengine/docs/python/config/dispatchref). * Traffic is encrypted during transport and never leaves Google datacenters. * Because this traffic is carried over a communication mechanism internal to * Google, you cannot explicitly set the protocol (for example, HTTP or HTTPS). * The request to the handler, however, will appear to have used the HTTP * protocol. - * The [AppEngineRouting][google.cloud.tasks.v2beta3.AppEngineRouting] used to construct the URL that the task is - * delivered to can be set at the queue-level or task-level: + * The [AppEngineRouting][google.cloud.tasks.v2beta3.AppEngineRouting] used to + * construct the URL that the task is delivered to can be set at the queue-level + * or task-level: * * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta3.AppEngineHttpQueue.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting * is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. * The `url` that the task will be sent to is: * * `url =` [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] `+` * [relative_uri][google.cloud.tasks.v2beta3.AppEngineHttpRequest.relative_uri] * Tasks can be dispatched to secure app handlers, unsecure app handlers, and * URIs restricted with - * [`login: admin`](https://cloud.google.com/appengine/docs/standard/python/config/appref). + * [`login: + * admin`](https://cloud.google.com/appengine/docs/standard/python/config/appref). * Because tasks are not run as any user, they cannot be dispatched to URIs * restricted with - * [`login: required`](https://cloud.google.com/appengine/docs/standard/python/config/appref) + * [`login: + * required`](https://cloud.google.com/appengine/docs/standard/python/config/appref) * Task dispatches also do not follow redirects. * The task attempt has succeeded if the app's request handler returns * an HTTP response code in the range [`200` - `299`]. `503` is @@ -200,10 +208,12 @@ protected com.google.protobuf.MapField internalGetMapField(int number) { * The app's request handler for the task's target URL must be able to handle * HTTP requests with this http_method, otherwise the task attempt will fail * with error code 405 (Method Not Allowed). See - * [Writing a push task request handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) + * [Writing a push task request + * handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) * and the documentation for the request handlers in the language your app is * written in e.g. - * [Python Request Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). + * [Python Request + * Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). *
* * .google.cloud.tasks.v2beta3.HttpMethod http_method = 1; @@ -219,10 +229,12 @@ public int getHttpMethodValue() { * The app's request handler for the task's target URL must be able to handle * HTTP requests with this http_method, otherwise the task attempt will fail * with error code 405 (Method Not Allowed). See - * [Writing a push task request handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) + * [Writing a push task request + * handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) * and the documentation for the request handlers in the language your app is * written in e.g. - * [Python Request Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). + * [Python Request + * Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). *
* * .google.cloud.tasks.v2beta3.HttpMethod http_method = 1; @@ -244,7 +256,8 @@ public com.google.cloud.tasks.v2beta3.HttpMethod getHttpMethod() { * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta3.AppEngineHttpQueue.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing = 2; @@ -260,7 +273,8 @@ public boolean hasAppEngineRouting() { * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta3.AppEngineHttpQueue.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing = 2; @@ -278,7 +292,8 @@ public com.google.cloud.tasks.v2beta3.AppEngineRouting getAppEngineRouting() { * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta3.AppEngineHttpQueue.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing = 2; @@ -378,8 +393,9 @@ public int getHeadersCount() { * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud - * Tasks sets the following headers: + * If the task has a + * [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud Tasks + * sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly * setting `Content-Type` to a particular media type when the @@ -393,12 +409,15 @@ public int getHeadersCount() { * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta3.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta3.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -429,8 +448,9 @@ public java.util.Map getHeaders() { * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud - * Tasks sets the following headers: + * If the task has a + * [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud Tasks + * sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly * setting `Content-Type` to a particular media type when the @@ -444,12 +464,15 @@ public java.util.Map getHeaders() { * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta3.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta3.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -472,8 +495,9 @@ public java.util.Map getHeadersMap() { * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud - * Tasks sets the following headers: + * If the task has a + * [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud Tasks + * sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly * setting `Content-Type` to a particular media type when the @@ -487,12 +511,15 @@ public java.util.Map getHeadersMap() { * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta3.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta3.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -519,8 +546,9 @@ public java.lang.String getHeadersOrDefault(java.lang.String key, java.lang.Stri * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud - * Tasks sets the following headers: + * If the task has a + * [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud Tasks + * sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly * setting `Content-Type` to a particular media type when the @@ -534,12 +562,15 @@ public java.lang.String getHeadersOrDefault(java.lang.String key, java.lang.Stri * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta3.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta3.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -563,7 +594,8 @@ public java.lang.String getHeadersOrThrow(java.lang.String key) { *
    * HTTP request body.
    * A request body is allowed only if the HTTP method is POST or PUT. It is
-   * an error to set a body on a task with an incompatible [HttpMethod][google.cloud.tasks.v2beta3.HttpMethod].
+   * an error to set a body on a task with an incompatible
+   * [HttpMethod][google.cloud.tasks.v2beta3.HttpMethod].
    * 
* * bytes body = 5; @@ -791,38 +823,46 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * The message defines the HTTP request that is sent to an App Engine app when * the task is dispatched. * This proto can only be used for tasks in a queue which has - * [app_engine_http_queue][google.cloud.tasks.v2beta3.Queue.app_engine_http_queue] set. - * Using [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] requires + * [app_engine_http_queue][google.cloud.tasks.v2beta3.Queue.app_engine_http_queue] + * set. + * Using [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] + * requires * [`appengine.applications.get`](https://cloud.google.com/appengine/docs/admin-api/access-control) * Google IAM permission for the project * and the following scope: * `https://www.googleapis.com/auth/cloud-platform` * The task will be delivered to the App Engine app which belongs to the same * project as the queue. For more information, see - * [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * [How Requests are + * Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) * and how routing is affected by - * [dispatch files](https://cloud.google.com/appengine/docs/python/config/dispatchref). + * [dispatch + * files](https://cloud.google.com/appengine/docs/python/config/dispatchref). * Traffic is encrypted during transport and never leaves Google datacenters. * Because this traffic is carried over a communication mechanism internal to * Google, you cannot explicitly set the protocol (for example, HTTP or HTTPS). * The request to the handler, however, will appear to have used the HTTP * protocol. - * The [AppEngineRouting][google.cloud.tasks.v2beta3.AppEngineRouting] used to construct the URL that the task is - * delivered to can be set at the queue-level or task-level: + * The [AppEngineRouting][google.cloud.tasks.v2beta3.AppEngineRouting] used to + * construct the URL that the task is delivered to can be set at the queue-level + * or task-level: * * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta3.AppEngineHttpQueue.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting * is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. * The `url` that the task will be sent to is: * * `url =` [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] `+` * [relative_uri][google.cloud.tasks.v2beta3.AppEngineHttpRequest.relative_uri] * Tasks can be dispatched to secure app handlers, unsecure app handlers, and * URIs restricted with - * [`login: admin`](https://cloud.google.com/appengine/docs/standard/python/config/appref). + * [`login: + * admin`](https://cloud.google.com/appengine/docs/standard/python/config/appref). * Because tasks are not run as any user, they cannot be dispatched to URIs * restricted with - * [`login: required`](https://cloud.google.com/appengine/docs/standard/python/config/appref) + * [`login: + * required`](https://cloud.google.com/appengine/docs/standard/python/config/appref) * Task dispatches also do not follow redirects. * The task attempt has succeeded if the app's request handler returns * an HTTP response code in the range [`200` - `299`]. `503` is @@ -1049,10 +1089,12 @@ public Builder mergeFrom( * The app's request handler for the task's target URL must be able to handle * HTTP requests with this http_method, otherwise the task attempt will fail * with error code 405 (Method Not Allowed). See - * [Writing a push task request handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) + * [Writing a push task request + * handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) * and the documentation for the request handlers in the language your app is * written in e.g. - * [Python Request Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). + * [Python Request + * Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). * * * .google.cloud.tasks.v2beta3.HttpMethod http_method = 1; @@ -1068,10 +1110,12 @@ public int getHttpMethodValue() { * The app's request handler for the task's target URL must be able to handle * HTTP requests with this http_method, otherwise the task attempt will fail * with error code 405 (Method Not Allowed). See - * [Writing a push task request handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) + * [Writing a push task request + * handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) * and the documentation for the request handlers in the language your app is * written in e.g. - * [Python Request Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). + * [Python Request + * Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). * * * .google.cloud.tasks.v2beta3.HttpMethod http_method = 1; @@ -1089,10 +1133,12 @@ public Builder setHttpMethodValue(int value) { * The app's request handler for the task's target URL must be able to handle * HTTP requests with this http_method, otherwise the task attempt will fail * with error code 405 (Method Not Allowed). See - * [Writing a push task request handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) + * [Writing a push task request + * handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) * and the documentation for the request handlers in the language your app is * written in e.g. - * [Python Request Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). + * [Python Request + * Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). * * * .google.cloud.tasks.v2beta3.HttpMethod http_method = 1; @@ -1111,10 +1157,12 @@ public com.google.cloud.tasks.v2beta3.HttpMethod getHttpMethod() { * The app's request handler for the task's target URL must be able to handle * HTTP requests with this http_method, otherwise the task attempt will fail * with error code 405 (Method Not Allowed). See - * [Writing a push task request handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) + * [Writing a push task request + * handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) * and the documentation for the request handlers in the language your app is * written in e.g. - * [Python Request Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). + * [Python Request + * Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). * * * .google.cloud.tasks.v2beta3.HttpMethod http_method = 1; @@ -1136,10 +1184,12 @@ public Builder setHttpMethod(com.google.cloud.tasks.v2beta3.HttpMethod value) { * The app's request handler for the task's target URL must be able to handle * HTTP requests with this http_method, otherwise the task attempt will fail * with error code 405 (Method Not Allowed). See - * [Writing a push task request handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) + * [Writing a push task request + * handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) * and the documentation for the request handlers in the language your app is * written in e.g. - * [Python Request Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). + * [Python Request + * Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). * * * .google.cloud.tasks.v2beta3.HttpMethod http_method = 1; @@ -1165,7 +1215,8 @@ public Builder clearHttpMethod() { * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta3.AppEngineHttpQueue.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing = 2; @@ -1181,7 +1232,8 @@ public boolean hasAppEngineRouting() { * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta3.AppEngineHttpQueue.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing = 2; @@ -1203,7 +1255,8 @@ public com.google.cloud.tasks.v2beta3.AppEngineRouting getAppEngineRouting() { * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta3.AppEngineHttpQueue.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing = 2; @@ -1229,7 +1282,8 @@ public Builder setAppEngineRouting(com.google.cloud.tasks.v2beta3.AppEngineRouti * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta3.AppEngineHttpQueue.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing = 2; @@ -1253,7 +1307,8 @@ public Builder setAppEngineRouting( * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta3.AppEngineHttpQueue.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing = 2; @@ -1283,7 +1338,8 @@ public Builder mergeAppEngineRouting(com.google.cloud.tasks.v2beta3.AppEngineRou * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta3.AppEngineHttpQueue.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing = 2; @@ -1307,7 +1363,8 @@ public Builder clearAppEngineRouting() { * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta3.AppEngineHttpQueue.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing = 2; @@ -1325,7 +1382,8 @@ public com.google.cloud.tasks.v2beta3.AppEngineRouting.Builder getAppEngineRouti * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta3.AppEngineHttpQueue.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing = 2; @@ -1347,7 +1405,8 @@ public com.google.cloud.tasks.v2beta3.AppEngineRoutingOrBuilder getAppEngineRout * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta3.AppEngineHttpQueue.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing = 2; @@ -1523,8 +1582,9 @@ public int getHeadersCount() { * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud - * Tasks sets the following headers: + * If the task has a + * [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud Tasks + * sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly * setting `Content-Type` to a particular media type when the @@ -1538,12 +1598,15 @@ public int getHeadersCount() { * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta3.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta3.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -1574,8 +1637,9 @@ public java.util.Map getHeaders() { * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud - * Tasks sets the following headers: + * If the task has a + * [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud Tasks + * sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly * setting `Content-Type` to a particular media type when the @@ -1589,12 +1653,15 @@ public java.util.Map getHeaders() { * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta3.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta3.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -1617,8 +1684,9 @@ public java.util.Map getHeadersMap() { * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud - * Tasks sets the following headers: + * If the task has a + * [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud Tasks + * sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly * setting `Content-Type` to a particular media type when the @@ -1632,12 +1700,15 @@ public java.util.Map getHeadersMap() { * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta3.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta3.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -1665,8 +1736,9 @@ public java.lang.String getHeadersOrDefault( * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud - * Tasks sets the following headers: + * If the task has a + * [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud Tasks + * sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly * setting `Content-Type` to a particular media type when the @@ -1680,12 +1752,15 @@ public java.lang.String getHeadersOrDefault( * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta3.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta3.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -1720,8 +1795,9 @@ public Builder clearHeaders() { * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud - * Tasks sets the following headers: + * If the task has a + * [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud Tasks + * sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly * setting `Content-Type` to a particular media type when the @@ -1735,12 +1811,15 @@ public Builder clearHeaders() { * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta3.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta3.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -1772,8 +1851,9 @@ public java.util.Map getMutableHeaders() { * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud - * Tasks sets the following headers: + * If the task has a + * [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud Tasks + * sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly * setting `Content-Type` to a particular media type when the @@ -1787,12 +1867,15 @@ public java.util.Map getMutableHeaders() { * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta3.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta3.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -1822,8 +1905,9 @@ public Builder putHeaders(java.lang.String key, java.lang.String value) { * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud - * Tasks sets the following headers: + * If the task has a + * [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud Tasks + * sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly * setting `Content-Type` to a particular media type when the @@ -1837,12 +1921,15 @@ public Builder putHeaders(java.lang.String key, java.lang.String value) { * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta3.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta3.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -1859,7 +1946,8 @@ public Builder putAllHeaders(java.util.Map v *
      * HTTP request body.
      * A request body is allowed only if the HTTP method is POST or PUT. It is
-     * an error to set a body on a task with an incompatible [HttpMethod][google.cloud.tasks.v2beta3.HttpMethod].
+     * an error to set a body on a task with an incompatible
+     * [HttpMethod][google.cloud.tasks.v2beta3.HttpMethod].
      * 
* * bytes body = 5; @@ -1873,7 +1961,8 @@ public com.google.protobuf.ByteString getBody() { *
      * HTTP request body.
      * A request body is allowed only if the HTTP method is POST or PUT. It is
-     * an error to set a body on a task with an incompatible [HttpMethod][google.cloud.tasks.v2beta3.HttpMethod].
+     * an error to set a body on a task with an incompatible
+     * [HttpMethod][google.cloud.tasks.v2beta3.HttpMethod].
      * 
* * bytes body = 5; @@ -1893,7 +1982,8 @@ public Builder setBody(com.google.protobuf.ByteString value) { *
      * HTTP request body.
      * A request body is allowed only if the HTTP method is POST or PUT. It is
-     * an error to set a body on a task with an incompatible [HttpMethod][google.cloud.tasks.v2beta3.HttpMethod].
+     * an error to set a body on a task with an incompatible
+     * [HttpMethod][google.cloud.tasks.v2beta3.HttpMethod].
      * 
* * bytes body = 5; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/AppEngineHttpRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/AppEngineHttpRequestOrBuilder.java index 8f3d192de644..5f02ac20f49a 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/AppEngineHttpRequestOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/AppEngineHttpRequestOrBuilder.java @@ -16,10 +16,12 @@ public interface AppEngineHttpRequestOrBuilder * The app's request handler for the task's target URL must be able to handle * HTTP requests with this http_method, otherwise the task attempt will fail * with error code 405 (Method Not Allowed). See - * [Writing a push task request handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) + * [Writing a push task request + * handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) * and the documentation for the request handlers in the language your app is * written in e.g. - * [Python Request Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). + * [Python Request + * Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). * * * .google.cloud.tasks.v2beta3.HttpMethod http_method = 1; @@ -33,10 +35,12 @@ public interface AppEngineHttpRequestOrBuilder * The app's request handler for the task's target URL must be able to handle * HTTP requests with this http_method, otherwise the task attempt will fail * with error code 405 (Method Not Allowed). See - * [Writing a push task request handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) + * [Writing a push task request + * handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) * and the documentation for the request handlers in the language your app is * written in e.g. - * [Python Request Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). + * [Python Request + * Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). * * * .google.cloud.tasks.v2beta3.HttpMethod http_method = 1; @@ -51,7 +55,8 @@ public interface AppEngineHttpRequestOrBuilder * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta3.AppEngineHttpQueue.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing = 2; @@ -65,7 +70,8 @@ public interface AppEngineHttpRequestOrBuilder * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta3.AppEngineHttpQueue.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing = 2; @@ -79,7 +85,8 @@ public interface AppEngineHttpRequestOrBuilder * If set, * [app_engine_routing_override][google.cloud.tasks.v2beta3.AppEngineHttpQueue.app_engine_routing_override] * is used for all tasks in the queue, no matter what the setting is for the - * [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. + * [task-level + * app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. * * * .google.cloud.tasks.v2beta3.AppEngineRouting app_engine_routing = 2; @@ -130,8 +137,9 @@ public interface AppEngineHttpRequestOrBuilder * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud - * Tasks sets the following headers: + * If the task has a + * [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud Tasks + * sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly * setting `Content-Type` to a particular media type when the @@ -145,12 +153,15 @@ public interface AppEngineHttpRequestOrBuilder * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta3.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta3.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -171,8 +182,9 @@ public interface AppEngineHttpRequestOrBuilder * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud - * Tasks sets the following headers: + * If the task has a + * [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud Tasks + * sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly * setting `Content-Type` to a particular media type when the @@ -186,12 +198,15 @@ public interface AppEngineHttpRequestOrBuilder * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta3.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta3.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -215,8 +230,9 @@ public interface AppEngineHttpRequestOrBuilder * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud - * Tasks sets the following headers: + * If the task has a + * [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud Tasks + * sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly * setting `Content-Type` to a particular media type when the @@ -230,12 +246,15 @@ public interface AppEngineHttpRequestOrBuilder * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta3.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta3.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -256,8 +275,9 @@ public interface AppEngineHttpRequestOrBuilder * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud - * Tasks sets the following headers: + * If the task has a + * [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud Tasks + * sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly * setting `Content-Type` to a particular media type when the @@ -271,12 +291,15 @@ public interface AppEngineHttpRequestOrBuilder * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta3.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta3.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -297,8 +320,9 @@ public interface AppEngineHttpRequestOrBuilder * This header can be modified, but Cloud Tasks will append * `"AppEngine-Google; (+http://code.google.com/appengine)"` to the * modified `User-Agent`. - * If the task has a [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud - * Tasks sets the following headers: + * If the task has a + * [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud Tasks + * sets the following headers: * * `Content-Type`: By default, the `Content-Type` header is set to * `"application/octet-stream"`. The default can be overridden by explicitly * setting `Content-Type` to a particular media type when the @@ -312,12 +336,15 @@ public interface AppEngineHttpRequestOrBuilder * * `X-AppEngine-*` * In addition, Cloud Tasks sets some headers when the task is dispatched, * such as headers containing information about the task; see - * [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + * [request + * headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). * These headers are set only when the task is dispatched, so they are not * visible when the task is returned in a Cloud Tasks response. * Although there is no specific limit for the maximum number of headers or - * the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta3.Task]. For more - * information, see the [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] documentation. + * the size, there is a limit on the maximum size of the + * [Task][google.cloud.tasks.v2beta3.Task]. For more information, see the + * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * documentation. * * * map<string, string> headers = 4; @@ -330,7 +357,8 @@ public interface AppEngineHttpRequestOrBuilder *
    * HTTP request body.
    * A request body is allowed only if the HTTP method is POST or PUT. It is
-   * an error to set a body on a task with an incompatible [HttpMethod][google.cloud.tasks.v2beta3.HttpMethod].
+   * an error to set a body on a task with an incompatible
+   * [HttpMethod][google.cloud.tasks.v2beta3.HttpMethod].
    * 
* * bytes body = 5; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/AppEngineRouting.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/AppEngineRouting.java index c5a492f23e95..e6971023cce6 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/AppEngineRouting.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/AppEngineRouting.java @@ -11,10 +11,14 @@ * Defines routing characteristics specific to App Engine - service, version, * and instance. * For more information about services, versions, and instances see - * [An Overview of App Engine](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine), - * [Microservices Architecture on Google App Engine](https://cloud.google.com/appengine/docs/python/microservices-on-app-engine), - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed), - * and [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [An Overview of App + * Engine](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine), + * [Microservices Architecture on Google App + * Engine](https://cloud.google.com/appengine/docs/python/microservices-on-app-engine), + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed), + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * Protobuf type {@code google.cloud.tasks.v2beta3.AppEngineRouting} @@ -132,16 +136,18 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * By default, the task is sent to the service which is the default * service when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the + * empty string. * * * string service = 1; @@ -165,16 +171,18 @@ public java.lang.String getService() { * By default, the task is sent to the service which is the default * service when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the + * empty string. * * * string service = 1; @@ -201,16 +209,18 @@ public com.google.protobuf.ByteString getServiceBytes() { * By default, the task is sent to the version which is the default * version when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the + * empty string. * * * string version = 2; @@ -234,16 +244,18 @@ public java.lang.String getVersion() { * By default, the task is sent to the version which is the default * version when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the + * empty string. * * * string version = 2; @@ -270,10 +282,13 @@ public com.google.protobuf.ByteString getVersionBytes() { * By default, the task is sent to an instance which is available when * the task is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) - * and [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -297,10 +312,13 @@ public java.lang.String getInstance() { * By default, the task is sent to an instance which is available when * the task is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) - * and [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -326,11 +344,14 @@ public com.google.protobuf.ByteString getInstanceBytes() { * Output only. The host that the task is sent to. * The host is constructed from the domain name of the app associated with * the queue's project ID (for example <app-id>.appspot.com), and the - * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], - * and [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. Tasks which were created using - * the App Engine SDK might have a custom domain name. + * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. Tasks + * which were created using the App Engine SDK might have a custom domain + * name. * For more information, see - * [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed). + * [How Requests are + * Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed). * * * string host = 4; @@ -353,11 +374,14 @@ public java.lang.String getHost() { * Output only. The host that the task is sent to. * The host is constructed from the domain name of the app associated with * the queue's project ID (for example <app-id>.appspot.com), and the - * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], - * and [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. Tasks which were created using - * the App Engine SDK might have a custom domain name. + * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. Tasks + * which were created using the App Engine SDK might have a custom domain + * name. * For more information, see - * [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed). + * [How Requests are + * Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed). * * * string host = 4; @@ -569,10 +593,14 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * Defines routing characteristics specific to App Engine - service, version, * and instance. * For more information about services, versions, and instances see - * [An Overview of App Engine](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine), - * [Microservices Architecture on Google App Engine](https://cloud.google.com/appengine/docs/python/microservices-on-app-engine), - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed), - * and [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [An Overview of App + * Engine](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine), + * [Microservices Architecture on Google App + * Engine](https://cloud.google.com/appengine/docs/python/microservices-on-app-engine), + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed), + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * Protobuf type {@code google.cloud.tasks.v2beta3.AppEngineRouting} @@ -756,16 +784,18 @@ public Builder mergeFrom( * By default, the task is sent to the service which is the default * service when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the + * empty string. * * * string service = 1; @@ -789,16 +819,18 @@ public java.lang.String getService() { * By default, the task is sent to the service which is the default * service when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the + * empty string. * * * string service = 1; @@ -822,16 +854,18 @@ public com.google.protobuf.ByteString getServiceBytes() { * By default, the task is sent to the service which is the default * service when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the + * empty string. * * * string service = 1; @@ -853,16 +887,18 @@ public Builder setService(java.lang.String value) { * By default, the task is sent to the service which is the default * service when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the + * empty string. * * * string service = 1; @@ -881,16 +917,18 @@ public Builder clearService() { * By default, the task is sent to the service which is the default * service when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the + * empty string. * * * string service = 1; @@ -915,16 +953,18 @@ public Builder setServiceBytes(com.google.protobuf.ByteString value) { * By default, the task is sent to the version which is the default * version when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the + * empty string. * * * string version = 2; @@ -948,16 +988,18 @@ public java.lang.String getVersion() { * By default, the task is sent to the version which is the default * version when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the + * empty string. * * * string version = 2; @@ -981,16 +1023,18 @@ public com.google.protobuf.ByteString getVersionBytes() { * By default, the task is sent to the version which is the default * version when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the + * empty string. * * * string version = 2; @@ -1012,16 +1056,18 @@ public Builder setVersion(java.lang.String value) { * By default, the task is sent to the version which is the default * version when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the + * empty string. * * * string version = 2; @@ -1040,16 +1086,18 @@ public Builder clearVersion() { * By default, the task is sent to the version which is the default * version when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the + * empty string. * * * string version = 2; @@ -1074,10 +1122,13 @@ public Builder setVersionBytes(com.google.protobuf.ByteString value) { * By default, the task is sent to an instance which is available when * the task is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) - * and [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -1101,10 +1152,13 @@ public java.lang.String getInstance() { * By default, the task is sent to an instance which is available when * the task is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) - * and [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -1128,10 +1182,13 @@ public com.google.protobuf.ByteString getInstanceBytes() { * By default, the task is sent to an instance which is available when * the task is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) - * and [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -1153,10 +1210,13 @@ public Builder setInstance(java.lang.String value) { * By default, the task is sent to an instance which is available when * the task is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) - * and [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -1175,10 +1235,13 @@ public Builder clearInstance() { * By default, the task is sent to an instance which is available when * the task is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) - * and [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -1202,11 +1265,14 @@ public Builder setInstanceBytes(com.google.protobuf.ByteString value) { * Output only. The host that the task is sent to. * The host is constructed from the domain name of the app associated with * the queue's project ID (for example <app-id>.appspot.com), and the - * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], - * and [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. Tasks which were created using - * the App Engine SDK might have a custom domain name. + * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. Tasks + * which were created using the App Engine SDK might have a custom domain + * name. * For more information, see - * [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed). + * [How Requests are + * Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed). * * * string host = 4; @@ -1229,11 +1295,14 @@ public java.lang.String getHost() { * Output only. The host that the task is sent to. * The host is constructed from the domain name of the app associated with * the queue's project ID (for example <app-id>.appspot.com), and the - * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], - * and [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. Tasks which were created using - * the App Engine SDK might have a custom domain name. + * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. Tasks + * which were created using the App Engine SDK might have a custom domain + * name. * For more information, see - * [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed). + * [How Requests are + * Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed). * * * string host = 4; @@ -1256,11 +1325,14 @@ public com.google.protobuf.ByteString getHostBytes() { * Output only. The host that the task is sent to. * The host is constructed from the domain name of the app associated with * the queue's project ID (for example <app-id>.appspot.com), and the - * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], - * and [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. Tasks which were created using - * the App Engine SDK might have a custom domain name. + * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. Tasks + * which were created using the App Engine SDK might have a custom domain + * name. * For more information, see - * [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed). + * [How Requests are + * Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed). * * * string host = 4; @@ -1281,11 +1353,14 @@ public Builder setHost(java.lang.String value) { * Output only. The host that the task is sent to. * The host is constructed from the domain name of the app associated with * the queue's project ID (for example <app-id>.appspot.com), and the - * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], - * and [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. Tasks which were created using - * the App Engine SDK might have a custom domain name. + * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. Tasks + * which were created using the App Engine SDK might have a custom domain + * name. * For more information, see - * [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed). + * [How Requests are + * Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed). * * * string host = 4; @@ -1303,11 +1378,14 @@ public Builder clearHost() { * Output only. The host that the task is sent to. * The host is constructed from the domain name of the app associated with * the queue's project ID (for example <app-id>.appspot.com), and the - * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], - * and [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. Tasks which were created using - * the App Engine SDK might have a custom domain name. + * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. Tasks + * which were created using the App Engine SDK might have a custom domain + * name. * For more information, see - * [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed). + * [How Requests are + * Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed). * * * string host = 4; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/AppEngineRoutingOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/AppEngineRoutingOrBuilder.java index cafedd0a629c..8dd6a24dcbc8 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/AppEngineRoutingOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/AppEngineRoutingOrBuilder.java @@ -16,16 +16,18 @@ public interface AppEngineRoutingOrBuilder * By default, the task is sent to the service which is the default * service when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the + * empty string. * * * string service = 1; @@ -39,16 +41,18 @@ public interface AppEngineRoutingOrBuilder * By default, the task is sent to the service which is the default * service when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the + * empty string. * * * string service = 1; @@ -63,16 +67,18 @@ public interface AppEngineRoutingOrBuilder * By default, the task is sent to the version which is the default * version when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the + * empty string. * * * string version = 2; @@ -86,16 +92,18 @@ public interface AppEngineRoutingOrBuilder * By default, the task is sent to the version which is the default * version when the task is attempted. * For some queues or tasks which were created using the App Engine - * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable - * into [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], - * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For example, some tasks - * which were created using the App Engine SDK use a custom domain - * name; custom domains are not parsed by Cloud Tasks. If - * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, then + * Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is + * not parsable into * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the empty string. + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For + * example, some tasks which were created using the App Engine SDK use a + * custom domain name; custom domains are not parsed by Cloud Tasks. If + * [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, + * then [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the + * empty string. * * * string version = 2; @@ -110,10 +118,13 @@ public interface AppEngineRoutingOrBuilder * By default, the task is sent to an instance which is available when * the task is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) - * and [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -127,10 +138,13 @@ public interface AppEngineRoutingOrBuilder * By default, the task is sent to an instance which is available when * the task is attempted. * Requests can only be sent to a specific instance if - * [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + * [manual scaling is used in App Engine + * Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). * App Engine Flex does not support instances. For more information, see - * [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) - * and [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + * [App Engine Standard request + * routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + * and [App Engine Flex request + * routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). * * * string instance = 3; @@ -144,11 +158,14 @@ public interface AppEngineRoutingOrBuilder * Output only. The host that the task is sent to. * The host is constructed from the domain name of the app associated with * the queue's project ID (for example <app-id>.appspot.com), and the - * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], - * and [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. Tasks which were created using - * the App Engine SDK might have a custom domain name. + * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. Tasks + * which were created using the App Engine SDK might have a custom domain + * name. * For more information, see - * [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed). + * [How Requests are + * Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed). * * * string host = 4; @@ -161,11 +178,14 @@ public interface AppEngineRoutingOrBuilder * Output only. The host that the task is sent to. * The host is constructed from the domain name of the app associated with * the queue's project ID (for example <app-id>.appspot.com), and the - * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], - * and [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. Tasks which were created using - * the App Engine SDK might have a custom domain name. + * [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + * [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + * [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. Tasks + * which were created using the App Engine SDK might have a custom domain + * name. * For more information, see - * [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed). + * [How Requests are + * Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed). * * * string host = 4; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/CreateQueueRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/CreateQueueRequest.java index b64d6c4ea3f1..ea9fcdf76338 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/CreateQueueRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/CreateQueueRequest.java @@ -7,7 +7,8 @@ * * *
- * Request message for [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue].
+ * Request message for
+ * [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta3.CreateQueueRequest} @@ -168,7 +169,8 @@ public com.google.protobuf.ByteString getParentBytes() { *
    * Required.
    * The queue to create.
-   * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as an existing queue.
+   * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as
+   * an existing queue.
    * 
* * .google.cloud.tasks.v2beta3.Queue queue = 2; @@ -182,7 +184,8 @@ public boolean hasQueue() { *
    * Required.
    * The queue to create.
-   * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as an existing queue.
+   * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as
+   * an existing queue.
    * 
* * .google.cloud.tasks.v2beta3.Queue queue = 2; @@ -196,7 +199,8 @@ public com.google.cloud.tasks.v2beta3.Queue getQueue() { *
    * Required.
    * The queue to create.
-   * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as an existing queue.
+   * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as
+   * an existing queue.
    * 
* * .google.cloud.tasks.v2beta3.Queue queue = 2; @@ -383,7 +387,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue].
+   * Request message for
+   * [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta3.CreateQueueRequest} @@ -683,7 +688,8 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { *
      * Required.
      * The queue to create.
-     * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as an existing queue.
+     * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as
+     * an existing queue.
      * 
* * .google.cloud.tasks.v2beta3.Queue queue = 2; @@ -697,7 +703,8 @@ public boolean hasQueue() { *
      * Required.
      * The queue to create.
-     * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as an existing queue.
+     * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as
+     * an existing queue.
      * 
* * .google.cloud.tasks.v2beta3.Queue queue = 2; @@ -715,7 +722,8 @@ public com.google.cloud.tasks.v2beta3.Queue getQueue() { *
      * Required.
      * The queue to create.
-     * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as an existing queue.
+     * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as
+     * an existing queue.
      * 
* * .google.cloud.tasks.v2beta3.Queue queue = 2; @@ -739,7 +747,8 @@ public Builder setQueue(com.google.cloud.tasks.v2beta3.Queue value) { *
      * Required.
      * The queue to create.
-     * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as an existing queue.
+     * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as
+     * an existing queue.
      * 
* * .google.cloud.tasks.v2beta3.Queue queue = 2; @@ -760,7 +769,8 @@ public Builder setQueue(com.google.cloud.tasks.v2beta3.Queue.Builder builderForV *
      * Required.
      * The queue to create.
-     * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as an existing queue.
+     * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as
+     * an existing queue.
      * 
* * .google.cloud.tasks.v2beta3.Queue queue = 2; @@ -788,7 +798,8 @@ public Builder mergeQueue(com.google.cloud.tasks.v2beta3.Queue value) { *
      * Required.
      * The queue to create.
-     * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as an existing queue.
+     * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as
+     * an existing queue.
      * 
* * .google.cloud.tasks.v2beta3.Queue queue = 2; @@ -810,7 +821,8 @@ public Builder clearQueue() { *
      * Required.
      * The queue to create.
-     * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as an existing queue.
+     * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as
+     * an existing queue.
      * 
* * .google.cloud.tasks.v2beta3.Queue queue = 2; @@ -826,7 +838,8 @@ public com.google.cloud.tasks.v2beta3.Queue.Builder getQueueBuilder() { *
      * Required.
      * The queue to create.
-     * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as an existing queue.
+     * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as
+     * an existing queue.
      * 
* * .google.cloud.tasks.v2beta3.Queue queue = 2; @@ -844,7 +857,8 @@ public com.google.cloud.tasks.v2beta3.QueueOrBuilder getQueueOrBuilder() { *
      * Required.
      * The queue to create.
-     * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as an existing queue.
+     * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as
+     * an existing queue.
      * 
* * .google.cloud.tasks.v2beta3.Queue queue = 2; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/CreateQueueRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/CreateQueueRequestOrBuilder.java index aac78e1cff3e..8f5ab5e9272d 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/CreateQueueRequestOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/CreateQueueRequestOrBuilder.java @@ -45,7 +45,8 @@ public interface CreateQueueRequestOrBuilder *
    * Required.
    * The queue to create.
-   * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as an existing queue.
+   * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as
+   * an existing queue.
    * 
* * .google.cloud.tasks.v2beta3.Queue queue = 2; @@ -57,7 +58,8 @@ public interface CreateQueueRequestOrBuilder *
    * Required.
    * The queue to create.
-   * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as an existing queue.
+   * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as
+   * an existing queue.
    * 
* * .google.cloud.tasks.v2beta3.Queue queue = 2; @@ -69,7 +71,8 @@ public interface CreateQueueRequestOrBuilder *
    * Required.
    * The queue to create.
-   * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as an existing queue.
+   * [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as
+   * an existing queue.
    * 
* * .google.cloud.tasks.v2beta3.Queue queue = 2; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/CreateTaskRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/CreateTaskRequest.java index 56357414dc2c..266d8c82d93b 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/CreateTaskRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/CreateTaskRequest.java @@ -7,7 +7,8 @@ * * *
- * Request message for [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
+ * Request message for
+ * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta3.CreateTaskRequest} @@ -174,12 +175,12 @@ public com.google.protobuf.ByteString getParentBytes() { * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta3.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta3.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta3.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta3.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -191,10 +192,10 @@ public com.google.protobuf.ByteString getParentBytes() { * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or executed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -214,12 +215,12 @@ public boolean hasTask() { * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta3.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta3.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta3.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta3.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -231,10 +232,10 @@ public boolean hasTask() { * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or executed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -254,12 +255,12 @@ public com.google.cloud.tasks.v2beta3.Task getTask() { * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta3.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta3.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta3.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta3.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -271,10 +272,10 @@ public com.google.cloud.tasks.v2beta3.Task getTask() { * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or executed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -293,16 +294,17 @@ public com.google.cloud.tasks.v2beta3.TaskOrBuilder getTaskOrBuilder() { * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta3.Task] resource.
    * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 3; @@ -314,16 +316,17 @@ public int getResponseViewValue() { * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta3.Task] resource.
    * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 3; @@ -522,7 +525,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
+   * Request message for
+   * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta3.CreateTaskRequest} @@ -819,12 +823,12 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta3.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta3.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta3.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta3.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -836,10 +840,10 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or executed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -859,12 +863,12 @@ public boolean hasTask() { * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta3.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta3.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta3.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta3.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -876,10 +880,10 @@ public boolean hasTask() { * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or executed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -903,12 +907,12 @@ public com.google.cloud.tasks.v2beta3.Task getTask() { * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta3.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta3.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta3.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta3.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -920,10 +924,10 @@ public com.google.cloud.tasks.v2beta3.Task getTask() { * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or executed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -953,12 +957,12 @@ public Builder setTask(com.google.cloud.tasks.v2beta3.Task value) { * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta3.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta3.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta3.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta3.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -970,10 +974,10 @@ public Builder setTask(com.google.cloud.tasks.v2beta3.Task value) { * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or executed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -1000,12 +1004,12 @@ public Builder setTask(com.google.cloud.tasks.v2beta3.Task.Builder builderForVal * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta3.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta3.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta3.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta3.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -1017,10 +1021,10 @@ public Builder setTask(com.google.cloud.tasks.v2beta3.Task.Builder builderForVal * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or executed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -1052,12 +1056,12 @@ public Builder mergeTask(com.google.cloud.tasks.v2beta3.Task value) { * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta3.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta3.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta3.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta3.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -1069,10 +1073,10 @@ public Builder mergeTask(com.google.cloud.tasks.v2beta3.Task value) { * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or executed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -1100,12 +1104,12 @@ public Builder clearTask() { * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta3.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta3.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta3.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta3.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -1117,10 +1121,10 @@ public Builder clearTask() { * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or executed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -1142,12 +1146,12 @@ public com.google.cloud.tasks.v2beta3.Task.Builder getTaskBuilder() { * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta3.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta3.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta3.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta3.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -1159,10 +1163,10 @@ public com.google.cloud.tasks.v2beta3.Task.Builder getTaskBuilder() { * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or executed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -1186,12 +1190,12 @@ public com.google.cloud.tasks.v2beta3.TaskOrBuilder getTaskOrBuilder() { * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta3.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta3.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta3.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta3.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -1203,10 +1207,10 @@ public com.google.cloud.tasks.v2beta3.TaskOrBuilder getTaskOrBuilder() { * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or executed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -1237,16 +1241,17 @@ public com.google.cloud.tasks.v2beta3.TaskOrBuilder getTaskOrBuilder() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta3.Task] resource.
      * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 3; @@ -1258,16 +1263,17 @@ public int getResponseViewValue() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta3.Task] resource.
      * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 3; @@ -1281,16 +1287,17 @@ public Builder setResponseViewValue(int value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta3.Task] resource.
      * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 3; @@ -1305,16 +1312,17 @@ public com.google.cloud.tasks.v2beta3.Task.View getResponseView() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta3.Task] resource.
      * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 3; @@ -1332,16 +1340,17 @@ public Builder setResponseView(com.google.cloud.tasks.v2beta3.Task.View value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta3.Task] resource.
      * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 3; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/CreateTaskRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/CreateTaskRequestOrBuilder.java index ab271e80e2b1..e959d09f3240 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/CreateTaskRequestOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/CreateTaskRequestOrBuilder.java @@ -43,12 +43,12 @@ public interface CreateTaskRequestOrBuilder * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta3.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta3.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta3.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta3.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -60,10 +60,10 @@ public interface CreateTaskRequestOrBuilder * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or executed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -81,12 +81,12 @@ public interface CreateTaskRequestOrBuilder * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta3.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta3.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta3.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta3.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -98,10 +98,10 @@ public interface CreateTaskRequestOrBuilder * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or executed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -119,12 +119,12 @@ public interface CreateTaskRequestOrBuilder * The task to add. * Task names have the following format: * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - * The user can optionally specify a task [name][google.cloud.tasks.v2beta3.Task.name]. If a - * name is not specified then the system will generate a random - * unique task id, which will be set in the task returned in the - * [response][google.cloud.tasks.v2beta3.Task.name]. - * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not set or is in the - * past then Cloud Tasks will set it to the current time. + * The user can optionally specify a task + * [name][google.cloud.tasks.v2beta3.Task.name]. If a name is not specified + * then the system will generate a random unique task id, which will be set in + * the task returned in the [response][google.cloud.tasks.v2beta3.Task.name]. + * If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not + * set or is in the past then Cloud Tasks will set it to the current time. * Task De-duplication: * Explicitly specifying a task ID enables task de-duplication. If * a task's ID is identical to that of an existing task or a task @@ -136,10 +136,10 @@ public interface CreateTaskRequestOrBuilder * queue.xml, then another task with the same name can't be created * for ~9days after the original task was deleted or executed. * Because there is an extra lookup cost to identify duplicate task - * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] calls have significantly - * increased latency. Using hashed strings for the task id or for - * the prefix of the task id is recommended. Choosing task ids that - * are sequential or have sequential prefixes, for example using a + * names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + * calls have significantly increased latency. Using hashed strings for the + * task id or for the prefix of the task id is recommended. Choosing task ids + * that are sequential or have sequential prefixes, for example using a * timestamp, causes an increase in latency and error rates in all * task commands. The infrastructure relies on an approximately * uniform distribution of task ids to store and serve tasks @@ -154,16 +154,17 @@ public interface CreateTaskRequestOrBuilder * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta3.Task] resource.
    * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 3; @@ -173,16 +174,17 @@ public interface CreateTaskRequestOrBuilder * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta3.Task] resource.
    * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 3; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/DeleteQueueRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/DeleteQueueRequest.java index d5302d19a942..f338e248f585 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/DeleteQueueRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/DeleteQueueRequest.java @@ -7,7 +7,8 @@ * * *
- * Request message for [DeleteQueue][google.cloud.tasks.v2beta3.CloudTasks.DeleteQueue].
+ * Request message for
+ * [DeleteQueue][google.cloud.tasks.v2beta3.CloudTasks.DeleteQueue].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta3.DeleteQueueRequest} @@ -302,7 +303,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for [DeleteQueue][google.cloud.tasks.v2beta3.CloudTasks.DeleteQueue].
+   * Request message for
+   * [DeleteQueue][google.cloud.tasks.v2beta3.CloudTasks.DeleteQueue].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta3.DeleteQueueRequest} diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/GetQueueRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/GetQueueRequest.java index d4e71d3e2e74..8bafbc2442db 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/GetQueueRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/GetQueueRequest.java @@ -7,7 +7,8 @@ * * *
- * Request message for [GetQueue][google.cloud.tasks.v2beta3.CloudTasks.GetQueue].
+ * Request message for
+ * [GetQueue][google.cloud.tasks.v2beta3.CloudTasks.GetQueue].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta3.GetQueueRequest} @@ -302,7 +303,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for [GetQueue][google.cloud.tasks.v2beta3.CloudTasks.GetQueue].
+   * Request message for
+   * [GetQueue][google.cloud.tasks.v2beta3.CloudTasks.GetQueue].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta3.GetQueueRequest} diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/GetTaskRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/GetTaskRequest.java index f6d8c330b0c5..8c4b43d6d143 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/GetTaskRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/GetTaskRequest.java @@ -7,7 +7,8 @@ * * *
- * Request message for getting a task using [GetTask][google.cloud.tasks.v2beta3.CloudTasks.GetTask].
+ * Request message for getting a task using
+ * [GetTask][google.cloud.tasks.v2beta3.CloudTasks.GetTask].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta3.GetTaskRequest} @@ -152,16 +153,17 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta3.Task] resource.
    * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; @@ -173,16 +175,17 @@ public int getResponseViewValue() { * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta3.Task] resource.
    * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; @@ -367,7 +370,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for getting a task using [GetTask][google.cloud.tasks.v2beta3.CloudTasks.GetTask].
+   * Request message for getting a task using
+   * [GetTask][google.cloud.tasks.v2beta3.CloudTasks.GetTask].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta3.GetTaskRequest} @@ -635,16 +639,17 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta3.Task] resource.
      * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; @@ -656,16 +661,17 @@ public int getResponseViewValue() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta3.Task] resource.
      * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; @@ -679,16 +685,17 @@ public Builder setResponseViewValue(int value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta3.Task] resource.
      * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; @@ -703,16 +710,17 @@ public com.google.cloud.tasks.v2beta3.Task.View getResponseView() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta3.Task] resource.
      * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; @@ -730,16 +738,17 @@ public Builder setResponseView(com.google.cloud.tasks.v2beta3.Task.View value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta3.Task] resource.
      * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/GetTaskRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/GetTaskRequestOrBuilder.java index 73c7d5481505..49e318dba4d5 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/GetTaskRequestOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/GetTaskRequestOrBuilder.java @@ -37,16 +37,17 @@ public interface GetTaskRequestOrBuilder * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta3.Task] resource.
    * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; @@ -56,16 +57,17 @@ public interface GetTaskRequestOrBuilder * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta3.Task] resource.
    * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/HttpRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/HttpRequest.java index 47400c046f53..92cc5775d679 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/HttpRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/HttpRequest.java @@ -17,7 +17,8 @@ * any other HTTP response code is returned or no response is received, the * task will be retried according to the following: * * User-specified throttling: [retry configuration][Queue.RetryConfig], - * [rate limits][Queue.RateLimits], and the [queue's state][google.cloud.tasks.v2beta3.Queue.state]. + * [rate limits][Queue.RateLimits], and the [queue's + * state][google.cloud.tasks.v2beta3.Queue.state]. * * System throttling: To prevent the worker from overloading, Cloud Tasks may * temporarily reduce the queue's effective rate. User-specified settings * will not be changed. @@ -421,8 +422,9 @@ public java.lang.String getHeadersOrThrow(java.lang.String key) { *
    * HTTP request body.
    * A request body is allowed only if the
-   * [HTTP method][google.cloud.tasks.v2beta3.HttpRequest.http_method] is POST, PUT, or PATCH. It is an
-   * error to set body on a task with an incompatible [HttpMethod][google.cloud.tasks.v2beta3.HttpMethod].
+   * [HTTP method][google.cloud.tasks.v2beta3.HttpRequest.http_method] is POST,
+   * PUT, or PATCH. It is an error to set body on a task with an incompatible
+   * [HttpMethod][google.cloud.tasks.v2beta3.HttpMethod].
    * 
* * bytes body = 4; @@ -642,7 +644,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * any other HTTP response code is returned or no response is received, the * task will be retried according to the following: * * User-specified throttling: [retry configuration][Queue.RetryConfig], - * [rate limits][Queue.RateLimits], and the [queue's state][google.cloud.tasks.v2beta3.Queue.state]. + * [rate limits][Queue.RateLimits], and the [queue's + * state][google.cloud.tasks.v2beta3.Queue.state]. * * System throttling: To prevent the worker from overloading, Cloud Tasks may * temporarily reduce the queue's effective rate. User-specified settings * will not be changed. @@ -1349,8 +1352,9 @@ public Builder putAllHeaders(java.util.Map v *
      * HTTP request body.
      * A request body is allowed only if the
-     * [HTTP method][google.cloud.tasks.v2beta3.HttpRequest.http_method] is POST, PUT, or PATCH. It is an
-     * error to set body on a task with an incompatible [HttpMethod][google.cloud.tasks.v2beta3.HttpMethod].
+     * [HTTP method][google.cloud.tasks.v2beta3.HttpRequest.http_method] is POST,
+     * PUT, or PATCH. It is an error to set body on a task with an incompatible
+     * [HttpMethod][google.cloud.tasks.v2beta3.HttpMethod].
      * 
* * bytes body = 4; @@ -1364,8 +1368,9 @@ public com.google.protobuf.ByteString getBody() { *
      * HTTP request body.
      * A request body is allowed only if the
-     * [HTTP method][google.cloud.tasks.v2beta3.HttpRequest.http_method] is POST, PUT, or PATCH. It is an
-     * error to set body on a task with an incompatible [HttpMethod][google.cloud.tasks.v2beta3.HttpMethod].
+     * [HTTP method][google.cloud.tasks.v2beta3.HttpRequest.http_method] is POST,
+     * PUT, or PATCH. It is an error to set body on a task with an incompatible
+     * [HttpMethod][google.cloud.tasks.v2beta3.HttpMethod].
      * 
* * bytes body = 4; @@ -1385,8 +1390,9 @@ public Builder setBody(com.google.protobuf.ByteString value) { *
      * HTTP request body.
      * A request body is allowed only if the
-     * [HTTP method][google.cloud.tasks.v2beta3.HttpRequest.http_method] is POST, PUT, or PATCH. It is an
-     * error to set body on a task with an incompatible [HttpMethod][google.cloud.tasks.v2beta3.HttpMethod].
+     * [HTTP method][google.cloud.tasks.v2beta3.HttpRequest.http_method] is POST,
+     * PUT, or PATCH. It is an error to set body on a task with an incompatible
+     * [HttpMethod][google.cloud.tasks.v2beta3.HttpMethod].
      * 
* * bytes body = 4; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/HttpRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/HttpRequestOrBuilder.java index dc00e5dad786..e9a8b82b6871 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/HttpRequestOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/HttpRequestOrBuilder.java @@ -222,8 +222,9 @@ public interface HttpRequestOrBuilder *
    * HTTP request body.
    * A request body is allowed only if the
-   * [HTTP method][google.cloud.tasks.v2beta3.HttpRequest.http_method] is POST, PUT, or PATCH. It is an
-   * error to set body on a task with an incompatible [HttpMethod][google.cloud.tasks.v2beta3.HttpMethod].
+   * [HTTP method][google.cloud.tasks.v2beta3.HttpRequest.http_method] is POST,
+   * PUT, or PATCH. It is an error to set body on a task with an incompatible
+   * [HttpMethod][google.cloud.tasks.v2beta3.HttpMethod].
    * 
* * bytes body = 4; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListQueuesRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListQueuesRequest.java index bd16a2beb216..7ff315489f9d 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListQueuesRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListQueuesRequest.java @@ -7,7 +7,8 @@ * * *
- * Request message for [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues].
+ * Request message for
+ * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta3.ListQueuesRequest} @@ -166,11 +167,11 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-   * `filter` can be used to specify a subset of queues. Any [Queue][google.cloud.tasks.v2beta3.Queue]
-   * field can be used as a filter and several operators as supported.
-   * For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as
-   * described in
-   * [Stackdriver's Advanced Logs Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
+   * `filter` can be used to specify a subset of queues. Any
+   * [Queue][google.cloud.tasks.v2beta3.Queue] field can be used as a filter and
+   * several operators as supported. For example: `<=, <, >=, >, !=, =, :`. The
+   * filter syntax is the same as described in [Stackdriver's Advanced Logs
+   * Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
    * Sample filter "state: PAUSED".
    * Note that using filters might cause fewer queues than the
    * requested page_size to be returned.
@@ -193,11 +194,11 @@ public java.lang.String getFilter() {
    *
    *
    * 
-   * `filter` can be used to specify a subset of queues. Any [Queue][google.cloud.tasks.v2beta3.Queue]
-   * field can be used as a filter and several operators as supported.
-   * For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as
-   * described in
-   * [Stackdriver's Advanced Logs Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
+   * `filter` can be used to specify a subset of queues. Any
+   * [Queue][google.cloud.tasks.v2beta3.Queue] field can be used as a filter and
+   * several operators as supported. For example: `<=, <, >=, >, !=, =, :`. The
+   * filter syntax is the same as described in [Stackdriver's Advanced Logs
+   * Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
    * Sample filter "state: PAUSED".
    * Note that using filters might cause fewer queues than the
    * requested page_size to be returned.
@@ -227,8 +228,8 @@ public com.google.protobuf.ByteString getFilterBytes() {
    * The maximum page size is 9800. If unspecified, the page size will
    * be the maximum. Fewer queues than requested might be returned,
    * even if more queues exist; use the
-   * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] in the
-   * response to determine if more queues exist.
+   * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token]
+   * in the response to determine if more queues exist.
    * 
* * int32 page_size = 3; @@ -246,10 +247,12 @@ public int getPageSize() { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] returned - * from the previous call to [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] - * method. It is an error to switch the value of the - * [filter][google.cloud.tasks.v2beta3.ListQueuesRequest.filter] while iterating through pages. + * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] + * returned from the previous call to + * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] method. It + * is an error to switch the value of the + * [filter][google.cloud.tasks.v2beta3.ListQueuesRequest.filter] while + * iterating through pages. *
* * string page_token = 4; @@ -272,10 +275,12 @@ public java.lang.String getPageToken() { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] returned - * from the previous call to [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] - * method. It is an error to switch the value of the - * [filter][google.cloud.tasks.v2beta3.ListQueuesRequest.filter] while iterating through pages. + * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] + * returned from the previous call to + * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] method. It + * is an error to switch the value of the + * [filter][google.cloud.tasks.v2beta3.ListQueuesRequest.filter] while + * iterating through pages. * * * string page_token = 4; @@ -483,7 +488,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues].
+   * Request message for
+   * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta3.ListQueuesRequest} @@ -766,11 +772,11 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { * * *
-     * `filter` can be used to specify a subset of queues. Any [Queue][google.cloud.tasks.v2beta3.Queue]
-     * field can be used as a filter and several operators as supported.
-     * For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as
-     * described in
-     * [Stackdriver's Advanced Logs Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
+     * `filter` can be used to specify a subset of queues. Any
+     * [Queue][google.cloud.tasks.v2beta3.Queue] field can be used as a filter and
+     * several operators as supported. For example: `<=, <, >=, >, !=, =, :`. The
+     * filter syntax is the same as described in [Stackdriver's Advanced Logs
+     * Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
      * Sample filter "state: PAUSED".
      * Note that using filters might cause fewer queues than the
      * requested page_size to be returned.
@@ -793,11 +799,11 @@ public java.lang.String getFilter() {
      *
      *
      * 
-     * `filter` can be used to specify a subset of queues. Any [Queue][google.cloud.tasks.v2beta3.Queue]
-     * field can be used as a filter and several operators as supported.
-     * For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as
-     * described in
-     * [Stackdriver's Advanced Logs Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
+     * `filter` can be used to specify a subset of queues. Any
+     * [Queue][google.cloud.tasks.v2beta3.Queue] field can be used as a filter and
+     * several operators as supported. For example: `<=, <, >=, >, !=, =, :`. The
+     * filter syntax is the same as described in [Stackdriver's Advanced Logs
+     * Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
      * Sample filter "state: PAUSED".
      * Note that using filters might cause fewer queues than the
      * requested page_size to be returned.
@@ -820,11 +826,11 @@ public com.google.protobuf.ByteString getFilterBytes() {
      *
      *
      * 
-     * `filter` can be used to specify a subset of queues. Any [Queue][google.cloud.tasks.v2beta3.Queue]
-     * field can be used as a filter and several operators as supported.
-     * For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as
-     * described in
-     * [Stackdriver's Advanced Logs Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
+     * `filter` can be used to specify a subset of queues. Any
+     * [Queue][google.cloud.tasks.v2beta3.Queue] field can be used as a filter and
+     * several operators as supported. For example: `<=, <, >=, >, !=, =, :`. The
+     * filter syntax is the same as described in [Stackdriver's Advanced Logs
+     * Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
      * Sample filter "state: PAUSED".
      * Note that using filters might cause fewer queues than the
      * requested page_size to be returned.
@@ -845,11 +851,11 @@ public Builder setFilter(java.lang.String value) {
      *
      *
      * 
-     * `filter` can be used to specify a subset of queues. Any [Queue][google.cloud.tasks.v2beta3.Queue]
-     * field can be used as a filter and several operators as supported.
-     * For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as
-     * described in
-     * [Stackdriver's Advanced Logs Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
+     * `filter` can be used to specify a subset of queues. Any
+     * [Queue][google.cloud.tasks.v2beta3.Queue] field can be used as a filter and
+     * several operators as supported. For example: `<=, <, >=, >, !=, =, :`. The
+     * filter syntax is the same as described in [Stackdriver's Advanced Logs
+     * Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
      * Sample filter "state: PAUSED".
      * Note that using filters might cause fewer queues than the
      * requested page_size to be returned.
@@ -867,11 +873,11 @@ public Builder clearFilter() {
      *
      *
      * 
-     * `filter` can be used to specify a subset of queues. Any [Queue][google.cloud.tasks.v2beta3.Queue]
-     * field can be used as a filter and several operators as supported.
-     * For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as
-     * described in
-     * [Stackdriver's Advanced Logs Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
+     * `filter` can be used to specify a subset of queues. Any
+     * [Queue][google.cloud.tasks.v2beta3.Queue] field can be used as a filter and
+     * several operators as supported. For example: `<=, <, >=, >, !=, =, :`. The
+     * filter syntax is the same as described in [Stackdriver's Advanced Logs
+     * Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
      * Sample filter "state: PAUSED".
      * Note that using filters might cause fewer queues than the
      * requested page_size to be returned.
@@ -899,8 +905,8 @@ public Builder setFilterBytes(com.google.protobuf.ByteString value) {
      * The maximum page size is 9800. If unspecified, the page size will
      * be the maximum. Fewer queues than requested might be returned,
      * even if more queues exist; use the
-     * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] in the
-     * response to determine if more queues exist.
+     * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token]
+     * in the response to determine if more queues exist.
      * 
* * int32 page_size = 3; @@ -916,8 +922,8 @@ public int getPageSize() { * The maximum page size is 9800. If unspecified, the page size will * be the maximum. Fewer queues than requested might be returned, * even if more queues exist; use the - * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] in the - * response to determine if more queues exist. + * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] + * in the response to determine if more queues exist. *
* * int32 page_size = 3; @@ -936,8 +942,8 @@ public Builder setPageSize(int value) { * The maximum page size is 9800. If unspecified, the page size will * be the maximum. Fewer queues than requested might be returned, * even if more queues exist; use the - * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] in the - * response to determine if more queues exist. + * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] + * in the response to determine if more queues exist. *
* * int32 page_size = 3; @@ -957,10 +963,12 @@ public Builder clearPageSize() { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] returned - * from the previous call to [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] - * method. It is an error to switch the value of the - * [filter][google.cloud.tasks.v2beta3.ListQueuesRequest.filter] while iterating through pages. + * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] + * returned from the previous call to + * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] method. It + * is an error to switch the value of the + * [filter][google.cloud.tasks.v2beta3.ListQueuesRequest.filter] while + * iterating through pages. *
* * string page_token = 4; @@ -983,10 +991,12 @@ public java.lang.String getPageToken() { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] returned - * from the previous call to [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] - * method. It is an error to switch the value of the - * [filter][google.cloud.tasks.v2beta3.ListQueuesRequest.filter] while iterating through pages. + * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] + * returned from the previous call to + * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] method. It + * is an error to switch the value of the + * [filter][google.cloud.tasks.v2beta3.ListQueuesRequest.filter] while + * iterating through pages. *
* * string page_token = 4; @@ -1009,10 +1019,12 @@ public com.google.protobuf.ByteString getPageTokenBytes() { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] returned - * from the previous call to [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] - * method. It is an error to switch the value of the - * [filter][google.cloud.tasks.v2beta3.ListQueuesRequest.filter] while iterating through pages. + * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] + * returned from the previous call to + * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] method. It + * is an error to switch the value of the + * [filter][google.cloud.tasks.v2beta3.ListQueuesRequest.filter] while + * iterating through pages. * * * string page_token = 4; @@ -1033,10 +1045,12 @@ public Builder setPageToken(java.lang.String value) { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] returned - * from the previous call to [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] - * method. It is an error to switch the value of the - * [filter][google.cloud.tasks.v2beta3.ListQueuesRequest.filter] while iterating through pages. + * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] + * returned from the previous call to + * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] method. It + * is an error to switch the value of the + * [filter][google.cloud.tasks.v2beta3.ListQueuesRequest.filter] while + * iterating through pages. * * * string page_token = 4; @@ -1054,10 +1068,12 @@ public Builder clearPageToken() { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] returned - * from the previous call to [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] - * method. It is an error to switch the value of the - * [filter][google.cloud.tasks.v2beta3.ListQueuesRequest.filter] while iterating through pages. + * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] + * returned from the previous call to + * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] method. It + * is an error to switch the value of the + * [filter][google.cloud.tasks.v2beta3.ListQueuesRequest.filter] while + * iterating through pages. * * * string page_token = 4; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListQueuesRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListQueuesRequestOrBuilder.java index f80b97ed09ab..20fb04f71b6d 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListQueuesRequestOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListQueuesRequestOrBuilder.java @@ -37,11 +37,11 @@ public interface ListQueuesRequestOrBuilder * * *
-   * `filter` can be used to specify a subset of queues. Any [Queue][google.cloud.tasks.v2beta3.Queue]
-   * field can be used as a filter and several operators as supported.
-   * For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as
-   * described in
-   * [Stackdriver's Advanced Logs Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
+   * `filter` can be used to specify a subset of queues. Any
+   * [Queue][google.cloud.tasks.v2beta3.Queue] field can be used as a filter and
+   * several operators as supported. For example: `<=, <, >=, >, !=, =, :`. The
+   * filter syntax is the same as described in [Stackdriver's Advanced Logs
+   * Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
    * Sample filter "state: PAUSED".
    * Note that using filters might cause fewer queues than the
    * requested page_size to be returned.
@@ -54,11 +54,11 @@ public interface ListQueuesRequestOrBuilder
    *
    *
    * 
-   * `filter` can be used to specify a subset of queues. Any [Queue][google.cloud.tasks.v2beta3.Queue]
-   * field can be used as a filter and several operators as supported.
-   * For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as
-   * described in
-   * [Stackdriver's Advanced Logs Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
+   * `filter` can be used to specify a subset of queues. Any
+   * [Queue][google.cloud.tasks.v2beta3.Queue] field can be used as a filter and
+   * several operators as supported. For example: `<=, <, >=, >, !=, =, :`. The
+   * filter syntax is the same as described in [Stackdriver's Advanced Logs
+   * Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
    * Sample filter "state: PAUSED".
    * Note that using filters might cause fewer queues than the
    * requested page_size to be returned.
@@ -76,8 +76,8 @@ public interface ListQueuesRequestOrBuilder
    * The maximum page size is 9800. If unspecified, the page size will
    * be the maximum. Fewer queues than requested might be returned,
    * even if more queues exist; use the
-   * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] in the
-   * response to determine if more queues exist.
+   * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token]
+   * in the response to determine if more queues exist.
    * 
* * int32 page_size = 3; @@ -91,10 +91,12 @@ public interface ListQueuesRequestOrBuilder * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] returned - * from the previous call to [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] - * method. It is an error to switch the value of the - * [filter][google.cloud.tasks.v2beta3.ListQueuesRequest.filter] while iterating through pages. + * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] + * returned from the previous call to + * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] method. It + * is an error to switch the value of the + * [filter][google.cloud.tasks.v2beta3.ListQueuesRequest.filter] while + * iterating through pages. *
* * string page_token = 4; @@ -107,10 +109,12 @@ public interface ListQueuesRequestOrBuilder * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] returned - * from the previous call to [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] - * method. It is an error to switch the value of the - * [filter][google.cloud.tasks.v2beta3.ListQueuesRequest.filter] while iterating through pages. + * [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] + * returned from the previous call to + * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] method. It + * is an error to switch the value of the + * [filter][google.cloud.tasks.v2beta3.ListQueuesRequest.filter] while + * iterating through pages. * * * string page_token = 4; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListQueuesResponse.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListQueuesResponse.java index 57884a0d7ad4..cc05c06dec51 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListQueuesResponse.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListQueuesResponse.java @@ -7,7 +7,8 @@ * * *
- * Response message for [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues].
+ * Response message for
+ * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta3.ListQueuesResponse} @@ -179,7 +180,8 @@ public com.google.cloud.tasks.v2beta3.QueueOrBuilder getQueuesOrBuilder(int inde *
    * A token to retrieve next page of results.
    * To return the next page of results, call
-   * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] with this value as the
+   * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] with this
+   * value as the
    * [page_token][google.cloud.tasks.v2beta3.ListQueuesRequest.page_token].
    * If the next_page_token is empty, there are no more results.
    * The page token is valid for only 2 hours.
@@ -204,7 +206,8 @@ public java.lang.String getNextPageToken() {
    * 
    * A token to retrieve next page of results.
    * To return the next page of results, call
-   * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] with this value as the
+   * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] with this
+   * value as the
    * [page_token][google.cloud.tasks.v2beta3.ListQueuesRequest.page_token].
    * If the next_page_token is empty, there are no more results.
    * The page token is valid for only 2 hours.
@@ -399,7 +402,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
    *
    *
    * 
-   * Response message for [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues].
+   * Response message for
+   * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta3.ListQueuesResponse} @@ -961,7 +965,8 @@ public java.util.List getQueuesBui *
      * A token to retrieve next page of results.
      * To return the next page of results, call
-     * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] with this value as the
+     * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] with this
+     * value as the
      * [page_token][google.cloud.tasks.v2beta3.ListQueuesRequest.page_token].
      * If the next_page_token is empty, there are no more results.
      * The page token is valid for only 2 hours.
@@ -986,7 +991,8 @@ public java.lang.String getNextPageToken() {
      * 
      * A token to retrieve next page of results.
      * To return the next page of results, call
-     * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] with this value as the
+     * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] with this
+     * value as the
      * [page_token][google.cloud.tasks.v2beta3.ListQueuesRequest.page_token].
      * If the next_page_token is empty, there are no more results.
      * The page token is valid for only 2 hours.
@@ -1011,7 +1017,8 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() {
      * 
      * A token to retrieve next page of results.
      * To return the next page of results, call
-     * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] with this value as the
+     * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] with this
+     * value as the
      * [page_token][google.cloud.tasks.v2beta3.ListQueuesRequest.page_token].
      * If the next_page_token is empty, there are no more results.
      * The page token is valid for only 2 hours.
@@ -1034,7 +1041,8 @@ public Builder setNextPageToken(java.lang.String value) {
      * 
      * A token to retrieve next page of results.
      * To return the next page of results, call
-     * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] with this value as the
+     * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] with this
+     * value as the
      * [page_token][google.cloud.tasks.v2beta3.ListQueuesRequest.page_token].
      * If the next_page_token is empty, there are no more results.
      * The page token is valid for only 2 hours.
@@ -1054,7 +1062,8 @@ public Builder clearNextPageToken() {
      * 
      * A token to retrieve next page of results.
      * To return the next page of results, call
-     * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] with this value as the
+     * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] with this
+     * value as the
      * [page_token][google.cloud.tasks.v2beta3.ListQueuesRequest.page_token].
      * If the next_page_token is empty, there are no more results.
      * The page token is valid for only 2 hours.
diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListQueuesResponseOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListQueuesResponseOrBuilder.java
index aa6909ca1a41..b33368e34839 100644
--- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListQueuesResponseOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListQueuesResponseOrBuilder.java
@@ -65,7 +65,8 @@ public interface ListQueuesResponseOrBuilder
    * 
    * A token to retrieve next page of results.
    * To return the next page of results, call
-   * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] with this value as the
+   * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] with this
+   * value as the
    * [page_token][google.cloud.tasks.v2beta3.ListQueuesRequest.page_token].
    * If the next_page_token is empty, there are no more results.
    * The page token is valid for only 2 hours.
@@ -80,7 +81,8 @@ public interface ListQueuesResponseOrBuilder
    * 
    * A token to retrieve next page of results.
    * To return the next page of results, call
-   * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] with this value as the
+   * [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] with this
+   * value as the
    * [page_token][google.cloud.tasks.v2beta3.ListQueuesRequest.page_token].
    * If the next_page_token is empty, there are no more results.
    * The page token is valid for only 2 hours.
diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListTasksRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListTasksRequest.java
index 5a943fcaa33b..deca30a6baf5 100644
--- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListTasksRequest.java
+++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListTasksRequest.java
@@ -7,7 +7,8 @@
  *
  *
  * 
- * Request message for listing tasks using [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks].
+ * Request message for listing tasks using
+ * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta3.ListTasksRequest} @@ -166,16 +167,17 @@ public com.google.protobuf.ByteString getParentBytes() { * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta3.Task] resource.
    * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; @@ -187,16 +189,17 @@ public int getResponseViewValue() { * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta3.Task] resource.
    * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; @@ -218,8 +221,8 @@ public com.google.cloud.tasks.v2beta3.Task.View getResponseView() { * The maximum page size is 1000. If unspecified, the page size will * be the maximum. Fewer tasks than requested might be returned, * even if more tasks exist; use - * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] in the - * response to determine if more tasks exist. + * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] + * in the response to determine if more tasks exist. *
* * int32 page_size = 3; @@ -237,9 +240,9 @@ public int getPageSize() { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] returned - * from the previous call to [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] - * method. + * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] + * returned from the previous call to + * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] method. * The page token is valid for only 2 hours. *
* @@ -263,9 +266,9 @@ public java.lang.String getPageToken() { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] returned - * from the previous call to [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] - * method. + * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] + * returned from the previous call to + * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] method. * The page token is valid for only 2 hours. *
* @@ -474,7 +477,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for listing tasks using [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks].
+   * Request message for listing tasks using
+   * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta3.ListTasksRequest} @@ -756,16 +760,17 @@ public Builder setParentBytes(com.google.protobuf.ByteString value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta3.Task] resource.
      * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; @@ -777,16 +782,17 @@ public int getResponseViewValue() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta3.Task] resource.
      * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; @@ -800,16 +806,17 @@ public Builder setResponseViewValue(int value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta3.Task] resource.
      * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; @@ -824,16 +831,17 @@ public com.google.cloud.tasks.v2beta3.Task.View getResponseView() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta3.Task] resource.
      * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; @@ -851,16 +859,17 @@ public Builder setResponseView(com.google.cloud.tasks.v2beta3.Task.View value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta3.Task] resource.
      * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; @@ -881,8 +890,8 @@ public Builder clearResponseView() { * The maximum page size is 1000. If unspecified, the page size will * be the maximum. Fewer tasks than requested might be returned, * even if more tasks exist; use - * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] in the - * response to determine if more tasks exist. + * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] + * in the response to determine if more tasks exist. *
* * int32 page_size = 3; @@ -898,8 +907,8 @@ public int getPageSize() { * The maximum page size is 1000. If unspecified, the page size will * be the maximum. Fewer tasks than requested might be returned, * even if more tasks exist; use - * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] in the - * response to determine if more tasks exist. + * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] + * in the response to determine if more tasks exist. *
* * int32 page_size = 3; @@ -918,8 +927,8 @@ public Builder setPageSize(int value) { * The maximum page size is 1000. If unspecified, the page size will * be the maximum. Fewer tasks than requested might be returned, * even if more tasks exist; use - * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] in the - * response to determine if more tasks exist. + * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] + * in the response to determine if more tasks exist. *
* * int32 page_size = 3; @@ -939,9 +948,9 @@ public Builder clearPageSize() { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] returned - * from the previous call to [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] - * method. + * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] + * returned from the previous call to + * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] method. * The page token is valid for only 2 hours. *
* @@ -965,9 +974,9 @@ public java.lang.String getPageToken() { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] returned - * from the previous call to [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] - * method. + * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] + * returned from the previous call to + * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] method. * The page token is valid for only 2 hours. *
* @@ -991,9 +1000,9 @@ public com.google.protobuf.ByteString getPageTokenBytes() { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] returned - * from the previous call to [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] - * method. + * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] + * returned from the previous call to + * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] method. * The page token is valid for only 2 hours. *
* @@ -1015,9 +1024,9 @@ public Builder setPageToken(java.lang.String value) { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] returned - * from the previous call to [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] - * method. + * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] + * returned from the previous call to + * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] method. * The page token is valid for only 2 hours. * * @@ -1036,9 +1045,9 @@ public Builder clearPageToken() { * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] returned - * from the previous call to [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] - * method. + * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] + * returned from the previous call to + * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] method. * The page token is valid for only 2 hours. * * diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListTasksRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListTasksRequestOrBuilder.java index 50e86b110b16..2a22c85a378f 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListTasksRequestOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListTasksRequestOrBuilder.java @@ -37,16 +37,17 @@ public interface ListTasksRequestOrBuilder * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta3.Task] resource.
    * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; @@ -56,16 +57,17 @@ public interface ListTasksRequestOrBuilder * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta3.Task] resource.
    * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; @@ -80,8 +82,8 @@ public interface ListTasksRequestOrBuilder * The maximum page size is 1000. If unspecified, the page size will * be the maximum. Fewer tasks than requested might be returned, * even if more tasks exist; use - * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] in the - * response to determine if more tasks exist. + * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] + * in the response to determine if more tasks exist. * * * int32 page_size = 3; @@ -95,9 +97,9 @@ public interface ListTasksRequestOrBuilder * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] returned - * from the previous call to [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] - * method. + * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] + * returned from the previous call to + * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] method. * The page token is valid for only 2 hours. * * @@ -111,9 +113,9 @@ public interface ListTasksRequestOrBuilder * A token identifying the page of results to return. * To request the first page results, page_token must be empty. To * request the next page of results, page_token must be the value of - * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] returned - * from the previous call to [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] - * method. + * [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] + * returned from the previous call to + * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] method. * The page token is valid for only 2 hours. * * diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListTasksResponse.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListTasksResponse.java index 68c84c82915e..d1482f5c5ee5 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListTasksResponse.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListTasksResponse.java @@ -7,7 +7,8 @@ * * *
- * Response message for listing tasks using [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks].
+ * Response message for listing tasks using
+ * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta3.ListTasksResponse} @@ -179,7 +180,8 @@ public com.google.cloud.tasks.v2beta3.TaskOrBuilder getTasksOrBuilder(int index) *
    * A token to retrieve next page of results.
    * To return the next page of results, call
-   * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] with this value as the
+   * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] with this
+   * value as the
    * [page_token][google.cloud.tasks.v2beta3.ListTasksRequest.page_token].
    * If the next_page_token is empty, there are no more results.
    * 
@@ -203,7 +205,8 @@ public java.lang.String getNextPageToken() { *
    * A token to retrieve next page of results.
    * To return the next page of results, call
-   * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] with this value as the
+   * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] with this
+   * value as the
    * [page_token][google.cloud.tasks.v2beta3.ListTasksRequest.page_token].
    * If the next_page_token is empty, there are no more results.
    * 
@@ -397,7 +400,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Response message for listing tasks using [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks].
+   * Response message for listing tasks using
+   * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta3.ListTasksResponse} @@ -958,7 +962,8 @@ public java.util.List getTasksBuild *
      * A token to retrieve next page of results.
      * To return the next page of results, call
-     * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] with this value as the
+     * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] with this
+     * value as the
      * [page_token][google.cloud.tasks.v2beta3.ListTasksRequest.page_token].
      * If the next_page_token is empty, there are no more results.
      * 
@@ -982,7 +987,8 @@ public java.lang.String getNextPageToken() { *
      * A token to retrieve next page of results.
      * To return the next page of results, call
-     * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] with this value as the
+     * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] with this
+     * value as the
      * [page_token][google.cloud.tasks.v2beta3.ListTasksRequest.page_token].
      * If the next_page_token is empty, there are no more results.
      * 
@@ -1006,7 +1012,8 @@ public com.google.protobuf.ByteString getNextPageTokenBytes() { *
      * A token to retrieve next page of results.
      * To return the next page of results, call
-     * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] with this value as the
+     * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] with this
+     * value as the
      * [page_token][google.cloud.tasks.v2beta3.ListTasksRequest.page_token].
      * If the next_page_token is empty, there are no more results.
      * 
@@ -1028,7 +1035,8 @@ public Builder setNextPageToken(java.lang.String value) { *
      * A token to retrieve next page of results.
      * To return the next page of results, call
-     * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] with this value as the
+     * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] with this
+     * value as the
      * [page_token][google.cloud.tasks.v2beta3.ListTasksRequest.page_token].
      * If the next_page_token is empty, there are no more results.
      * 
@@ -1047,7 +1055,8 @@ public Builder clearNextPageToken() { *
      * A token to retrieve next page of results.
      * To return the next page of results, call
-     * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] with this value as the
+     * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] with this
+     * value as the
      * [page_token][google.cloud.tasks.v2beta3.ListTasksRequest.page_token].
      * If the next_page_token is empty, there are no more results.
      * 
diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListTasksResponseOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListTasksResponseOrBuilder.java index 42d08ae262b7..29ca2310431d 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListTasksResponseOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ListTasksResponseOrBuilder.java @@ -65,7 +65,8 @@ public interface ListTasksResponseOrBuilder *
    * A token to retrieve next page of results.
    * To return the next page of results, call
-   * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] with this value as the
+   * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] with this
+   * value as the
    * [page_token][google.cloud.tasks.v2beta3.ListTasksRequest.page_token].
    * If the next_page_token is empty, there are no more results.
    * 
@@ -79,7 +80,8 @@ public interface ListTasksResponseOrBuilder *
    * A token to retrieve next page of results.
    * To return the next page of results, call
-   * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] with this value as the
+   * [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] with this
+   * value as the
    * [page_token][google.cloud.tasks.v2beta3.ListTasksRequest.page_token].
    * If the next_page_token is empty, there are no more results.
    * 
diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/PauseQueueRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/PauseQueueRequest.java index bfc9156c2738..1e91cdb707dc 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/PauseQueueRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/PauseQueueRequest.java @@ -7,7 +7,8 @@ * * *
- * Request message for [PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue].
+ * Request message for
+ * [PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta3.PauseQueueRequest} @@ -302,7 +303,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for [PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue].
+   * Request message for
+   * [PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta3.PauseQueueRequest} diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/PurgeQueueRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/PurgeQueueRequest.java index a4e9ce30b5b0..c50dc5191fe6 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/PurgeQueueRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/PurgeQueueRequest.java @@ -7,7 +7,8 @@ * * *
- * Request message for [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue].
+ * Request message for
+ * [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta3.PurgeQueueRequest} @@ -302,7 +303,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue].
+   * Request message for
+   * [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta3.PurgeQueueRequest} diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/Queue.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/Queue.java index 0d7d0a92e82b..1ba60056f59d 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/Queue.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/Queue.java @@ -413,15 +413,17 @@ public QueueTypeCase getQueueTypeCase() { * * *
-   * Caller-specified and required in [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue],
-   * after which it becomes output only.
+   * Caller-specified and required in
+   * [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue], after
+   * which it becomes output only.
    * The queue name.
    * The queue name must have the following format:
    * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID`
    * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
    *    hyphens (-), colons (:), or periods (.).
    *    For more information, see
-   *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+   *    [Identifying
+   *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
    * * `LOCATION_ID` is the canonical ID for the queue's location.
    *    The list of available locations can be obtained by calling
    *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -447,15 +449,17 @@ public java.lang.String getName() {
    *
    *
    * 
-   * Caller-specified and required in [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue],
-   * after which it becomes output only.
+   * Caller-specified and required in
+   * [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue], after
+   * which it becomes output only.
    * The queue name.
    * The queue name must have the following format:
    * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID`
    * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
    *    hyphens (-), colons (:), or periods (.).
    *    For more information, see
-   *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+   *    [Identifying
+   *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
    * * `LOCATION_ID` is the canonical ID for the queue's location.
    *    The list of available locations can be obtained by calling
    *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -483,9 +487,11 @@ public com.google.protobuf.ByteString getNameBytes() {
    *
    *
    * 
-   * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] settings apply only to
-   * [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
-   * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by this proto.
+   * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue]
+   * settings apply only to [App Engine
+   * tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
+   * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by
+   * this proto.
    * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3; @@ -497,9 +503,11 @@ public boolean hasAppEngineHttpQueue() { * * *
-   * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] settings apply only to
-   * [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
-   * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by this proto.
+   * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue]
+   * settings apply only to [App Engine
+   * tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
+   * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by
+   * this proto.
    * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3; @@ -514,9 +522,11 @@ public com.google.cloud.tasks.v2beta3.AppEngineHttpQueue getAppEngineHttpQueue() * * *
-   * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] settings apply only to
-   * [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
-   * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by this proto.
+   * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue]
+   * settings apply only to [App Engine
+   * tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
+   * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by
+   * this proto.
    * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3; @@ -536,17 +546,20 @@ public com.google.cloud.tasks.v2beta3.AppEngineHttpQueue getAppEngineHttpQueue() * *
    * Rate limits for task dispatches.
-   * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are
-   * related because they both control task attempts. However they control task
-   * attempts in different ways:
-   * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the total rate of
+   * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and
+   * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are related
+   * because they both control task attempts. However they control task attempts
+   * in different ways:
+   * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the
+   * total rate of
    *   dispatches from a queue (i.e. all traffic dispatched from the
    *   queue, regardless of whether the dispatch is from a first
    *   attempt or a retry).
-   * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls what happens to
+   * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+   * what happens to
    *   particular a task after its first attempt fails. That is,
-   *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls task retries (the
-   *   second attempt, third attempt, etc).
+   *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+   *   task retries (the second attempt, third attempt, etc).
    * The queue's actual dispatch rate is the result of:
    * * Number of tasks in the queue
    * * User-specified throttling: [rate limits][Queue.RateLimits]
@@ -567,17 +580,20 @@ public boolean hasRateLimits() {
    *
    * 
    * Rate limits for task dispatches.
-   * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are
-   * related because they both control task attempts. However they control task
-   * attempts in different ways:
-   * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the total rate of
+   * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and
+   * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are related
+   * because they both control task attempts. However they control task attempts
+   * in different ways:
+   * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the
+   * total rate of
    *   dispatches from a queue (i.e. all traffic dispatched from the
    *   queue, regardless of whether the dispatch is from a first
    *   attempt or a retry).
-   * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls what happens to
+   * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+   * what happens to
    *   particular a task after its first attempt fails. That is,
-   *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls task retries (the
-   *   second attempt, third attempt, etc).
+   *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+   *   task retries (the second attempt, third attempt, etc).
    * The queue's actual dispatch rate is the result of:
    * * Number of tasks in the queue
    * * User-specified throttling: [rate limits][Queue.RateLimits]
@@ -600,17 +616,20 @@ public com.google.cloud.tasks.v2beta3.RateLimits getRateLimits() {
    *
    * 
    * Rate limits for task dispatches.
-   * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are
-   * related because they both control task attempts. However they control task
-   * attempts in different ways:
-   * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the total rate of
+   * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and
+   * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are related
+   * because they both control task attempts. However they control task attempts
+   * in different ways:
+   * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the
+   * total rate of
    *   dispatches from a queue (i.e. all traffic dispatched from the
    *   queue, regardless of whether the dispatch is from a first
    *   attempt or a retry).
-   * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls what happens to
+   * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+   * what happens to
    *   particular a task after its first attempt fails. That is,
-   *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls task retries (the
-   *   second attempt, third attempt, etc).
+   *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+   *   task retries (the second attempt, third attempt, etc).
    * The queue's actual dispatch rate is the result of:
    * * Number of tasks in the queue
    * * User-specified throttling: [rate limits][Queue.RateLimits]
@@ -640,7 +659,8 @@ public com.google.cloud.tasks.v2beta3.RateLimitsOrBuilder getRateLimitsOrBuilder
    * * For tasks created using the App Engine SDK: the queue-level retry
    *   settings apply to all tasks in the queue which do not have retry settings
    *   explicitly set on the task and were created by the App Engine SDK. See
-   *   [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
+   *   [App Engine
+   *   documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
    * 
* * .google.cloud.tasks.v2beta3.RetryConfig retry_config = 5; @@ -659,7 +679,8 @@ public boolean hasRetryConfig() { * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). *
* * .google.cloud.tasks.v2beta3.RetryConfig retry_config = 5; @@ -680,7 +701,8 @@ public com.google.cloud.tasks.v2beta3.RetryConfig getRetryConfig() { * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). *
* * .google.cloud.tasks.v2beta3.RetryConfig retry_config = 5; @@ -698,9 +720,11 @@ public com.google.cloud.tasks.v2beta3.RetryConfigOrBuilder getRetryConfigOrBuild * Output only. The state of the queue. * `state` can only be changed by called * [PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue], - * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or uploading + * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or + * uploading * [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref). - * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] cannot be used to change `state`. + * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] cannot be + * used to change `state`. *
* * .google.cloud.tasks.v2beta3.Queue.State state = 6; @@ -715,9 +739,11 @@ public int getStateValue() { * Output only. The state of the queue. * `state` can only be changed by called * [PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue], - * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or uploading + * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or + * uploading * [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref). - * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] cannot be used to change `state`. + * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] cannot be + * used to change `state`. *
* * .google.cloud.tasks.v2beta3.Queue.State state = 6; @@ -736,10 +762,12 @@ public com.google.cloud.tasks.v2beta3.Queue.State getState() { * *
    * Output only. The last time this queue was purged.
-   * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time] before this time
-   * were purged.
-   * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the
-   * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+   * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time]
+   * before this time were purged.
+   * A queue can be purged using
+   * [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the [App
+   * Engine Task Queue SDK, or the Cloud
+   * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
    * Purge time will be truncated to the nearest microsecond. Purge
    * time will be unset if the queue has never been purged.
    * 
@@ -754,10 +782,12 @@ public boolean hasPurgeTime() { * *
    * Output only. The last time this queue was purged.
-   * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time] before this time
-   * were purged.
-   * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the
-   * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+   * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time]
+   * before this time were purged.
+   * A queue can be purged using
+   * [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the [App
+   * Engine Task Queue SDK, or the Cloud
+   * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
    * Purge time will be truncated to the nearest microsecond. Purge
    * time will be unset if the queue has never been purged.
    * 
@@ -772,10 +802,12 @@ public com.google.protobuf.Timestamp getPurgeTime() { * *
    * Output only. The last time this queue was purged.
-   * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time] before this time
-   * were purged.
-   * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the
-   * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+   * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time]
+   * before this time were purged.
+   * A queue can be purged using
+   * [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the [App
+   * Engine Task Queue SDK, or the Cloud
+   * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
    * Purge time will be truncated to the nearest microsecond. Purge
    * time will be unset if the queue has never been purged.
    * 
@@ -1266,15 +1298,17 @@ public Builder clearQueueType() { * * *
-     * Caller-specified and required in [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue],
-     * after which it becomes output only.
+     * Caller-specified and required in
+     * [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue], after
+     * which it becomes output only.
      * The queue name.
      * The queue name must have the following format:
      * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID`
      * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
      *    hyphens (-), colons (:), or periods (.).
      *    For more information, see
-     *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+     *    [Identifying
+     *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
      * * `LOCATION_ID` is the canonical ID for the queue's location.
      *    The list of available locations can be obtained by calling
      *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -1300,15 +1334,17 @@ public java.lang.String getName() {
      *
      *
      * 
-     * Caller-specified and required in [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue],
-     * after which it becomes output only.
+     * Caller-specified and required in
+     * [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue], after
+     * which it becomes output only.
      * The queue name.
      * The queue name must have the following format:
      * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID`
      * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
      *    hyphens (-), colons (:), or periods (.).
      *    For more information, see
-     *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+     *    [Identifying
+     *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
      * * `LOCATION_ID` is the canonical ID for the queue's location.
      *    The list of available locations can be obtained by calling
      *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -1334,15 +1370,17 @@ public com.google.protobuf.ByteString getNameBytes() {
      *
      *
      * 
-     * Caller-specified and required in [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue],
-     * after which it becomes output only.
+     * Caller-specified and required in
+     * [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue], after
+     * which it becomes output only.
      * The queue name.
      * The queue name must have the following format:
      * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID`
      * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
      *    hyphens (-), colons (:), or periods (.).
      *    For more information, see
-     *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+     *    [Identifying
+     *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
      * * `LOCATION_ID` is the canonical ID for the queue's location.
      *    The list of available locations can be obtained by calling
      *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -1366,15 +1404,17 @@ public Builder setName(java.lang.String value) {
      *
      *
      * 
-     * Caller-specified and required in [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue],
-     * after which it becomes output only.
+     * Caller-specified and required in
+     * [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue], after
+     * which it becomes output only.
      * The queue name.
      * The queue name must have the following format:
      * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID`
      * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
      *    hyphens (-), colons (:), or periods (.).
      *    For more information, see
-     *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+     *    [Identifying
+     *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
      * * `LOCATION_ID` is the canonical ID for the queue's location.
      *    The list of available locations can be obtained by calling
      *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -1395,15 +1435,17 @@ public Builder clearName() {
      *
      *
      * 
-     * Caller-specified and required in [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue],
-     * after which it becomes output only.
+     * Caller-specified and required in
+     * [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue], after
+     * which it becomes output only.
      * The queue name.
      * The queue name must have the following format:
      * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID`
      * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
      *    hyphens (-), colons (:), or periods (.).
      *    For more information, see
-     *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+     *    [Identifying
+     *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
      * * `LOCATION_ID` is the canonical ID for the queue's location.
      *    The list of available locations can be obtained by calling
      *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -1434,9 +1476,11 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
      *
      *
      * 
-     * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] settings apply only to
-     * [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
-     * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by this proto.
+     * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue]
+     * settings apply only to [App Engine
+     * tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
+     * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by
+     * this proto.
      * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3; @@ -1448,9 +1492,11 @@ public boolean hasAppEngineHttpQueue() { * * *
-     * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] settings apply only to
-     * [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
-     * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by this proto.
+     * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue]
+     * settings apply only to [App Engine
+     * tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
+     * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by
+     * this proto.
      * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3; @@ -1472,9 +1518,11 @@ public com.google.cloud.tasks.v2beta3.AppEngineHttpQueue getAppEngineHttpQueue() * * *
-     * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] settings apply only to
-     * [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
-     * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by this proto.
+     * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue]
+     * settings apply only to [App Engine
+     * tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
+     * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by
+     * this proto.
      * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3; @@ -1496,9 +1544,11 @@ public Builder setAppEngineHttpQueue(com.google.cloud.tasks.v2beta3.AppEngineHtt * * *
-     * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] settings apply only to
-     * [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
-     * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by this proto.
+     * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue]
+     * settings apply only to [App Engine
+     * tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
+     * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by
+     * this proto.
      * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3; @@ -1518,9 +1568,11 @@ public Builder setAppEngineHttpQueue( * * *
-     * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] settings apply only to
-     * [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
-     * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by this proto.
+     * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue]
+     * settings apply only to [App Engine
+     * tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
+     * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by
+     * this proto.
      * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3; @@ -1553,9 +1605,11 @@ public Builder mergeAppEngineHttpQueue( * * *
-     * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] settings apply only to
-     * [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
-     * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by this proto.
+     * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue]
+     * settings apply only to [App Engine
+     * tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
+     * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by
+     * this proto.
      * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3; @@ -1580,9 +1634,11 @@ public Builder clearAppEngineHttpQueue() { * * *
-     * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] settings apply only to
-     * [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
-     * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by this proto.
+     * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue]
+     * settings apply only to [App Engine
+     * tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
+     * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by
+     * this proto.
      * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3; @@ -1595,9 +1651,11 @@ public Builder clearAppEngineHttpQueue() { * * *
-     * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] settings apply only to
-     * [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
-     * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by this proto.
+     * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue]
+     * settings apply only to [App Engine
+     * tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
+     * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by
+     * this proto.
      * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3; @@ -1617,9 +1675,11 @@ public Builder clearAppEngineHttpQueue() { * * *
-     * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] settings apply only to
-     * [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
-     * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by this proto.
+     * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue]
+     * settings apply only to [App Engine
+     * tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
+     * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by
+     * this proto.
      * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3; @@ -1660,17 +1720,20 @@ public Builder clearAppEngineHttpQueue() { * *
      * Rate limits for task dispatches.
-     * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are
-     * related because they both control task attempts. However they control task
-     * attempts in different ways:
-     * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the total rate of
+     * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and
+     * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are related
+     * because they both control task attempts. However they control task attempts
+     * in different ways:
+     * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the
+     * total rate of
      *   dispatches from a queue (i.e. all traffic dispatched from the
      *   queue, regardless of whether the dispatch is from a first
      *   attempt or a retry).
-     * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls what happens to
+     * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+     * what happens to
      *   particular a task after its first attempt fails. That is,
-     *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls task retries (the
-     *   second attempt, third attempt, etc).
+     *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+     *   task retries (the second attempt, third attempt, etc).
      * The queue's actual dispatch rate is the result of:
      * * Number of tasks in the queue
      * * User-specified throttling: [rate limits][Queue.RateLimits]
@@ -1691,17 +1754,20 @@ public boolean hasRateLimits() {
      *
      * 
      * Rate limits for task dispatches.
-     * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are
-     * related because they both control task attempts. However they control task
-     * attempts in different ways:
-     * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the total rate of
+     * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and
+     * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are related
+     * because they both control task attempts. However they control task attempts
+     * in different ways:
+     * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the
+     * total rate of
      *   dispatches from a queue (i.e. all traffic dispatched from the
      *   queue, regardless of whether the dispatch is from a first
      *   attempt or a retry).
-     * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls what happens to
+     * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+     * what happens to
      *   particular a task after its first attempt fails. That is,
-     *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls task retries (the
-     *   second attempt, third attempt, etc).
+     *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+     *   task retries (the second attempt, third attempt, etc).
      * The queue's actual dispatch rate is the result of:
      * * Number of tasks in the queue
      * * User-specified throttling: [rate limits][Queue.RateLimits]
@@ -1728,17 +1794,20 @@ public com.google.cloud.tasks.v2beta3.RateLimits getRateLimits() {
      *
      * 
      * Rate limits for task dispatches.
-     * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are
-     * related because they both control task attempts. However they control task
-     * attempts in different ways:
-     * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the total rate of
+     * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and
+     * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are related
+     * because they both control task attempts. However they control task attempts
+     * in different ways:
+     * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the
+     * total rate of
      *   dispatches from a queue (i.e. all traffic dispatched from the
      *   queue, regardless of whether the dispatch is from a first
      *   attempt or a retry).
-     * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls what happens to
+     * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+     * what happens to
      *   particular a task after its first attempt fails. That is,
-     *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls task retries (the
-     *   second attempt, third attempt, etc).
+     *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+     *   task retries (the second attempt, third attempt, etc).
      * The queue's actual dispatch rate is the result of:
      * * Number of tasks in the queue
      * * User-specified throttling: [rate limits][Queue.RateLimits]
@@ -1769,17 +1838,20 @@ public Builder setRateLimits(com.google.cloud.tasks.v2beta3.RateLimits value) {
      *
      * 
      * Rate limits for task dispatches.
-     * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are
-     * related because they both control task attempts. However they control task
-     * attempts in different ways:
-     * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the total rate of
+     * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and
+     * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are related
+     * because they both control task attempts. However they control task attempts
+     * in different ways:
+     * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the
+     * total rate of
      *   dispatches from a queue (i.e. all traffic dispatched from the
      *   queue, regardless of whether the dispatch is from a first
      *   attempt or a retry).
-     * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls what happens to
+     * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+     * what happens to
      *   particular a task after its first attempt fails. That is,
-     *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls task retries (the
-     *   second attempt, third attempt, etc).
+     *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+     *   task retries (the second attempt, third attempt, etc).
      * The queue's actual dispatch rate is the result of:
      * * Number of tasks in the queue
      * * User-specified throttling: [rate limits][Queue.RateLimits]
@@ -1808,17 +1880,20 @@ public Builder setRateLimits(
      *
      * 
      * Rate limits for task dispatches.
-     * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are
-     * related because they both control task attempts. However they control task
-     * attempts in different ways:
-     * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the total rate of
+     * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and
+     * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are related
+     * because they both control task attempts. However they control task attempts
+     * in different ways:
+     * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the
+     * total rate of
      *   dispatches from a queue (i.e. all traffic dispatched from the
      *   queue, regardless of whether the dispatch is from a first
      *   attempt or a retry).
-     * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls what happens to
+     * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+     * what happens to
      *   particular a task after its first attempt fails. That is,
-     *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls task retries (the
-     *   second attempt, third attempt, etc).
+     *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+     *   task retries (the second attempt, third attempt, etc).
      * The queue's actual dispatch rate is the result of:
      * * Number of tasks in the queue
      * * User-specified throttling: [rate limits][Queue.RateLimits]
@@ -1853,17 +1928,20 @@ public Builder mergeRateLimits(com.google.cloud.tasks.v2beta3.RateLimits value)
      *
      * 
      * Rate limits for task dispatches.
-     * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are
-     * related because they both control task attempts. However they control task
-     * attempts in different ways:
-     * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the total rate of
+     * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and
+     * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are related
+     * because they both control task attempts. However they control task attempts
+     * in different ways:
+     * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the
+     * total rate of
      *   dispatches from a queue (i.e. all traffic dispatched from the
      *   queue, regardless of whether the dispatch is from a first
      *   attempt or a retry).
-     * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls what happens to
+     * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+     * what happens to
      *   particular a task after its first attempt fails. That is,
-     *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls task retries (the
-     *   second attempt, third attempt, etc).
+     *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+     *   task retries (the second attempt, third attempt, etc).
      * The queue's actual dispatch rate is the result of:
      * * Number of tasks in the queue
      * * User-specified throttling: [rate limits][Queue.RateLimits]
@@ -1892,17 +1970,20 @@ public Builder clearRateLimits() {
      *
      * 
      * Rate limits for task dispatches.
-     * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are
-     * related because they both control task attempts. However they control task
-     * attempts in different ways:
-     * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the total rate of
+     * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and
+     * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are related
+     * because they both control task attempts. However they control task attempts
+     * in different ways:
+     * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the
+     * total rate of
      *   dispatches from a queue (i.e. all traffic dispatched from the
      *   queue, regardless of whether the dispatch is from a first
      *   attempt or a retry).
-     * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls what happens to
+     * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+     * what happens to
      *   particular a task after its first attempt fails. That is,
-     *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls task retries (the
-     *   second attempt, third attempt, etc).
+     *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+     *   task retries (the second attempt, third attempt, etc).
      * The queue's actual dispatch rate is the result of:
      * * Number of tasks in the queue
      * * User-specified throttling: [rate limits][Queue.RateLimits]
@@ -1925,17 +2006,20 @@ public com.google.cloud.tasks.v2beta3.RateLimits.Builder getRateLimitsBuilder()
      *
      * 
      * Rate limits for task dispatches.
-     * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are
-     * related because they both control task attempts. However they control task
-     * attempts in different ways:
-     * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the total rate of
+     * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and
+     * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are related
+     * because they both control task attempts. However they control task attempts
+     * in different ways:
+     * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the
+     * total rate of
      *   dispatches from a queue (i.e. all traffic dispatched from the
      *   queue, regardless of whether the dispatch is from a first
      *   attempt or a retry).
-     * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls what happens to
+     * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+     * what happens to
      *   particular a task after its first attempt fails. That is,
-     *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls task retries (the
-     *   second attempt, third attempt, etc).
+     *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+     *   task retries (the second attempt, third attempt, etc).
      * The queue's actual dispatch rate is the result of:
      * * Number of tasks in the queue
      * * User-specified throttling: [rate limits][Queue.RateLimits]
@@ -1962,17 +2046,20 @@ public com.google.cloud.tasks.v2beta3.RateLimitsOrBuilder getRateLimitsOrBuilder
      *
      * 
      * Rate limits for task dispatches.
-     * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are
-     * related because they both control task attempts. However they control task
-     * attempts in different ways:
-     * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the total rate of
+     * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and
+     * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are related
+     * because they both control task attempts. However they control task attempts
+     * in different ways:
+     * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the
+     * total rate of
      *   dispatches from a queue (i.e. all traffic dispatched from the
      *   queue, regardless of whether the dispatch is from a first
      *   attempt or a retry).
-     * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls what happens to
+     * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+     * what happens to
      *   particular a task after its first attempt fails. That is,
-     *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls task retries (the
-     *   second attempt, third attempt, etc).
+     *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+     *   task retries (the second attempt, third attempt, etc).
      * The queue's actual dispatch rate is the result of:
      * * Number of tasks in the queue
      * * User-specified throttling: [rate limits][Queue.RateLimits]
@@ -2019,7 +2106,8 @@ public com.google.cloud.tasks.v2beta3.RateLimitsOrBuilder getRateLimitsOrBuilder
      * * For tasks created using the App Engine SDK: the queue-level retry
      *   settings apply to all tasks in the queue which do not have retry settings
      *   explicitly set on the task and were created by the App Engine SDK. See
-     *   [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
+     *   [App Engine
+     *   documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
      * 
* * .google.cloud.tasks.v2beta3.RetryConfig retry_config = 5; @@ -2038,7 +2126,8 @@ public boolean hasRetryConfig() { * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). *
* * .google.cloud.tasks.v2beta3.RetryConfig retry_config = 5; @@ -2063,7 +2152,8 @@ public com.google.cloud.tasks.v2beta3.RetryConfig getRetryConfig() { * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). *
* * .google.cloud.tasks.v2beta3.RetryConfig retry_config = 5; @@ -2092,7 +2182,8 @@ public Builder setRetryConfig(com.google.cloud.tasks.v2beta3.RetryConfig value) * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). *
* * .google.cloud.tasks.v2beta3.RetryConfig retry_config = 5; @@ -2119,7 +2210,8 @@ public Builder setRetryConfig( * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). *
* * .google.cloud.tasks.v2beta3.RetryConfig retry_config = 5; @@ -2152,7 +2244,8 @@ public Builder mergeRetryConfig(com.google.cloud.tasks.v2beta3.RetryConfig value * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). *
* * .google.cloud.tasks.v2beta3.RetryConfig retry_config = 5; @@ -2179,7 +2272,8 @@ public Builder clearRetryConfig() { * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). *
* * .google.cloud.tasks.v2beta3.RetryConfig retry_config = 5; @@ -2200,7 +2294,8 @@ public com.google.cloud.tasks.v2beta3.RetryConfig.Builder getRetryConfigBuilder( * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). *
* * .google.cloud.tasks.v2beta3.RetryConfig retry_config = 5; @@ -2225,7 +2320,8 @@ public com.google.cloud.tasks.v2beta3.RetryConfigOrBuilder getRetryConfigOrBuild * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). *
* * .google.cloud.tasks.v2beta3.RetryConfig retry_config = 5; @@ -2255,9 +2351,11 @@ public com.google.cloud.tasks.v2beta3.RetryConfigOrBuilder getRetryConfigOrBuild * Output only. The state of the queue. * `state` can only be changed by called * [PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue], - * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or uploading + * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or + * uploading * [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref). - * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] cannot be used to change `state`. + * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] cannot be + * used to change `state`. *
* * .google.cloud.tasks.v2beta3.Queue.State state = 6; @@ -2272,9 +2370,11 @@ public int getStateValue() { * Output only. The state of the queue. * `state` can only be changed by called * [PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue], - * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or uploading + * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or + * uploading * [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref). - * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] cannot be used to change `state`. + * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] cannot be + * used to change `state`. *
* * .google.cloud.tasks.v2beta3.Queue.State state = 6; @@ -2291,9 +2391,11 @@ public Builder setStateValue(int value) { * Output only. The state of the queue. * `state` can only be changed by called * [PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue], - * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or uploading + * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or + * uploading * [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref). - * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] cannot be used to change `state`. + * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] cannot be + * used to change `state`. *
* * .google.cloud.tasks.v2beta3.Queue.State state = 6; @@ -2311,9 +2413,11 @@ public com.google.cloud.tasks.v2beta3.Queue.State getState() { * Output only. The state of the queue. * `state` can only be changed by called * [PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue], - * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or uploading + * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or + * uploading * [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref). - * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] cannot be used to change `state`. + * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] cannot be + * used to change `state`. *
* * .google.cloud.tasks.v2beta3.Queue.State state = 6; @@ -2334,9 +2438,11 @@ public Builder setState(com.google.cloud.tasks.v2beta3.Queue.State value) { * Output only. The state of the queue. * `state` can only be changed by called * [PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue], - * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or uploading + * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or + * uploading * [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref). - * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] cannot be used to change `state`. + * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] cannot be + * used to change `state`. *
* * .google.cloud.tasks.v2beta3.Queue.State state = 6; @@ -2359,10 +2465,12 @@ public Builder clearState() { * *
      * Output only. The last time this queue was purged.
-     * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time] before this time
-     * were purged.
-     * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the
-     * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+     * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time]
+     * before this time were purged.
+     * A queue can be purged using
+     * [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the [App
+     * Engine Task Queue SDK, or the Cloud
+     * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
      * Purge time will be truncated to the nearest microsecond. Purge
      * time will be unset if the queue has never been purged.
      * 
@@ -2377,10 +2485,12 @@ public boolean hasPurgeTime() { * *
      * Output only. The last time this queue was purged.
-     * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time] before this time
-     * were purged.
-     * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the
-     * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+     * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time]
+     * before this time were purged.
+     * A queue can be purged using
+     * [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the [App
+     * Engine Task Queue SDK, or the Cloud
+     * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
      * Purge time will be truncated to the nearest microsecond. Purge
      * time will be unset if the queue has never been purged.
      * 
@@ -2399,10 +2509,12 @@ public com.google.protobuf.Timestamp getPurgeTime() { * *
      * Output only. The last time this queue was purged.
-     * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time] before this time
-     * were purged.
-     * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the
-     * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+     * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time]
+     * before this time were purged.
+     * A queue can be purged using
+     * [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the [App
+     * Engine Task Queue SDK, or the Cloud
+     * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
      * Purge time will be truncated to the nearest microsecond. Purge
      * time will be unset if the queue has never been purged.
      * 
@@ -2427,10 +2539,12 @@ public Builder setPurgeTime(com.google.protobuf.Timestamp value) { * *
      * Output only. The last time this queue was purged.
-     * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time] before this time
-     * were purged.
-     * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the
-     * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+     * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time]
+     * before this time were purged.
+     * A queue can be purged using
+     * [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the [App
+     * Engine Task Queue SDK, or the Cloud
+     * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
      * Purge time will be truncated to the nearest microsecond. Purge
      * time will be unset if the queue has never been purged.
      * 
@@ -2452,10 +2566,12 @@ public Builder setPurgeTime(com.google.protobuf.Timestamp.Builder builderForValu * *
      * Output only. The last time this queue was purged.
-     * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time] before this time
-     * were purged.
-     * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the
-     * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+     * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time]
+     * before this time were purged.
+     * A queue can be purged using
+     * [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the [App
+     * Engine Task Queue SDK, or the Cloud
+     * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
      * Purge time will be truncated to the nearest microsecond. Purge
      * time will be unset if the queue has never been purged.
      * 
@@ -2482,10 +2598,12 @@ public Builder mergePurgeTime(com.google.protobuf.Timestamp value) { * *
      * Output only. The last time this queue was purged.
-     * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time] before this time
-     * were purged.
-     * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the
-     * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+     * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time]
+     * before this time were purged.
+     * A queue can be purged using
+     * [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the [App
+     * Engine Task Queue SDK, or the Cloud
+     * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
      * Purge time will be truncated to the nearest microsecond. Purge
      * time will be unset if the queue has never been purged.
      * 
@@ -2508,10 +2626,12 @@ public Builder clearPurgeTime() { * *
      * Output only. The last time this queue was purged.
-     * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time] before this time
-     * were purged.
-     * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the
-     * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+     * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time]
+     * before this time were purged.
+     * A queue can be purged using
+     * [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the [App
+     * Engine Task Queue SDK, or the Cloud
+     * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
      * Purge time will be truncated to the nearest microsecond. Purge
      * time will be unset if the queue has never been purged.
      * 
@@ -2528,10 +2648,12 @@ public com.google.protobuf.Timestamp.Builder getPurgeTimeBuilder() { * *
      * Output only. The last time this queue was purged.
-     * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time] before this time
-     * were purged.
-     * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the
-     * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+     * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time]
+     * before this time were purged.
+     * A queue can be purged using
+     * [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the [App
+     * Engine Task Queue SDK, or the Cloud
+     * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
      * Purge time will be truncated to the nearest microsecond. Purge
      * time will be unset if the queue has never been purged.
      * 
@@ -2550,10 +2672,12 @@ public com.google.protobuf.TimestampOrBuilder getPurgeTimeOrBuilder() { * *
      * Output only. The last time this queue was purged.
-     * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time] before this time
-     * were purged.
-     * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the
-     * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+     * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time]
+     * before this time were purged.
+     * A queue can be purged using
+     * [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the [App
+     * Engine Task Queue SDK, or the Cloud
+     * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
      * Purge time will be truncated to the nearest microsecond. Purge
      * time will be unset if the queue has never been purged.
      * 
diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/QueueOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/QueueOrBuilder.java index 1dfa11eee599..b178e17916a8 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/QueueOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/QueueOrBuilder.java @@ -12,15 +12,17 @@ public interface QueueOrBuilder * * *
-   * Caller-specified and required in [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue],
-   * after which it becomes output only.
+   * Caller-specified and required in
+   * [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue], after
+   * which it becomes output only.
    * The queue name.
    * The queue name must have the following format:
    * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID`
    * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
    *    hyphens (-), colons (:), or periods (.).
    *    For more information, see
-   *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+   *    [Identifying
+   *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
    * * `LOCATION_ID` is the canonical ID for the queue's location.
    *    The list of available locations can be obtained by calling
    *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -36,15 +38,17 @@ public interface QueueOrBuilder
    *
    *
    * 
-   * Caller-specified and required in [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue],
-   * after which it becomes output only.
+   * Caller-specified and required in
+   * [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue], after
+   * which it becomes output only.
    * The queue name.
    * The queue name must have the following format:
    * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID`
    * * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
    *    hyphens (-), colons (:), or periods (.).
    *    For more information, see
-   *    [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
+   *    [Identifying
+   *    projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
    * * `LOCATION_ID` is the canonical ID for the queue's location.
    *    The list of available locations can be obtained by calling
    *    [ListLocations][google.cloud.location.Locations.ListLocations].
@@ -61,9 +65,11 @@ public interface QueueOrBuilder
    *
    *
    * 
-   * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] settings apply only to
-   * [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
-   * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by this proto.
+   * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue]
+   * settings apply only to [App Engine
+   * tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
+   * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by
+   * this proto.
    * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3; @@ -73,9 +79,11 @@ public interface QueueOrBuilder * * *
-   * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] settings apply only to
-   * [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
-   * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by this proto.
+   * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue]
+   * settings apply only to [App Engine
+   * tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
+   * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by
+   * this proto.
    * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3; @@ -85,9 +93,11 @@ public interface QueueOrBuilder * * *
-   * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] settings apply only to
-   * [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
-   * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by this proto.
+   * [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue]
+   * settings apply only to [App Engine
+   * tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue.
+   * [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by
+   * this proto.
    * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpQueue app_engine_http_queue = 3; @@ -99,17 +109,20 @@ public interface QueueOrBuilder * *
    * Rate limits for task dispatches.
-   * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are
-   * related because they both control task attempts. However they control task
-   * attempts in different ways:
-   * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the total rate of
+   * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and
+   * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are related
+   * because they both control task attempts. However they control task attempts
+   * in different ways:
+   * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the
+   * total rate of
    *   dispatches from a queue (i.e. all traffic dispatched from the
    *   queue, regardless of whether the dispatch is from a first
    *   attempt or a retry).
-   * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls what happens to
+   * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+   * what happens to
    *   particular a task after its first attempt fails. That is,
-   *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls task retries (the
-   *   second attempt, third attempt, etc).
+   *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+   *   task retries (the second attempt, third attempt, etc).
    * The queue's actual dispatch rate is the result of:
    * * Number of tasks in the queue
    * * User-specified throttling: [rate limits][Queue.RateLimits]
@@ -128,17 +141,20 @@ public interface QueueOrBuilder
    *
    * 
    * Rate limits for task dispatches.
-   * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are
-   * related because they both control task attempts. However they control task
-   * attempts in different ways:
-   * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the total rate of
+   * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and
+   * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are related
+   * because they both control task attempts. However they control task attempts
+   * in different ways:
+   * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the
+   * total rate of
    *   dispatches from a queue (i.e. all traffic dispatched from the
    *   queue, regardless of whether the dispatch is from a first
    *   attempt or a retry).
-   * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls what happens to
+   * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+   * what happens to
    *   particular a task after its first attempt fails. That is,
-   *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls task retries (the
-   *   second attempt, third attempt, etc).
+   *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+   *   task retries (the second attempt, third attempt, etc).
    * The queue's actual dispatch rate is the result of:
    * * Number of tasks in the queue
    * * User-specified throttling: [rate limits][Queue.RateLimits]
@@ -157,17 +173,20 @@ public interface QueueOrBuilder
    *
    * 
    * Rate limits for task dispatches.
-   * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are
-   * related because they both control task attempts. However they control task
-   * attempts in different ways:
-   * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the total rate of
+   * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and
+   * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are related
+   * because they both control task attempts. However they control task attempts
+   * in different ways:
+   * * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the
+   * total rate of
    *   dispatches from a queue (i.e. all traffic dispatched from the
    *   queue, regardless of whether the dispatch is from a first
    *   attempt or a retry).
-   * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls what happens to
+   * * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+   * what happens to
    *   particular a task after its first attempt fails. That is,
-   *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls task retries (the
-   *   second attempt, third attempt, etc).
+   *   [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls
+   *   task retries (the second attempt, third attempt, etc).
    * The queue's actual dispatch rate is the result of:
    * * Number of tasks in the queue
    * * User-specified throttling: [rate limits][Queue.RateLimits]
@@ -193,7 +212,8 @@ public interface QueueOrBuilder
    * * For tasks created using the App Engine SDK: the queue-level retry
    *   settings apply to all tasks in the queue which do not have retry settings
    *   explicitly set on the task and were created by the App Engine SDK. See
-   *   [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
+   *   [App Engine
+   *   documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks).
    * 
* * .google.cloud.tasks.v2beta3.RetryConfig retry_config = 5; @@ -210,7 +230,8 @@ public interface QueueOrBuilder * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). *
* * .google.cloud.tasks.v2beta3.RetryConfig retry_config = 5; @@ -227,7 +248,8 @@ public interface QueueOrBuilder * * For tasks created using the App Engine SDK: the queue-level retry * settings apply to all tasks in the queue which do not have retry settings * explicitly set on the task and were created by the App Engine SDK. See - * [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + * [App Engine + * documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). *
* * .google.cloud.tasks.v2beta3.RetryConfig retry_config = 5; @@ -241,9 +263,11 @@ public interface QueueOrBuilder * Output only. The state of the queue. * `state` can only be changed by called * [PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue], - * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or uploading + * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or + * uploading * [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref). - * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] cannot be used to change `state`. + * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] cannot be + * used to change `state`. *
* * .google.cloud.tasks.v2beta3.Queue.State state = 6; @@ -256,9 +280,11 @@ public interface QueueOrBuilder * Output only. The state of the queue. * `state` can only be changed by called * [PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue], - * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or uploading + * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or + * uploading * [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref). - * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] cannot be used to change `state`. + * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] cannot be + * used to change `state`. *
* * .google.cloud.tasks.v2beta3.Queue.State state = 6; @@ -270,10 +296,12 @@ public interface QueueOrBuilder * *
    * Output only. The last time this queue was purged.
-   * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time] before this time
-   * were purged.
-   * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the
-   * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+   * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time]
+   * before this time were purged.
+   * A queue can be purged using
+   * [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the [App
+   * Engine Task Queue SDK, or the Cloud
+   * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
    * Purge time will be truncated to the nearest microsecond. Purge
    * time will be unset if the queue has never been purged.
    * 
@@ -286,10 +314,12 @@ public interface QueueOrBuilder * *
    * Output only. The last time this queue was purged.
-   * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time] before this time
-   * were purged.
-   * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the
-   * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+   * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time]
+   * before this time were purged.
+   * A queue can be purged using
+   * [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the [App
+   * Engine Task Queue SDK, or the Cloud
+   * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
    * Purge time will be truncated to the nearest microsecond. Purge
    * time will be unset if the queue has never been purged.
    * 
@@ -302,10 +332,12 @@ public interface QueueOrBuilder * *
    * Output only. The last time this queue was purged.
-   * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time] before this time
-   * were purged.
-   * A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the
-   * [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
+   * All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time]
+   * before this time were purged.
+   * A queue can be purged using
+   * [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the [App
+   * Engine Task Queue SDK, or the Cloud
+   * Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue).
    * Purge time will be truncated to the nearest microsecond. Purge
    * time will be unset if the queue has never been purged.
    * 
diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/RateLimits.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/RateLimits.java index e5d65fb64173..014142f11f5d 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/RateLimits.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/RateLimits.java @@ -10,8 +10,10 @@ * Rate limits. * This message determines the maximum rate that tasks can be dispatched by a * queue, regardless of whether the dispatch is a first task attempt or a retry. - * Note: The debugging command, [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask], will run a task - * even if the queue has reached its [RateLimits][google.cloud.tasks.v2beta3.RateLimits]. + * Note: The debugging command, + * [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask], will run a task + * even if the queue has reached its + * [RateLimits][google.cloud.tasks.v2beta3.RateLimits]. * * * Protobuf type {@code google.cloud.tasks.v2beta3.RateLimits} @@ -114,10 +116,12 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * The maximum rate at which tasks are dispatched from this queue. * If unspecified when the queue is created, Cloud Tasks will pick the * default. - * * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue], the maximum allowed value + * * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue], + * the maximum allowed value * is 500. * This field has the same meaning as - * [rate in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#rate). + * [rate in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#rate). * * * double max_dispatches_per_second = 1; @@ -153,9 +157,9 @@ public double getMaxDispatchesPerSecond() { * `queue.yaml/xml`, `max_burst_size` is equal to * [bucket_size](https://cloud.google.com/appengine/docs/standard/python/config/queueref#bucket_size). * Since `max_burst_size` is output only, if - * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] is called on a queue - * created by `queue.yaml/xml`, `max_burst_size` will be reset based - * on the value of + * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] is called + * on a queue created by `queue.yaml/xml`, `max_burst_size` will be reset + * based on the value of * [max_dispatches_per_second][google.cloud.tasks.v2beta3.RateLimits.max_dispatches_per_second], * regardless of whether * [max_dispatches_per_second][google.cloud.tasks.v2beta3.RateLimits.max_dispatches_per_second] @@ -182,7 +186,8 @@ public int getMaxBurstSize() { * default. * The maximum allowed value is 5,000. * This field has the same meaning as - * [max_concurrent_requests in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#max_concurrent_requests). + * [max_concurrent_requests in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#max_concurrent_requests). * * * int32 max_concurrent_dispatches = 3; @@ -382,8 +387,10 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * Rate limits. * This message determines the maximum rate that tasks can be dispatched by a * queue, regardless of whether the dispatch is a first task attempt or a retry. - * Note: The debugging command, [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask], will run a task - * even if the queue has reached its [RateLimits][google.cloud.tasks.v2beta3.RateLimits]. + * Note: The debugging command, + * [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask], will run a task + * even if the queue has reached its + * [RateLimits][google.cloud.tasks.v2beta3.RateLimits]. * * * Protobuf type {@code google.cloud.tasks.v2beta3.RateLimits} @@ -555,10 +562,12 @@ public Builder mergeFrom( * The maximum rate at which tasks are dispatched from this queue. * If unspecified when the queue is created, Cloud Tasks will pick the * default. - * * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue], the maximum allowed value + * * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue], + * the maximum allowed value * is 500. * This field has the same meaning as - * [rate in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#rate). + * [rate in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#rate). * * * double max_dispatches_per_second = 1; @@ -573,10 +582,12 @@ public double getMaxDispatchesPerSecond() { * The maximum rate at which tasks are dispatched from this queue. * If unspecified when the queue is created, Cloud Tasks will pick the * default. - * * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue], the maximum allowed value + * * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue], + * the maximum allowed value * is 500. * This field has the same meaning as - * [rate in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#rate). + * [rate in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#rate). * * * double max_dispatches_per_second = 1; @@ -594,10 +605,12 @@ public Builder setMaxDispatchesPerSecond(double value) { * The maximum rate at which tasks are dispatched from this queue. * If unspecified when the queue is created, Cloud Tasks will pick the * default. - * * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue], the maximum allowed value + * * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue], + * the maximum allowed value * is 500. * This field has the same meaning as - * [rate in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#rate). + * [rate in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#rate). * * * double max_dispatches_per_second = 1; @@ -635,9 +648,9 @@ public Builder clearMaxDispatchesPerSecond() { * `queue.yaml/xml`, `max_burst_size` is equal to * [bucket_size](https://cloud.google.com/appengine/docs/standard/python/config/queueref#bucket_size). * Since `max_burst_size` is output only, if - * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] is called on a queue - * created by `queue.yaml/xml`, `max_burst_size` will be reset based - * on the value of + * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] is called + * on a queue created by `queue.yaml/xml`, `max_burst_size` will be reset + * based on the value of * [max_dispatches_per_second][google.cloud.tasks.v2beta3.RateLimits.max_dispatches_per_second], * regardless of whether * [max_dispatches_per_second][google.cloud.tasks.v2beta3.RateLimits.max_dispatches_per_second] @@ -674,9 +687,9 @@ public int getMaxBurstSize() { * `queue.yaml/xml`, `max_burst_size` is equal to * [bucket_size](https://cloud.google.com/appengine/docs/standard/python/config/queueref#bucket_size). * Since `max_burst_size` is output only, if - * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] is called on a queue - * created by `queue.yaml/xml`, `max_burst_size` will be reset based - * on the value of + * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] is called + * on a queue created by `queue.yaml/xml`, `max_burst_size` will be reset + * based on the value of * [max_dispatches_per_second][google.cloud.tasks.v2beta3.RateLimits.max_dispatches_per_second], * regardless of whether * [max_dispatches_per_second][google.cloud.tasks.v2beta3.RateLimits.max_dispatches_per_second] @@ -716,9 +729,9 @@ public Builder setMaxBurstSize(int value) { * `queue.yaml/xml`, `max_burst_size` is equal to * [bucket_size](https://cloud.google.com/appengine/docs/standard/python/config/queueref#bucket_size). * Since `max_burst_size` is output only, if - * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] is called on a queue - * created by `queue.yaml/xml`, `max_burst_size` will be reset based - * on the value of + * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] is called + * on a queue created by `queue.yaml/xml`, `max_burst_size` will be reset + * based on the value of * [max_dispatches_per_second][google.cloud.tasks.v2beta3.RateLimits.max_dispatches_per_second], * regardless of whether * [max_dispatches_per_second][google.cloud.tasks.v2beta3.RateLimits.max_dispatches_per_second] @@ -747,7 +760,8 @@ public Builder clearMaxBurstSize() { * default. * The maximum allowed value is 5,000. * This field has the same meaning as - * [max_concurrent_requests in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#max_concurrent_requests). + * [max_concurrent_requests in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#max_concurrent_requests). * * * int32 max_concurrent_dispatches = 3; @@ -767,7 +781,8 @@ public int getMaxConcurrentDispatches() { * default. * The maximum allowed value is 5,000. * This field has the same meaning as - * [max_concurrent_requests in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#max_concurrent_requests). + * [max_concurrent_requests in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#max_concurrent_requests). * * * int32 max_concurrent_dispatches = 3; @@ -790,7 +805,8 @@ public Builder setMaxConcurrentDispatches(int value) { * default. * The maximum allowed value is 5,000. * This field has the same meaning as - * [max_concurrent_requests in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#max_concurrent_requests). + * [max_concurrent_requests in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#max_concurrent_requests). * * * int32 max_concurrent_dispatches = 3; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/RateLimitsOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/RateLimitsOrBuilder.java index d87231b44989..64db188a5cf4 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/RateLimitsOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/RateLimitsOrBuilder.java @@ -15,10 +15,12 @@ public interface RateLimitsOrBuilder * The maximum rate at which tasks are dispatched from this queue. * If unspecified when the queue is created, Cloud Tasks will pick the * default. - * * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue], the maximum allowed value + * * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue], + * the maximum allowed value * is 500. * This field has the same meaning as - * [rate in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#rate). + * [rate in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#rate). * * * double max_dispatches_per_second = 1; @@ -50,9 +52,9 @@ public interface RateLimitsOrBuilder * `queue.yaml/xml`, `max_burst_size` is equal to * [bucket_size](https://cloud.google.com/appengine/docs/standard/python/config/queueref#bucket_size). * Since `max_burst_size` is output only, if - * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] is called on a queue - * created by `queue.yaml/xml`, `max_burst_size` will be reset based - * on the value of + * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] is called + * on a queue created by `queue.yaml/xml`, `max_burst_size` will be reset + * based on the value of * [max_dispatches_per_second][google.cloud.tasks.v2beta3.RateLimits.max_dispatches_per_second], * regardless of whether * [max_dispatches_per_second][google.cloud.tasks.v2beta3.RateLimits.max_dispatches_per_second] @@ -75,7 +77,8 @@ public interface RateLimitsOrBuilder * default. * The maximum allowed value is 5,000. * This field has the same meaning as - * [max_concurrent_requests in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#max_concurrent_requests). + * [max_concurrent_requests in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#max_concurrent_requests). * * * int32 max_concurrent_dispatches = 3; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ResumeQueueRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ResumeQueueRequest.java index 3729dc432224..0dc9c5a2c563 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ResumeQueueRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/ResumeQueueRequest.java @@ -7,7 +7,8 @@ * * *
- * Request message for [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue].
+ * Request message for
+ * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta3.ResumeQueueRequest} @@ -302,7 +303,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue].
+   * Request message for
+   * [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta3.ResumeQueueRequest} diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/RetryConfig.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/RetryConfig.java index e69bc07aba71..091f118beabe 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/RetryConfig.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/RetryConfig.java @@ -155,7 +155,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * default. * -1 indicates unlimited attempts. * This field has the same meaning as - * [task_retry_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_retry_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * int32 max_attempts = 1; @@ -173,15 +174,16 @@ public int getMaxAttempts() { * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 2; @@ -196,15 +198,16 @@ public boolean hasMaxRetryDuration() { * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 2; @@ -221,15 +224,16 @@ public com.google.protobuf.Duration getMaxRetryDuration() { * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 2; @@ -244,16 +248,19 @@ public com.google.protobuf.DurationOrBuilder getMaxRetryDurationOrBuilder() { * * *
-   * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+   * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+   * for retry between
    * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-   * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-   * retried.
+   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+   * after it fails, if the queue's
+   * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+   * task should be retried.
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
    * `min_backoff` will be truncated to the nearest second.
    * This field has the same meaning as
-   * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [min_backoff_seconds in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * .google.protobuf.Duration min_backoff = 3; @@ -265,16 +272,19 @@ public boolean hasMinBackoff() { * * *
-   * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+   * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+   * for retry between
    * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-   * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-   * retried.
+   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+   * after it fails, if the queue's
+   * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+   * task should be retried.
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
    * `min_backoff` will be truncated to the nearest second.
    * This field has the same meaning as
-   * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [min_backoff_seconds in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * .google.protobuf.Duration min_backoff = 3; @@ -286,16 +296,19 @@ public com.google.protobuf.Duration getMinBackoff() { * * *
-   * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+   * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+   * for retry between
    * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-   * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-   * retried.
+   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+   * after it fails, if the queue's
+   * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+   * task should be retried.
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
    * `min_backoff` will be truncated to the nearest second.
    * This field has the same meaning as
-   * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [min_backoff_seconds in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * .google.protobuf.Duration min_backoff = 3; @@ -310,16 +323,19 @@ public com.google.protobuf.DurationOrBuilder getMinBackoffOrBuilder() { * * *
-   * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+   * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+   * for retry between
    * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-   * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-   * retried.
+   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+   * after it fails, if the queue's
+   * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+   * task should be retried.
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
    * `max_backoff` will be truncated to the nearest second.
    * This field has the same meaning as
-   * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [max_backoff_seconds in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * .google.protobuf.Duration max_backoff = 4; @@ -331,16 +347,19 @@ public boolean hasMaxBackoff() { * * *
-   * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+   * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+   * for retry between
    * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-   * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-   * retried.
+   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+   * after it fails, if the queue's
+   * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+   * task should be retried.
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
    * `max_backoff` will be truncated to the nearest second.
    * This field has the same meaning as
-   * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [max_backoff_seconds in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * .google.protobuf.Duration max_backoff = 4; @@ -352,16 +371,19 @@ public com.google.protobuf.Duration getMaxBackoff() { * * *
-   * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+   * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+   * for retry between
    * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-   * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-   * retried.
+   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+   * after it fails, if the queue's
+   * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+   * task should be retried.
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
    * `max_backoff` will be truncated to the nearest second.
    * This field has the same meaning as
-   * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [max_backoff_seconds in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * .google.protobuf.Duration max_backoff = 4; @@ -378,24 +400,27 @@ public com.google.protobuf.DurationOrBuilder getMaxBackoffOrBuilder() { *
    * The time between retries will double `max_doublings` times.
    * A task's retry interval starts at
-   * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff], then doubles
-   * `max_doublings` times, then increases linearly, and finally
-   * retries retries at intervals of
+   * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff], then
+   * doubles `max_doublings` times, then increases linearly, and finally retries
+   * retries at intervals of
    * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] up to
    * [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times.
-   * For example, if [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] is 10s,
-   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] is 300s, and
-   * `max_doublings` is 3, then the a task will first be retried in
-   * 10s. The retry interval will double three times, and then
-   * increase linearly by 2^3 * 10s.  Finally, the task will retry at
-   * intervals of [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] until the
-   * task has been attempted [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts]
-   * times. Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s,
-   * 240s, 300s, 300s, ....
+   * For example, if
+   * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] is 10s,
+   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] is 300s,
+   * and `max_doublings` is 3, then the a task will first be retried in 10s. The
+   * retry interval will double three times, and then increase linearly by 2^3 *
+   * 10s.  Finally, the task will retry at intervals of
+   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] until the
+   * task has been attempted
+   * [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times.
+   * Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s, 240s, 300s,
+   * 300s, ....
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
    * This field has the same meaning as
-   * [max_doublings in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [max_doublings in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * int32 max_doublings = 5; @@ -833,7 +858,8 @@ public Builder mergeFrom( * default. * -1 indicates unlimited attempts. * This field has the same meaning as - * [task_retry_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_retry_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * int32 max_attempts = 1; @@ -853,7 +879,8 @@ public int getMaxAttempts() { * default. * -1 indicates unlimited attempts. * This field has the same meaning as - * [task_retry_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_retry_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * int32 max_attempts = 1; @@ -876,7 +903,8 @@ public Builder setMaxAttempts(int value) { * default. * -1 indicates unlimited attempts. * This field has the same meaning as - * [task_retry_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_retry_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * int32 max_attempts = 1; @@ -901,15 +929,16 @@ public Builder clearMaxAttempts() { * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 2; @@ -924,15 +953,16 @@ public boolean hasMaxRetryDuration() { * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 2; @@ -953,15 +983,16 @@ public com.google.protobuf.Duration getMaxRetryDuration() { * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 2; @@ -986,15 +1017,16 @@ public Builder setMaxRetryDuration(com.google.protobuf.Duration value) { * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 2; @@ -1016,15 +1048,16 @@ public Builder setMaxRetryDuration(com.google.protobuf.Duration.Builder builderF * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 2; @@ -1053,15 +1086,16 @@ public Builder mergeMaxRetryDuration(com.google.protobuf.Duration value) { * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 2; @@ -1084,15 +1118,16 @@ public Builder clearMaxRetryDuration() { * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 2; @@ -1109,15 +1144,16 @@ public com.google.protobuf.Duration.Builder getMaxRetryDurationBuilder() { * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 2; @@ -1138,15 +1174,16 @@ public com.google.protobuf.DurationOrBuilder getMaxRetryDurationOrBuilder() { * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 2; @@ -1178,16 +1215,19 @@ public com.google.protobuf.DurationOrBuilder getMaxRetryDurationOrBuilder() { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
      * `min_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [min_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration min_backoff = 3; @@ -1199,16 +1239,19 @@ public boolean hasMinBackoff() { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
      * `min_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [min_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration min_backoff = 3; @@ -1226,16 +1269,19 @@ public com.google.protobuf.Duration getMinBackoff() { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
      * `min_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [min_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration min_backoff = 3; @@ -1257,16 +1303,19 @@ public Builder setMinBackoff(com.google.protobuf.Duration value) { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
      * `min_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [min_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration min_backoff = 3; @@ -1285,16 +1334,19 @@ public Builder setMinBackoff(com.google.protobuf.Duration.Builder builderForValu * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
      * `min_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [min_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration min_backoff = 3; @@ -1318,16 +1370,19 @@ public Builder mergeMinBackoff(com.google.protobuf.Duration value) { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
      * `min_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [min_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration min_backoff = 3; @@ -1347,16 +1402,19 @@ public Builder clearMinBackoff() { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
      * `min_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [min_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration min_backoff = 3; @@ -1370,16 +1428,19 @@ public com.google.protobuf.Duration.Builder getMinBackoffBuilder() { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
      * `min_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [min_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration min_backoff = 3; @@ -1397,16 +1458,19 @@ public com.google.protobuf.DurationOrBuilder getMinBackoffOrBuilder() { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
      * `min_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [min_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration min_backoff = 3; @@ -1438,16 +1502,19 @@ public com.google.protobuf.DurationOrBuilder getMinBackoffOrBuilder() { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
      * `max_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [max_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration max_backoff = 4; @@ -1459,16 +1526,19 @@ public boolean hasMaxBackoff() { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
      * `max_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [max_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration max_backoff = 4; @@ -1486,16 +1556,19 @@ public com.google.protobuf.Duration getMaxBackoff() { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
      * `max_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [max_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration max_backoff = 4; @@ -1517,16 +1590,19 @@ public Builder setMaxBackoff(com.google.protobuf.Duration value) { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
      * `max_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [max_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration max_backoff = 4; @@ -1545,16 +1621,19 @@ public Builder setMaxBackoff(com.google.protobuf.Duration.Builder builderForValu * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
      * `max_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [max_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration max_backoff = 4; @@ -1578,16 +1657,19 @@ public Builder mergeMaxBackoff(com.google.protobuf.Duration value) { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
      * `max_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [max_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration max_backoff = 4; @@ -1607,16 +1689,19 @@ public Builder clearMaxBackoff() { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
      * `max_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [max_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration max_backoff = 4; @@ -1630,16 +1715,19 @@ public com.google.protobuf.Duration.Builder getMaxBackoffBuilder() { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
      * `max_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [max_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration max_backoff = 4; @@ -1657,16 +1745,19 @@ public com.google.protobuf.DurationOrBuilder getMaxBackoffOrBuilder() { * * *
-     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+     * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+     * for retry between
      * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-     * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-     * retried.
+     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+     * after it fails, if the queue's
+     * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+     * task should be retried.
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
      * `max_backoff` will be truncated to the nearest second.
      * This field has the same meaning as
-     * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [max_backoff_seconds in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * .google.protobuf.Duration max_backoff = 4; @@ -1695,24 +1786,27 @@ public com.google.protobuf.DurationOrBuilder getMaxBackoffOrBuilder() { *
      * The time between retries will double `max_doublings` times.
      * A task's retry interval starts at
-     * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff], then doubles
-     * `max_doublings` times, then increases linearly, and finally
-     * retries retries at intervals of
+     * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff], then
+     * doubles `max_doublings` times, then increases linearly, and finally retries
+     * retries at intervals of
      * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] up to
      * [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times.
-     * For example, if [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] is 10s,
-     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] is 300s, and
-     * `max_doublings` is 3, then the a task will first be retried in
-     * 10s. The retry interval will double three times, and then
-     * increase linearly by 2^3 * 10s.  Finally, the task will retry at
-     * intervals of [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] until the
-     * task has been attempted [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts]
-     * times. Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s,
-     * 240s, 300s, 300s, ....
+     * For example, if
+     * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] is 10s,
+     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] is 300s,
+     * and `max_doublings` is 3, then the a task will first be retried in 10s. The
+     * retry interval will double three times, and then increase linearly by 2^3 *
+     * 10s.  Finally, the task will retry at intervals of
+     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] until the
+     * task has been attempted
+     * [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times.
+     * Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s, 240s, 300s,
+     * 300s, ....
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
      * This field has the same meaning as
-     * [max_doublings in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [max_doublings in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * int32 max_doublings = 5; @@ -1726,24 +1820,27 @@ public int getMaxDoublings() { *
      * The time between retries will double `max_doublings` times.
      * A task's retry interval starts at
-     * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff], then doubles
-     * `max_doublings` times, then increases linearly, and finally
-     * retries retries at intervals of
+     * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff], then
+     * doubles `max_doublings` times, then increases linearly, and finally retries
+     * retries at intervals of
      * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] up to
      * [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times.
-     * For example, if [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] is 10s,
-     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] is 300s, and
-     * `max_doublings` is 3, then the a task will first be retried in
-     * 10s. The retry interval will double three times, and then
-     * increase linearly by 2^3 * 10s.  Finally, the task will retry at
-     * intervals of [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] until the
-     * task has been attempted [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts]
-     * times. Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s,
-     * 240s, 300s, 300s, ....
+     * For example, if
+     * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] is 10s,
+     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] is 300s,
+     * and `max_doublings` is 3, then the a task will first be retried in 10s. The
+     * retry interval will double three times, and then increase linearly by 2^3 *
+     * 10s.  Finally, the task will retry at intervals of
+     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] until the
+     * task has been attempted
+     * [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times.
+     * Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s, 240s, 300s,
+     * 300s, ....
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
      * This field has the same meaning as
-     * [max_doublings in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [max_doublings in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * int32 max_doublings = 5; @@ -1760,24 +1857,27 @@ public Builder setMaxDoublings(int value) { *
      * The time between retries will double `max_doublings` times.
      * A task's retry interval starts at
-     * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff], then doubles
-     * `max_doublings` times, then increases linearly, and finally
-     * retries retries at intervals of
+     * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff], then
+     * doubles `max_doublings` times, then increases linearly, and finally retries
+     * retries at intervals of
      * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] up to
      * [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times.
-     * For example, if [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] is 10s,
-     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] is 300s, and
-     * `max_doublings` is 3, then the a task will first be retried in
-     * 10s. The retry interval will double three times, and then
-     * increase linearly by 2^3 * 10s.  Finally, the task will retry at
-     * intervals of [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] until the
-     * task has been attempted [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts]
-     * times. Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s,
-     * 240s, 300s, 300s, ....
+     * For example, if
+     * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] is 10s,
+     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] is 300s,
+     * and `max_doublings` is 3, then the a task will first be retried in 10s. The
+     * retry interval will double three times, and then increase linearly by 2^3 *
+     * 10s.  Finally, the task will retry at intervals of
+     * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] until the
+     * task has been attempted
+     * [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times.
+     * Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s, 240s, 300s,
+     * 300s, ....
      * If unspecified when the queue is created, Cloud Tasks will pick the
      * default.
      * This field has the same meaning as
-     * [max_doublings in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+     * [max_doublings in
+     * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
      * 
* * int32 max_doublings = 5; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/RetryConfigOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/RetryConfigOrBuilder.java index 352405b591d0..6777de1bb894 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/RetryConfigOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/RetryConfigOrBuilder.java @@ -20,7 +20,8 @@ public interface RetryConfigOrBuilder * default. * -1 indicates unlimited attempts. * This field has the same meaning as - * [task_retry_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_retry_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * int32 max_attempts = 1; @@ -34,15 +35,16 @@ public interface RetryConfigOrBuilder * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 2; @@ -55,15 +57,16 @@ public interface RetryConfigOrBuilder * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 2; @@ -76,15 +79,16 @@ public interface RetryConfigOrBuilder * If positive, `max_retry_duration` specifies the time limit for * retrying a failed task, measured from when the task was first * attempted. Once `max_retry_duration` time has passed *and* the - * task has been attempted [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] - * times, no further attempts will be made and the task will be - * deleted. + * task has been attempted + * [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times, + * no further attempts will be made and the task will be deleted. * If zero, then the task age is unlimited. * If unspecified when the queue is created, Cloud Tasks will pick the * default. * `max_retry_duration` will be truncated to the nearest second. * This field has the same meaning as - * [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + * [task_age_limit in + * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). * * * .google.protobuf.Duration max_retry_duration = 2; @@ -95,16 +99,19 @@ public interface RetryConfigOrBuilder * * *
-   * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+   * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+   * for retry between
    * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-   * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-   * retried.
+   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+   * after it fails, if the queue's
+   * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+   * task should be retried.
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
    * `min_backoff` will be truncated to the nearest second.
    * This field has the same meaning as
-   * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [min_backoff_seconds in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * .google.protobuf.Duration min_backoff = 3; @@ -114,16 +121,19 @@ public interface RetryConfigOrBuilder * * *
-   * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+   * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+   * for retry between
    * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-   * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-   * retried.
+   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+   * after it fails, if the queue's
+   * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+   * task should be retried.
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
    * `min_backoff` will be truncated to the nearest second.
    * This field has the same meaning as
-   * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [min_backoff_seconds in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * .google.protobuf.Duration min_backoff = 3; @@ -133,16 +143,19 @@ public interface RetryConfigOrBuilder * * *
-   * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+   * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+   * for retry between
    * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-   * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-   * retried.
+   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+   * after it fails, if the queue's
+   * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+   * task should be retried.
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
    * `min_backoff` will be truncated to the nearest second.
    * This field has the same meaning as
-   * [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [min_backoff_seconds in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * .google.protobuf.Duration min_backoff = 3; @@ -153,16 +166,19 @@ public interface RetryConfigOrBuilder * * *
-   * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+   * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+   * for retry between
    * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-   * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-   * retried.
+   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+   * after it fails, if the queue's
+   * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+   * task should be retried.
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
    * `max_backoff` will be truncated to the nearest second.
    * This field has the same meaning as
-   * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [max_backoff_seconds in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * .google.protobuf.Duration max_backoff = 4; @@ -172,16 +188,19 @@ public interface RetryConfigOrBuilder * * *
-   * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+   * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+   * for retry between
    * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-   * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-   * retried.
+   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+   * after it fails, if the queue's
+   * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+   * task should be retried.
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
    * `max_backoff` will be truncated to the nearest second.
    * This field has the same meaning as
-   * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [max_backoff_seconds in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * .google.protobuf.Duration max_backoff = 4; @@ -191,16 +210,19 @@ public interface RetryConfigOrBuilder * * *
-   * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between
+   * A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time]
+   * for retry between
    * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and
-   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails,
-   * if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be
-   * retried.
+   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration
+   * after it fails, if the queue's
+   * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the
+   * task should be retried.
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
    * `max_backoff` will be truncated to the nearest second.
    * This field has the same meaning as
-   * [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [max_backoff_seconds in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * .google.protobuf.Duration max_backoff = 4; @@ -213,24 +235,27 @@ public interface RetryConfigOrBuilder *
    * The time between retries will double `max_doublings` times.
    * A task's retry interval starts at
-   * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff], then doubles
-   * `max_doublings` times, then increases linearly, and finally
-   * retries retries at intervals of
+   * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff], then
+   * doubles `max_doublings` times, then increases linearly, and finally retries
+   * retries at intervals of
    * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] up to
    * [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times.
-   * For example, if [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] is 10s,
-   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] is 300s, and
-   * `max_doublings` is 3, then the a task will first be retried in
-   * 10s. The retry interval will double three times, and then
-   * increase linearly by 2^3 * 10s.  Finally, the task will retry at
-   * intervals of [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] until the
-   * task has been attempted [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts]
-   * times. Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s,
-   * 240s, 300s, 300s, ....
+   * For example, if
+   * [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] is 10s,
+   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] is 300s,
+   * and `max_doublings` is 3, then the a task will first be retried in 10s. The
+   * retry interval will double three times, and then increase linearly by 2^3 *
+   * 10s.  Finally, the task will retry at intervals of
+   * [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] until the
+   * task has been attempted
+   * [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times.
+   * Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s, 240s, 300s,
+   * 300s, ....
    * If unspecified when the queue is created, Cloud Tasks will pick the
    * default.
    * This field has the same meaning as
-   * [max_doublings in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
+   * [max_doublings in
+   * queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters).
    * 
* * int32 max_doublings = 5; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/RunTaskRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/RunTaskRequest.java index ad897e3b8150..9e4d86ef8fc7 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/RunTaskRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/RunTaskRequest.java @@ -153,16 +153,17 @@ public com.google.protobuf.ByteString getNameBytes() { * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta3.Task] resource.
    * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; @@ -174,16 +175,17 @@ public int getResponseViewValue() { * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta3.Task] resource.
    * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; @@ -637,16 +639,17 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta3.Task] resource.
      * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; @@ -658,16 +661,17 @@ public int getResponseViewValue() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta3.Task] resource.
      * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; @@ -681,16 +685,17 @@ public Builder setResponseViewValue(int value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta3.Task] resource.
      * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; @@ -705,16 +710,17 @@ public com.google.cloud.tasks.v2beta3.Task.View getResponseView() { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta3.Task] resource.
      * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; @@ -732,16 +738,17 @@ public Builder setResponseView(com.google.cloud.tasks.v2beta3.Task.View value) { * * *
-     * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-     * returned.
-     * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-     * information is retrieved by default because some data, such as
-     * payloads, might be desirable to return only when needed because
-     * of its large size or because of the sensitivity of data that it
-     * contains.
-     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+     * The response_view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+     * By default response_view is
+     * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+     * retrieved by default because some data, such as payloads, might be
+     * desirable to return only when needed because of its large size or because
+     * of the sensitivity of data that it contains.
+     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Task][google.cloud.tasks.v2beta3.Task] resource.
      * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/RunTaskRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/RunTaskRequestOrBuilder.java index e0657cc4f288..616bc19852b6 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/RunTaskRequestOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/RunTaskRequestOrBuilder.java @@ -37,16 +37,17 @@ public interface RunTaskRequestOrBuilder * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta3.Task] resource.
    * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; @@ -56,16 +57,17 @@ public interface RunTaskRequestOrBuilder * * *
-   * The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be
-   * returned.
-   * By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all
-   * information is retrieved by default because some data, such as
-   * payloads, might be desirable to return only when needed because
-   * of its large size or because of the sensitivity of data that it
-   * contains.
-   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-   * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-   * permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
+   * The response_view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta3.Task] will be returned.
+   * By default response_view is
+   * [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is
+   * retrieved by default because some data, such as payloads, might be
+   * desirable to return only when needed because of its large size or because
+   * of the sensitivity of data that it contains.
+   * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+   * requires `cloudtasks.tasks.fullView` [Google
+   * IAM](https://cloud.google.com/iam/) permission on the
+   * [Task][google.cloud.tasks.v2beta3.Task] resource.
    * 
* * .google.cloud.tasks.v2beta3.Task.View response_view = 2; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/Task.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/Task.java index 1fad9414e54e..3524b087e933 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/Task.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/Task.java @@ -229,7 +229,8 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { * * *
-   * The view specifies a subset of [Task][google.cloud.tasks.v2beta3.Task] data.
+   * The view specifies a subset of [Task][google.cloud.tasks.v2beta3.Task]
+   * data.
    * When a task is returned in a response, not all
    * information is retrieved by default because some data, such as
    * payloads, might be desirable to return only when needed because
@@ -257,7 +258,8 @@ public enum View implements com.google.protobuf.ProtocolMessageEnum {
      * The basic view omits fields which can be large or can contain
      * sensitive data.
      * This view does not include the
-     * [body in AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body].
+     * [body in
+     * AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body].
      * Bodies are desirable to return only when needed, because they
      * can be large and because of the sensitivity of the data that you
      * choose to store in it.
@@ -271,9 +273,10 @@ public enum View implements com.google.protobuf.ProtocolMessageEnum {
      *
      * 
      * All information is returned.
-     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Queue][google.cloud.tasks.v2beta3.Queue] resource.
+     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Queue][google.cloud.tasks.v2beta3.Queue] resource.
      * 
* * FULL = 2; @@ -299,7 +302,8 @@ public enum View implements com.google.protobuf.ProtocolMessageEnum { * The basic view omits fields which can be large or can contain * sensitive data. * This view does not include the - * [body in AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body]. + * [body in + * AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body]. * Bodies are desirable to return only when needed, because they * can be large and because of the sensitivity of the data that you * choose to store in it. @@ -313,9 +317,10 @@ public enum View implements com.google.protobuf.ProtocolMessageEnum { * *
      * All information is returned.
-     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires
-     * `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/)
-     * permission on the [Queue][google.cloud.tasks.v2beta3.Queue] resource.
+     * Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL]
+     * requires `cloudtasks.tasks.fullView` [Google
+     * IAM](https://cloud.google.com/iam/) permission on the
+     * [Queue][google.cloud.tasks.v2beta3.Queue] resource.
      * 
* * FULL = 2; @@ -439,7 +444,8 @@ public PayloadTypeCase getPayloadTypeCase() { * * *
-   * Optionally caller-specified in [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
+   * Optionally caller-specified in
+   * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
    * The task name.
    * The task name must have the following format:
    * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`
@@ -475,7 +481,8 @@ public java.lang.String getName() {
    *
    *
    * 
-   * Optionally caller-specified in [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
+   * Optionally caller-specified in
+   * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
    * The task name.
    * The task name must have the following format:
    * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`
@@ -514,7 +521,9 @@ public com.google.protobuf.ByteString getNameBytes() {
    *
    * 
    * HTTP request that is sent to the App Engine app handler.
-   * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] set.
+   * An App Engine task is a task that has
+   * [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest]
+   * set.
    * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpRequest app_engine_http_request = 3; @@ -527,7 +536,9 @@ public boolean hasAppEngineHttpRequest() { * *
    * HTTP request that is sent to the App Engine app handler.
-   * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] set.
+   * An App Engine task is a task that has
+   * [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest]
+   * set.
    * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpRequest app_engine_http_request = 3; @@ -543,7 +554,9 @@ public com.google.cloud.tasks.v2beta3.AppEngineHttpRequest getAppEngineHttpReque * *
    * HTTP request that is sent to the App Engine app handler.
-   * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] set.
+   * An App Engine task is a task that has
+   * [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest]
+   * set.
    * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpRequest app_engine_http_request = 3; @@ -565,7 +578,8 @@ public com.google.cloud.tasks.v2beta3.AppEngineHttpRequest getAppEngineHttpReque * Warning: This is an [alpha](https://cloud.google.com/terms/launch-stages) * feature. If you haven't already joined, you can [use this form to sign * up](https://docs.google.com/forms/d/e/1FAIpQLSfc4uEy9CBHKYUSdnY1hdhKDCX7julVZHy3imOiR-XrU7bUNQ/viewform?usp=sf_link). - * An HTTP task is a task that has [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. + * An HTTP task is a task that has + * [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. *
* * .google.cloud.tasks.v2beta3.HttpRequest http_request = 11; @@ -581,7 +595,8 @@ public boolean hasHttpRequest() { * Warning: This is an [alpha](https://cloud.google.com/terms/launch-stages) * feature. If you haven't already joined, you can [use this form to sign * up](https://docs.google.com/forms/d/e/1FAIpQLSfc4uEy9CBHKYUSdnY1hdhKDCX7julVZHy3imOiR-XrU7bUNQ/viewform?usp=sf_link). - * An HTTP task is a task that has [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. + * An HTTP task is a task that has + * [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. *
* * .google.cloud.tasks.v2beta3.HttpRequest http_request = 11; @@ -600,7 +615,8 @@ public com.google.cloud.tasks.v2beta3.HttpRequest getHttpRequest() { * Warning: This is an [alpha](https://cloud.google.com/terms/launch-stages) * feature. If you haven't already joined, you can [use this form to sign * up](https://docs.google.com/forms/d/e/1FAIpQLSfc4uEy9CBHKYUSdnY1hdhKDCX7julVZHy3imOiR-XrU7bUNQ/viewform?usp=sf_link). - * An HTTP task is a task that has [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. + * An HTTP task is a task that has + * [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. *
* * .google.cloud.tasks.v2beta3.HttpRequest http_request = 11; @@ -710,7 +726,8 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { * The deadline for requests sent to the worker. If the worker does not * respond by this deadline then the request is cancelled and the attempt * is marked as a `DEADLINE_EXCEEDED` failure. Cloud Tasks will retry the - * task according to the [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. + * task according to the + * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. * Note that when the request is cancelled, Cloud Tasks will stop listing for * the response, but whether the worker stops processing depends on the * worker. For example, if the worker is stuck, it may not react to cancelled @@ -719,9 +736,11 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { * * For [HTTP tasks][google.cloud.tasks.v2beta3.HttpRequest], the default is * 10 minutes. * The deadline must be in the interval [15 seconds, 30 minutes]. - * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], 0 indicates that the + * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], + * 0 indicates that the * request has the default deadline. The default deadline depends on the - * [scaling type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) + * [scaling + * type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) * of the service: 10 minutes for standard apps with automatic scaling, 24 * hours for standard apps with manual and basic scaling, and 60 minutes for * flex apps. If the request deadline is set, it must be in the interval [15 @@ -747,7 +766,8 @@ public boolean hasDispatchDeadline() { * The deadline for requests sent to the worker. If the worker does not * respond by this deadline then the request is cancelled and the attempt * is marked as a `DEADLINE_EXCEEDED` failure. Cloud Tasks will retry the - * task according to the [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. + * task according to the + * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. * Note that when the request is cancelled, Cloud Tasks will stop listing for * the response, but whether the worker stops processing depends on the * worker. For example, if the worker is stuck, it may not react to cancelled @@ -756,9 +776,11 @@ public boolean hasDispatchDeadline() { * * For [HTTP tasks][google.cloud.tasks.v2beta3.HttpRequest], the default is * 10 minutes. * The deadline must be in the interval [15 seconds, 30 minutes]. - * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], 0 indicates that the + * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], + * 0 indicates that the * request has the default deadline. The default deadline depends on the - * [scaling type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) + * [scaling + * type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) * of the service: 10 minutes for standard apps with automatic scaling, 24 * hours for standard apps with manual and basic scaling, and 60 minutes for * flex apps. If the request deadline is set, it must be in the interval [15 @@ -786,7 +808,8 @@ public com.google.protobuf.Duration getDispatchDeadline() { * The deadline for requests sent to the worker. If the worker does not * respond by this deadline then the request is cancelled and the attempt * is marked as a `DEADLINE_EXCEEDED` failure. Cloud Tasks will retry the - * task according to the [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. + * task according to the + * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. * Note that when the request is cancelled, Cloud Tasks will stop listing for * the response, but whether the worker stops processing depends on the * worker. For example, if the worker is stuck, it may not react to cancelled @@ -795,9 +818,11 @@ public com.google.protobuf.Duration getDispatchDeadline() { * * For [HTTP tasks][google.cloud.tasks.v2beta3.HttpRequest], the default is * 10 minutes. * The deadline must be in the interval [15 seconds, 30 minutes]. - * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], 0 indicates that the + * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], + * 0 indicates that the * request has the default deadline. The default deadline depends on the - * [scaling type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) + * [scaling + * type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) * of the service: 10 minutes for standard apps with automatic scaling, 24 * hours for standard apps with manual and basic scaling, and 60 minutes for * flex apps. If the request deadline is set, it must be in the interval [15 @@ -856,8 +881,9 @@ public int getResponseCount() { * *
    * Output only. The status of the task's first attempt.
-   * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will be set.
-   * The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information is not retained by Cloud Tasks.
+   * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will
+   * be set. The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information
+   * is not retained by Cloud Tasks.
    * 
* * .google.cloud.tasks.v2beta3.Attempt first_attempt = 8; @@ -870,8 +896,9 @@ public boolean hasFirstAttempt() { * *
    * Output only. The status of the task's first attempt.
-   * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will be set.
-   * The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information is not retained by Cloud Tasks.
+   * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will
+   * be set. The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information
+   * is not retained by Cloud Tasks.
    * 
* * .google.cloud.tasks.v2beta3.Attempt first_attempt = 8; @@ -886,8 +913,9 @@ public com.google.cloud.tasks.v2beta3.Attempt getFirstAttempt() { * *
    * Output only. The status of the task's first attempt.
-   * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will be set.
-   * The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information is not retained by Cloud Tasks.
+   * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will
+   * be set. The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information
+   * is not retained by Cloud Tasks.
    * 
* * .google.cloud.tasks.v2beta3.Attempt first_attempt = 8; @@ -943,8 +971,8 @@ public com.google.cloud.tasks.v2beta3.AttemptOrBuilder getLastAttemptOrBuilder() * * *
-   * Output only. The view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] has
-   * been returned.
+   * Output only. The view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta3.Task] has been returned.
    * 
* * .google.cloud.tasks.v2beta3.Task.View view = 10; @@ -956,8 +984,8 @@ public int getViewValue() { * * *
-   * Output only. The view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] has
-   * been returned.
+   * Output only. The view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta3.Task] has been returned.
    * 
* * .google.cloud.tasks.v2beta3.Task.View view = 10; @@ -1560,7 +1588,8 @@ public Builder clearPayloadType() { * * *
-     * Optionally caller-specified in [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
+     * Optionally caller-specified in
+     * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
      * The task name.
      * The task name must have the following format:
      * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`
@@ -1596,7 +1625,8 @@ public java.lang.String getName() {
      *
      *
      * 
-     * Optionally caller-specified in [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
+     * Optionally caller-specified in
+     * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
      * The task name.
      * The task name must have the following format:
      * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`
@@ -1632,7 +1662,8 @@ public com.google.protobuf.ByteString getNameBytes() {
      *
      *
      * 
-     * Optionally caller-specified in [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
+     * Optionally caller-specified in
+     * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
      * The task name.
      * The task name must have the following format:
      * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`
@@ -1666,7 +1697,8 @@ public Builder setName(java.lang.String value) {
      *
      *
      * 
-     * Optionally caller-specified in [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
+     * Optionally caller-specified in
+     * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
      * The task name.
      * The task name must have the following format:
      * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`
@@ -1697,7 +1729,8 @@ public Builder clearName() {
      *
      *
      * 
-     * Optionally caller-specified in [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
+     * Optionally caller-specified in
+     * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
      * The task name.
      * The task name must have the following format:
      * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`
@@ -1739,7 +1772,9 @@ public Builder setNameBytes(com.google.protobuf.ByteString value) {
      *
      * 
      * HTTP request that is sent to the App Engine app handler.
-     * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] set.
+     * An App Engine task is a task that has
+     * [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest]
+     * set.
      * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpRequest app_engine_http_request = 3; @@ -1752,7 +1787,9 @@ public boolean hasAppEngineHttpRequest() { * *
      * HTTP request that is sent to the App Engine app handler.
-     * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] set.
+     * An App Engine task is a task that has
+     * [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest]
+     * set.
      * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpRequest app_engine_http_request = 3; @@ -1775,7 +1812,9 @@ public com.google.cloud.tasks.v2beta3.AppEngineHttpRequest getAppEngineHttpReque * *
      * HTTP request that is sent to the App Engine app handler.
-     * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] set.
+     * An App Engine task is a task that has
+     * [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest]
+     * set.
      * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpRequest app_engine_http_request = 3; @@ -1799,7 +1838,9 @@ public Builder setAppEngineHttpRequest( * *
      * HTTP request that is sent to the App Engine app handler.
-     * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] set.
+     * An App Engine task is a task that has
+     * [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest]
+     * set.
      * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpRequest app_engine_http_request = 3; @@ -1820,7 +1861,9 @@ public Builder setAppEngineHttpRequest( * *
      * HTTP request that is sent to the App Engine app handler.
-     * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] set.
+     * An App Engine task is a task that has
+     * [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest]
+     * set.
      * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpRequest app_engine_http_request = 3; @@ -1854,7 +1897,9 @@ public Builder mergeAppEngineHttpRequest( * *
      * HTTP request that is sent to the App Engine app handler.
-     * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] set.
+     * An App Engine task is a task that has
+     * [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest]
+     * set.
      * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpRequest app_engine_http_request = 3; @@ -1880,7 +1925,9 @@ public Builder clearAppEngineHttpRequest() { * *
      * HTTP request that is sent to the App Engine app handler.
-     * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] set.
+     * An App Engine task is a task that has
+     * [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest]
+     * set.
      * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpRequest app_engine_http_request = 3; @@ -1894,7 +1941,9 @@ public Builder clearAppEngineHttpRequest() { * *
      * HTTP request that is sent to the App Engine app handler.
-     * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] set.
+     * An App Engine task is a task that has
+     * [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest]
+     * set.
      * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpRequest app_engine_http_request = 3; @@ -1915,7 +1964,9 @@ public Builder clearAppEngineHttpRequest() { * *
      * HTTP request that is sent to the App Engine app handler.
-     * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] set.
+     * An App Engine task is a task that has
+     * [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest]
+     * set.
      * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpRequest app_engine_http_request = 3; @@ -1958,7 +2009,8 @@ public Builder clearAppEngineHttpRequest() { * Warning: This is an [alpha](https://cloud.google.com/terms/launch-stages) * feature. If you haven't already joined, you can [use this form to sign * up](https://docs.google.com/forms/d/e/1FAIpQLSfc4uEy9CBHKYUSdnY1hdhKDCX7julVZHy3imOiR-XrU7bUNQ/viewform?usp=sf_link). - * An HTTP task is a task that has [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. + * An HTTP task is a task that has + * [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. *
* * .google.cloud.tasks.v2beta3.HttpRequest http_request = 11; @@ -1974,7 +2026,8 @@ public boolean hasHttpRequest() { * Warning: This is an [alpha](https://cloud.google.com/terms/launch-stages) * feature. If you haven't already joined, you can [use this form to sign * up](https://docs.google.com/forms/d/e/1FAIpQLSfc4uEy9CBHKYUSdnY1hdhKDCX7julVZHy3imOiR-XrU7bUNQ/viewform?usp=sf_link). - * An HTTP task is a task that has [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. + * An HTTP task is a task that has + * [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. *
* * .google.cloud.tasks.v2beta3.HttpRequest http_request = 11; @@ -2000,7 +2053,8 @@ public com.google.cloud.tasks.v2beta3.HttpRequest getHttpRequest() { * Warning: This is an [alpha](https://cloud.google.com/terms/launch-stages) * feature. If you haven't already joined, you can [use this form to sign * up](https://docs.google.com/forms/d/e/1FAIpQLSfc4uEy9CBHKYUSdnY1hdhKDCX7julVZHy3imOiR-XrU7bUNQ/viewform?usp=sf_link). - * An HTTP task is a task that has [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. + * An HTTP task is a task that has + * [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. *
* * .google.cloud.tasks.v2beta3.HttpRequest http_request = 11; @@ -2026,7 +2080,8 @@ public Builder setHttpRequest(com.google.cloud.tasks.v2beta3.HttpRequest value) * Warning: This is an [alpha](https://cloud.google.com/terms/launch-stages) * feature. If you haven't already joined, you can [use this form to sign * up](https://docs.google.com/forms/d/e/1FAIpQLSfc4uEy9CBHKYUSdnY1hdhKDCX7julVZHy3imOiR-XrU7bUNQ/viewform?usp=sf_link). - * An HTTP task is a task that has [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. + * An HTTP task is a task that has + * [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. *
* * .google.cloud.tasks.v2beta3.HttpRequest http_request = 11; @@ -2050,7 +2105,8 @@ public Builder setHttpRequest( * Warning: This is an [alpha](https://cloud.google.com/terms/launch-stages) * feature. If you haven't already joined, you can [use this form to sign * up](https://docs.google.com/forms/d/e/1FAIpQLSfc4uEy9CBHKYUSdnY1hdhKDCX7julVZHy3imOiR-XrU7bUNQ/viewform?usp=sf_link). - * An HTTP task is a task that has [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. + * An HTTP task is a task that has + * [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. *
* * .google.cloud.tasks.v2beta3.HttpRequest http_request = 11; @@ -2085,7 +2141,8 @@ public Builder mergeHttpRequest(com.google.cloud.tasks.v2beta3.HttpRequest value * Warning: This is an [alpha](https://cloud.google.com/terms/launch-stages) * feature. If you haven't already joined, you can [use this form to sign * up](https://docs.google.com/forms/d/e/1FAIpQLSfc4uEy9CBHKYUSdnY1hdhKDCX7julVZHy3imOiR-XrU7bUNQ/viewform?usp=sf_link). - * An HTTP task is a task that has [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. + * An HTTP task is a task that has + * [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. * * * .google.cloud.tasks.v2beta3.HttpRequest http_request = 11; @@ -2114,7 +2171,8 @@ public Builder clearHttpRequest() { * Warning: This is an [alpha](https://cloud.google.com/terms/launch-stages) * feature. If you haven't already joined, you can [use this form to sign * up](https://docs.google.com/forms/d/e/1FAIpQLSfc4uEy9CBHKYUSdnY1hdhKDCX7julVZHy3imOiR-XrU7bUNQ/viewform?usp=sf_link). - * An HTTP task is a task that has [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. + * An HTTP task is a task that has + * [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. * * * .google.cloud.tasks.v2beta3.HttpRequest http_request = 11; @@ -2130,7 +2188,8 @@ public com.google.cloud.tasks.v2beta3.HttpRequest.Builder getHttpRequestBuilder( * Warning: This is an [alpha](https://cloud.google.com/terms/launch-stages) * feature. If you haven't already joined, you can [use this form to sign * up](https://docs.google.com/forms/d/e/1FAIpQLSfc4uEy9CBHKYUSdnY1hdhKDCX7julVZHy3imOiR-XrU7bUNQ/viewform?usp=sf_link). - * An HTTP task is a task that has [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. + * An HTTP task is a task that has + * [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. * * * .google.cloud.tasks.v2beta3.HttpRequest http_request = 11; @@ -2153,7 +2212,8 @@ public com.google.cloud.tasks.v2beta3.HttpRequestOrBuilder getHttpRequestOrBuild * Warning: This is an [alpha](https://cloud.google.com/terms/launch-stages) * feature. If you haven't already joined, you can [use this form to sign * up](https://docs.google.com/forms/d/e/1FAIpQLSfc4uEy9CBHKYUSdnY1hdhKDCX7julVZHy3imOiR-XrU7bUNQ/viewform?usp=sf_link). - * An HTTP task is a task that has [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. + * An HTTP task is a task that has + * [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. * * * .google.cloud.tasks.v2beta3.HttpRequest http_request = 11; @@ -2583,7 +2643,8 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { * The deadline for requests sent to the worker. If the worker does not * respond by this deadline then the request is cancelled and the attempt * is marked as a `DEADLINE_EXCEEDED` failure. Cloud Tasks will retry the - * task according to the [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. + * task according to the + * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. * Note that when the request is cancelled, Cloud Tasks will stop listing for * the response, but whether the worker stops processing depends on the * worker. For example, if the worker is stuck, it may not react to cancelled @@ -2592,9 +2653,11 @@ public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder() { * * For [HTTP tasks][google.cloud.tasks.v2beta3.HttpRequest], the default is * 10 minutes. * The deadline must be in the interval [15 seconds, 30 minutes]. - * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], 0 indicates that the + * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], + * 0 indicates that the * request has the default deadline. The default deadline depends on the - * [scaling type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) + * [scaling + * type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) * of the service: 10 minutes for standard apps with automatic scaling, 24 * hours for standard apps with manual and basic scaling, and 60 minutes for * flex apps. If the request deadline is set, it must be in the interval [15 @@ -2620,7 +2683,8 @@ public boolean hasDispatchDeadline() { * The deadline for requests sent to the worker. If the worker does not * respond by this deadline then the request is cancelled and the attempt * is marked as a `DEADLINE_EXCEEDED` failure. Cloud Tasks will retry the - * task according to the [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. + * task according to the + * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. * Note that when the request is cancelled, Cloud Tasks will stop listing for * the response, but whether the worker stops processing depends on the * worker. For example, if the worker is stuck, it may not react to cancelled @@ -2629,9 +2693,11 @@ public boolean hasDispatchDeadline() { * * For [HTTP tasks][google.cloud.tasks.v2beta3.HttpRequest], the default is * 10 minutes. * The deadline must be in the interval [15 seconds, 30 minutes]. - * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], 0 indicates that the + * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], + * 0 indicates that the * request has the default deadline. The default deadline depends on the - * [scaling type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) + * [scaling + * type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) * of the service: 10 minutes for standard apps with automatic scaling, 24 * hours for standard apps with manual and basic scaling, and 60 minutes for * flex apps. If the request deadline is set, it must be in the interval [15 @@ -2663,7 +2729,8 @@ public com.google.protobuf.Duration getDispatchDeadline() { * The deadline for requests sent to the worker. If the worker does not * respond by this deadline then the request is cancelled and the attempt * is marked as a `DEADLINE_EXCEEDED` failure. Cloud Tasks will retry the - * task according to the [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. + * task according to the + * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. * Note that when the request is cancelled, Cloud Tasks will stop listing for * the response, but whether the worker stops processing depends on the * worker. For example, if the worker is stuck, it may not react to cancelled @@ -2672,9 +2739,11 @@ public com.google.protobuf.Duration getDispatchDeadline() { * * For [HTTP tasks][google.cloud.tasks.v2beta3.HttpRequest], the default is * 10 minutes. * The deadline must be in the interval [15 seconds, 30 minutes]. - * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], 0 indicates that the + * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], + * 0 indicates that the * request has the default deadline. The default deadline depends on the - * [scaling type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) + * [scaling + * type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) * of the service: 10 minutes for standard apps with automatic scaling, 24 * hours for standard apps with manual and basic scaling, and 60 minutes for * flex apps. If the request deadline is set, it must be in the interval [15 @@ -2710,7 +2779,8 @@ public Builder setDispatchDeadline(com.google.protobuf.Duration value) { * The deadline for requests sent to the worker. If the worker does not * respond by this deadline then the request is cancelled and the attempt * is marked as a `DEADLINE_EXCEEDED` failure. Cloud Tasks will retry the - * task according to the [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. + * task according to the + * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. * Note that when the request is cancelled, Cloud Tasks will stop listing for * the response, but whether the worker stops processing depends on the * worker. For example, if the worker is stuck, it may not react to cancelled @@ -2719,9 +2789,11 @@ public Builder setDispatchDeadline(com.google.protobuf.Duration value) { * * For [HTTP tasks][google.cloud.tasks.v2beta3.HttpRequest], the default is * 10 minutes. * The deadline must be in the interval [15 seconds, 30 minutes]. - * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], 0 indicates that the + * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], + * 0 indicates that the * request has the default deadline. The default deadline depends on the - * [scaling type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) + * [scaling + * type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) * of the service: 10 minutes for standard apps with automatic scaling, 24 * hours for standard apps with manual and basic scaling, and 60 minutes for * flex apps. If the request deadline is set, it must be in the interval [15 @@ -2754,7 +2826,8 @@ public Builder setDispatchDeadline(com.google.protobuf.Duration.Builder builderF * The deadline for requests sent to the worker. If the worker does not * respond by this deadline then the request is cancelled and the attempt * is marked as a `DEADLINE_EXCEEDED` failure. Cloud Tasks will retry the - * task according to the [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. + * task according to the + * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. * Note that when the request is cancelled, Cloud Tasks will stop listing for * the response, but whether the worker stops processing depends on the * worker. For example, if the worker is stuck, it may not react to cancelled @@ -2763,9 +2836,11 @@ public Builder setDispatchDeadline(com.google.protobuf.Duration.Builder builderF * * For [HTTP tasks][google.cloud.tasks.v2beta3.HttpRequest], the default is * 10 minutes. * The deadline must be in the interval [15 seconds, 30 minutes]. - * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], 0 indicates that the + * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], + * 0 indicates that the * request has the default deadline. The default deadline depends on the - * [scaling type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) + * [scaling + * type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) * of the service: 10 minutes for standard apps with automatic scaling, 24 * hours for standard apps with manual and basic scaling, and 60 minutes for * flex apps. If the request deadline is set, it must be in the interval [15 @@ -2805,7 +2880,8 @@ public Builder mergeDispatchDeadline(com.google.protobuf.Duration value) { * The deadline for requests sent to the worker. If the worker does not * respond by this deadline then the request is cancelled and the attempt * is marked as a `DEADLINE_EXCEEDED` failure. Cloud Tasks will retry the - * task according to the [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. + * task according to the + * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. * Note that when the request is cancelled, Cloud Tasks will stop listing for * the response, but whether the worker stops processing depends on the * worker. For example, if the worker is stuck, it may not react to cancelled @@ -2814,9 +2890,11 @@ public Builder mergeDispatchDeadline(com.google.protobuf.Duration value) { * * For [HTTP tasks][google.cloud.tasks.v2beta3.HttpRequest], the default is * 10 minutes. * The deadline must be in the interval [15 seconds, 30 minutes]. - * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], 0 indicates that the + * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], + * 0 indicates that the * request has the default deadline. The default deadline depends on the - * [scaling type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) + * [scaling + * type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) * of the service: 10 minutes for standard apps with automatic scaling, 24 * hours for standard apps with manual and basic scaling, and 60 minutes for * flex apps. If the request deadline is set, it must be in the interval [15 @@ -2850,7 +2928,8 @@ public Builder clearDispatchDeadline() { * The deadline for requests sent to the worker. If the worker does not * respond by this deadline then the request is cancelled and the attempt * is marked as a `DEADLINE_EXCEEDED` failure. Cloud Tasks will retry the - * task according to the [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. + * task according to the + * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. * Note that when the request is cancelled, Cloud Tasks will stop listing for * the response, but whether the worker stops processing depends on the * worker. For example, if the worker is stuck, it may not react to cancelled @@ -2859,9 +2938,11 @@ public Builder clearDispatchDeadline() { * * For [HTTP tasks][google.cloud.tasks.v2beta3.HttpRequest], the default is * 10 minutes. * The deadline must be in the interval [15 seconds, 30 minutes]. - * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], 0 indicates that the + * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], + * 0 indicates that the * request has the default deadline. The default deadline depends on the - * [scaling type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) + * [scaling + * type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) * of the service: 10 minutes for standard apps with automatic scaling, 24 * hours for standard apps with manual and basic scaling, and 60 minutes for * flex apps. If the request deadline is set, it must be in the interval [15 @@ -2889,7 +2970,8 @@ public com.google.protobuf.Duration.Builder getDispatchDeadlineBuilder() { * The deadline for requests sent to the worker. If the worker does not * respond by this deadline then the request is cancelled and the attempt * is marked as a `DEADLINE_EXCEEDED` failure. Cloud Tasks will retry the - * task according to the [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. + * task according to the + * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. * Note that when the request is cancelled, Cloud Tasks will stop listing for * the response, but whether the worker stops processing depends on the * worker. For example, if the worker is stuck, it may not react to cancelled @@ -2898,9 +2980,11 @@ public com.google.protobuf.Duration.Builder getDispatchDeadlineBuilder() { * * For [HTTP tasks][google.cloud.tasks.v2beta3.HttpRequest], the default is * 10 minutes. * The deadline must be in the interval [15 seconds, 30 minutes]. - * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], 0 indicates that the + * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], + * 0 indicates that the * request has the default deadline. The default deadline depends on the - * [scaling type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) + * [scaling + * type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) * of the service: 10 minutes for standard apps with automatic scaling, 24 * hours for standard apps with manual and basic scaling, and 60 minutes for * flex apps. If the request deadline is set, it must be in the interval [15 @@ -2932,7 +3016,8 @@ public com.google.protobuf.DurationOrBuilder getDispatchDeadlineOrBuilder() { * The deadline for requests sent to the worker. If the worker does not * respond by this deadline then the request is cancelled and the attempt * is marked as a `DEADLINE_EXCEEDED` failure. Cloud Tasks will retry the - * task according to the [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. + * task according to the + * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. * Note that when the request is cancelled, Cloud Tasks will stop listing for * the response, but whether the worker stops processing depends on the * worker. For example, if the worker is stuck, it may not react to cancelled @@ -2941,9 +3026,11 @@ public com.google.protobuf.DurationOrBuilder getDispatchDeadlineOrBuilder() { * * For [HTTP tasks][google.cloud.tasks.v2beta3.HttpRequest], the default is * 10 minutes. * The deadline must be in the interval [15 seconds, 30 minutes]. - * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], 0 indicates that the + * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], + * 0 indicates that the * request has the default deadline. The default deadline depends on the - * [scaling type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) + * [scaling + * type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) * of the service: 10 minutes for standard apps with automatic scaling, 24 * hours for standard apps with manual and basic scaling, and 60 minutes for * flex apps. If the request deadline is set, it must be in the interval [15 @@ -3081,8 +3168,9 @@ public Builder clearResponseCount() { * *
      * Output only. The status of the task's first attempt.
-     * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will be set.
-     * The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information is not retained by Cloud Tasks.
+     * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will
+     * be set. The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information
+     * is not retained by Cloud Tasks.
      * 
* * .google.cloud.tasks.v2beta3.Attempt first_attempt = 8; @@ -3095,8 +3183,9 @@ public boolean hasFirstAttempt() { * *
      * Output only. The status of the task's first attempt.
-     * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will be set.
-     * The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information is not retained by Cloud Tasks.
+     * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will
+     * be set. The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information
+     * is not retained by Cloud Tasks.
      * 
* * .google.cloud.tasks.v2beta3.Attempt first_attempt = 8; @@ -3115,8 +3204,9 @@ public com.google.cloud.tasks.v2beta3.Attempt getFirstAttempt() { * *
      * Output only. The status of the task's first attempt.
-     * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will be set.
-     * The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information is not retained by Cloud Tasks.
+     * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will
+     * be set. The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information
+     * is not retained by Cloud Tasks.
      * 
* * .google.cloud.tasks.v2beta3.Attempt first_attempt = 8; @@ -3139,8 +3229,9 @@ public Builder setFirstAttempt(com.google.cloud.tasks.v2beta3.Attempt value) { * *
      * Output only. The status of the task's first attempt.
-     * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will be set.
-     * The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information is not retained by Cloud Tasks.
+     * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will
+     * be set. The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information
+     * is not retained by Cloud Tasks.
      * 
* * .google.cloud.tasks.v2beta3.Attempt first_attempt = 8; @@ -3160,8 +3251,9 @@ public Builder setFirstAttempt(com.google.cloud.tasks.v2beta3.Attempt.Builder bu * *
      * Output only. The status of the task's first attempt.
-     * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will be set.
-     * The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information is not retained by Cloud Tasks.
+     * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will
+     * be set. The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information
+     * is not retained by Cloud Tasks.
      * 
* * .google.cloud.tasks.v2beta3.Attempt first_attempt = 8; @@ -3188,8 +3280,9 @@ public Builder mergeFirstAttempt(com.google.cloud.tasks.v2beta3.Attempt value) { * *
      * Output only. The status of the task's first attempt.
-     * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will be set.
-     * The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information is not retained by Cloud Tasks.
+     * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will
+     * be set. The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information
+     * is not retained by Cloud Tasks.
      * 
* * .google.cloud.tasks.v2beta3.Attempt first_attempt = 8; @@ -3210,8 +3303,9 @@ public Builder clearFirstAttempt() { * *
      * Output only. The status of the task's first attempt.
-     * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will be set.
-     * The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information is not retained by Cloud Tasks.
+     * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will
+     * be set. The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information
+     * is not retained by Cloud Tasks.
      * 
* * .google.cloud.tasks.v2beta3.Attempt first_attempt = 8; @@ -3226,8 +3320,9 @@ public com.google.cloud.tasks.v2beta3.Attempt.Builder getFirstAttemptBuilder() { * *
      * Output only. The status of the task's first attempt.
-     * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will be set.
-     * The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information is not retained by Cloud Tasks.
+     * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will
+     * be set. The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information
+     * is not retained by Cloud Tasks.
      * 
* * .google.cloud.tasks.v2beta3.Attempt first_attempt = 8; @@ -3246,8 +3341,9 @@ public com.google.cloud.tasks.v2beta3.AttemptOrBuilder getFirstAttemptOrBuilder( * *
      * Output only. The status of the task's first attempt.
-     * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will be set.
-     * The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information is not retained by Cloud Tasks.
+     * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will
+     * be set. The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information
+     * is not retained by Cloud Tasks.
      * 
* * .google.cloud.tasks.v2beta3.Attempt first_attempt = 8; @@ -3455,8 +3551,8 @@ public com.google.cloud.tasks.v2beta3.AttemptOrBuilder getLastAttemptOrBuilder() * * *
-     * Output only. The view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] has
-     * been returned.
+     * Output only. The view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta3.Task] has been returned.
      * 
* * .google.cloud.tasks.v2beta3.Task.View view = 10; @@ -3468,8 +3564,8 @@ public int getViewValue() { * * *
-     * Output only. The view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] has
-     * been returned.
+     * Output only. The view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta3.Task] has been returned.
      * 
* * .google.cloud.tasks.v2beta3.Task.View view = 10; @@ -3483,8 +3579,8 @@ public Builder setViewValue(int value) { * * *
-     * Output only. The view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] has
-     * been returned.
+     * Output only. The view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta3.Task] has been returned.
      * 
* * .google.cloud.tasks.v2beta3.Task.View view = 10; @@ -3499,8 +3595,8 @@ public com.google.cloud.tasks.v2beta3.Task.View getView() { * * *
-     * Output only. The view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] has
-     * been returned.
+     * Output only. The view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta3.Task] has been returned.
      * 
* * .google.cloud.tasks.v2beta3.Task.View view = 10; @@ -3518,8 +3614,8 @@ public Builder setView(com.google.cloud.tasks.v2beta3.Task.View value) { * * *
-     * Output only. The view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] has
-     * been returned.
+     * Output only. The view specifies which subset of the
+     * [Task][google.cloud.tasks.v2beta3.Task] has been returned.
      * 
* * .google.cloud.tasks.v2beta3.Task.View view = 10; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/TaskOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/TaskOrBuilder.java index 5e0fcb17efbb..65377b5feb8c 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/TaskOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/TaskOrBuilder.java @@ -12,7 +12,8 @@ public interface TaskOrBuilder * * *
-   * Optionally caller-specified in [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
+   * Optionally caller-specified in
+   * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
    * The task name.
    * The task name must have the following format:
    * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`
@@ -38,7 +39,8 @@ public interface TaskOrBuilder
    *
    *
    * 
-   * Optionally caller-specified in [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
+   * Optionally caller-specified in
+   * [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask].
    * The task name.
    * The task name must have the following format:
    * `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`
@@ -66,7 +68,9 @@ public interface TaskOrBuilder
    *
    * 
    * HTTP request that is sent to the App Engine app handler.
-   * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] set.
+   * An App Engine task is a task that has
+   * [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest]
+   * set.
    * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpRequest app_engine_http_request = 3; @@ -77,7 +81,9 @@ public interface TaskOrBuilder * *
    * HTTP request that is sent to the App Engine app handler.
-   * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] set.
+   * An App Engine task is a task that has
+   * [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest]
+   * set.
    * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpRequest app_engine_http_request = 3; @@ -88,7 +94,9 @@ public interface TaskOrBuilder * *
    * HTTP request that is sent to the App Engine app handler.
-   * An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] set.
+   * An App Engine task is a task that has
+   * [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest]
+   * set.
    * 
* * .google.cloud.tasks.v2beta3.AppEngineHttpRequest app_engine_http_request = 3; @@ -103,7 +111,8 @@ public interface TaskOrBuilder * Warning: This is an [alpha](https://cloud.google.com/terms/launch-stages) * feature. If you haven't already joined, you can [use this form to sign * up](https://docs.google.com/forms/d/e/1FAIpQLSfc4uEy9CBHKYUSdnY1hdhKDCX7julVZHy3imOiR-XrU7bUNQ/viewform?usp=sf_link). - * An HTTP task is a task that has [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. + * An HTTP task is a task that has + * [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. *
* * .google.cloud.tasks.v2beta3.HttpRequest http_request = 11; @@ -117,7 +126,8 @@ public interface TaskOrBuilder * Warning: This is an [alpha](https://cloud.google.com/terms/launch-stages) * feature. If you haven't already joined, you can [use this form to sign * up](https://docs.google.com/forms/d/e/1FAIpQLSfc4uEy9CBHKYUSdnY1hdhKDCX7julVZHy3imOiR-XrU7bUNQ/viewform?usp=sf_link). - * An HTTP task is a task that has [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. + * An HTTP task is a task that has + * [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. *
* * .google.cloud.tasks.v2beta3.HttpRequest http_request = 11; @@ -131,7 +141,8 @@ public interface TaskOrBuilder * Warning: This is an [alpha](https://cloud.google.com/terms/launch-stages) * feature. If you haven't already joined, you can [use this form to sign * up](https://docs.google.com/forms/d/e/1FAIpQLSfc4uEy9CBHKYUSdnY1hdhKDCX7julVZHy3imOiR-XrU7bUNQ/viewform?usp=sf_link). - * An HTTP task is a task that has [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. + * An HTTP task is a task that has + * [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. * * * .google.cloud.tasks.v2beta3.HttpRequest http_request = 11; @@ -216,7 +227,8 @@ public interface TaskOrBuilder * The deadline for requests sent to the worker. If the worker does not * respond by this deadline then the request is cancelled and the attempt * is marked as a `DEADLINE_EXCEEDED` failure. Cloud Tasks will retry the - * task according to the [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. + * task according to the + * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. * Note that when the request is cancelled, Cloud Tasks will stop listing for * the response, but whether the worker stops processing depends on the * worker. For example, if the worker is stuck, it may not react to cancelled @@ -225,9 +237,11 @@ public interface TaskOrBuilder * * For [HTTP tasks][google.cloud.tasks.v2beta3.HttpRequest], the default is * 10 minutes. * The deadline must be in the interval [15 seconds, 30 minutes]. - * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], 0 indicates that the + * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], + * 0 indicates that the * request has the default deadline. The default deadline depends on the - * [scaling type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) + * [scaling + * type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) * of the service: 10 minutes for standard apps with automatic scaling, 24 * hours for standard apps with manual and basic scaling, and 60 minutes for * flex apps. If the request deadline is set, it must be in the interval [15 @@ -251,7 +265,8 @@ public interface TaskOrBuilder * The deadline for requests sent to the worker. If the worker does not * respond by this deadline then the request is cancelled and the attempt * is marked as a `DEADLINE_EXCEEDED` failure. Cloud Tasks will retry the - * task according to the [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. + * task according to the + * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. * Note that when the request is cancelled, Cloud Tasks will stop listing for * the response, but whether the worker stops processing depends on the * worker. For example, if the worker is stuck, it may not react to cancelled @@ -260,9 +275,11 @@ public interface TaskOrBuilder * * For [HTTP tasks][google.cloud.tasks.v2beta3.HttpRequest], the default is * 10 minutes. * The deadline must be in the interval [15 seconds, 30 minutes]. - * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], 0 indicates that the + * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], + * 0 indicates that the * request has the default deadline. The default deadline depends on the - * [scaling type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) + * [scaling + * type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) * of the service: 10 minutes for standard apps with automatic scaling, 24 * hours for standard apps with manual and basic scaling, and 60 minutes for * flex apps. If the request deadline is set, it must be in the interval [15 @@ -286,7 +303,8 @@ public interface TaskOrBuilder * The deadline for requests sent to the worker. If the worker does not * respond by this deadline then the request is cancelled and the attempt * is marked as a `DEADLINE_EXCEEDED` failure. Cloud Tasks will retry the - * task according to the [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. + * task according to the + * [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. * Note that when the request is cancelled, Cloud Tasks will stop listing for * the response, but whether the worker stops processing depends on the * worker. For example, if the worker is stuck, it may not react to cancelled @@ -295,9 +313,11 @@ public interface TaskOrBuilder * * For [HTTP tasks][google.cloud.tasks.v2beta3.HttpRequest], the default is * 10 minutes. * The deadline must be in the interval [15 seconds, 30 minutes]. - * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], 0 indicates that the + * * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], + * 0 indicates that the * request has the default deadline. The default deadline depends on the - * [scaling type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) + * [scaling + * type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) * of the service: 10 minutes for standard apps with automatic scaling, 24 * hours for standard apps with manual and basic scaling, and 60 minutes for * flex apps. If the request deadline is set, it must be in the interval [15 @@ -344,8 +364,9 @@ public interface TaskOrBuilder * *
    * Output only. The status of the task's first attempt.
-   * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will be set.
-   * The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information is not retained by Cloud Tasks.
+   * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will
+   * be set. The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information
+   * is not retained by Cloud Tasks.
    * 
* * .google.cloud.tasks.v2beta3.Attempt first_attempt = 8; @@ -356,8 +377,9 @@ public interface TaskOrBuilder * *
    * Output only. The status of the task's first attempt.
-   * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will be set.
-   * The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information is not retained by Cloud Tasks.
+   * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will
+   * be set. The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information
+   * is not retained by Cloud Tasks.
    * 
* * .google.cloud.tasks.v2beta3.Attempt first_attempt = 8; @@ -368,8 +390,9 @@ public interface TaskOrBuilder * *
    * Output only. The status of the task's first attempt.
-   * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will be set.
-   * The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information is not retained by Cloud Tasks.
+   * Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will
+   * be set. The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information
+   * is not retained by Cloud Tasks.
    * 
* * .google.cloud.tasks.v2beta3.Attempt first_attempt = 8; @@ -411,8 +434,8 @@ public interface TaskOrBuilder * * *
-   * Output only. The view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] has
-   * been returned.
+   * Output only. The view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta3.Task] has been returned.
    * 
* * .google.cloud.tasks.v2beta3.Task.View view = 10; @@ -422,8 +445,8 @@ public interface TaskOrBuilder * * *
-   * Output only. The view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] has
-   * been returned.
+   * Output only. The view specifies which subset of the
+   * [Task][google.cloud.tasks.v2beta3.Task] has been returned.
    * 
* * .google.cloud.tasks.v2beta3.Task.View view = 10; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/UpdateQueueRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/UpdateQueueRequest.java index 3cfe06c5aa6a..8215de84a9a8 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/UpdateQueueRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/UpdateQueueRequest.java @@ -7,7 +7,8 @@ * * *
- * Request message for [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue].
+ * Request message for
+ * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue].
  * 
* * Protobuf type {@code google.cloud.tasks.v2beta3.UpdateQueueRequest} @@ -121,10 +122,12 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { *
    * Required.
    * The queue to create or update.
-   * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be specified.
+   * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be
+   * specified.
    * Output only fields cannot be modified using UpdateQueue.
    * Any value specified for an output only field will be ignored.
-   * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be changed.
+   * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be
+   * changed.
    * 
* * .google.cloud.tasks.v2beta3.Queue queue = 1; @@ -138,10 +141,12 @@ public boolean hasQueue() { *
    * Required.
    * The queue to create or update.
-   * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be specified.
+   * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be
+   * specified.
    * Output only fields cannot be modified using UpdateQueue.
    * Any value specified for an output only field will be ignored.
-   * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be changed.
+   * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be
+   * changed.
    * 
* * .google.cloud.tasks.v2beta3.Queue queue = 1; @@ -155,10 +160,12 @@ public com.google.cloud.tasks.v2beta3.Queue getQueue() { *
    * Required.
    * The queue to create or update.
-   * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be specified.
+   * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be
+   * specified.
    * Output only fields cannot be modified using UpdateQueue.
    * Any value specified for an output only field will be ignored.
-   * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be changed.
+   * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be
+   * changed.
    * 
* * .google.cloud.tasks.v2beta3.Queue queue = 1; @@ -392,7 +399,8 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build * * *
-   * Request message for [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue].
+   * Request message for
+   * [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue].
    * 
* * Protobuf type {@code google.cloud.tasks.v2beta3.UpdateQueueRequest} @@ -580,10 +588,12 @@ public Builder mergeFrom( *
      * Required.
      * The queue to create or update.
-     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be specified.
+     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be
+     * specified.
      * Output only fields cannot be modified using UpdateQueue.
      * Any value specified for an output only field will be ignored.
-     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be changed.
+     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be
+     * changed.
      * 
* * .google.cloud.tasks.v2beta3.Queue queue = 1; @@ -597,10 +607,12 @@ public boolean hasQueue() { *
      * Required.
      * The queue to create or update.
-     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be specified.
+     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be
+     * specified.
      * Output only fields cannot be modified using UpdateQueue.
      * Any value specified for an output only field will be ignored.
-     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be changed.
+     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be
+     * changed.
      * 
* * .google.cloud.tasks.v2beta3.Queue queue = 1; @@ -618,10 +630,12 @@ public com.google.cloud.tasks.v2beta3.Queue getQueue() { *
      * Required.
      * The queue to create or update.
-     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be specified.
+     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be
+     * specified.
      * Output only fields cannot be modified using UpdateQueue.
      * Any value specified for an output only field will be ignored.
-     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be changed.
+     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be
+     * changed.
      * 
* * .google.cloud.tasks.v2beta3.Queue queue = 1; @@ -645,10 +659,12 @@ public Builder setQueue(com.google.cloud.tasks.v2beta3.Queue value) { *
      * Required.
      * The queue to create or update.
-     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be specified.
+     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be
+     * specified.
      * Output only fields cannot be modified using UpdateQueue.
      * Any value specified for an output only field will be ignored.
-     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be changed.
+     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be
+     * changed.
      * 
* * .google.cloud.tasks.v2beta3.Queue queue = 1; @@ -669,10 +685,12 @@ public Builder setQueue(com.google.cloud.tasks.v2beta3.Queue.Builder builderForV *
      * Required.
      * The queue to create or update.
-     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be specified.
+     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be
+     * specified.
      * Output only fields cannot be modified using UpdateQueue.
      * Any value specified for an output only field will be ignored.
-     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be changed.
+     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be
+     * changed.
      * 
* * .google.cloud.tasks.v2beta3.Queue queue = 1; @@ -700,10 +718,12 @@ public Builder mergeQueue(com.google.cloud.tasks.v2beta3.Queue value) { *
      * Required.
      * The queue to create or update.
-     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be specified.
+     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be
+     * specified.
      * Output only fields cannot be modified using UpdateQueue.
      * Any value specified for an output only field will be ignored.
-     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be changed.
+     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be
+     * changed.
      * 
* * .google.cloud.tasks.v2beta3.Queue queue = 1; @@ -725,10 +745,12 @@ public Builder clearQueue() { *
      * Required.
      * The queue to create or update.
-     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be specified.
+     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be
+     * specified.
      * Output only fields cannot be modified using UpdateQueue.
      * Any value specified for an output only field will be ignored.
-     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be changed.
+     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be
+     * changed.
      * 
* * .google.cloud.tasks.v2beta3.Queue queue = 1; @@ -744,10 +766,12 @@ public com.google.cloud.tasks.v2beta3.Queue.Builder getQueueBuilder() { *
      * Required.
      * The queue to create or update.
-     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be specified.
+     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be
+     * specified.
      * Output only fields cannot be modified using UpdateQueue.
      * Any value specified for an output only field will be ignored.
-     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be changed.
+     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be
+     * changed.
      * 
* * .google.cloud.tasks.v2beta3.Queue queue = 1; @@ -765,10 +789,12 @@ public com.google.cloud.tasks.v2beta3.QueueOrBuilder getQueueOrBuilder() { *
      * Required.
      * The queue to create or update.
-     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be specified.
+     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be
+     * specified.
      * Output only fields cannot be modified using UpdateQueue.
      * Any value specified for an output only field will be ignored.
-     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be changed.
+     * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be
+     * changed.
      * 
* * .google.cloud.tasks.v2beta3.Queue queue = 1; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/UpdateQueueRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/UpdateQueueRequestOrBuilder.java index f48cd23c29cf..27f0b3c9506a 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/UpdateQueueRequestOrBuilder.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/UpdateQueueRequestOrBuilder.java @@ -14,10 +14,12 @@ public interface UpdateQueueRequestOrBuilder *
    * Required.
    * The queue to create or update.
-   * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be specified.
+   * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be
+   * specified.
    * Output only fields cannot be modified using UpdateQueue.
    * Any value specified for an output only field will be ignored.
-   * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be changed.
+   * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be
+   * changed.
    * 
* * .google.cloud.tasks.v2beta3.Queue queue = 1; @@ -29,10 +31,12 @@ public interface UpdateQueueRequestOrBuilder *
    * Required.
    * The queue to create or update.
-   * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be specified.
+   * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be
+   * specified.
    * Output only fields cannot be modified using UpdateQueue.
    * Any value specified for an output only field will be ignored.
-   * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be changed.
+   * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be
+   * changed.
    * 
* * .google.cloud.tasks.v2beta3.Queue queue = 1; @@ -44,10 +48,12 @@ public interface UpdateQueueRequestOrBuilder *
    * Required.
    * The queue to create or update.
-   * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be specified.
+   * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be
+   * specified.
    * Output only fields cannot be modified using UpdateQueue.
    * Any value specified for an output only field will be ignored.
-   * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be changed.
+   * The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be
+   * changed.
    * 
* * .google.cloud.tasks.v2beta3.Queue queue = 1; diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/proto/google/cloud/tasks/v2beta3/cloudtasks.proto b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/proto/google/cloud/tasks/v2beta3/cloudtasks.proto index 5eef8b3c826d..fdf2d65a5d3a 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/proto/google/cloud/tasks/v2beta3/cloudtasks.proto +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/proto/google/cloud/tasks/v2beta3/cloudtasks.proto @@ -32,7 +32,6 @@ option java_outer_classname = "CloudTasksProto"; option java_package = "com.google.cloud.tasks.v2beta3"; option objc_class_prefix = "TASKS"; - // Cloud Tasks allows developers to manage the execution of background // work in their applications. service CloudTasks { @@ -55,14 +54,15 @@ service CloudTasks { // Creates a queue. // // Queues created with this method allow tasks to live for a maximum of 31 - // days. After a task is 31 days old, the task will be deleted regardless of whether - // it was dispatched or not. + // days. After a task is 31 days old, the task will be deleted regardless of + // whether it was dispatched or not. // // WARNING: Using this method may have unintended side effects if you are // using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. // Read - // [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) - // before using this method. + // [Overview of Queue Management and + // queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using + // this method. rpc CreateQueue(CreateQueueRequest) returns (Queue) { option (google.api.http) = { post: "/v2beta3/{parent=projects/*/locations/*}/queues" @@ -76,14 +76,15 @@ service CloudTasks { // the queue if it does exist. // // Queues created with this method allow tasks to live for a maximum of 31 - // days. After a task is 31 days old, the task will be deleted regardless of whether - // it was dispatched or not. + // days. After a task is 31 days old, the task will be deleted regardless of + // whether it was dispatched or not. // // WARNING: Using this method may have unintended side effects if you are // using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. // Read - // [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) - // before using this method. + // [Overview of Queue Management and + // queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using + // this method. rpc UpdateQueue(UpdateQueueRequest) returns (Queue) { option (google.api.http) = { patch: "/v2beta3/{queue.name=projects/*/locations/*/queues/*}" @@ -101,8 +102,9 @@ service CloudTasks { // WARNING: Using this method may have unintended side effects if you are // using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. // Read - // [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) - // before using this method. + // [Overview of Queue Management and + // queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using + // this method. rpc DeleteQueue(DeleteQueueRequest) returns (google.protobuf.Empty) { option (google.api.http) = { delete: "/v2beta3/{name=projects/*/locations/*/queues/*}" @@ -126,9 +128,10 @@ service CloudTasks { // // If a queue is paused then the system will stop dispatching tasks // until the queue is resumed via - // [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue]. Tasks can still be added - // when the queue is paused. A queue is paused if its - // [state][google.cloud.tasks.v2beta3.Queue.state] is [PAUSED][google.cloud.tasks.v2beta3.Queue.State.PAUSED]. + // [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue]. Tasks can + // still be added when the queue is paused. A queue is paused if its + // [state][google.cloud.tasks.v2beta3.Queue.state] is + // [PAUSED][google.cloud.tasks.v2beta3.Queue.State.PAUSED]. rpc PauseQueue(PauseQueueRequest) returns (Queue) { option (google.api.http) = { post: "/v2beta3/{name=projects/*/locations/*/queues/*}:pause" @@ -140,14 +143,17 @@ service CloudTasks { // // This method resumes a queue after it has been // [PAUSED][google.cloud.tasks.v2beta3.Queue.State.PAUSED] or - // [DISABLED][google.cloud.tasks.v2beta3.Queue.State.DISABLED]. The state of a queue is stored - // in the queue's [state][google.cloud.tasks.v2beta3.Queue.state]; after calling this method it - // will be set to [RUNNING][google.cloud.tasks.v2beta3.Queue.State.RUNNING]. + // [DISABLED][google.cloud.tasks.v2beta3.Queue.State.DISABLED]. The state of a + // queue is stored in the queue's + // [state][google.cloud.tasks.v2beta3.Queue.state]; after calling this method + // it will be set to + // [RUNNING][google.cloud.tasks.v2beta3.Queue.State.RUNNING]. // // WARNING: Resuming many high-QPS queues at the same time can // lead to target overloading. If you are resuming high-QPS // queues, follow the 500/50/5 pattern described in - // [Managing Cloud Tasks Scaling Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling). + // [Managing Cloud Tasks Scaling + // Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling). rpc ResumeQueue(ResumeQueueRequest) returns (Queue) { option (google.api.http) = { post: "/v2beta3/{name=projects/*/locations/*/queues/*}:resume" @@ -155,24 +161,25 @@ service CloudTasks { }; } - // Gets the access control policy for a [Queue][google.cloud.tasks.v2beta3.Queue]. - // Returns an empty policy if the resource exists and does not have a policy - // set. + // Gets the access control policy for a + // [Queue][google.cloud.tasks.v2beta3.Queue]. Returns an empty policy if the + // resource exists and does not have a policy set. // // Authorization requires the following // [Google IAM](https://cloud.google.com/iam) permission on the specified // resource parent: // // * `cloudtasks.queues.getIamPolicy` - rpc GetIamPolicy(google.iam.v1.GetIamPolicyRequest) returns (google.iam.v1.Policy) { + rpc GetIamPolicy(google.iam.v1.GetIamPolicyRequest) + returns (google.iam.v1.Policy) { option (google.api.http) = { post: "/v2beta3/{resource=projects/*/locations/*/queues/*}:getIamPolicy" body: "*" }; } - // Sets the access control policy for a [Queue][google.cloud.tasks.v2beta3.Queue]. Replaces any existing - // policy. + // Sets the access control policy for a + // [Queue][google.cloud.tasks.v2beta3.Queue]. Replaces any existing policy. // // Note: The Cloud Console does not check queue-level IAM permissions yet. // Project-level permissions are required to use the Cloud Console. @@ -182,21 +189,24 @@ service CloudTasks { // resource parent: // // * `cloudtasks.queues.setIamPolicy` - rpc SetIamPolicy(google.iam.v1.SetIamPolicyRequest) returns (google.iam.v1.Policy) { + rpc SetIamPolicy(google.iam.v1.SetIamPolicyRequest) + returns (google.iam.v1.Policy) { option (google.api.http) = { post: "/v2beta3/{resource=projects/*/locations/*/queues/*}:setIamPolicy" body: "*" }; } - // Returns permissions that a caller has on a [Queue][google.cloud.tasks.v2beta3.Queue]. - // If the resource does not exist, this will return an empty set of - // permissions, not a [NOT_FOUND][google.rpc.Code.NOT_FOUND] error. + // Returns permissions that a caller has on a + // [Queue][google.cloud.tasks.v2beta3.Queue]. If the resource does not exist, + // this will return an empty set of permissions, not a + // [NOT_FOUND][google.rpc.Code.NOT_FOUND] error. // // Note: This operation is designed to be used for building permission-aware // UIs and command-line tools, not for authorization checking. This operation // may "fail open" without warning. - rpc TestIamPermissions(google.iam.v1.TestIamPermissionsRequest) returns (google.iam.v1.TestIamPermissionsResponse) { + rpc TestIamPermissions(google.iam.v1.TestIamPermissionsRequest) + returns (google.iam.v1.TestIamPermissionsResponse) { option (google.api.http) = { post: "/v2beta3/{resource=projects/*/locations/*/queues/*}:testIamPermissions" body: "*" @@ -205,10 +215,10 @@ service CloudTasks { // Lists the tasks in a queue. // - // By default, only the [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC] view is retrieved - // due to performance considerations; - // [response_view][google.cloud.tasks.v2beta3.ListTasksRequest.response_view] controls the - // subset of information which is returned. + // By default, only the [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC] + // view is retrieved due to performance considerations; + // [response_view][google.cloud.tasks.v2beta3.ListTasksRequest.response_view] + // controls the subset of information which is returned. // // The tasks may be returned in any order. The ordering may change at any // time. @@ -229,7 +239,8 @@ service CloudTasks { // // Tasks cannot be updated after creation; there is no UpdateTask command. // - // * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue], the maximum task size is + // * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue], + // the maximum task size is // 100KB. rpc CreateTask(CreateTaskRequest) returns (Task) { option (google.api.http) = { @@ -252,13 +263,14 @@ service CloudTasks { // Forces a task to run now. // // When this method is called, Cloud Tasks will dispatch the task, even if - // the task is already running, the queue has reached its [RateLimits][google.cloud.tasks.v2beta3.RateLimits] or - // is [PAUSED][google.cloud.tasks.v2beta3.Queue.State.PAUSED]. + // the task is already running, the queue has reached its + // [RateLimits][google.cloud.tasks.v2beta3.RateLimits] or is + // [PAUSED][google.cloud.tasks.v2beta3.Queue.State.PAUSED]. // // This command is meant to be used for manual debugging. For - // example, [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask] can be used to retry a failed - // task after a fix has been made or to manually force a task to be - // dispatched now. + // example, [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask] can be + // used to retry a failed task after a fix has been made or to manually force + // a task to be dispatched now. // // The dispatched task is returned. That is, the task that is returned // contains the [status][Task.status] after the task is dispatched but @@ -266,9 +278,11 @@ service CloudTasks { // // If Cloud Tasks receives a successful response from the task's // target, then the task will be deleted; otherwise the task's - // [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] will be reset to the time that - // [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask] was called plus the retry delay specified - // in the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. + // [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] will be + // reset to the time that + // [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask] was called plus + // the retry delay specified in the queue's + // [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. // // [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask] returns // [NOT_FOUND][google.rpc.Code.NOT_FOUND] when it is called on a @@ -281,7 +295,8 @@ service CloudTasks { } } -// Request message for [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues]. +// Request message for +// [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues]. message ListQueuesRequest { // Required. // @@ -289,11 +304,11 @@ message ListQueuesRequest { // For example: `projects/PROJECT_ID/locations/LOCATION_ID` string parent = 1; - // `filter` can be used to specify a subset of queues. Any [Queue][google.cloud.tasks.v2beta3.Queue] - // field can be used as a filter and several operators as supported. - // For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as - // described in - // [Stackdriver's Advanced Logs Filters](https://cloud.google.com/logging/docs/view/advanced_filters). + // `filter` can be used to specify a subset of queues. Any + // [Queue][google.cloud.tasks.v2beta3.Queue] field can be used as a filter and + // several operators as supported. For example: `<=, <, >=, >, !=, =, :`. The + // filter syntax is the same as described in [Stackdriver's Advanced Logs + // Filters](https://cloud.google.com/logging/docs/view/advanced_filters). // // Sample filter "state: PAUSED". // @@ -306,22 +321,25 @@ message ListQueuesRequest { // The maximum page size is 9800. If unspecified, the page size will // be the maximum. Fewer queues than requested might be returned, // even if more queues exist; use the - // [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] in the - // response to determine if more queues exist. + // [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] + // in the response to determine if more queues exist. int32 page_size = 3; // A token identifying the page of results to return. // // To request the first page results, page_token must be empty. To // request the next page of results, page_token must be the value of - // [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] returned - // from the previous call to [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] - // method. It is an error to switch the value of the - // [filter][google.cloud.tasks.v2beta3.ListQueuesRequest.filter] while iterating through pages. + // [next_page_token][google.cloud.tasks.v2beta3.ListQueuesResponse.next_page_token] + // returned from the previous call to + // [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] method. It + // is an error to switch the value of the + // [filter][google.cloud.tasks.v2beta3.ListQueuesRequest.filter] while + // iterating through pages. string page_token = 4; } -// Response message for [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues]. +// Response message for +// [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues]. message ListQueuesResponse { // The list of queues. repeated Queue queues = 1; @@ -329,7 +347,8 @@ message ListQueuesResponse { // A token to retrieve next page of results. // // To return the next page of results, call - // [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] with this value as the + // [ListQueues][google.cloud.tasks.v2beta3.CloudTasks.ListQueues] with this + // value as the // [page_token][google.cloud.tasks.v2beta3.ListQueuesRequest.page_token]. // // If the next_page_token is empty, there are no more results. @@ -338,7 +357,8 @@ message ListQueuesResponse { string next_page_token = 2; } -// Request message for [GetQueue][google.cloud.tasks.v2beta3.CloudTasks.GetQueue]. +// Request message for +// [GetQueue][google.cloud.tasks.v2beta3.CloudTasks.GetQueue]. message GetQueueRequest { // Required. // @@ -347,7 +367,8 @@ message GetQueueRequest { string name = 1; } -// Request message for [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue]. +// Request message for +// [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue]. message CreateQueueRequest { // Required. // @@ -363,21 +384,25 @@ message CreateQueueRequest { // // The queue to create. // - // [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as an existing queue. + // [Queue's name][google.cloud.tasks.v2beta3.Queue.name] cannot be the same as + // an existing queue. Queue queue = 2; } -// Request message for [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue]. +// Request message for +// [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue]. message UpdateQueueRequest { // Required. // // The queue to create or update. // - // The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be specified. + // The queue's [name][google.cloud.tasks.v2beta3.Queue.name] must be + // specified. // // Output only fields cannot be modified using UpdateQueue. // Any value specified for an output only field will be ignored. - // The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be changed. + // The queue's [name][google.cloud.tasks.v2beta3.Queue.name] cannot be + // changed. Queue queue = 1; // A mask used to specify which fields of the queue are being updated. @@ -386,7 +411,8 @@ message UpdateQueueRequest { google.protobuf.FieldMask update_mask = 2; } -// Request message for [DeleteQueue][google.cloud.tasks.v2beta3.CloudTasks.DeleteQueue]. +// Request message for +// [DeleteQueue][google.cloud.tasks.v2beta3.CloudTasks.DeleteQueue]. message DeleteQueueRequest { // Required. // @@ -395,7 +421,8 @@ message DeleteQueueRequest { string name = 1; } -// Request message for [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue]. +// Request message for +// [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue]. message PurgeQueueRequest { // Required. // @@ -404,7 +431,8 @@ message PurgeQueueRequest { string name = 1; } -// Request message for [PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue]. +// Request message for +// [PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue]. message PauseQueueRequest { // Required. // @@ -413,7 +441,8 @@ message PauseQueueRequest { string name = 1; } -// Request message for [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue]. +// Request message for +// [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue]. message ResumeQueueRequest { // Required. // @@ -422,7 +451,8 @@ message ResumeQueueRequest { string name = 1; } -// Request message for listing tasks using [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks]. +// Request message for listing tasks using +// [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks]. message ListTasksRequest { // Required. // @@ -430,18 +460,19 @@ message ListTasksRequest { // `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID` string parent = 1; - // The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be - // returned. + // The response_view specifies which subset of the + // [Task][google.cloud.tasks.v2beta3.Task] will be returned. // - // By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all - // information is retrieved by default because some data, such as - // payloads, might be desirable to return only when needed because - // of its large size or because of the sensitivity of data that it - // contains. + // By default response_view is + // [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is + // retrieved by default because some data, such as payloads, might be + // desirable to return only when needed because of its large size or because + // of the sensitivity of data that it contains. // - // Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires - // `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/) - // permission on the [Task][google.cloud.tasks.v2beta3.Task] resource. + // Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] + // requires `cloudtasks.tasks.fullView` [Google + // IAM](https://cloud.google.com/iam/) permission on the + // [Task][google.cloud.tasks.v2beta3.Task] resource. Task.View response_view = 2; // Requested page size. Fewer tasks than requested might be returned. @@ -449,23 +480,24 @@ message ListTasksRequest { // The maximum page size is 1000. If unspecified, the page size will // be the maximum. Fewer tasks than requested might be returned, // even if more tasks exist; use - // [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] in the - // response to determine if more tasks exist. + // [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] + // in the response to determine if more tasks exist. int32 page_size = 3; // A token identifying the page of results to return. // // To request the first page results, page_token must be empty. To // request the next page of results, page_token must be the value of - // [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] returned - // from the previous call to [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] - // method. + // [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] + // returned from the previous call to + // [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] method. // // The page token is valid for only 2 hours. string page_token = 4; } -// Response message for listing tasks using [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks]. +// Response message for listing tasks using +// [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks]. message ListTasksResponse { // The list of tasks. repeated Task tasks = 1; @@ -473,14 +505,16 @@ message ListTasksResponse { // A token to retrieve next page of results. // // To return the next page of results, call - // [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] with this value as the + // [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] with this + // value as the // [page_token][google.cloud.tasks.v2beta3.ListTasksRequest.page_token]. // // If the next_page_token is empty, there are no more results. string next_page_token = 2; } -// Request message for getting a task using [GetTask][google.cloud.tasks.v2beta3.CloudTasks.GetTask]. +// Request message for getting a task using +// [GetTask][google.cloud.tasks.v2beta3.CloudTasks.GetTask]. message GetTaskRequest { // Required. // @@ -488,22 +522,24 @@ message GetTaskRequest { // `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID` string name = 1; - // The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be - // returned. + // The response_view specifies which subset of the + // [Task][google.cloud.tasks.v2beta3.Task] will be returned. // - // By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all - // information is retrieved by default because some data, such as - // payloads, might be desirable to return only when needed because - // of its large size or because of the sensitivity of data that it - // contains. + // By default response_view is + // [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is + // retrieved by default because some data, such as payloads, might be + // desirable to return only when needed because of its large size or because + // of the sensitivity of data that it contains. // - // Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires - // `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/) - // permission on the [Task][google.cloud.tasks.v2beta3.Task] resource. + // Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] + // requires `cloudtasks.tasks.fullView` [Google + // IAM](https://cloud.google.com/iam/) permission on the + // [Task][google.cloud.tasks.v2beta3.Task] resource. Task.View response_view = 2; } -// Request message for [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask]. +// Request message for +// [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask]. message CreateTaskRequest { // Required. // @@ -519,13 +555,13 @@ message CreateTaskRequest { // // Task names have the following format: // `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID`. - // The user can optionally specify a task [name][google.cloud.tasks.v2beta3.Task.name]. If a - // name is not specified then the system will generate a random - // unique task id, which will be set in the task returned in the - // [response][google.cloud.tasks.v2beta3.Task.name]. + // The user can optionally specify a task + // [name][google.cloud.tasks.v2beta3.Task.name]. If a name is not specified + // then the system will generate a random unique task id, which will be set in + // the task returned in the [response][google.cloud.tasks.v2beta3.Task.name]. // - // If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not set or is in the - // past then Cloud Tasks will set it to the current time. + // If [schedule_time][google.cloud.tasks.v2beta3.Task.schedule_time] is not + // set or is in the past then Cloud Tasks will set it to the current time. // // Task De-duplication: // @@ -540,28 +576,29 @@ message CreateTaskRequest { // for ~9days after the original task was deleted or executed. // // Because there is an extra lookup cost to identify duplicate task - // names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] calls have significantly - // increased latency. Using hashed strings for the task id or for - // the prefix of the task id is recommended. Choosing task ids that - // are sequential or have sequential prefixes, for example using a + // names, these [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + // calls have significantly increased latency. Using hashed strings for the + // task id or for the prefix of the task id is recommended. Choosing task ids + // that are sequential or have sequential prefixes, for example using a // timestamp, causes an increase in latency and error rates in all // task commands. The infrastructure relies on an approximately // uniform distribution of task ids to store and serve tasks // efficiently. Task task = 2; - // The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be - // returned. + // The response_view specifies which subset of the + // [Task][google.cloud.tasks.v2beta3.Task] will be returned. // - // By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all - // information is retrieved by default because some data, such as - // payloads, might be desirable to return only when needed because - // of its large size or because of the sensitivity of data that it - // contains. + // By default response_view is + // [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is + // retrieved by default because some data, such as payloads, might be + // desirable to return only when needed because of its large size or because + // of the sensitivity of data that it contains. // - // Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires - // `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/) - // permission on the [Task][google.cloud.tasks.v2beta3.Task] resource. + // Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] + // requires `cloudtasks.tasks.fullView` [Google + // IAM](https://cloud.google.com/iam/) permission on the + // [Task][google.cloud.tasks.v2beta3.Task] resource. Task.View response_view = 3; } @@ -584,17 +621,18 @@ message RunTaskRequest { // `projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID` string name = 1; - // The response_view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] will be - // returned. + // The response_view specifies which subset of the + // [Task][google.cloud.tasks.v2beta3.Task] will be returned. // - // By default response_view is [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all - // information is retrieved by default because some data, such as - // payloads, might be desirable to return only when needed because - // of its large size or because of the sensitivity of data that it - // contains. + // By default response_view is + // [BASIC][google.cloud.tasks.v2beta3.Task.View.BASIC]; not all information is + // retrieved by default because some data, such as payloads, might be + // desirable to return only when needed because of its large size or because + // of the sensitivity of data that it contains. // - // Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires - // `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/) - // permission on the [Task][google.cloud.tasks.v2beta3.Task] resource. + // Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] + // requires `cloudtasks.tasks.fullView` [Google + // IAM](https://cloud.google.com/iam/) permission on the + // [Task][google.cloud.tasks.v2beta3.Task] resource. Task.View response_view = 2; } diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/proto/google/cloud/tasks/v2beta3/queue.proto b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/proto/google/cloud/tasks/v2beta3/queue.proto index a4399014a243..4ee65cdb0bf3 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/proto/google/cloud/tasks/v2beta3/queue.proto +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/proto/google/cloud/tasks/v2beta3/queue.proto @@ -27,7 +27,6 @@ option java_multiple_files = true; option java_outer_classname = "QueueProto"; option java_package = "com.google.cloud.tasks.v2beta3"; - // A queue is a container of related tasks. Queues are configured to manage // how those tasks are dispatched. Configurable properties include rate limits, // retry options, queue types, and others. @@ -69,8 +68,9 @@ message Queue { DISABLED = 3; } - // Caller-specified and required in [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue], - // after which it becomes output only. + // Caller-specified and required in + // [CreateQueue][google.cloud.tasks.v2beta3.CloudTasks.CreateQueue], after + // which it becomes output only. // // The queue name. // @@ -80,7 +80,8 @@ message Queue { // * `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]), // hyphens (-), colons (:), or periods (.). // For more information, see - // [Identifying projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) + // [Identifying + // projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects) // * `LOCATION_ID` is the canonical ID for the queue's location. // The list of available locations can be obtained by calling // [ListLocations][google.cloud.location.Locations.ListLocations]. @@ -90,26 +91,31 @@ message Queue { string name = 1; oneof queue_type { - // [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] settings apply only to - // [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue. - // [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by this proto. + // [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] + // settings apply only to [App Engine + // tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest] in this queue. + // [Http tasks][google.cloud.tasks.v2beta3.HttpRequest] are not affected by + // this proto. AppEngineHttpQueue app_engine_http_queue = 3; } // Rate limits for task dispatches. // - // [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are - // related because they both control task attempts. However they control task - // attempts in different ways: + // [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] and + // [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] are related + // because they both control task attempts. However they control task attempts + // in different ways: // - // * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the total rate of + // * [rate_limits][google.cloud.tasks.v2beta3.Queue.rate_limits] controls the + // total rate of // dispatches from a queue (i.e. all traffic dispatched from the // queue, regardless of whether the dispatch is from a first // attempt or a retry). - // * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls what happens to + // * [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls + // what happens to // particular a task after its first attempt fails. That is, - // [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls task retries (the - // second attempt, third attempt, etc). + // [retry_config][google.cloud.tasks.v2beta3.Queue.retry_config] controls + // task retries (the second attempt, third attempt, etc). // // The queue's actual dispatch rate is the result of: // @@ -130,25 +136,30 @@ message Queue { // * For tasks created using the App Engine SDK: the queue-level retry // settings apply to all tasks in the queue which do not have retry settings // explicitly set on the task and were created by the App Engine SDK. See - // [App Engine documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). + // [App Engine + // documentation](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/retrying-tasks). RetryConfig retry_config = 5; // Output only. The state of the queue. // // `state` can only be changed by called // [PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue], - // [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or uploading + // [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or + // uploading // [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref). - // [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] cannot be used to change `state`. + // [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] cannot be + // used to change `state`. State state = 6; // Output only. The last time this queue was purged. // - // All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time] before this time - // were purged. + // All tasks that were [created][google.cloud.tasks.v2beta3.Task.create_time] + // before this time were purged. // - // A queue can be purged using [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the - // [App Engine Task Queue SDK, or the Cloud Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue). + // A queue can be purged using + // [PurgeQueue][google.cloud.tasks.v2beta3.CloudTasks.PurgeQueue], the [App + // Engine Task Queue SDK, or the Cloud + // Console](https://cloud.google.com/appengine/docs/standard/python/taskqueue/push/deleting-tasks-and-queues#purging_all_tasks_from_a_queue). // // Purge time will be truncated to the nearest microsecond. Purge // time will be unset if the queue has never been purged. @@ -160,20 +171,24 @@ message Queue { // This message determines the maximum rate that tasks can be dispatched by a // queue, regardless of whether the dispatch is a first task attempt or a retry. // -// Note: The debugging command, [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask], will run a task -// even if the queue has reached its [RateLimits][google.cloud.tasks.v2beta3.RateLimits]. +// Note: The debugging command, +// [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask], will run a task +// even if the queue has reached its +// [RateLimits][google.cloud.tasks.v2beta3.RateLimits]. message RateLimits { // The maximum rate at which tasks are dispatched from this queue. // // If unspecified when the queue is created, Cloud Tasks will pick the // default. // - // * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue], the maximum allowed value + // * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue], + // the maximum allowed value // is 500. // // // This field has the same meaning as - // [rate in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#rate). + // [rate in + // queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#rate). double max_dispatches_per_second = 1; // Output only. The max burst size. @@ -201,9 +216,9 @@ message RateLimits { // `queue.yaml/xml`, `max_burst_size` is equal to // [bucket_size](https://cloud.google.com/appengine/docs/standard/python/config/queueref#bucket_size). // Since `max_burst_size` is output only, if - // [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] is called on a queue - // created by `queue.yaml/xml`, `max_burst_size` will be reset based - // on the value of + // [UpdateQueue][google.cloud.tasks.v2beta3.CloudTasks.UpdateQueue] is called + // on a queue created by `queue.yaml/xml`, `max_burst_size` will be reset + // based on the value of // [max_dispatches_per_second][google.cloud.tasks.v2beta3.RateLimits.max_dispatches_per_second], // regardless of whether // [max_dispatches_per_second][google.cloud.tasks.v2beta3.RateLimits.max_dispatches_per_second] @@ -224,7 +239,8 @@ message RateLimits { // // // This field has the same meaning as - // [max_concurrent_requests in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#max_concurrent_requests). + // [max_concurrent_requests in + // queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#max_concurrent_requests). int32 max_concurrent_dispatches = 3; } @@ -244,15 +260,16 @@ message RetryConfig { // -1 indicates unlimited attempts. // // This field has the same meaning as - // [task_retry_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + // [task_retry_limit in + // queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). int32 max_attempts = 1; // If positive, `max_retry_duration` specifies the time limit for // retrying a failed task, measured from when the task was first // attempted. Once `max_retry_duration` time has passed *and* the - // task has been attempted [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] - // times, no further attempts will be made and the task will be - // deleted. + // task has been attempted + // [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times, + // no further attempts will be made and the task will be deleted. // // If zero, then the task age is unlimited. // @@ -263,14 +280,17 @@ message RetryConfig { // `max_retry_duration` will be truncated to the nearest second. // // This field has the same meaning as - // [task_age_limit in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + // [task_age_limit in + // queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). google.protobuf.Duration max_retry_duration = 2; - // A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between + // A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] + // for retry between // [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and - // [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails, - // if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be - // retried. + // [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration + // after it fails, if the queue's + // [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the + // task should be retried. // // If unspecified when the queue is created, Cloud Tasks will pick the // default. @@ -279,14 +299,17 @@ message RetryConfig { // `min_backoff` will be truncated to the nearest second. // // This field has the same meaning as - // [min_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + // [min_backoff_seconds in + // queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). google.protobuf.Duration min_backoff = 3; - // A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] for retry between + // A task will be [scheduled][google.cloud.tasks.v2beta3.Task.schedule_time] + // for retry between // [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] and - // [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration after it fails, - // if the queue's [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the task should be - // retried. + // [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] duration + // after it fails, if the queue's + // [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig] specifies that the + // task should be retried. // // If unspecified when the queue is created, Cloud Tasks will pick the // default. @@ -295,33 +318,37 @@ message RetryConfig { // `max_backoff` will be truncated to the nearest second. // // This field has the same meaning as - // [max_backoff_seconds in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + // [max_backoff_seconds in + // queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). google.protobuf.Duration max_backoff = 4; // The time between retries will double `max_doublings` times. // // A task's retry interval starts at - // [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff], then doubles - // `max_doublings` times, then increases linearly, and finally - // retries retries at intervals of + // [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff], then + // doubles `max_doublings` times, then increases linearly, and finally retries + // retries at intervals of // [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] up to // [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times. // - // For example, if [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] is 10s, - // [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] is 300s, and - // `max_doublings` is 3, then the a task will first be retried in - // 10s. The retry interval will double three times, and then - // increase linearly by 2^3 * 10s. Finally, the task will retry at - // intervals of [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] until the - // task has been attempted [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] - // times. Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s, - // 240s, 300s, 300s, .... + // For example, if + // [min_backoff][google.cloud.tasks.v2beta3.RetryConfig.min_backoff] is 10s, + // [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] is 300s, + // and `max_doublings` is 3, then the a task will first be retried in 10s. The + // retry interval will double three times, and then increase linearly by 2^3 * + // 10s. Finally, the task will retry at intervals of + // [max_backoff][google.cloud.tasks.v2beta3.RetryConfig.max_backoff] until the + // task has been attempted + // [max_attempts][google.cloud.tasks.v2beta3.RetryConfig.max_attempts] times. + // Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s, 240s, 300s, + // 300s, .... // // If unspecified when the queue is created, Cloud Tasks will pick the // default. // // // This field has the same meaning as - // [max_doublings in queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). + // [max_doublings in + // queue.yaml/xml](https://cloud.google.com/appengine/docs/standard/python/config/queueref#retry_parameters). int32 max_doublings = 5; } diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/proto/google/cloud/tasks/v2beta3/target.proto b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/proto/google/cloud/tasks/v2beta3/target.proto index 407c2b66623c..7a6f2890dfe9 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/proto/google/cloud/tasks/v2beta3/target.proto +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/proto/google/cloud/tasks/v2beta3/target.proto @@ -24,7 +24,6 @@ option java_multiple_files = true; option java_outer_classname = "TargetProto"; option java_package = "com.google.cloud.tasks.v2beta3"; - // HTTP request. // // Warning: This is an [alpha](https://cloud.google.com/terms/launch-stages) @@ -38,7 +37,8 @@ option java_package = "com.google.cloud.tasks.v2beta3"; // task will be retried according to the following: // // * User-specified throttling: [retry configuration][Queue.RetryConfig], -// [rate limits][Queue.RateLimits], and the [queue's state][google.cloud.tasks.v2beta3.Queue.state]. +// [rate limits][Queue.RateLimits], and the [queue's +// state][google.cloud.tasks.v2beta3.Queue.state]. // // * System throttling: To prevent the worker from overloading, Cloud Tasks may // temporarily reduce the queue's effective rate. User-specified settings @@ -105,19 +105,24 @@ message HttpRequest { // HTTP request body. // // A request body is allowed only if the - // [HTTP method][google.cloud.tasks.v2beta3.HttpRequest.http_method] is POST, PUT, or PATCH. It is an - // error to set body on a task with an incompatible [HttpMethod][google.cloud.tasks.v2beta3.HttpMethod]. + // [HTTP method][google.cloud.tasks.v2beta3.HttpRequest.http_method] is POST, + // PUT, or PATCH. It is an error to set body on a task with an incompatible + // [HttpMethod][google.cloud.tasks.v2beta3.HttpMethod]. bytes body = 4; } // App Engine HTTP queue. // // The task will be delivered to the App Engine application hostname -// specified by its [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] and [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest]. -// The documentation for [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] explains how the -// task's host URL is constructed. +// specified by its +// [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] and +// [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest]. The +// documentation for +// [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] +// explains how the task's host URL is constructed. // -// Using [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] requires +// Using [AppEngineHttpQueue][google.cloud.tasks.v2beta3.AppEngineHttpQueue] +// requires // [`appengine.applications.get`](https://cloud.google.com/appengine/docs/admin-api/access-control) // Google IAM permission for the project // and the following scope: @@ -125,11 +130,13 @@ message HttpRequest { // `https://www.googleapis.com/auth/cloud-platform` message AppEngineHttpQueue { // Overrides for the - // [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. + // [task-level + // app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. // // If set, `app_engine_routing_override` is used for all tasks in // the queue, no matter what the setting is for the - // [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. + // [task-level + // app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. AppEngineRouting app_engine_routing_override = 1; } @@ -139,9 +146,11 @@ message AppEngineHttpQueue { // the task is dispatched. // // This proto can only be used for tasks in a queue which has -// [app_engine_http_queue][google.cloud.tasks.v2beta3.Queue.app_engine_http_queue] set. +// [app_engine_http_queue][google.cloud.tasks.v2beta3.Queue.app_engine_http_queue] +// set. // -// Using [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] requires +// Using [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] +// requires // [`appengine.applications.get`](https://cloud.google.com/appengine/docs/admin-api/access-control) // Google IAM permission for the project // and the following scope: @@ -150,23 +159,27 @@ message AppEngineHttpQueue { // // The task will be delivered to the App Engine app which belongs to the same // project as the queue. For more information, see -// [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) +// [How Requests are +// Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) // and how routing is affected by -// [dispatch files](https://cloud.google.com/appengine/docs/python/config/dispatchref). +// [dispatch +// files](https://cloud.google.com/appengine/docs/python/config/dispatchref). // Traffic is encrypted during transport and never leaves Google datacenters. // Because this traffic is carried over a communication mechanism internal to // Google, you cannot explicitly set the protocol (for example, HTTP or HTTPS). // The request to the handler, however, will appear to have used the HTTP // protocol. // -// The [AppEngineRouting][google.cloud.tasks.v2beta3.AppEngineRouting] used to construct the URL that the task is -// delivered to can be set at the queue-level or task-level: +// The [AppEngineRouting][google.cloud.tasks.v2beta3.AppEngineRouting] used to +// construct the URL that the task is delivered to can be set at the queue-level +// or task-level: // // * If set, // [app_engine_routing_override][google.cloud.tasks.v2beta3.AppEngineHttpQueue.app_engine_routing_override] // is used for all tasks in the queue, no matter what the setting // is for the -// [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. +// [task-level +// app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. // // // The `url` that the task will be sent to is: @@ -176,10 +189,12 @@ message AppEngineHttpQueue { // // Tasks can be dispatched to secure app handlers, unsecure app handlers, and // URIs restricted with -// [`login: admin`](https://cloud.google.com/appengine/docs/standard/python/config/appref). +// [`login: +// admin`](https://cloud.google.com/appengine/docs/standard/python/config/appref). // Because tasks are not run as any user, they cannot be dispatched to URIs // restricted with -// [`login: required`](https://cloud.google.com/appengine/docs/standard/python/config/appref) +// [`login: +// required`](https://cloud.google.com/appengine/docs/standard/python/config/appref) // Task dispatches also do not follow redirects. // // The task attempt has succeeded if the app's request handler returns @@ -195,10 +210,12 @@ message AppEngineHttpRequest { // The app's request handler for the task's target URL must be able to handle // HTTP requests with this http_method, otherwise the task attempt will fail // with error code 405 (Method Not Allowed). See - // [Writing a push task request handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) + // [Writing a push task request + // handler](https://cloud.google.com/appengine/docs/java/taskqueue/push/creating-handlers#writing_a_push_task_request_handler) // and the documentation for the request handlers in the language your app is // written in e.g. - // [Python Request Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). + // [Python Request + // Handler](https://cloud.google.com/appengine/docs/python/tools/webapp/requesthandlerclass). HttpMethod http_method = 1; // Task-level setting for App Engine routing. @@ -206,7 +223,8 @@ message AppEngineHttpRequest { // If set, // [app_engine_routing_override][google.cloud.tasks.v2beta3.AppEngineHttpQueue.app_engine_routing_override] // is used for all tasks in the queue, no matter what the setting is for the - // [task-level app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. + // [task-level + // app_engine_routing][google.cloud.tasks.v2beta3.AppEngineHttpRequest.app_engine_routing]. AppEngineRouting app_engine_routing = 2; // The relative URI. @@ -232,8 +250,9 @@ message AppEngineHttpRequest { // `"AppEngine-Google; (+http://code.google.com/appengine)"` to the // modified `User-Agent`. // - // If the task has a [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud - // Tasks sets the following headers: + // If the task has a + // [body][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body], Cloud Tasks + // sets the following headers: // // * `Content-Type`: By default, the `Content-Type` header is set to // `"application/octet-stream"`. The default can be overridden by explicitly @@ -251,19 +270,23 @@ message AppEngineHttpRequest { // // In addition, Cloud Tasks sets some headers when the task is dispatched, // such as headers containing information about the task; see - // [request headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). + // [request + // headers](https://cloud.google.com/appengine/docs/python/taskqueue/push/creating-handlers#reading_request_headers). // These headers are set only when the task is dispatched, so they are not // visible when the task is returned in a Cloud Tasks response. // // Although there is no specific limit for the maximum number of headers or - // the size, there is a limit on the maximum size of the [Task][google.cloud.tasks.v2beta3.Task]. For more - // information, see the [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] documentation. + // the size, there is a limit on the maximum size of the + // [Task][google.cloud.tasks.v2beta3.Task]. For more information, see the + // [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask] + // documentation. map headers = 4; // HTTP request body. // // A request body is allowed only if the HTTP method is POST or PUT. It is - // an error to set a body on a task with an incompatible [HttpMethod][google.cloud.tasks.v2beta3.HttpMethod]. + // an error to set a body on a task with an incompatible + // [HttpMethod][google.cloud.tasks.v2beta3.HttpMethod]. bytes body = 5; } @@ -273,10 +296,14 @@ message AppEngineHttpRequest { // and instance. // // For more information about services, versions, and instances see -// [An Overview of App Engine](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine), -// [Microservices Architecture on Google App Engine](https://cloud.google.com/appengine/docs/python/microservices-on-app-engine), -// [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed), -// and [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). +// [An Overview of App +// Engine](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine), +// [Microservices Architecture on Google App +// Engine](https://cloud.google.com/appengine/docs/python/microservices-on-app-engine), +// [App Engine Standard request +// routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed), +// and [App Engine Flex request +// routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). message AppEngineRouting { // App service. // @@ -284,16 +311,18 @@ message AppEngineRouting { // service when the task is attempted. // // For some queues or tasks which were created using the App Engine - // Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable - // into [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], - // [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - // [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For example, some tasks - // which were created using the App Engine SDK use a custom domain - // name; custom domains are not parsed by Cloud Tasks. If - // [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, then + // Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is + // not parsable into // [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], // [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - // [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the empty string. + // [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For + // example, some tasks which were created using the App Engine SDK use a + // custom domain name; custom domains are not parsed by Cloud Tasks. If + // [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, + // then [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + // [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + // [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the + // empty string. string service = 1; // App version. @@ -302,16 +331,18 @@ message AppEngineRouting { // version when the task is attempted. // // For some queues or tasks which were created using the App Engine - // Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable - // into [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], - // [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - // [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For example, some tasks - // which were created using the App Engine SDK use a custom domain - // name; custom domains are not parsed by Cloud Tasks. If - // [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, then + // Task Queue API, [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is + // not parsable into // [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], // [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and - // [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the empty string. + // [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. For + // example, some tasks which were created using the App Engine SDK use a + // custom domain name; custom domains are not parsed by Cloud Tasks. If + // [host][google.cloud.tasks.v2beta3.AppEngineRouting.host] is not parsable, + // then [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + // [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + // [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance] are the + // empty string. string version = 2; // App instance. @@ -320,22 +351,28 @@ message AppEngineRouting { // the task is attempted. // // Requests can only be sent to a specific instance if - // [manual scaling is used in App Engine Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). + // [manual scaling is used in App Engine + // Standard](https://cloud.google.com/appengine/docs/python/an-overview-of-app-engine?hl=en_US#scaling_types_and_instance_classes). // App Engine Flex does not support instances. For more information, see - // [App Engine Standard request routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) - // and [App Engine Flex request routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). + // [App Engine Standard request + // routing](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed) + // and [App Engine Flex request + // routing](https://cloud.google.com/appengine/docs/flexible/python/how-requests-are-routed). string instance = 3; // Output only. The host that the task is sent to. // // The host is constructed from the domain name of the app associated with // the queue's project ID (for example .appspot.com), and the - // [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], - // and [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. Tasks which were created using - // the App Engine SDK might have a custom domain name. + // [service][google.cloud.tasks.v2beta3.AppEngineRouting.service], + // [version][google.cloud.tasks.v2beta3.AppEngineRouting.version], and + // [instance][google.cloud.tasks.v2beta3.AppEngineRouting.instance]. Tasks + // which were created using the App Engine SDK might have a custom domain + // name. // // For more information, see - // [How Requests are Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed). + // [How Requests are + // Routed](https://cloud.google.com/appengine/docs/standard/python/how-requests-are-routed). string host = 4; } diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/proto/google/cloud/tasks/v2beta3/task.proto b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/proto/google/cloud/tasks/v2beta3/task.proto index e4c474fd7a27..4d32acd10faa 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/proto/google/cloud/tasks/v2beta3/task.proto +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/proto/google/cloud/tasks/v2beta3/task.proto @@ -28,10 +28,10 @@ option java_multiple_files = true; option java_outer_classname = "TaskProto"; option java_package = "com.google.cloud.tasks.v2beta3"; - // A unit of scheduled work. message Task { - // The view specifies a subset of [Task][google.cloud.tasks.v2beta3.Task] data. + // The view specifies a subset of [Task][google.cloud.tasks.v2beta3.Task] + // data. // // When a task is returned in a response, not all // information is retrieved by default because some data, such as @@ -46,7 +46,8 @@ message Task { // sensitive data. // // This view does not include the - // [body in AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body]. + // [body in + // AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest.body]. // Bodies are desirable to return only when needed, because they // can be large and because of the sensitivity of the data that you // choose to store in it. @@ -54,13 +55,15 @@ message Task { // All information is returned. // - // Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] requires - // `cloudtasks.tasks.fullView` [Google IAM](https://cloud.google.com/iam/) - // permission on the [Queue][google.cloud.tasks.v2beta3.Queue] resource. + // Authorization for [FULL][google.cloud.tasks.v2beta3.Task.View.FULL] + // requires `cloudtasks.tasks.fullView` [Google + // IAM](https://cloud.google.com/iam/) permission on the + // [Queue][google.cloud.tasks.v2beta3.Queue] resource. FULL = 2; } - // Optionally caller-specified in [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask]. + // Optionally caller-specified in + // [CreateTask][google.cloud.tasks.v2beta3.CloudTasks.CreateTask]. // // The task name. // @@ -86,7 +89,9 @@ message Task { oneof payload_type { // HTTP request that is sent to the App Engine app handler. // - // An App Engine task is a task that has [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] set. + // An App Engine task is a task that has + // [AppEngineHttpRequest][google.cloud.tasks.v2beta3.AppEngineHttpRequest] + // set. AppEngineHttpRequest app_engine_http_request = 3; // HTTP request that is sent to the task's target. @@ -95,7 +100,8 @@ message Task { // feature. If you haven't already joined, you can [use this form to sign // up](https://docs.google.com/forms/d/e/1FAIpQLSfc4uEy9CBHKYUSdnY1hdhKDCX7julVZHy3imOiR-XrU7bUNQ/viewform?usp=sf_link). // - // An HTTP task is a task that has [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. + // An HTTP task is a task that has + // [HttpRequest][google.cloud.tasks.v2beta3.HttpRequest] set. HttpRequest http_request = 11; } @@ -114,7 +120,8 @@ message Task { // The deadline for requests sent to the worker. If the worker does not // respond by this deadline then the request is cancelled and the attempt // is marked as a `DEADLINE_EXCEEDED` failure. Cloud Tasks will retry the - // task according to the [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. + // task according to the + // [RetryConfig][google.cloud.tasks.v2beta3.RetryConfig]. // // Note that when the request is cancelled, Cloud Tasks will stop listing for // the response, but whether the worker stops processing depends on the @@ -127,9 +134,11 @@ message Task { // 10 minutes. // The deadline must be in the interval [15 seconds, 30 minutes]. // - // * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], 0 indicates that the + // * For [App Engine tasks][google.cloud.tasks.v2beta3.AppEngineHttpRequest], + // 0 indicates that the // request has the default deadline. The default deadline depends on the - // [scaling type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) + // [scaling + // type](https://cloud.google.com/appengine/docs/standard/go/how-instances-are-managed#instance_scaling) // of the service: 10 minutes for standard apps with automatic scaling, 24 // hours for standard apps with manual and basic scaling, and 60 minutes for // flex apps. If the request deadline is set, it must be in the interval [15 @@ -155,15 +164,16 @@ message Task { // Output only. The status of the task's first attempt. // - // Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will be set. - // The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information is not retained by Cloud Tasks. + // Only [dispatch_time][google.cloud.tasks.v2beta3.Attempt.dispatch_time] will + // be set. The other [Attempt][google.cloud.tasks.v2beta3.Attempt] information + // is not retained by Cloud Tasks. Attempt first_attempt = 8; // Output only. The status of the task's last attempt. Attempt last_attempt = 9; - // Output only. The view specifies which subset of the [Task][google.cloud.tasks.v2beta3.Task] has - // been returned. + // Output only. The view specifies which subset of the + // [Task][google.cloud.tasks.v2beta3.Task] has been returned. View view = 10; } diff --git a/google-cloud-clients/google-cloud-tasks/synth.metadata b/google-cloud-clients/google-cloud-tasks/synth.metadata index 156ca3ebbf11..f54aef13d8cd 100644 --- a/google-cloud-clients/google-cloud-tasks/synth.metadata +++ b/google-cloud-clients/google-cloud-tasks/synth.metadata @@ -1,5 +1,5 @@ { - "updateTime": "2019-02-24T08:52:15.895588Z", + "updateTime": "2019-03-01T08:54:09.252645Z", "sources": [ { "generator": { @@ -12,8 +12,8 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "59f2494f1b00511bbb813d647cfbe95c949de0fe", - "internalRef": "235350912" + "sha": "41d72d444fbe445f4da89e13be02078734fb7875", + "internalRef": "236230004" } } ],