Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(360)

Unified Diff: generated/googleapis/lib/identitytoolkit/v3.dart

Issue 2571553005: Api-roll 43: 2016-12-13 (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « generated/googleapis/lib/gmail/v1.dart ('k') | generated/googleapis/lib/language/v1.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated/googleapis/lib/identitytoolkit/v3.dart
diff --git a/generated/googleapis/lib/identitytoolkit/v3.dart b/generated/googleapis/lib/identitytoolkit/v3.dart
index cafd23c74109c83ae91a82ce5d3d20cde4b2b871..78166cde85048b2f9f4389e4def74e55b3cc6e1f 100644
--- a/generated/googleapis/lib/identitytoolkit/v3.dart
+++ b/generated/googleapis/lib/identitytoolkit/v3.dart
@@ -17,6 +17,9 @@ const core.String USER_AGENT = 'dart-api-client identitytoolkit/v3';
/** Help the third party sites to implement federated login. */
class IdentitytoolkitApi {
+ /** View and manage your data across Google Cloud Platform services */
+ static const CloudPlatformScope = "https://www.googleapis.com/auth/cloud-platform";
+
/** View and administer all your Firebase data and settings */
static const FirebaseScope = "https://www.googleapis.com/auth/firebase";
@@ -1225,6 +1228,11 @@ class IdentitytoolkitRelyingpartyDownloadAccountRequest {
* response.
*/
core.String nextPageToken;
+ /**
+ * Specify which project (field value is actually project id) to operate. Only
+ * used when provided credential.
+ */
+ core.String targetProjectId;
IdentitytoolkitRelyingpartyDownloadAccountRequest();
@@ -1238,6 +1246,9 @@ class IdentitytoolkitRelyingpartyDownloadAccountRequest {
if (_json.containsKey("nextPageToken")) {
nextPageToken = _json["nextPageToken"];
}
+ if (_json.containsKey("targetProjectId")) {
+ targetProjectId = _json["targetProjectId"];
+ }
}
core.Map toJson() {
@@ -1251,6 +1262,9 @@ class IdentitytoolkitRelyingpartyDownloadAccountRequest {
if (nextPageToken != null) {
_json["nextPageToken"] = nextPageToken;
}
+ if (targetProjectId != null) {
+ _json["targetProjectId"] = targetProjectId;
+ }
return _json;
}
}
« no previous file with comments | « generated/googleapis/lib/gmail/v1.dart ('k') | generated/googleapis/lib/language/v1.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698