OLD | NEW |
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 }, |
11 "basePath": "", | 11 "basePath": "", |
12 "baseUrl": "https://firebasedynamiclinks.googleapis.com/", | 12 "baseUrl": "https://firebasedynamiclinks.googleapis.com/", |
13 "batchPath": "batch", | 13 "batchPath": "batch", |
14 "canonicalName": "Firebase Dynamic Links", | 14 "canonicalName": "Firebase Dynamic Links", |
15 "description": "Programmatically creates and manages Firebase Dynamic Links.
", | 15 "description": "Programmatically creates and manages Firebase Dynamic Links.
", |
16 "discoveryVersion": "v1", | 16 "discoveryVersion": "v1", |
17 "documentationLink": "https://firebase.google.com/docs/dynamic-links/", | 17 "documentationLink": "https://firebase.google.com/docs/dynamic-links/", |
18 "icons": { | 18 "icons": { |
19 "x16": "http://www.google.com/images/icons/product/search-16.gif", | 19 "x16": "http://www.google.com/images/icons/product/search-16.gif", |
20 "x32": "http://www.google.com/images/icons/product/search-32.gif" | 20 "x32": "http://www.google.com/images/icons/product/search-32.gif" |
21 }, | 21 }, |
22 "id": "firebasedynamiclinks:v1", | 22 "id": "firebasedynamiclinks:v1", |
23 "kind": "discovery#restDescription", | 23 "kind": "discovery#restDescription", |
24 "name": "firebasedynamiclinks", | 24 "name": "firebasedynamiclinks", |
25 "ownerDomain": "google.com", | 25 "ownerDomain": "google.com", |
26 "ownerName": "Google", | 26 "ownerName": "Google", |
27 "parameters": { | 27 "parameters": { |
| 28 "oauth_token": { |
| 29 "description": "OAuth 2.0 token for the current user.", |
| 30 "location": "query", |
| 31 "type": "string" |
| 32 }, |
| 33 "bearer_token": { |
| 34 "description": "OAuth bearer token.", |
| 35 "location": "query", |
| 36 "type": "string" |
| 37 }, |
28 "upload_protocol": { | 38 "upload_protocol": { |
29 "description": "Upload protocol for media (e.g. \"raw\", \"multipart
\").", | 39 "description": "Upload protocol for media (e.g. \"raw\", \"multipart
\").", |
30 "location": "query", | 40 "location": "query", |
31 "type": "string" | 41 "type": "string" |
32 }, | 42 }, |
33 "prettyPrint": { | 43 "prettyPrint": { |
34 "default": "true", | 44 "default": "true", |
35 "description": "Returns response with indentations and line breaks."
, | 45 "description": "Returns response with indentations and line breaks."
, |
36 "location": "query", | 46 "location": "query", |
37 "type": "boolean" | 47 "type": "boolean" |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 "quotaUser": { | 103 "quotaUser": { |
94 "description": "Available to use for quota purposes for server-side
applications. Can be any arbitrary string assigned to a user, but should not exc
eed 40 characters.", | 104 "description": "Available to use for quota purposes for server-side
applications. Can be any arbitrary string assigned to a user, but should not exc
eed 40 characters.", |
95 "location": "query", | 105 "location": "query", |
96 "type": "string" | 106 "type": "string" |
97 }, | 107 }, |
98 "pp": { | 108 "pp": { |
99 "default": "true", | 109 "default": "true", |
100 "description": "Pretty-print response.", | 110 "description": "Pretty-print response.", |
101 "location": "query", | 111 "location": "query", |
102 "type": "boolean" | 112 "type": "boolean" |
103 }, | |
104 "bearer_token": { | |
105 "description": "OAuth bearer token.", | |
106 "location": "query", | |
107 "type": "string" | |
108 }, | |
109 "oauth_token": { | |
110 "description": "OAuth 2.0 token for the current user.", | |
111 "location": "query", | |
112 "type": "string" | |
113 } | 113 } |
114 }, | 114 }, |
115 "protocol": "rest", | 115 "protocol": "rest", |
116 "resources": { | 116 "resources": { |
| 117 "v1": { |
| 118 "methods": { |
| 119 "getLinkStats": { |
| 120 "description": "Fetches analytics stats of a short Dynamic L
ink for a given\nduration. Metrics include number of clicks, redirects, installs
,\napp first opens, and app reopens.", |
| 121 "httpMethod": "GET", |
| 122 "id": "firebasedynamiclinks.getLinkStats", |
| 123 "parameterOrder": [ |
| 124 "dynamicLink" |
| 125 ], |
| 126 "parameters": { |
| 127 "durationDays": { |
| 128 "description": "The span of time requested in days."
, |
| 129 "format": "int64", |
| 130 "location": "query", |
| 131 "type": "string" |
| 132 }, |
| 133 "dynamicLink": { |
| 134 "description": "Dynamic Link URL. e.g. https://abcd.
app.goo.gl/wxyz", |
| 135 "location": "path", |
| 136 "required": true, |
| 137 "type": "string" |
| 138 } |
| 139 }, |
| 140 "path": "v1/{dynamicLink}/linkStats", |
| 141 "response": { |
| 142 "$ref": "DynamicLinkStats" |
| 143 }, |
| 144 "scopes": [ |
| 145 "https://www.googleapis.com/auth/firebase" |
| 146 ] |
| 147 } |
| 148 } |
| 149 }, |
117 "shortLinks": { | 150 "shortLinks": { |
118 "methods": { | 151 "methods": { |
119 "create": { | 152 "create": { |
120 "description": "Creates a short Dynamic Link given either a
valid long Dynamic Link or\ndetails such as Dynamic Link domain, Android and iOS
app information.\nThe created short Dynamic Link will not expire.\n\nRepeated c
alls with the same long Dynamic Link or Dynamic Link information\nwill produce t
he same short Dynamic Link.\n\nThe Dynamic Link domain in the request must be ow
ned by requester's\nFirebase project.", | 153 "description": "Creates a short Dynamic Link given either a
valid long Dynamic Link or\ndetails such as Dynamic Link domain, Android and iOS
app information.\nThe created short Dynamic Link will not expire.\n\nRepeated c
alls with the same long Dynamic Link or Dynamic Link information\nwill produce t
he same short Dynamic Link.\n\nThe Dynamic Link domain in the request must be ow
ned by requester's\nFirebase project.", |
121 "httpMethod": "POST", | 154 "httpMethod": "POST", |
122 "id": "firebasedynamiclinks.shortLinks.create", | 155 "id": "firebasedynamiclinks.shortLinks.create", |
123 "parameterOrder": [], | 156 "parameterOrder": [], |
124 "parameters": {}, | 157 "parameters": {}, |
125 "path": "v1/shortLinks", | 158 "path": "v1/shortLinks", |
126 "request": { | 159 "request": { |
127 "$ref": "CreateShortDynamicLinkRequest" | 160 "$ref": "CreateShortDynamicLinkRequest" |
128 }, | 161 }, |
129 "response": { | 162 "response": { |
130 "$ref": "CreateShortDynamicLinkResponse" | 163 "$ref": "CreateShortDynamicLinkResponse" |
131 }, | 164 }, |
132 "scopes": [ | 165 "scopes": [ |
133 "https://www.googleapis.com/auth/firebase" | 166 "https://www.googleapis.com/auth/firebase" |
134 ] | 167 ] |
135 } | 168 } |
136 } | 169 } |
137 } | 170 } |
138 }, | 171 }, |
139 "revision": "20170517", | 172 "revision": "20170605", |
140 "rootUrl": "https://firebasedynamiclinks.googleapis.com/", | 173 "rootUrl": "https://firebasedynamiclinks.googleapis.com/", |
141 "schemas": { | 174 "schemas": { |
| 175 "DynamicLinkEventStat": { |
| 176 "description": "Dynamic Link event stat.", |
| 177 "id": "DynamicLinkEventStat", |
| 178 "properties": { |
| 179 "count": { |
| 180 "description": "The number of times this event occurred.", |
| 181 "format": "int64", |
| 182 "type": "string" |
| 183 }, |
| 184 "event": { |
| 185 "description": "Link event.", |
| 186 "enum": [ |
| 187 "DYNAMIC_LINK_EVENT_UNSPECIFIED", |
| 188 "CLICK", |
| 189 "REDIRECT", |
| 190 "APP_INSTALL", |
| 191 "APP_FIRST_OPEN", |
| 192 "APP_RE_OPEN" |
| 193 ], |
| 194 "enumDescriptions": [ |
| 195 "Unspecified type.", |
| 196 "Indicates that an FDL is clicked by users.", |
| 197 "Indicates that an FDL redirects users to fallback link.
", |
| 198 "Indicates that an FDL triggers an app install from Play
store, currently\nit's impossible to get stats from App store.", |
| 199 "Indicates that the app is opened for the first time aft
er an install\ntriggered by FDLs", |
| 200 "Indicates that the app is opened via an FDL for non-fir
st time." |
| 201 ], |
| 202 "type": "string" |
| 203 }, |
| 204 "platform": { |
| 205 "description": "Requested platform.", |
| 206 "enum": [ |
| 207 "DYNAMIC_LINK_PLATFORM_UNSPECIFIED", |
| 208 "ANDROID", |
| 209 "IOS", |
| 210 "DESKTOP" |
| 211 ], |
| 212 "enumDescriptions": [ |
| 213 "Unspecified platform.", |
| 214 "Represents Android platform.\nAll apps and browsers on
Android are classfied in this category.", |
| 215 "Represents iOS platform.\nAll apps and browsers on iOS
are classfied in this category.", |
| 216 "Represents desktop.\nNote: other platforms like Windows
, Blackberry, Amazon fall into this\ncategory." |
| 217 ], |
| 218 "type": "string" |
| 219 } |
| 220 }, |
| 221 "type": "object" |
| 222 }, |
142 "CreateShortDynamicLinkResponse": { | 223 "CreateShortDynamicLinkResponse": { |
143 "description": "Response to create a short Dynamic Link.", | 224 "description": "Response to create a short Dynamic Link.", |
144 "id": "CreateShortDynamicLinkResponse", | 225 "id": "CreateShortDynamicLinkResponse", |
145 "properties": { | 226 "properties": { |
146 "shortLink": { | 227 "shortLink": { |
147 "description": "Short Dynamic Link value. e.g. https://abcd.
app.goo.gl/wxyz", | 228 "description": "Short Dynamic Link value. e.g. https://abcd.
app.goo.gl/wxyz", |
148 "type": "string" | 229 "type": "string" |
149 }, | 230 }, |
150 "previewLink": { | 231 "previewLink": { |
151 "description": "Preivew link to show the link flow chart.", | 232 "description": "Preivew link to show the link flow chart.", |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
210 "description": "Campaign content; used for A/B testing and c
ontent-targeted ads to\ndifferentiate ads or links that point to the same URL.", | 291 "description": "Campaign content; used for A/B testing and c
ontent-targeted ads to\ndifferentiate ads or links that point to the same URL.", |
211 "type": "string" | 292 "type": "string" |
212 } | 293 } |
213 }, | 294 }, |
214 "type": "object" | 295 "type": "object" |
215 }, | 296 }, |
216 "DynamicLinkInfo": { | 297 "DynamicLinkInfo": { |
217 "description": "Information about a Dynamic Link.", | 298 "description": "Information about a Dynamic Link.", |
218 "id": "DynamicLinkInfo", | 299 "id": "DynamicLinkInfo", |
219 "properties": { | 300 "properties": { |
220 "dynamicLinkDomain": { | |
221 "description": "Dynamic Links domain that the project owns,
e.g. abcd.app.goo.gl\n[Learn more](https://firebase.google.com/docs/dynamic-link
s/android/receive)\non how to set up Dynamic Link domain associated with your Fi
rebase project.\n\nRequired.", | |
222 "type": "string" | |
223 }, | |
224 "link": { | |
225 "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/create-manually)
.\n\nRequired.", | |
226 "type": "string" | |
227 }, | |
228 "iosInfo": { | 301 "iosInfo": { |
229 "$ref": "IosInfo", | 302 "$ref": "IosInfo", |
230 "description": "iOS related information. See iOS related par
ameters in the\n[documentation](https://firebase.google.com/docs/dynamic-links/c
reate-manually)." | 303 "description": "iOS related information. See iOS related par
ameters in the\n[documentation](https://firebase.google.com/docs/dynamic-links/c
reate-manually)." |
231 }, | 304 }, |
232 "socialMetaTagInfo": { | 305 "socialMetaTagInfo": { |
233 "$ref": "SocialMetaTagInfo", | 306 "$ref": "SocialMetaTagInfo", |
234 "description": "Parameters for social meta tag params.\nUsed
to set meta tag data for link previews on social sites." | 307 "description": "Parameters for social meta tag params.\nUsed
to set meta tag data for link previews on social sites." |
235 }, | 308 }, |
236 "androidInfo": { | 309 "androidInfo": { |
237 "$ref": "AndroidInfo", | 310 "$ref": "AndroidInfo", |
238 "description": "Android related information. See Android rel
ated parameters in the\n[documentation](https://firebase.google.com/docs/dynamic
-links/create-manually)." | 311 "description": "Android related information. See Android rel
ated parameters in the\n[documentation](https://firebase.google.com/docs/dynamic
-links/create-manually)." |
239 }, | 312 }, |
240 "navigationInfo": { | 313 "navigationInfo": { |
241 "$ref": "NavigationInfo", | 314 "$ref": "NavigationInfo", |
242 "description": "Information of navigation behavior of a Fire
base Dynamic Links." | 315 "description": "Information of navigation behavior of a Fire
base Dynamic Links." |
243 }, | 316 }, |
244 "analyticsInfo": { | 317 "analyticsInfo": { |
245 "$ref": "AnalyticsInfo", | 318 "$ref": "AnalyticsInfo", |
246 "description": "Parameters used for tracking. See all tracki
ng parameters in the\n[documentation](https://firebase.google.com/docs/dynamic-l
inks/create-manually)." | 319 "description": "Parameters used for tracking. See all tracki
ng parameters in the\n[documentation](https://firebase.google.com/docs/dynamic-l
inks/create-manually)." |
| 320 }, |
| 321 "dynamicLinkDomain": { |
| 322 "description": "Dynamic Links domain that the project owns,
e.g. abcd.app.goo.gl\n[Learn more](https://firebase.google.com/docs/dynamic-link
s/android/receive)\non how to set up Dynamic Link domain associated with your Fi
rebase project.\n\nRequired.", |
| 323 "type": "string" |
| 324 }, |
| 325 "link": { |
| 326 "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/create-manually)
.\n\nRequired.", |
| 327 "type": "string" |
247 } | 328 } |
248 }, | 329 }, |
249 "type": "object" | 330 "type": "object" |
250 }, | 331 }, |
251 "ITunesConnectAnalytics": { | 332 "ITunesConnectAnalytics": { |
252 "description": "Parameters for iTunes Connect App Analytics.", | 333 "description": "Parameters for iTunes Connect App Analytics.", |
253 "id": "ITunesConnectAnalytics", | 334 "id": "ITunesConnectAnalytics", |
254 "properties": { | 335 "properties": { |
255 "at": { | 336 "at": { |
256 "description": "Affiliate token used to create affiliate-cod
ed links.", | 337 "description": "Affiliate token used to create affiliate-cod
ed links.", |
257 "type": "string" | 338 "type": "string" |
258 }, | 339 }, |
| 340 "mt": { |
| 341 "description": "iTune media types, including music, podcasts
, audiobooks and so on.", |
| 342 "type": "string" |
| 343 }, |
259 "ct": { | 344 "ct": { |
260 "description": "Campaign text that developers can optionally
add to any link in order to\ntrack sales from a specific marketing campaign.", | 345 "description": "Campaign text that developers can optionally
add to any link in order to\ntrack sales from a specific marketing campaign.", |
261 "type": "string" | 346 "type": "string" |
262 }, | 347 }, |
263 "mt": { | |
264 "description": "iTune media types, including music, podcasts
, audiobooks and so on.", | |
265 "type": "string" | |
266 }, | |
267 "pt": { | 348 "pt": { |
268 "description": "Provider token that enables analytics for Dy
namic Links from within iTunes\nConnect.", | 349 "description": "Provider token that enables analytics for Dy
namic Links from within iTunes\nConnect.", |
269 "type": "string" | 350 "type": "string" |
270 } | 351 } |
271 }, | 352 }, |
272 "type": "object" | 353 "type": "object" |
273 }, | 354 }, |
274 "SocialMetaTagInfo": { | 355 "SocialMetaTagInfo": { |
275 "description": "Parameters for social meta tag params.\nUsed to set
meta tag data for link previews on social sites.", | 356 "description": "Parameters for social meta tag params.\nUsed to set
meta tag data for link previews on social sites.", |
276 "id": "SocialMetaTagInfo", | 357 "id": "SocialMetaTagInfo", |
277 "properties": { | 358 "properties": { |
278 "socialDescription": { | 359 "socialImageLink": { |
279 "description": "A short description of the link. Optional.", | 360 "description": "An image url string. Optional.", |
280 "type": "string" | 361 "type": "string" |
281 }, | 362 }, |
282 "socialTitle": { | 363 "socialTitle": { |
283 "description": "Title to be displayed. Optional.", | 364 "description": "Title to be displayed. Optional.", |
284 "type": "string" | 365 "type": "string" |
285 }, | 366 }, |
286 "socialImageLink": { | 367 "socialDescription": { |
287 "description": "An image url string. Optional.", | 368 "description": "A short description of the link. Optional.", |
288 "type": "string" | 369 "type": "string" |
289 } | 370 } |
290 }, | 371 }, |
291 "type": "object" | 372 "type": "object" |
292 }, | 373 }, |
293 "AndroidInfo": { | 374 "AndroidInfo": { |
294 "description": "Android related attributes to the Dynamic Link.", | 375 "description": "Android related attributes to the Dynamic Link.", |
295 "id": "AndroidInfo", | 376 "id": "AndroidInfo", |
296 "properties": { | 377 "properties": { |
297 "androidPackageName": { | 378 "androidPackageName": { |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
383 ], | 464 ], |
384 "type": "string" | 465 "type": "string" |
385 }, | 466 }, |
386 "warningMessage": { | 467 "warningMessage": { |
387 "description": "The warning message to help developers impro
ve their requests.", | 468 "description": "The warning message to help developers impro
ve their requests.", |
388 "type": "string" | 469 "type": "string" |
389 } | 470 } |
390 }, | 471 }, |
391 "type": "object" | 472 "type": "object" |
392 }, | 473 }, |
| 474 "DynamicLinkStats": { |
| 475 "description": "Analytics stats of a Dynamic Link for a given timefr
ame.", |
| 476 "id": "DynamicLinkStats", |
| 477 "properties": { |
| 478 "linkEventStats": { |
| 479 "description": "Dynamic Link event stats.", |
| 480 "items": { |
| 481 "$ref": "DynamicLinkEventStat" |
| 482 }, |
| 483 "type": "array" |
| 484 } |
| 485 }, |
| 486 "type": "object" |
| 487 }, |
393 "NavigationInfo": { | 488 "NavigationInfo": { |
394 "description": "Information of navigation behavior.", | 489 "description": "Information of navigation behavior.", |
395 "id": "NavigationInfo", | 490 "id": "NavigationInfo", |
396 "properties": { | 491 "properties": { |
397 "enableForcedRedirect": { | 492 "enableForcedRedirect": { |
398 "description": "If this option is on, FDL click will be forc
ed to redirect rather than\nshow an interstitial page.", | 493 "description": "If this option is on, FDL click will be forc
ed to redirect rather than\nshow an interstitial page.", |
399 "type": "boolean" | 494 "type": "boolean" |
400 } | 495 } |
401 }, | 496 }, |
402 "type": "object" | 497 "type": "object" |
403 }, | 498 }, |
404 "IosInfo": { | 499 "IosInfo": { |
405 "description": "iOS related attributes to the Dynamic Link..", | 500 "description": "iOS related attributes to the Dynamic Link..", |
406 "id": "IosInfo", | 501 "id": "IosInfo", |
407 "properties": { | 502 "properties": { |
| 503 "iosAppStoreId": { |
| 504 "description": "iOS App Store ID.", |
| 505 "type": "string" |
| 506 }, |
408 "iosIpadFallbackLink": { | 507 "iosIpadFallbackLink": { |
409 "description": "If specified, this overrides the ios_fallbac
k_link value on iPads.", | 508 "description": "If specified, this overrides the ios_fallbac
k_link value on iPads.", |
410 "type": "string" | 509 "type": "string" |
411 }, | 510 }, |
412 "iosIpadBundleId": { | 511 "iosIpadBundleId": { |
413 "description": "iPad bundle ID of the app.", | 512 "description": "iPad bundle ID of the app.", |
414 "type": "string" | 513 "type": "string" |
415 }, | 514 }, |
416 "iosCustomScheme": { | 515 "iosCustomScheme": { |
417 "description": "Custom (destination) scheme to use for iOS.
By default, we’ll use the\nbundle ID as the custom scheme. Developer can overrid
e this behavior using\nthis param.", | 516 "description": "Custom (destination) scheme to use for iOS.
By default, we’ll use the\nbundle ID as the custom scheme. Developer can overrid
e this behavior using\nthis param.", |
418 "type": "string" | 517 "type": "string" |
419 }, | 518 }, |
420 "iosBundleId": { | 519 "iosBundleId": { |
421 "description": "iOS bundle ID of the app.", | 520 "description": "iOS bundle ID of the app.", |
422 "type": "string" | 521 "type": "string" |
423 }, | 522 }, |
424 "iosFallbackLink": { | 523 "iosFallbackLink": { |
425 "description": "Link to open on iOS if the app is not instal
led.", | 524 "description": "Link to open on iOS if the app is not instal
led.", |
426 "type": "string" | 525 "type": "string" |
427 }, | |
428 "iosAppStoreId": { | |
429 "description": "iOS App Store ID.", | |
430 "type": "string" | |
431 } | 526 } |
432 }, | 527 }, |
433 "type": "object" | 528 "type": "object" |
434 }, | 529 }, |
435 "AnalyticsInfo": { | 530 "AnalyticsInfo": { |
436 "description": "Tracking parameters supported by Dynamic Link.", | 531 "description": "Tracking parameters supported by Dynamic Link.", |
437 "id": "AnalyticsInfo", | 532 "id": "AnalyticsInfo", |
438 "properties": { | 533 "properties": { |
439 "itunesConnectAnalytics": { | 534 "itunesConnectAnalytics": { |
440 "$ref": "ITunesConnectAnalytics", | 535 "$ref": "ITunesConnectAnalytics", |
441 "description": "iTunes Connect App Analytics." | 536 "description": "iTunes Connect App Analytics." |
442 }, | 537 }, |
443 "googlePlayAnalytics": { | 538 "googlePlayAnalytics": { |
444 "$ref": "GooglePlayAnalytics", | 539 "$ref": "GooglePlayAnalytics", |
445 "description": "Google Play Campaign Measurements." | 540 "description": "Google Play Campaign Measurements." |
446 } | 541 } |
447 }, | 542 }, |
448 "type": "object" | 543 "type": "object" |
449 }, | 544 }, |
450 "CreateShortDynamicLinkRequest": { | 545 "CreateShortDynamicLinkRequest": { |
451 "description": "Request to create a short Dynamic Link.", | 546 "description": "Request to create a short Dynamic Link.", |
452 "id": "CreateShortDynamicLinkRequest", | 547 "id": "CreateShortDynamicLinkRequest", |
453 "properties": { | 548 "properties": { |
454 "longDynamicLink": { | |
455 "description": "Full long Dynamic Link URL with desired quer
y parameters specified.\nFor example,\n\"https://sample.app.goo.gl/?link=http://
www.google.com&apn=com.sample\",\n[Learn more](https://firebase.google.com/docs/
dynamic-links/android#create-a-dynamic-link-programmatically).", | |
456 "type": "string" | |
457 }, | |
458 "suffix": { | 549 "suffix": { |
459 "$ref": "Suffix", | 550 "$ref": "Suffix", |
460 "description": "Short Dynamic Link suffix. Optional." | 551 "description": "Short Dynamic Link suffix. Optional." |
461 }, | 552 }, |
462 "dynamicLinkInfo": { | 553 "dynamicLinkInfo": { |
463 "$ref": "DynamicLinkInfo", | 554 "$ref": "DynamicLinkInfo", |
464 "description": "Information about the Dynamic Link to be sho
rtened.\n[Learn more](https://firebase.google.com/docs/dynamic-links/android#cre
ate-a-dynamic-link-programmatically)." | 555 "description": "Information about the Dynamic Link to be sho
rtened.\n[Learn more](https://firebase.google.com/docs/dynamic-links/android#cre
ate-a-dynamic-link-programmatically)." |
| 556 }, |
| 557 "longDynamicLink": { |
| 558 "description": "Full long Dynamic Link URL with desired quer
y parameters specified.\nFor example,\n\"https://sample.app.goo.gl/?link=http://
www.google.com&apn=com.sample\",\n[Learn more](https://firebase.google.com/docs/
dynamic-links/android#create-a-dynamic-link-programmatically).", |
| 559 "type": "string" |
465 } | 560 } |
466 }, | 561 }, |
467 "type": "object" | 562 "type": "object" |
468 } | 563 } |
469 }, | 564 }, |
470 "servicePath": "", | 565 "servicePath": "", |
471 "title": "Firebase Dynamic Links API", | 566 "title": "Firebase Dynamic Links API", |
472 "version": "v1" | 567 "version": "v1" |
473 } | 568 } |
OLD | NEW |