Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 5f67b25

Browse files
docs: fix grammar in documentation. (#444)
PiperOrigin-RevId: 376172241 Source-Author: Google APIs <noreply@google.com> Source-Date: Thu May 27 08:17:40 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: df616b587f0b4302f15387f315c286035c3b8bb1 Source-Link: googleapis/googleapis@df616b5
1 parent 1b57def commit 5f67b25

File tree

7 files changed

+23
-23
lines changed

7 files changed

+23
-23
lines changed

proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/Queue.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -870,7 +870,7 @@ public com.google.cloud.tasks.v2beta2.RetryConfigOrBuilder getRetryConfigOrBuild
870870
*
871871
* <pre>
872872
* Output only. The state of the queue.
873-
* `state` can only be changed by called
873+
* `state` can only be changed by calling
874874
* [PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue],
875875
* [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or uploading
876876
* [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref).
@@ -890,7 +890,7 @@ public int getStateValue() {
890890
*
891891
* <pre>
892892
* Output only. The state of the queue.
893-
* `state` can only be changed by called
893+
* `state` can only be changed by calling
894894
* [PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue],
895895
* [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or uploading
896896
* [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref).
@@ -2940,7 +2940,7 @@ public com.google.cloud.tasks.v2beta2.RetryConfigOrBuilder getRetryConfigOrBuild
29402940
*
29412941
* <pre>
29422942
* Output only. The state of the queue.
2943-
* `state` can only be changed by called
2943+
* `state` can only be changed by calling
29442944
* [PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue],
29452945
* [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or uploading
29462946
* [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref).
@@ -2960,7 +2960,7 @@ public int getStateValue() {
29602960
*
29612961
* <pre>
29622962
* Output only. The state of the queue.
2963-
* `state` can only be changed by called
2963+
* `state` can only be changed by calling
29642964
* [PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue],
29652965
* [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or uploading
29662966
* [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref).
@@ -2983,7 +2983,7 @@ public Builder setStateValue(int value) {
29832983
*
29842984
* <pre>
29852985
* Output only. The state of the queue.
2986-
* `state` can only be changed by called
2986+
* `state` can only be changed by calling
29872987
* [PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue],
29882988
* [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or uploading
29892989
* [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref).
@@ -3006,7 +3006,7 @@ public com.google.cloud.tasks.v2beta2.Queue.State getState() {
30063006
*
30073007
* <pre>
30083008
* Output only. The state of the queue.
3009-
* `state` can only be changed by called
3009+
* `state` can only be changed by calling
30103010
* [PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue],
30113011
* [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or uploading
30123012
* [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref).
@@ -3032,7 +3032,7 @@ public Builder setState(com.google.cloud.tasks.v2beta2.Queue.State value) {
30323032
*
30333033
* <pre>
30343034
* Output only. The state of the queue.
3035-
* `state` can only be changed by called
3035+
* `state` can only be changed by calling
30363036
* [PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue],
30373037
* [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or uploading
30383038
* [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref).

proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/QueueOrBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ public interface QueueOrBuilder
289289
*
290290
* <pre>
291291
* Output only. The state of the queue.
292-
* `state` can only be changed by called
292+
* `state` can only be changed by calling
293293
* [PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue],
294294
* [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or uploading
295295
* [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref).
@@ -306,7 +306,7 @@ public interface QueueOrBuilder
306306
*
307307
* <pre>
308308
* Output only. The state of the queue.
309-
* `state` can only be changed by called
309+
* `state` can only be changed by calling
310310
* [PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue],
311311
* [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or uploading
312312
* [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref).

proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/queue.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ message Queue {
149149

150150
// Output only. The state of the queue.
151151
//
152-
// `state` can only be changed by called
152+
// `state` can only be changed by calling
153153
// [PauseQueue][google.cloud.tasks.v2beta2.CloudTasks.PauseQueue],
154154
// [ResumeQueue][google.cloud.tasks.v2beta2.CloudTasks.ResumeQueue], or uploading
155155
// [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref).

proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/Queue.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -995,7 +995,7 @@ public com.google.cloud.tasks.v2beta3.RetryConfigOrBuilder getRetryConfigOrBuild
995995
*
996996
* <pre>
997997
* Output only. The state of the queue.
998-
* `state` can only be changed by called
998+
* `state` can only be changed by calling
999999
* [PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue],
10001000
* [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or uploading
10011001
* [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref).
@@ -1015,7 +1015,7 @@ public int getStateValue() {
10151015
*
10161016
* <pre>
10171017
* Output only. The state of the queue.
1018-
* `state` can only be changed by called
1018+
* `state` can only be changed by calling
10191019
* [PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue],
10201020
* [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or uploading
10211021
* [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref).
@@ -3040,7 +3040,7 @@ public com.google.cloud.tasks.v2beta3.RetryConfigOrBuilder getRetryConfigOrBuild
30403040
*
30413041
* <pre>
30423042
* Output only. The state of the queue.
3043-
* `state` can only be changed by called
3043+
* `state` can only be changed by calling
30443044
* [PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue],
30453045
* [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or uploading
30463046
* [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref).
@@ -3060,7 +3060,7 @@ public int getStateValue() {
30603060
*
30613061
* <pre>
30623062
* Output only. The state of the queue.
3063-
* `state` can only be changed by called
3063+
* `state` can only be changed by calling
30643064
* [PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue],
30653065
* [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or uploading
30663066
* [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref).
@@ -3083,7 +3083,7 @@ public Builder setStateValue(int value) {
30833083
*
30843084
* <pre>
30853085
* Output only. The state of the queue.
3086-
* `state` can only be changed by called
3086+
* `state` can only be changed by calling
30873087
* [PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue],
30883088
* [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or uploading
30893089
* [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref).
@@ -3106,7 +3106,7 @@ public com.google.cloud.tasks.v2beta3.Queue.State getState() {
31063106
*
31073107
* <pre>
31083108
* Output only. The state of the queue.
3109-
* `state` can only be changed by called
3109+
* `state` can only be changed by calling
31103110
* [PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue],
31113111
* [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or uploading
31123112
* [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref).
@@ -3132,7 +3132,7 @@ public Builder setState(com.google.cloud.tasks.v2beta3.Queue.State value) {
31323132
*
31333133
* <pre>
31343134
* Output only. The state of the queue.
3135-
* `state` can only be changed by called
3135+
* `state` can only be changed by calling
31363136
* [PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue],
31373137
* [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or uploading
31383138
* [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref).

proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/QueueOrBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ public interface QueueOrBuilder
275275
*
276276
* <pre>
277277
* Output only. The state of the queue.
278-
* `state` can only be changed by called
278+
* `state` can only be changed by calling
279279
* [PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue],
280280
* [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or uploading
281281
* [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref).
@@ -292,7 +292,7 @@ public interface QueueOrBuilder
292292
*
293293
* <pre>
294294
* Output only. The state of the queue.
295-
* `state` can only be changed by called
295+
* `state` can only be changed by calling
296296
* [PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue],
297297
* [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or uploading
298298
* [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref).

proto-google-cloud-tasks-v2beta3/src/main/proto/google/cloud/tasks/v2beta3/queue.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ message Queue {
154154

155155
// Output only. The state of the queue.
156156
//
157-
// `state` can only be changed by called
157+
// `state` can only be changed by calling
158158
// [PauseQueue][google.cloud.tasks.v2beta3.CloudTasks.PauseQueue],
159159
// [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue], or uploading
160160
// [queue.yaml/xml](https://cloud.google.com/appengine/docs/python/config/queueref).

synth.metadata

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-tasks.git",
7-
"sha": "361857d2517d3a10e7c25d291bc36b5c48b2493f"
7+
"sha": "1b57def52a8b89f24ef70c84858c47e854a300f1"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "1305ca41d554eb0725237561e34129373bb8cbc1",
15-
"internalRef": "362856902"
14+
"sha": "df616b587f0b4302f15387f315c286035c3b8bb1",
15+
"internalRef": "376172241"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)