File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/google-cloud-tasks/google/cloud Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ class Queue(proto.Message):
101
101
state (google.cloud.tasks_v2beta2.types.Queue.State):
102
102
Output only. The state of the queue.
103
103
104
- ``state`` can only be changed by called
104
+ ``state`` can only be changed by calling
105
105
[PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue],
106
106
[ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue],
107
107
or uploading
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ class Queue(proto.Message):
117
117
state (google.cloud.tasks_v2beta3.types.Queue.State):
118
118
Output only. The state of the queue.
119
119
120
- ``state`` can only be changed by called
120
+ ``state`` can only be changed by calling
121
121
[PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue],
122
122
[ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue],
123
123
or uploading
You can’t perform that action at this time.
0 commit comments