Update dependenciess

Exclude minio-go for now (pin to 3.x.y).
This commit is contained in:
Alexander Neumann 2017-12-03 21:01:25 +01:00
parent 9d0f13c4c0
commit 946c8399e2
2985 changed files with 1008107 additions and 118934 deletions

View file

@ -143,8 +143,8 @@ type CreateAuthUriResponse struct {
}
func (s *CreateAuthUriResponse) MarshalJSON() ([]byte, error) {
type noMethod CreateAuthUriResponse
raw := noMethod(*s)
type NoMethod CreateAuthUriResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -175,8 +175,8 @@ type DeleteAccountResponse struct {
}
func (s *DeleteAccountResponse) MarshalJSON() ([]byte, error) {
type noMethod DeleteAccountResponse
raw := noMethod(*s)
type NoMethod DeleteAccountResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -214,8 +214,8 @@ type DownloadAccountResponse struct {
}
func (s *DownloadAccountResponse) MarshalJSON() ([]byte, error) {
type noMethod DownloadAccountResponse
raw := noMethod(*s)
type NoMethod DownloadAccountResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -264,8 +264,8 @@ type EmailLinkSigninResponse struct {
}
func (s *EmailLinkSigninResponse) MarshalJSON() ([]byte, error) {
type noMethod EmailLinkSigninResponse
raw := noMethod(*s)
type NoMethod EmailLinkSigninResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -307,8 +307,8 @@ type EmailTemplate struct {
}
func (s *EmailTemplate) MarshalJSON() ([]byte, error) {
type noMethod EmailTemplate
raw := noMethod(*s)
type NoMethod EmailTemplate
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -342,8 +342,8 @@ type GetAccountInfoResponse struct {
}
func (s *GetAccountInfoResponse) MarshalJSON() ([]byte, error) {
type noMethod GetAccountInfoResponse
raw := noMethod(*s)
type NoMethod GetAccountInfoResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -382,8 +382,8 @@ type GetOobConfirmationCodeResponse struct {
}
func (s *GetOobConfirmationCodeResponse) MarshalJSON() ([]byte, error) {
type noMethod GetOobConfirmationCodeResponse
raw := noMethod(*s)
type NoMethod GetOobConfirmationCodeResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -421,8 +421,8 @@ type GetRecaptchaParamResponse struct {
}
func (s *GetRecaptchaParamResponse) MarshalJSON() ([]byte, error) {
type noMethod GetRecaptchaParamResponse
raw := noMethod(*s)
type NoMethod GetRecaptchaParamResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -503,8 +503,8 @@ type IdentitytoolkitRelyingpartyCreateAuthUriRequest struct {
}
func (s *IdentitytoolkitRelyingpartyCreateAuthUriRequest) MarshalJSON() ([]byte, error) {
type noMethod IdentitytoolkitRelyingpartyCreateAuthUriRequest
raw := noMethod(*s)
type NoMethod IdentitytoolkitRelyingpartyCreateAuthUriRequest
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -541,8 +541,8 @@ type IdentitytoolkitRelyingpartyDeleteAccountRequest struct {
}
func (s *IdentitytoolkitRelyingpartyDeleteAccountRequest) MarshalJSON() ([]byte, error) {
type noMethod IdentitytoolkitRelyingpartyDeleteAccountRequest
raw := noMethod(*s)
type NoMethod IdentitytoolkitRelyingpartyDeleteAccountRequest
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -584,8 +584,8 @@ type IdentitytoolkitRelyingpartyDownloadAccountRequest struct {
}
func (s *IdentitytoolkitRelyingpartyDownloadAccountRequest) MarshalJSON() ([]byte, error) {
type noMethod IdentitytoolkitRelyingpartyDownloadAccountRequest
raw := noMethod(*s)
type NoMethod IdentitytoolkitRelyingpartyDownloadAccountRequest
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -619,8 +619,8 @@ type IdentitytoolkitRelyingpartyEmailLinkSigninRequest struct {
}
func (s *IdentitytoolkitRelyingpartyEmailLinkSigninRequest) MarshalJSON() ([]byte, error) {
type noMethod IdentitytoolkitRelyingpartyEmailLinkSigninRequest
raw := noMethod(*s)
type NoMethod IdentitytoolkitRelyingpartyEmailLinkSigninRequest
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -664,8 +664,8 @@ type IdentitytoolkitRelyingpartyGetAccountInfoRequest struct {
}
func (s *IdentitytoolkitRelyingpartyGetAccountInfoRequest) MarshalJSON() ([]byte, error) {
type noMethod IdentitytoolkitRelyingpartyGetAccountInfoRequest
raw := noMethod(*s)
type NoMethod IdentitytoolkitRelyingpartyGetAccountInfoRequest
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -730,8 +730,8 @@ type IdentitytoolkitRelyingpartyGetProjectConfigResponse struct {
}
func (s *IdentitytoolkitRelyingpartyGetProjectConfigResponse) MarshalJSON() ([]byte, error) {
type noMethod IdentitytoolkitRelyingpartyGetProjectConfigResponse
raw := noMethod(*s)
type NoMethod IdentitytoolkitRelyingpartyGetProjectConfigResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -768,8 +768,8 @@ type IdentitytoolkitRelyingpartyResetPasswordRequest struct {
}
func (s *IdentitytoolkitRelyingpartyResetPasswordRequest) MarshalJSON() ([]byte, error) {
type noMethod IdentitytoolkitRelyingpartyResetPasswordRequest
raw := noMethod(*s)
type NoMethod IdentitytoolkitRelyingpartyResetPasswordRequest
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -807,8 +807,8 @@ type IdentitytoolkitRelyingpartySendVerificationCodeRequest struct {
}
func (s *IdentitytoolkitRelyingpartySendVerificationCodeRequest) MarshalJSON() ([]byte, error) {
type noMethod IdentitytoolkitRelyingpartySendVerificationCodeRequest
raw := noMethod(*s)
type NoMethod IdentitytoolkitRelyingpartySendVerificationCodeRequest
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -840,8 +840,8 @@ type IdentitytoolkitRelyingpartySendVerificationCodeResponse struct {
}
func (s *IdentitytoolkitRelyingpartySendVerificationCodeResponse) MarshalJSON() ([]byte, error) {
type noMethod IdentitytoolkitRelyingpartySendVerificationCodeResponse
raw := noMethod(*s)
type NoMethod IdentitytoolkitRelyingpartySendVerificationCodeResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -940,8 +940,8 @@ type IdentitytoolkitRelyingpartySetAccountInfoRequest struct {
}
func (s *IdentitytoolkitRelyingpartySetAccountInfoRequest) MarshalJSON() ([]byte, error) {
type noMethod IdentitytoolkitRelyingpartySetAccountInfoRequest
raw := noMethod(*s)
type NoMethod IdentitytoolkitRelyingpartySetAccountInfoRequest
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1001,8 +1001,8 @@ type IdentitytoolkitRelyingpartySetProjectConfigRequest struct {
}
func (s *IdentitytoolkitRelyingpartySetProjectConfigRequest) MarshalJSON() ([]byte, error) {
type noMethod IdentitytoolkitRelyingpartySetProjectConfigRequest
raw := noMethod(*s)
type NoMethod IdentitytoolkitRelyingpartySetProjectConfigRequest
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1034,8 +1034,8 @@ type IdentitytoolkitRelyingpartySetProjectConfigResponse struct {
}
func (s *IdentitytoolkitRelyingpartySetProjectConfigResponse) MarshalJSON() ([]byte, error) {
type noMethod IdentitytoolkitRelyingpartySetProjectConfigResponse
raw := noMethod(*s)
type NoMethod IdentitytoolkitRelyingpartySetProjectConfigResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1066,8 +1066,8 @@ type IdentitytoolkitRelyingpartySignOutUserRequest struct {
}
func (s *IdentitytoolkitRelyingpartySignOutUserRequest) MarshalJSON() ([]byte, error) {
type noMethod IdentitytoolkitRelyingpartySignOutUserRequest
raw := noMethod(*s)
type NoMethod IdentitytoolkitRelyingpartySignOutUserRequest
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1099,8 +1099,8 @@ type IdentitytoolkitRelyingpartySignOutUserResponse struct {
}
func (s *IdentitytoolkitRelyingpartySignOutUserResponse) MarshalJSON() ([]byte, error) {
type noMethod IdentitytoolkitRelyingpartySignOutUserResponse
raw := noMethod(*s)
type NoMethod IdentitytoolkitRelyingpartySignOutUserResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1165,8 +1165,8 @@ type IdentitytoolkitRelyingpartySignupNewUserRequest struct {
}
func (s *IdentitytoolkitRelyingpartySignupNewUserRequest) MarshalJSON() ([]byte, error) {
type noMethod IdentitytoolkitRelyingpartySignupNewUserRequest
raw := noMethod(*s)
type NoMethod IdentitytoolkitRelyingpartySignupNewUserRequest
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1237,8 +1237,8 @@ type IdentitytoolkitRelyingpartyUploadAccountRequest struct {
}
func (s *IdentitytoolkitRelyingpartyUploadAccountRequest) MarshalJSON() ([]byte, error) {
type noMethod IdentitytoolkitRelyingpartyUploadAccountRequest
raw := noMethod(*s)
type NoMethod IdentitytoolkitRelyingpartyUploadAccountRequest
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1304,8 +1304,8 @@ type IdentitytoolkitRelyingpartyVerifyAssertionRequest struct {
}
func (s *IdentitytoolkitRelyingpartyVerifyAssertionRequest) MarshalJSON() ([]byte, error) {
type noMethod IdentitytoolkitRelyingpartyVerifyAssertionRequest
raw := noMethod(*s)
type NoMethod IdentitytoolkitRelyingpartyVerifyAssertionRequest
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1346,8 +1346,8 @@ type IdentitytoolkitRelyingpartyVerifyCustomTokenRequest struct {
}
func (s *IdentitytoolkitRelyingpartyVerifyCustomTokenRequest) MarshalJSON() ([]byte, error) {
type noMethod IdentitytoolkitRelyingpartyVerifyCustomTokenRequest
raw := noMethod(*s)
type NoMethod IdentitytoolkitRelyingpartyVerifyCustomTokenRequest
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1403,8 +1403,8 @@ type IdentitytoolkitRelyingpartyVerifyPasswordRequest struct {
}
func (s *IdentitytoolkitRelyingpartyVerifyPasswordRequest) MarshalJSON() ([]byte, error) {
type noMethod IdentitytoolkitRelyingpartyVerifyPasswordRequest
raw := noMethod(*s)
type NoMethod IdentitytoolkitRelyingpartyVerifyPasswordRequest
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1445,8 +1445,8 @@ type IdentitytoolkitRelyingpartyVerifyPhoneNumberRequest struct {
}
func (s *IdentitytoolkitRelyingpartyVerifyPhoneNumberRequest) MarshalJSON() ([]byte, error) {
type noMethod IdentitytoolkitRelyingpartyVerifyPhoneNumberRequest
raw := noMethod(*s)
type NoMethod IdentitytoolkitRelyingpartyVerifyPhoneNumberRequest
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1495,8 +1495,8 @@ type IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse struct {
}
func (s *IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse) MarshalJSON() ([]byte, error) {
type noMethod IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse
raw := noMethod(*s)
type NoMethod IdentitytoolkitRelyingpartyVerifyPhoneNumberResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1539,8 +1539,8 @@ type IdpConfig struct {
}
func (s *IdpConfig) MarshalJSON() ([]byte, error) {
type noMethod IdpConfig
raw := noMethod(*s)
type NoMethod IdpConfig
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1617,8 +1617,8 @@ type Relyingparty struct {
}
func (s *Relyingparty) MarshalJSON() ([]byte, error) {
type noMethod Relyingparty
raw := noMethod(*s)
type NoMethod Relyingparty
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1660,8 +1660,8 @@ type ResetPasswordResponse struct {
}
func (s *ResetPasswordResponse) MarshalJSON() ([]byte, error) {
type noMethod ResetPasswordResponse
raw := noMethod(*s)
type NoMethod ResetPasswordResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1727,8 +1727,8 @@ type SetAccountInfoResponse struct {
}
func (s *SetAccountInfoResponse) MarshalJSON() ([]byte, error) {
type noMethod SetAccountInfoResponse
raw := noMethod(*s)
type NoMethod SetAccountInfoResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1765,8 +1765,8 @@ type SetAccountInfoResponseProviderUserInfo struct {
}
func (s *SetAccountInfoResponseProviderUserInfo) MarshalJSON() ([]byte, error) {
type noMethod SetAccountInfoResponseProviderUserInfo
raw := noMethod(*s)
type NoMethod SetAccountInfoResponseProviderUserInfo
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1818,8 +1818,8 @@ type SignupNewUserResponse struct {
}
func (s *SignupNewUserResponse) MarshalJSON() ([]byte, error) {
type noMethod SignupNewUserResponse
raw := noMethod(*s)
type NoMethod SignupNewUserResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1853,8 +1853,8 @@ type UploadAccountResponse struct {
}
func (s *UploadAccountResponse) MarshalJSON() ([]byte, error) {
type noMethod UploadAccountResponse
raw := noMethod(*s)
type NoMethod UploadAccountResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1883,8 +1883,8 @@ type UploadAccountResponseError struct {
}
func (s *UploadAccountResponseError) MarshalJSON() ([]byte, error) {
type noMethod UploadAccountResponseError
raw := noMethod(*s)
type NoMethod UploadAccountResponseError
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -1966,18 +1966,18 @@ type UserInfo struct {
}
func (s *UserInfo) MarshalJSON() ([]byte, error) {
type noMethod UserInfo
raw := noMethod(*s)
type NoMethod UserInfo
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
func (s *UserInfo) UnmarshalJSON(data []byte) error {
type noMethod UserInfo
type NoMethod UserInfo
var s1 struct {
PasswordUpdatedAt gensupport.JSONFloat64 `json:"passwordUpdatedAt"`
*noMethod
*NoMethod
}
s1.noMethod = (*noMethod)(s)
s1.NoMethod = (*NoMethod)(s)
if err := json.Unmarshal(data, &s1); err != nil {
return err
}
@ -2030,8 +2030,8 @@ type UserInfoProviderUserInfo struct {
}
func (s *UserInfoProviderUserInfo) MarshalJSON() ([]byte, error) {
type noMethod UserInfoProviderUserInfo
raw := noMethod(*s)
type NoMethod UserInfoProviderUserInfo
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2196,8 +2196,8 @@ type VerifyAssertionResponse struct {
}
func (s *VerifyAssertionResponse) MarshalJSON() ([]byte, error) {
type noMethod VerifyAssertionResponse
raw := noMethod(*s)
type NoMethod VerifyAssertionResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2243,8 +2243,8 @@ type VerifyCustomTokenResponse struct {
}
func (s *VerifyCustomTokenResponse) MarshalJSON() ([]byte, error) {
type noMethod VerifyCustomTokenResponse
raw := noMethod(*s)
type NoMethod VerifyCustomTokenResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2312,8 +2312,8 @@ type VerifyPasswordResponse struct {
}
func (s *VerifyPasswordResponse) MarshalJSON() ([]byte, error) {
type noMethod VerifyPasswordResponse
raw := noMethod(*s)
type NoMethod VerifyPasswordResponse
raw := NoMethod(*s)
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
}
@ -2413,7 +2413,7 @@ func (c *RelyingpartyCreateAuthUriCall) Do(opts ...googleapi.CallOption) (*Creat
},
}
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
@ -2530,7 +2530,7 @@ func (c *RelyingpartyDeleteAccountCall) Do(opts ...googleapi.CallOption) (*Delet
},
}
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
@ -2647,7 +2647,7 @@ func (c *RelyingpartyDownloadAccountCall) Do(opts ...googleapi.CallOption) (*Dow
},
}
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
@ -2786,7 +2786,7 @@ func (c *RelyingpartyEmailLinkSigninCall) Do(opts ...googleapi.CallOption) (*Ema
},
}
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
@ -2903,7 +2903,7 @@ func (c *RelyingpartyGetAccountInfoCall) Do(opts ...googleapi.CallOption) (*GetA
},
}
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
@ -3020,7 +3020,7 @@ func (c *RelyingpartyGetOobConfirmationCodeCall) Do(opts ...googleapi.CallOption
},
}
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
@ -3161,7 +3161,7 @@ func (c *RelyingpartyGetProjectConfigCall) Do(opts ...googleapi.CallOption) (*Id
},
}
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
@ -3274,7 +3274,7 @@ func (c *RelyingpartyGetPublicKeysCall) Do(opts ...googleapi.CallOption) (map[st
}
var ret map[string]string
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
@ -3395,7 +3395,7 @@ func (c *RelyingpartyGetRecaptchaParamCall) Do(opts ...googleapi.CallOption) (*G
},
}
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
@ -3509,7 +3509,7 @@ func (c *RelyingpartyResetPasswordCall) Do(opts ...googleapi.CallOption) (*Reset
},
}
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
@ -3629,7 +3629,7 @@ func (c *RelyingpartySendVerificationCodeCall) Do(opts ...googleapi.CallOption)
},
}
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
@ -3746,7 +3746,7 @@ func (c *RelyingpartySetAccountInfoCall) Do(opts ...googleapi.CallOption) (*SetA
},
}
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
@ -3865,7 +3865,7 @@ func (c *RelyingpartySetProjectConfigCall) Do(opts ...googleapi.CallOption) (*Id
},
}
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
@ -3984,7 +3984,7 @@ func (c *RelyingpartySignOutUserCall) Do(opts ...googleapi.CallOption) (*Identit
},
}
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
@ -4101,7 +4101,7 @@ func (c *RelyingpartySignupNewUserCall) Do(opts ...googleapi.CallOption) (*Signu
},
}
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
@ -4218,7 +4218,7 @@ func (c *RelyingpartyUploadAccountCall) Do(opts ...googleapi.CallOption) (*Uploa
},
}
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
@ -4336,7 +4336,7 @@ func (c *RelyingpartyVerifyAssertionCall) Do(opts ...googleapi.CallOption) (*Ver
},
}
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
@ -4453,7 +4453,7 @@ func (c *RelyingpartyVerifyCustomTokenCall) Do(opts ...googleapi.CallOption) (*V
},
}
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
@ -4570,7 +4570,7 @@ func (c *RelyingpartyVerifyPasswordCall) Do(opts ...googleapi.CallOption) (*Veri
},
}
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
@ -4690,7 +4690,7 @@ func (c *RelyingpartyVerifyPhoneNumberCall) Do(opts ...googleapi.CallOption) (*I
},
}
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