@@ -19,12 +19,12 @@ package google.cloud.tasks.v2beta3;
1919
2020import "google/api/annotations.proto" ;
2121import "google/api/resource.proto" ;
22- import "google/protobuf/empty.proto" ;
23- import "google/protobuf/field_mask.proto" ;
24- import "google/cloud/tasks/v2beta3/task.proto" ;
2522import "google/cloud/tasks/v2beta3/queue.proto" ;
23+ import "google/cloud/tasks/v2beta3/task.proto" ;
2624import "google/iam/v1/iam_policy.proto" ;
2725import "google/iam/v1/policy.proto" ;
26+ import "google/protobuf/empty.proto" ;
27+ import "google/protobuf/field_mask.proto" ;
2828import "google/rpc/code.proto" ;
2929
3030option go_package = "google.golang.org/genproto/googleapis/cloud/tasks/v2beta3;tasks" ;
@@ -61,8 +61,9 @@ service CloudTasks {
6161 // WARNING: Using this method may have unintended side effects if you are
6262 // using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
6363 // Read
64- // [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
65- // before using this method.
64+ // [Overview of Queue Management and
65+ // queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
66+ // this method.
6667 rpc CreateQueue (CreateQueueRequest ) returns (Queue ) {
6768 option (google.api.http ) = {
6869 post : "/v2beta3/{parent=projects/*/locations/*}/queues"
@@ -82,8 +83,9 @@ service CloudTasks {
8283 // WARNING: Using this method may have unintended side effects if you are
8384 // using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
8485 // Read
85- // [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
86- // before using this method.
86+ // [Overview of Queue Management and
87+ // queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
88+ // this method.
8789 rpc UpdateQueue (UpdateQueueRequest ) returns (Queue ) {
8890 option (google.api.http ) = {
8991 patch : "/v2beta3/{queue.name=projects/*/locations/*/queues/*}"
@@ -101,8 +103,9 @@ service CloudTasks {
101103 // WARNING: Using this method may have unintended side effects if you are
102104 // using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
103105 // Read
104- // [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
105- // before using this method.
106+ // [Overview of Queue Management and
107+ // queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
108+ // this method.
106109 rpc DeleteQueue (DeleteQueueRequest ) returns (google.protobuf.Empty ) {
107110 option (google.api.http ) = {
108111 delete : "/v2beta3/{name=projects/*/locations/*/queues/*}"
@@ -147,7 +150,8 @@ service CloudTasks {
147150 // WARNING: Resuming many high-QPS queues at the same time can
148151 // lead to target overloading. If you are resuming high-QPS
149152 // queues, follow the 500/50/5 pattern described in
150- // [Managing Cloud Tasks Scaling Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling).
153+ // [Managing Cloud Tasks Scaling
154+ // Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling).
151155 rpc ResumeQueue (ResumeQueueRequest ) returns (Queue ) {
152156 option (google.api.http ) = {
153157 post : "/v2beta3/{name=projects/*/locations/*/queues/*}:resume"
@@ -293,7 +297,8 @@ message ListQueuesRequest {
293297 // field can be used as a filter and several operators as supported.
294298 // For example: `<=, <, >=, >, !=, =, :`. The filter syntax is the same as
295299 // described in
296- // [Stackdriver's Advanced Logs Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
300+ // [Stackdriver's Advanced Logs
301+ // Filters](https://cloud.google.com/logging/docs/view/advanced_filters).
297302 //
298303 // Sample filter "state: PAUSED".
299304 //
@@ -444,13 +449,14 @@ message ListTasksRequest {
444449 // permission on the [Task][google.cloud.tasks.v2beta3.Task] resource.
445450 Task.View response_view = 2 ;
446451
447- // Requested page size. Fewer tasks than requested might be returned.
452+ // Maximum page size.
453+ //
454+ // Fewer tasks than requested might be returned, even if more tasks exist; use
455+ // [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] in the response to
456+ // determine if more tasks exist.
448457 //
449- // The maximum page size is 1000. If unspecified, the page size will
450- // be the maximum. Fewer tasks than requested might be returned,
451- // even if more tasks exist; use
452- // [next_page_token][google.cloud.tasks.v2beta3.ListTasksResponse.next_page_token] in the
453- // response to determine if more tasks exist.
458+ // The maximum page size is 1000. If unspecified, the page size will be the
459+ // maximum.
454460 int32 page_size = 3 ;
455461
456462 // A token identifying the page of results to return.
0 commit comments