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
156
vendor/google.golang.org/api/clouduseraccounts/v0.alpha/clouduseraccounts-gen.go
generated
vendored
156
vendor/google.golang.org/api/clouduseraccounts/v0.alpha/clouduseraccounts-gen.go
generated
vendored
|
@ -161,8 +161,8 @@ type AuditConfig struct {
|
|||
}
|
||||
|
||||
func (s *AuditConfig) MarshalJSON() ([]byte, error) {
|
||||
type noMethod AuditConfig
|
||||
raw := noMethod(*s)
|
||||
type NoMethod AuditConfig
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -194,8 +194,8 @@ type AuthorizedKeysView struct {
|
|||
}
|
||||
|
||||
func (s *AuthorizedKeysView) MarshalJSON() ([]byte, error) {
|
||||
type noMethod AuthorizedKeysView
|
||||
raw := noMethod(*s)
|
||||
type NoMethod AuthorizedKeysView
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -248,8 +248,8 @@ type Binding struct {
|
|||
}
|
||||
|
||||
func (s *Binding) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Binding
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Binding
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -313,8 +313,8 @@ type Condition struct {
|
|||
}
|
||||
|
||||
func (s *Condition) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Condition
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Condition
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -370,8 +370,8 @@ type Group struct {
|
|||
}
|
||||
|
||||
func (s *Group) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Group
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Group
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -416,8 +416,8 @@ type GroupList struct {
|
|||
}
|
||||
|
||||
func (s *GroupList) MarshalJSON() ([]byte, error) {
|
||||
type noMethod GroupList
|
||||
raw := noMethod(*s)
|
||||
type NoMethod GroupList
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -443,8 +443,8 @@ type GroupsAddMemberRequest struct {
|
|||
}
|
||||
|
||||
func (s *GroupsAddMemberRequest) MarshalJSON() ([]byte, error) {
|
||||
type noMethod GroupsAddMemberRequest
|
||||
raw := noMethod(*s)
|
||||
type NoMethod GroupsAddMemberRequest
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -470,8 +470,8 @@ type GroupsRemoveMemberRequest struct {
|
|||
}
|
||||
|
||||
func (s *GroupsRemoveMemberRequest) MarshalJSON() ([]byte, error) {
|
||||
type noMethod GroupsRemoveMemberRequest
|
||||
raw := noMethod(*s)
|
||||
type NoMethod GroupsRemoveMemberRequest
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -509,8 +509,8 @@ type LinuxAccountViews struct {
|
|||
}
|
||||
|
||||
func (s *LinuxAccountViews) MarshalJSON() ([]byte, error) {
|
||||
type noMethod LinuxAccountViews
|
||||
raw := noMethod(*s)
|
||||
type NoMethod LinuxAccountViews
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -540,8 +540,8 @@ type LinuxGetAuthorizedKeysViewResponse struct {
|
|||
}
|
||||
|
||||
func (s *LinuxGetAuthorizedKeysViewResponse) MarshalJSON() ([]byte, error) {
|
||||
type noMethod LinuxGetAuthorizedKeysViewResponse
|
||||
raw := noMethod(*s)
|
||||
type NoMethod LinuxGetAuthorizedKeysViewResponse
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -572,8 +572,8 @@ type LinuxGetLinuxAccountViewsResponse struct {
|
|||
}
|
||||
|
||||
func (s *LinuxGetLinuxAccountViewsResponse) MarshalJSON() ([]byte, error) {
|
||||
type noMethod LinuxGetLinuxAccountViewsResponse
|
||||
raw := noMethod(*s)
|
||||
type NoMethod LinuxGetLinuxAccountViewsResponse
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -607,8 +607,8 @@ type LinuxGroupView struct {
|
|||
}
|
||||
|
||||
func (s *LinuxGroupView) MarshalJSON() ([]byte, error) {
|
||||
type noMethod LinuxGroupView
|
||||
raw := noMethod(*s)
|
||||
type NoMethod LinuxGroupView
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -652,8 +652,8 @@ type LinuxUserView struct {
|
|||
}
|
||||
|
||||
func (s *LinuxUserView) MarshalJSON() ([]byte, error) {
|
||||
type noMethod LinuxUserView
|
||||
raw := noMethod(*s)
|
||||
type NoMethod LinuxUserView
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -680,8 +680,8 @@ type LogConfig struct {
|
|||
}
|
||||
|
||||
func (s *LogConfig) MarshalJSON() ([]byte, error) {
|
||||
type noMethod LogConfig
|
||||
raw := noMethod(*s)
|
||||
type NoMethod LogConfig
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -711,8 +711,8 @@ type LogConfigCounterOptions struct {
|
|||
}
|
||||
|
||||
func (s *LogConfigCounterOptions) MarshalJSON() ([]byte, error) {
|
||||
type noMethod LogConfigCounterOptions
|
||||
raw := noMethod(*s)
|
||||
type NoMethod LogConfigCounterOptions
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -840,8 +840,8 @@ type Operation struct {
|
|||
}
|
||||
|
||||
func (s *Operation) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Operation
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Operation
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -870,8 +870,8 @@ type OperationError struct {
|
|||
}
|
||||
|
||||
func (s *OperationError) MarshalJSON() ([]byte, error) {
|
||||
type noMethod OperationError
|
||||
raw := noMethod(*s)
|
||||
type NoMethod OperationError
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -904,8 +904,8 @@ type OperationErrorErrors struct {
|
|||
}
|
||||
|
||||
func (s *OperationErrorErrors) MarshalJSON() ([]byte, error) {
|
||||
type noMethod OperationErrorErrors
|
||||
raw := noMethod(*s)
|
||||
type NoMethod OperationErrorErrors
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -959,8 +959,8 @@ type OperationWarnings struct {
|
|||
}
|
||||
|
||||
func (s *OperationWarnings) MarshalJSON() ([]byte, error) {
|
||||
type noMethod OperationWarnings
|
||||
raw := noMethod(*s)
|
||||
type NoMethod OperationWarnings
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -996,8 +996,8 @@ type OperationWarningsData struct {
|
|||
}
|
||||
|
||||
func (s *OperationWarningsData) MarshalJSON() ([]byte, error) {
|
||||
type noMethod OperationWarningsData
|
||||
raw := noMethod(*s)
|
||||
type NoMethod OperationWarningsData
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1047,8 +1047,8 @@ type OperationList struct {
|
|||
}
|
||||
|
||||
func (s *OperationList) MarshalJSON() ([]byte, error) {
|
||||
type noMethod OperationList
|
||||
raw := noMethod(*s)
|
||||
type NoMethod OperationList
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1138,8 +1138,8 @@ type Policy struct {
|
|||
}
|
||||
|
||||
func (s *Policy) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Policy
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Policy
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1184,8 +1184,8 @@ type PublicKey struct {
|
|||
}
|
||||
|
||||
func (s *PublicKey) MarshalJSON() ([]byte, error) {
|
||||
type noMethod PublicKey
|
||||
raw := noMethod(*s)
|
||||
type NoMethod PublicKey
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1243,8 +1243,8 @@ type Rule struct {
|
|||
}
|
||||
|
||||
func (s *Rule) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Rule
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Rule
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1272,8 +1272,8 @@ type TestPermissionsRequest struct {
|
|||
}
|
||||
|
||||
func (s *TestPermissionsRequest) MarshalJSON() ([]byte, error) {
|
||||
type noMethod TestPermissionsRequest
|
||||
raw := noMethod(*s)
|
||||
type NoMethod TestPermissionsRequest
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1304,8 +1304,8 @@ type TestPermissionsResponse struct {
|
|||
}
|
||||
|
||||
func (s *TestPermissionsResponse) MarshalJSON() ([]byte, error) {
|
||||
type noMethod TestPermissionsResponse
|
||||
raw := noMethod(*s)
|
||||
type NoMethod TestPermissionsResponse
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1370,8 +1370,8 @@ type User struct {
|
|||
}
|
||||
|
||||
func (s *User) MarshalJSON() ([]byte, error) {
|
||||
type noMethod User
|
||||
raw := noMethod(*s)
|
||||
type NoMethod User
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1416,8 +1416,8 @@ type UserList struct {
|
|||
}
|
||||
|
||||
func (s *UserList) MarshalJSON() ([]byte, error) {
|
||||
type noMethod UserList
|
||||
raw := noMethod(*s)
|
||||
type NoMethod UserList
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1639,7 +1639,7 @@ func (c *GlobalAccountsOperationsGetCall) Do(opts ...googleapi.CallOption) (*Ope
|
|||
},
|
||||
}
|
||||
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
|
||||
|
@ -1859,7 +1859,7 @@ func (c *GlobalAccountsOperationsListCall) Do(opts ...googleapi.CallOption) (*Op
|
|||
},
|
||||
}
|
||||
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
|
||||
|
@ -2041,7 +2041,7 @@ func (c *GroupsAddMemberCall) Do(opts ...googleapi.CallOption) (*Operation, 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
|
||||
|
@ -2180,7 +2180,7 @@ func (c *GroupsDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, 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
|
||||
|
@ -2330,7 +2330,7 @@ func (c *GroupsGetCall) Do(opts ...googleapi.CallOption) (*Group, 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
|
||||
|
@ -2483,7 +2483,7 @@ func (c *GroupsGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, 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
|
||||
|
@ -2626,7 +2626,7 @@ func (c *GroupsInsertCall) Do(opts ...googleapi.CallOption) (*Operation, 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
|
||||
|
@ -2839,7 +2839,7 @@ func (c *GroupsListCall) Do(opts ...googleapi.CallOption) (*GroupList, 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
|
||||
|
@ -3021,7 +3021,7 @@ func (c *GroupsRemoveMemberCall) Do(opts ...googleapi.CallOption) (*Operation, e
|
|||
},
|
||||
}
|
||||
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
|
||||
|
@ -3168,7 +3168,7 @@ func (c *GroupsSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, 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
|
||||
|
@ -3317,7 +3317,7 @@ func (c *GroupsTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestPe
|
|||
},
|
||||
}
|
||||
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
|
||||
|
@ -3471,7 +3471,7 @@ func (c *LinuxGetAuthorizedKeysViewCall) Do(opts ...googleapi.CallOption) (*Linu
|
|||
},
|
||||
}
|
||||
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
|
||||
|
@ -3702,7 +3702,7 @@ func (c *LinuxGetLinuxAccountViewsCall) Do(opts ...googleapi.CallOption) (*Linux
|
|||
},
|
||||
}
|
||||
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
|
||||
|
@ -3879,7 +3879,7 @@ func (c *UsersAddPublicKeyCall) Do(opts ...googleapi.CallOption) (*Operation, er
|
|||
},
|
||||
}
|
||||
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
|
||||
|
@ -4018,7 +4018,7 @@ func (c *UsersDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, 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
|
||||
|
@ -4168,7 +4168,7 @@ func (c *UsersGetCall) Do(opts ...googleapi.CallOption) (*User, 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
|
||||
|
@ -4321,7 +4321,7 @@ func (c *UsersGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, 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
|
||||
|
@ -4464,7 +4464,7 @@ func (c *UsersInsertCall) Do(opts ...googleapi.CallOption) (*Operation, 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
|
||||
|
@ -4677,7 +4677,7 @@ func (c *UsersListCall) Do(opts ...googleapi.CallOption) (*UserList, 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
|
||||
|
@ -4853,7 +4853,7 @@ func (c *UsersRemovePublicKeyCall) Do(opts ...googleapi.CallOption) (*Operation,
|
|||
},
|
||||
}
|
||||
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
|
||||
|
@ -5005,7 +5005,7 @@ func (c *UsersSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, 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
|
||||
|
@ -5154,7 +5154,7 @@ func (c *UsersTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestPer
|
|||
},
|
||||
}
|
||||
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