Update dependenciess
Exclude minio-go for now (pin to 3.x.y).
This commit is contained in:
parent
9d0f13c4c0
commit
946c8399e2
2985 changed files with 1008107 additions and 118934 deletions
22
vendor/google.golang.org/api/cloudtrace/v1/cloudtrace-gen.go
generated
vendored
22
vendor/google.golang.org/api/cloudtrace/v1/cloudtrace-gen.go
generated
vendored
|
@ -154,8 +154,8 @@ type ListTracesResponse struct {
|
|||
}
|
||||
|
||||
func (s *ListTracesResponse) MarshalJSON() ([]byte, error) {
|
||||
type noMethod ListTracesResponse
|
||||
raw := noMethod(*s)
|
||||
type NoMethod ListTracesResponse
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -199,8 +199,8 @@ type Trace struct {
|
|||
}
|
||||
|
||||
func (s *Trace) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Trace
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Trace
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -313,8 +313,8 @@ type TraceSpan struct {
|
|||
}
|
||||
|
||||
func (s *TraceSpan) MarshalJSON() ([]byte, error) {
|
||||
type noMethod TraceSpan
|
||||
raw := noMethod(*s)
|
||||
type NoMethod TraceSpan
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -341,8 +341,8 @@ type Traces struct {
|
|||
}
|
||||
|
||||
func (s *Traces) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Traces
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Traces
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -454,7 +454,7 @@ func (c *ProjectsPatchTracesCall) Do(opts ...googleapi.CallOption) (*Empty, erro
|
|||
},
|
||||
}
|
||||
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
|
||||
|
@ -599,7 +599,7 @@ func (c *ProjectsTracesGetCall) Do(opts ...googleapi.CallOption) (*Trace, 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
|
||||
|
@ -860,7 +860,7 @@ func (c *ProjectsTracesListCall) Do(opts ...googleapi.CallOption) (*ListTracesRe
|
|||
},
|
||||
}
|
||||
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