Index: generated/googleapis/test/identitytoolkit/v3_test.dart |
diff --git a/generated/googleapis/test/identitytoolkit/v3_test.dart b/generated/googleapis/test/identitytoolkit/v3_test.dart |
index d490611a8a5dfed0599404a3014dd841ceab1fec..a3f643b2021100645c0140c31c82baf83cf6a074 100644 |
--- a/generated/googleapis/test/identitytoolkit/v3_test.dart |
+++ b/generated/googleapis/test/identitytoolkit/v3_test.dart |
@@ -51,14 +51,14 @@ http.StreamedResponse stringResponse( |
return new http.StreamedResponse(stream, status, headers: headers); |
} |
-buildUnnamed2187() { |
+buildUnnamed2201() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2187(core.List<core.String> o) { |
+checkUnnamed2201(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -69,7 +69,7 @@ buildCreateAuthUriResponse() { |
var o = new api.CreateAuthUriResponse(); |
buildCounterCreateAuthUriResponse++; |
if (buildCounterCreateAuthUriResponse < 3) { |
- o.allProviders = buildUnnamed2187(); |
+ o.allProviders = buildUnnamed2201(); |
o.authUri = "foo"; |
o.captchaRequired = true; |
o.forExistingProvider = true; |
@@ -85,7 +85,7 @@ buildCreateAuthUriResponse() { |
checkCreateAuthUriResponse(api.CreateAuthUriResponse o) { |
buildCounterCreateAuthUriResponse++; |
if (buildCounterCreateAuthUriResponse < 3) { |
- checkUnnamed2187(o.allProviders); |
+ checkUnnamed2201(o.allProviders); |
unittest.expect(o.authUri, unittest.equals('foo')); |
unittest.expect(o.captchaRequired, unittest.isTrue); |
unittest.expect(o.forExistingProvider, unittest.isTrue); |
@@ -116,14 +116,14 @@ checkDeleteAccountResponse(api.DeleteAccountResponse o) { |
buildCounterDeleteAccountResponse--; |
} |
-buildUnnamed2188() { |
+buildUnnamed2202() { |
var o = new core.List<api.UserInfo>(); |
o.add(buildUserInfo()); |
o.add(buildUserInfo()); |
return o; |
} |
-checkUnnamed2188(core.List<api.UserInfo> o) { |
+checkUnnamed2202(core.List<api.UserInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkUserInfo(o[0]); |
checkUserInfo(o[1]); |
@@ -136,7 +136,7 @@ buildDownloadAccountResponse() { |
if (buildCounterDownloadAccountResponse < 3) { |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
- o.users = buildUnnamed2188(); |
+ o.users = buildUnnamed2202(); |
} |
buildCounterDownloadAccountResponse--; |
return o; |
@@ -147,7 +147,7 @@ checkDownloadAccountResponse(api.DownloadAccountResponse o) { |
if (buildCounterDownloadAccountResponse < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed2188(o.users); |
+ checkUnnamed2202(o.users); |
} |
buildCounterDownloadAccountResponse--; |
} |
@@ -181,14 +181,14 @@ checkEmailTemplate(api.EmailTemplate o) { |
buildCounterEmailTemplate--; |
} |
-buildUnnamed2189() { |
+buildUnnamed2203() { |
var o = new core.List<api.UserInfo>(); |
o.add(buildUserInfo()); |
o.add(buildUserInfo()); |
return o; |
} |
-checkUnnamed2189(core.List<api.UserInfo> o) { |
+checkUnnamed2203(core.List<api.UserInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkUserInfo(o[0]); |
checkUserInfo(o[1]); |
@@ -200,7 +200,7 @@ buildGetAccountInfoResponse() { |
buildCounterGetAccountInfoResponse++; |
if (buildCounterGetAccountInfoResponse < 3) { |
o.kind = "foo"; |
- o.users = buildUnnamed2189(); |
+ o.users = buildUnnamed2203(); |
} |
buildCounterGetAccountInfoResponse--; |
return o; |
@@ -210,7 +210,7 @@ checkGetAccountInfoResponse(api.GetAccountInfoResponse o) { |
buildCounterGetAccountInfoResponse++; |
if (buildCounterGetAccountInfoResponse < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
- checkUnnamed2189(o.users); |
+ checkUnnamed2203(o.users); |
} |
buildCounterGetAccountInfoResponse--; |
} |
@@ -261,14 +261,14 @@ checkGetRecaptchaParamResponse(api.GetRecaptchaParamResponse o) { |
buildCounterGetRecaptchaParamResponse--; |
} |
-buildUnnamed2190() { |
+buildUnnamed2204() { |
var o = new core.Map<core.String, core.String>(); |
o["x"] = "foo"; |
o["y"] = "foo"; |
return o; |
} |
-checkUnnamed2190(core.Map<core.String, core.String> o) { |
+checkUnnamed2204(core.Map<core.String, core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o["x"], unittest.equals('foo')); |
unittest.expect(o["y"], unittest.equals('foo')); |
@@ -284,7 +284,7 @@ buildIdentitytoolkitRelyingpartyCreateAuthUriRequest() { |
o.clientId = "foo"; |
o.context = "foo"; |
o.continueUri = "foo"; |
- o.customParameter = buildUnnamed2190(); |
+ o.customParameter = buildUnnamed2204(); |
o.hostedDomain = "foo"; |
o.identifier = "foo"; |
o.oauthConsumerKey = "foo"; |
@@ -306,7 +306,7 @@ checkIdentitytoolkitRelyingpartyCreateAuthUriRequest(api.IdentitytoolkitRelyingp |
unittest.expect(o.clientId, unittest.equals('foo')); |
unittest.expect(o.context, unittest.equals('foo')); |
unittest.expect(o.continueUri, unittest.equals('foo')); |
- checkUnnamed2190(o.customParameter); |
+ checkUnnamed2204(o.customParameter); |
unittest.expect(o.hostedDomain, unittest.equals('foo')); |
unittest.expect(o.identifier, unittest.equals('foo')); |
unittest.expect(o.oauthConsumerKey, unittest.equals('foo')); |
@@ -367,27 +367,27 @@ checkIdentitytoolkitRelyingpartyDownloadAccountRequest(api.IdentitytoolkitRelyin |
buildCounterIdentitytoolkitRelyingpartyDownloadAccountRequest--; |
} |
-buildUnnamed2191() { |
+buildUnnamed2205() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2191(core.List<core.String> o) { |
+checkUnnamed2205(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2192() { |
+buildUnnamed2206() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2192(core.List<core.String> o) { |
+checkUnnamed2206(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -399,9 +399,9 @@ buildIdentitytoolkitRelyingpartyGetAccountInfoRequest() { |
buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest++; |
if (buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest < 3) { |
o.delegatedProjectNumber = "foo"; |
- o.email = buildUnnamed2191(); |
+ o.email = buildUnnamed2205(); |
o.idToken = "foo"; |
- o.localId = buildUnnamed2192(); |
+ o.localId = buildUnnamed2206(); |
} |
buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest--; |
return o; |
@@ -411,34 +411,34 @@ checkIdentitytoolkitRelyingpartyGetAccountInfoRequest(api.IdentitytoolkitRelying |
buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest++; |
if (buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest < 3) { |
unittest.expect(o.delegatedProjectNumber, unittest.equals('foo')); |
- checkUnnamed2191(o.email); |
+ checkUnnamed2205(o.email); |
unittest.expect(o.idToken, unittest.equals('foo')); |
- checkUnnamed2192(o.localId); |
+ checkUnnamed2206(o.localId); |
} |
buildCounterIdentitytoolkitRelyingpartyGetAccountInfoRequest--; |
} |
-buildUnnamed2193() { |
+buildUnnamed2207() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2193(core.List<core.String> o) { |
+checkUnnamed2207(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2194() { |
+buildUnnamed2208() { |
var o = new core.List<api.IdpConfig>(); |
o.add(buildIdpConfig()); |
o.add(buildIdpConfig()); |
return o; |
} |
-checkUnnamed2194(core.List<api.IdpConfig> o) { |
+checkUnnamed2208(core.List<api.IdpConfig> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkIdpConfig(o[0]); |
checkIdpConfig(o[1]); |
@@ -451,11 +451,11 @@ buildIdentitytoolkitRelyingpartyGetProjectConfigResponse() { |
if (buildCounterIdentitytoolkitRelyingpartyGetProjectConfigResponse < 3) { |
o.allowPasswordUser = true; |
o.apiKey = "foo"; |
- o.authorizedDomains = buildUnnamed2193(); |
+ o.authorizedDomains = buildUnnamed2207(); |
o.changeEmailTemplate = buildEmailTemplate(); |
o.dynamicLinksDomain = "foo"; |
o.enableAnonymousUser = true; |
- o.idpConfig = buildUnnamed2194(); |
+ o.idpConfig = buildUnnamed2208(); |
o.legacyResetPasswordTemplate = buildEmailTemplate(); |
o.projectId = "foo"; |
o.resetPasswordTemplate = buildEmailTemplate(); |
@@ -471,11 +471,11 @@ checkIdentitytoolkitRelyingpartyGetProjectConfigResponse(api.IdentitytoolkitRely |
if (buildCounterIdentitytoolkitRelyingpartyGetProjectConfigResponse < 3) { |
unittest.expect(o.allowPasswordUser, unittest.isTrue); |
unittest.expect(o.apiKey, unittest.equals('foo')); |
- checkUnnamed2193(o.authorizedDomains); |
+ checkUnnamed2207(o.authorizedDomains); |
checkEmailTemplate(o.changeEmailTemplate); |
unittest.expect(o.dynamicLinksDomain, unittest.equals('foo')); |
unittest.expect(o.enableAnonymousUser, unittest.isTrue); |
- checkUnnamed2194(o.idpConfig); |
+ checkUnnamed2208(o.idpConfig); |
checkEmailTemplate(o.legacyResetPasswordTemplate); |
unittest.expect(o.projectId, unittest.equals('foo')); |
checkEmailTemplate(o.resetPasswordTemplate); |
@@ -523,40 +523,40 @@ checkIdentitytoolkitRelyingpartyResetPasswordRequest(api.IdentitytoolkitRelyingp |
buildCounterIdentitytoolkitRelyingpartyResetPasswordRequest--; |
} |
-buildUnnamed2195() { |
+buildUnnamed2209() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2195(core.List<core.String> o) { |
+checkUnnamed2209(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2196() { |
+buildUnnamed2210() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2196(core.List<core.String> o) { |
+checkUnnamed2210(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2197() { |
+buildUnnamed2211() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2197(core.List<core.String> o) { |
+checkUnnamed2211(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -571,8 +571,8 @@ buildIdentitytoolkitRelyingpartySetAccountInfoRequest() { |
o.captchaResponse = "foo"; |
o.createdAt = "foo"; |
o.delegatedProjectNumber = "foo"; |
- o.deleteAttribute = buildUnnamed2195(); |
- o.deleteProvider = buildUnnamed2196(); |
+ o.deleteAttribute = buildUnnamed2209(); |
+ o.deleteProvider = buildUnnamed2210(); |
o.disableUser = true; |
o.displayName = "foo"; |
o.email = "foo"; |
@@ -584,7 +584,7 @@ buildIdentitytoolkitRelyingpartySetAccountInfoRequest() { |
o.oobCode = "foo"; |
o.password = "foo"; |
o.photoUrl = "foo"; |
- o.provider = buildUnnamed2197(); |
+ o.provider = buildUnnamed2211(); |
o.returnSecureToken = true; |
o.upgradeToFederatedLogin = true; |
o.validSince = "foo"; |
@@ -600,8 +600,8 @@ checkIdentitytoolkitRelyingpartySetAccountInfoRequest(api.IdentitytoolkitRelying |
unittest.expect(o.captchaResponse, unittest.equals('foo')); |
unittest.expect(o.createdAt, unittest.equals('foo')); |
unittest.expect(o.delegatedProjectNumber, unittest.equals('foo')); |
- checkUnnamed2195(o.deleteAttribute); |
- checkUnnamed2196(o.deleteProvider); |
+ checkUnnamed2209(o.deleteAttribute); |
+ checkUnnamed2210(o.deleteProvider); |
unittest.expect(o.disableUser, unittest.isTrue); |
unittest.expect(o.displayName, unittest.equals('foo')); |
unittest.expect(o.email, unittest.equals('foo')); |
@@ -613,7 +613,7 @@ checkIdentitytoolkitRelyingpartySetAccountInfoRequest(api.IdentitytoolkitRelying |
unittest.expect(o.oobCode, unittest.equals('foo')); |
unittest.expect(o.password, unittest.equals('foo')); |
unittest.expect(o.photoUrl, unittest.equals('foo')); |
- checkUnnamed2197(o.provider); |
+ checkUnnamed2211(o.provider); |
unittest.expect(o.returnSecureToken, unittest.isTrue); |
unittest.expect(o.upgradeToFederatedLogin, unittest.isTrue); |
unittest.expect(o.validSince, unittest.equals('foo')); |
@@ -621,27 +621,27 @@ checkIdentitytoolkitRelyingpartySetAccountInfoRequest(api.IdentitytoolkitRelying |
buildCounterIdentitytoolkitRelyingpartySetAccountInfoRequest--; |
} |
-buildUnnamed2198() { |
+buildUnnamed2212() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2198(core.List<core.String> o) { |
+checkUnnamed2212(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
} |
-buildUnnamed2199() { |
+buildUnnamed2213() { |
var o = new core.List<api.IdpConfig>(); |
o.add(buildIdpConfig()); |
o.add(buildIdpConfig()); |
return o; |
} |
-checkUnnamed2199(core.List<api.IdpConfig> o) { |
+checkUnnamed2213(core.List<api.IdpConfig> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkIdpConfig(o[0]); |
checkIdpConfig(o[1]); |
@@ -654,11 +654,11 @@ buildIdentitytoolkitRelyingpartySetProjectConfigRequest() { |
if (buildCounterIdentitytoolkitRelyingpartySetProjectConfigRequest < 3) { |
o.allowPasswordUser = true; |
o.apiKey = "foo"; |
- o.authorizedDomains = buildUnnamed2198(); |
+ o.authorizedDomains = buildUnnamed2212(); |
o.changeEmailTemplate = buildEmailTemplate(); |
o.delegatedProjectNumber = "foo"; |
o.enableAnonymousUser = true; |
- o.idpConfig = buildUnnamed2199(); |
+ o.idpConfig = buildUnnamed2213(); |
o.legacyResetPasswordTemplate = buildEmailTemplate(); |
o.resetPasswordTemplate = buildEmailTemplate(); |
o.useEmailSending = true; |
@@ -673,11 +673,11 @@ checkIdentitytoolkitRelyingpartySetProjectConfigRequest(api.IdentitytoolkitRelyi |
if (buildCounterIdentitytoolkitRelyingpartySetProjectConfigRequest < 3) { |
unittest.expect(o.allowPasswordUser, unittest.isTrue); |
unittest.expect(o.apiKey, unittest.equals('foo')); |
- checkUnnamed2198(o.authorizedDomains); |
+ checkUnnamed2212(o.authorizedDomains); |
checkEmailTemplate(o.changeEmailTemplate); |
unittest.expect(o.delegatedProjectNumber, unittest.equals('foo')); |
unittest.expect(o.enableAnonymousUser, unittest.isTrue); |
- checkUnnamed2199(o.idpConfig); |
+ checkUnnamed2213(o.idpConfig); |
checkEmailTemplate(o.legacyResetPasswordTemplate); |
checkEmailTemplate(o.resetPasswordTemplate); |
unittest.expect(o.useEmailSending, unittest.isTrue); |
@@ -784,14 +784,14 @@ checkIdentitytoolkitRelyingpartySignupNewUserRequest(api.IdentitytoolkitRelyingp |
buildCounterIdentitytoolkitRelyingpartySignupNewUserRequest--; |
} |
-buildUnnamed2200() { |
+buildUnnamed2214() { |
var o = new core.List<api.UserInfo>(); |
o.add(buildUserInfo()); |
o.add(buildUserInfo()); |
return o; |
} |
-checkUnnamed2200(core.List<api.UserInfo> o) { |
+checkUnnamed2214(core.List<api.UserInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkUserInfo(o[0]); |
checkUserInfo(o[1]); |
@@ -811,7 +811,7 @@ buildIdentitytoolkitRelyingpartyUploadAccountRequest() { |
o.sanityCheck = true; |
o.signerKey = "foo"; |
o.targetProjectId = "foo"; |
- o.users = buildUnnamed2200(); |
+ o.users = buildUnnamed2214(); |
} |
buildCounterIdentitytoolkitRelyingpartyUploadAccountRequest--; |
return o; |
@@ -829,7 +829,7 @@ checkIdentitytoolkitRelyingpartyUploadAccountRequest(api.IdentitytoolkitRelyingp |
unittest.expect(o.sanityCheck, unittest.isTrue); |
unittest.expect(o.signerKey, unittest.equals('foo')); |
unittest.expect(o.targetProjectId, unittest.equals('foo')); |
- checkUnnamed2200(o.users); |
+ checkUnnamed2214(o.users); |
} |
buildCounterIdentitytoolkitRelyingpartyUploadAccountRequest--; |
} |
@@ -933,14 +933,14 @@ checkIdentitytoolkitRelyingpartyVerifyPasswordRequest(api.IdentitytoolkitRelying |
buildCounterIdentitytoolkitRelyingpartyVerifyPasswordRequest--; |
} |
-buildUnnamed2201() { |
+buildUnnamed2215() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2201(core.List<core.String> o) { |
+checkUnnamed2215(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -956,7 +956,7 @@ buildIdpConfig() { |
o.experimentPercent = 42; |
o.provider = "foo"; |
o.secret = "foo"; |
- o.whitelistedAudiences = buildUnnamed2201(); |
+ o.whitelistedAudiences = buildUnnamed2215(); |
} |
buildCounterIdpConfig--; |
return o; |
@@ -970,7 +970,7 @@ checkIdpConfig(api.IdpConfig o) { |
unittest.expect(o.experimentPercent, unittest.equals(42)); |
unittest.expect(o.provider, unittest.equals('foo')); |
unittest.expect(o.secret, unittest.equals('foo')); |
- checkUnnamed2201(o.whitelistedAudiences); |
+ checkUnnamed2215(o.whitelistedAudiences); |
} |
buildCounterIdpConfig--; |
} |
@@ -1072,14 +1072,14 @@ checkSetAccountInfoResponseProviderUserInfo(api.SetAccountInfoResponseProviderUs |
buildCounterSetAccountInfoResponseProviderUserInfo--; |
} |
-buildUnnamed2202() { |
+buildUnnamed2216() { |
var o = new core.List<api.SetAccountInfoResponseProviderUserInfo>(); |
o.add(buildSetAccountInfoResponseProviderUserInfo()); |
o.add(buildSetAccountInfoResponseProviderUserInfo()); |
return o; |
} |
-checkUnnamed2202(core.List<api.SetAccountInfoResponseProviderUserInfo> o) { |
+checkUnnamed2216(core.List<api.SetAccountInfoResponseProviderUserInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSetAccountInfoResponseProviderUserInfo(o[0]); |
checkSetAccountInfoResponseProviderUserInfo(o[1]); |
@@ -1100,7 +1100,7 @@ buildSetAccountInfoResponse() { |
o.newEmail = "foo"; |
o.passwordHash = "foo"; |
o.photoUrl = "foo"; |
- o.providerUserInfo = buildUnnamed2202(); |
+ o.providerUserInfo = buildUnnamed2216(); |
o.refreshToken = "foo"; |
} |
buildCounterSetAccountInfoResponse--; |
@@ -1120,7 +1120,7 @@ checkSetAccountInfoResponse(api.SetAccountInfoResponse o) { |
unittest.expect(o.newEmail, unittest.equals('foo')); |
unittest.expect(o.passwordHash, unittest.equals('foo')); |
unittest.expect(o.photoUrl, unittest.equals('foo')); |
- checkUnnamed2202(o.providerUserInfo); |
+ checkUnnamed2216(o.providerUserInfo); |
unittest.expect(o.refreshToken, unittest.equals('foo')); |
} |
buildCounterSetAccountInfoResponse--; |
@@ -1178,14 +1178,14 @@ checkUploadAccountResponseError(api.UploadAccountResponseError o) { |
buildCounterUploadAccountResponseError--; |
} |
-buildUnnamed2203() { |
+buildUnnamed2217() { |
var o = new core.List<api.UploadAccountResponseError>(); |
o.add(buildUploadAccountResponseError()); |
o.add(buildUploadAccountResponseError()); |
return o; |
} |
-checkUnnamed2203(core.List<api.UploadAccountResponseError> o) { |
+checkUnnamed2217(core.List<api.UploadAccountResponseError> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkUploadAccountResponseError(o[0]); |
checkUploadAccountResponseError(o[1]); |
@@ -1196,7 +1196,7 @@ buildUploadAccountResponse() { |
var o = new api.UploadAccountResponse(); |
buildCounterUploadAccountResponse++; |
if (buildCounterUploadAccountResponse < 3) { |
- o.error = buildUnnamed2203(); |
+ o.error = buildUnnamed2217(); |
o.kind = "foo"; |
} |
buildCounterUploadAccountResponse--; |
@@ -1206,7 +1206,7 @@ buildUploadAccountResponse() { |
checkUploadAccountResponse(api.UploadAccountResponse o) { |
buildCounterUploadAccountResponse++; |
if (buildCounterUploadAccountResponse < 3) { |
- checkUnnamed2203(o.error); |
+ checkUnnamed2217(o.error); |
unittest.expect(o.kind, unittest.equals('foo')); |
} |
buildCounterUploadAccountResponse--; |
@@ -1220,6 +1220,7 @@ buildUserInfoProviderUserInfo() { |
o.displayName = "foo"; |
o.email = "foo"; |
o.federatedId = "foo"; |
+ o.phoneNumber = "foo"; |
o.photoUrl = "foo"; |
o.providerId = "foo"; |
o.rawId = "foo"; |
@@ -1235,6 +1236,7 @@ checkUserInfoProviderUserInfo(api.UserInfoProviderUserInfo o) { |
unittest.expect(o.displayName, unittest.equals('foo')); |
unittest.expect(o.email, unittest.equals('foo')); |
unittest.expect(o.federatedId, unittest.equals('foo')); |
+ unittest.expect(o.phoneNumber, unittest.equals('foo')); |
unittest.expect(o.photoUrl, unittest.equals('foo')); |
unittest.expect(o.providerId, unittest.equals('foo')); |
unittest.expect(o.rawId, unittest.equals('foo')); |
@@ -1243,14 +1245,14 @@ checkUserInfoProviderUserInfo(api.UserInfoProviderUserInfo o) { |
buildCounterUserInfoProviderUserInfo--; |
} |
-buildUnnamed2204() { |
+buildUnnamed2218() { |
var o = new core.List<api.UserInfoProviderUserInfo>(); |
o.add(buildUserInfoProviderUserInfo()); |
o.add(buildUserInfoProviderUserInfo()); |
return o; |
} |
-checkUnnamed2204(core.List<api.UserInfoProviderUserInfo> o) { |
+checkUnnamed2218(core.List<api.UserInfoProviderUserInfo> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkUserInfoProviderUserInfo(o[0]); |
checkUserInfoProviderUserInfo(o[1]); |
@@ -1271,8 +1273,9 @@ buildUserInfo() { |
o.localId = "foo"; |
o.passwordHash = "foo"; |
o.passwordUpdatedAt = 42.0; |
+ o.phoneNumber = "foo"; |
o.photoUrl = "foo"; |
- o.providerUserInfo = buildUnnamed2204(); |
+ o.providerUserInfo = buildUnnamed2218(); |
o.rawPassword = "foo"; |
o.salt = "foo"; |
o.screenName = "foo"; |
@@ -1296,8 +1299,9 @@ checkUserInfo(api.UserInfo o) { |
unittest.expect(o.localId, unittest.equals('foo')); |
unittest.expect(o.passwordHash, unittest.equals('foo')); |
unittest.expect(o.passwordUpdatedAt, unittest.equals(42.0)); |
+ unittest.expect(o.phoneNumber, unittest.equals('foo')); |
unittest.expect(o.photoUrl, unittest.equals('foo')); |
- checkUnnamed2204(o.providerUserInfo); |
+ checkUnnamed2218(o.providerUserInfo); |
unittest.expect(o.rawPassword, unittest.equals('foo')); |
unittest.expect(o.salt, unittest.equals('foo')); |
unittest.expect(o.screenName, unittest.equals('foo')); |
@@ -1307,14 +1311,14 @@ checkUserInfo(api.UserInfo o) { |
buildCounterUserInfo--; |
} |
-buildUnnamed2205() { |
+buildUnnamed2219() { |
var o = new core.List<core.String>(); |
o.add("foo"); |
o.add("foo"); |
return o; |
} |
-checkUnnamed2205(core.List<core.String> o) { |
+checkUnnamed2219(core.List<core.String> o) { |
unittest.expect(o, unittest.hasLength(2)); |
unittest.expect(o[0], unittest.equals('foo')); |
unittest.expect(o[1], unittest.equals('foo')); |
@@ -1363,7 +1367,7 @@ buildVerifyAssertionResponse() { |
o.refreshToken = "foo"; |
o.screenName = "foo"; |
o.timeZone = "foo"; |
- o.verifiedProvider = buildUnnamed2205(); |
+ o.verifiedProvider = buildUnnamed2219(); |
} |
buildCounterVerifyAssertionResponse--; |
return o; |
@@ -1410,7 +1414,7 @@ checkVerifyAssertionResponse(api.VerifyAssertionResponse o) { |
unittest.expect(o.refreshToken, unittest.equals('foo')); |
unittest.expect(o.screenName, unittest.equals('foo')); |
unittest.expect(o.timeZone, unittest.equals('foo')); |
- checkUnnamed2205(o.verifiedProvider); |
+ checkUnnamed2219(o.verifiedProvider); |
} |
buildCounterVerifyAssertionResponse--; |
} |