()
| 1051 | } |
| 1052 | |
| 1053 | func (x *UpdateTaskRequest) GetResources() *anypb.Any { |
| 1054 | if x != nil { |
| 1055 | return x.Resources |
| 1056 | } |
| 1057 | return nil |
| 1058 | } |
| 1059 | |
| 1060 | func (x *UpdateTaskRequest) GetAnnotations() map[string]string { |
| 1061 | if x != nil { |
no outgoing calls
no test coverage detected