vendor: update all dependencies to latest versions
This commit is contained in:
parent
8e83fb6fb9
commit
7d3a17725d
4878 changed files with 1974229 additions and 201215 deletions
38
vendor/google.golang.org/api/taskqueue/v1beta2/taskqueue-gen.go
generated
vendored
38
vendor/google.golang.org/api/taskqueue/v1beta2/taskqueue-gen.go
generated
vendored
|
@ -152,8 +152,8 @@ type Task struct {
|
|||
}
|
||||
|
||||
func (s *Task) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Task
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Task
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -197,8 +197,8 @@ type TaskQueue struct {
|
|||
}
|
||||
|
||||
func (s *TaskQueue) MarshalJSON() ([]byte, error) {
|
||||
type noMethod TaskQueue
|
||||
raw := noMethod(*s)
|
||||
type NoMethod TaskQueue
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -236,8 +236,8 @@ type TaskQueueAcl struct {
|
|||
}
|
||||
|
||||
func (s *TaskQueueAcl) MarshalJSON() ([]byte, error) {
|
||||
type noMethod TaskQueueAcl
|
||||
raw := noMethod(*s)
|
||||
type NoMethod TaskQueueAcl
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -275,8 +275,8 @@ type TaskQueueStats struct {
|
|||
}
|
||||
|
||||
func (s *TaskQueueStats) MarshalJSON() ([]byte, error) {
|
||||
type noMethod TaskQueueStats
|
||||
raw := noMethod(*s)
|
||||
type NoMethod TaskQueueStats
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -310,8 +310,8 @@ type Tasks struct {
|
|||
}
|
||||
|
||||
func (s *Tasks) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Tasks
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Tasks
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -344,8 +344,8 @@ type Tasks2 struct {
|
|||
}
|
||||
|
||||
func (s *Tasks2) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Tasks2
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Tasks2
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -466,7 +466,7 @@ func (c *TaskqueuesGetCall) Do(opts ...googleapi.CallOption) (*TaskQueue, error)
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -738,7 +738,7 @@ func (c *TasksGetCall) Do(opts ...googleapi.CallOption) (*Task, error) {
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -886,7 +886,7 @@ func (c *TasksInsertCall) Do(opts ...googleapi.CallOption) (*Task, error) {
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -1041,7 +1041,7 @@ func (c *TasksLeaseCall) Do(opts ...googleapi.CallOption) (*Tasks, error) {
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -1215,7 +1215,7 @@ func (c *TasksListCall) Do(opts ...googleapi.CallOption) (*Tasks2, error) {
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -1361,7 +1361,7 @@ func (c *TasksPatchCall) Do(opts ...googleapi.CallOption) (*Task, error) {
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -1522,7 +1522,7 @@ func (c *TasksUpdateCall) Do(opts ...googleapi.CallOption) (*Task, error) {
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue