You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/1.26.0/google-api-services-cloudtasks/v2beta3/com/google/api/services/cloudtasks/v2beta3/model/Attempt.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ public final class Attempt extends com.google.api.client.json.GenericJson {
39
39
privateStringdispatchTime;
40
40
41
41
/**
42
-
* Output only. The response from the target for this attempt.
42
+
* Output only. The response from the worker for this attempt.
43
43
*
44
44
* If `response_time` is unset, then the task has not been attempted or is currently running and
45
45
* the `response_status` field is meaningless.
@@ -88,7 +88,7 @@ public Attempt setDispatchTime(String dispatchTime) {
88
88
}
89
89
90
90
/**
91
-
* Output only. The response from the target for this attempt.
91
+
* Output only. The response from the worker for this attempt.
92
92
*
93
93
* If `response_time` is unset, then the task has not been attempted or is currently running and
94
94
* the `response_status` field is meaningless.
@@ -99,7 +99,7 @@ public Status getResponseStatus() {
99
99
}
100
100
101
101
/**
102
-
* Output only. The response from the target for this attempt.
102
+
* Output only. The response from the worker for this attempt.
103
103
*
104
104
* If `response_time` is unset, then the task has not been attempted or is currently running and
Copy file name to clipboardExpand all lines: clients/1.26.0/google-api-services-cloudtasks/v2beta3/com/google/api/services/cloudtasks/v2beta3/model/Queue.java
Copy file name to clipboardExpand all lines: clients/1.26.0/google-api-services-cloudtasks/v2beta3/com/google/api/services/cloudtasks/v2beta3/model/Task.java
0 commit comments