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

Side by Side Diff: discovery/googleapis/firebasedynamiclinks__v1.json

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 unified diff | Download patch
« no previous file with comments | « discovery/googleapis/drive__v3.json ('k') | discovery/googleapis/firebaserules__v1.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "auth": { 2 "auth": {
3 "oauth2": { 3 "oauth2": {
4 "scopes": { 4 "scopes": {
5 "https://www.googleapis.com/auth/firebase": { 5 "https://www.googleapis.com/auth/firebase": {
6 "description": "View and administer all your Firebase data a nd settings" 6 "description": "View and administer all your Firebase data a nd settings"
7 } 7 }
8 } 8 }
9 } 9 }
10 }, 10 },
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "response": { 129 "response": {
130 "$ref": "CreateShortDynamicLinkResponse" 130 "$ref": "CreateShortDynamicLinkResponse"
131 }, 131 },
132 "scopes": [ 132 "scopes": [
133 "https://www.googleapis.com/auth/firebase" 133 "https://www.googleapis.com/auth/firebase"
134 ] 134 ]
135 } 135 }
136 } 136 }
137 } 137 }
138 }, 138 },
139 "revision": "20161027", 139 "revision": "20161118",
140 "rootUrl": "https://firebasedynamiclinks.googleapis.com/", 140 "rootUrl": "https://firebasedynamiclinks.googleapis.com/",
141 "schemas": { 141 "schemas": {
142 "DynamicLinkInfo": { 142 "DynamicLinkInfo": {
143 "description": "Information about a Dynamic Link.", 143 "description": "Information about a Dynamic Link.",
144 "id": "DynamicLinkInfo", 144 "id": "DynamicLinkInfo",
145 "properties": { 145 "properties": {
146 "isAd": {
147 "description": "Declares that the Dynamic Link is used in an advertisement.\nSee the 'ad' parameter in the\n[documentation](https://firebase .google.com/docs/dynamic-links/android#create-a-dynamic-link-programmatically)." ,
148 "type": "boolean"
149 },
150 "socialMetaTagInfo": { 146 "socialMetaTagInfo": {
151 "$ref": "SocialMetaTagInfo", 147 "$ref": "SocialMetaTagInfo",
152 "description": "Parameters for social meta tag params.\nUsed to set meta tag data for link previews on social sites." 148 "description": "Parameters for social meta tag params.\nUsed to set meta tag data for link previews on social sites."
153 }, 149 },
154 "analyticsInfo": { 150 "analyticsInfo": {
155 "$ref": "AnalyticsInfo", 151 "$ref": "AnalyticsInfo",
156 "description": "Parameters used for tracking. See all tracki ng parameters in the\n[documentation](https://firebase.google.com/docs/dynamic-l inks/android#create-a-dynamic-link-programmatically)." 152 "description": "Parameters used for tracking. See all tracki ng parameters in the\n[documentation](https://firebase.google.com/docs/dynamic-l inks/android#create-a-dynamic-link-programmatically)."
157 }, 153 },
158 "link": { 154 "link": {
159 "description": "The link your app will open, You can specify any URL your app can handle.\nThis link must be a well-formatted URL, be proper ly URL-encoded, and use\nthe HTTP or HTTPS scheme. See 'link' parameters in the\ n[documentation](https://firebase.google.com/docs/dynamic-links/android#create-a -dynamic-link-programmatically).\n\nRequired.", 155 "description": "The link your app will open, You can specify any URL your app can handle.\nThis link must be a well-formatted URL, be proper ly URL-encoded, and use\nthe HTTP or HTTPS scheme. See 'link' parameters in the\ n[documentation](https://firebase.google.com/docs/dynamic-links/android#create-a -dynamic-link-programmatically).\n\nRequired.",
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
453 "type": "string" 449 "type": "string"
454 } 450 }
455 }, 451 },
456 "type": "object" 452 "type": "object"
457 } 453 }
458 }, 454 },
459 "servicePath": "", 455 "servicePath": "",
460 "title": "Firebase Dynamic Links API", 456 "title": "Firebase Dynamic Links API",
461 "version": "v1" 457 "version": "v1"
462 } 458 }
OLDNEW
« no previous file with comments | « discovery/googleapis/drive__v3.json ('k') | discovery/googleapis/firebaserules__v1.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698