| Index: common/api/swarming/swarming/v1/swarming-gen.go
|
| diff --git a/common/api/swarming/swarming/v1/swarming-gen.go b/common/api/swarming/swarming/v1/swarming-gen.go
|
| index 2ed80f4b23be2f17253738853654ea2b3813a325..ac7428efd7c701af35948e4e33eecefc06f8f980 100644
|
| --- a/common/api/swarming/swarming/v1/swarming-gen.go
|
| +++ b/common/api/swarming/swarming/v1/swarming-gen.go
|
| @@ -801,7 +801,7 @@ func (s *SwarmingRpcsFilesRef) MarshalJSON() ([]byte, error) {
|
| }
|
|
|
| // SwarmingRpcsNewTaskRequest: Description of a new task request as
|
| -// described by the client.
|
| +// described by the client. This message is used to create a new task.
|
| type SwarmingRpcsNewTaskRequest struct {
|
| ExpirationSecs int64 `json:"expiration_secs,omitempty,string"`
|
|
|
| @@ -1178,7 +1178,8 @@ func (s *SwarmingRpcsTaskProperties) MarshalJSON() ([]byte, error) {
|
| }
|
|
|
| // SwarmingRpcsTaskRequest: Description of a task request as registered
|
| -// by the server.
|
| +// by the server. This message is used when retrieving information about
|
| +// an existing task. See NewtaskRequest for more details.
|
| type SwarmingRpcsTaskRequest struct {
|
| Authenticated string `json:"authenticated,omitempty"`
|
|
|
| @@ -1236,6 +1237,8 @@ func (s *SwarmingRpcsTaskRequest) MarshalJSON() ([]byte, error) {
|
| // TaskRequest.
|
| type SwarmingRpcsTaskRequestMetadata struct {
|
| // Request: Description of a task request as registered by the server.
|
| + // This message is used when retrieving information about an existing
|
| + // task. See NewtaskRequest for more details.
|
| Request *SwarmingRpcsTaskRequest `json:"request,omitempty"`
|
|
|
| TaskId string `json:"task_id,omitempty"`
|
| @@ -1276,6 +1279,8 @@ type SwarmingRpcsTaskRequests struct {
|
| Cursor string `json:"cursor,omitempty"`
|
|
|
| // Items: Description of a task request as registered by the server.
|
| + // This message is used when retrieving information about an existing
|
| + // task. See NewtaskRequest for more details.
|
| Items []*SwarmingRpcsTaskRequest `json:"items,omitempty"`
|
|
|
| Now string `json:"now,omitempty"`
|
|
|