| Index: discovery/googleapis/firebasedynamiclinks__v1.json
|
| diff --git a/discovery/googleapis/firebasedynamiclinks__v1.json b/discovery/googleapis/firebasedynamiclinks__v1.json
|
| index 45b96417c795c8e26a71c97f4388fc159645f5d9..ad7a3d28c39367dabe8c337029eafaa56100827a 100644
|
| --- a/discovery/googleapis/firebasedynamiclinks__v1.json
|
| +++ b/discovery/googleapis/firebasedynamiclinks__v1.json
|
| @@ -25,22 +25,32 @@
|
| "ownerDomain": "google.com",
|
| "ownerName": "Google",
|
| "parameters": {
|
| - "access_token": {
|
| - "description": "OAuth access token.",
|
| + "alt": {
|
| + "default": "json",
|
| + "description": "Data format for response.",
|
| + "enum": [
|
| + "json",
|
| + "media",
|
| + "proto"
|
| + ],
|
| + "enumDescriptions": [
|
| + "Responses with Content-Type of application/json",
|
| + "Media download with context-dependent Content-Type",
|
| + "Responses with Content-Type of application/x-protobuf"
|
| + ],
|
| "location": "query",
|
| "type": "string"
|
| },
|
| - "prettyPrint": {
|
| - "default": "true",
|
| - "description": "Returns response with indentations and line breaks.",
|
| - "location": "query",
|
| - "type": "boolean"
|
| - },
|
| "key": {
|
| "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.",
|
| "location": "query",
|
| "type": "string"
|
| },
|
| + "access_token": {
|
| + "description": "OAuth access token.",
|
| + "location": "query",
|
| + "type": "string"
|
| + },
|
| "quotaUser": {
|
| "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.",
|
| "location": "query",
|
| @@ -52,24 +62,34 @@
|
| "location": "query",
|
| "type": "boolean"
|
| },
|
| - "fields": {
|
| - "description": "Selector specifying which fields to include in a partial response.",
|
| + "oauth_token": {
|
| + "description": "OAuth 2.0 token for the current user.",
|
| "location": "query",
|
| "type": "string"
|
| },
|
| - "alt": {
|
| - "default": "json",
|
| - "description": "Data format for response.",
|
| - "enum": [
|
| - "json",
|
| - "media",
|
| - "proto"
|
| - ],
|
| - "enumDescriptions": [
|
| - "Responses with Content-Type of application/json",
|
| - "Media download with context-dependent Content-Type",
|
| - "Responses with Content-Type of application/x-protobuf"
|
| - ],
|
| + "bearer_token": {
|
| + "description": "OAuth bearer token.",
|
| + "location": "query",
|
| + "type": "string"
|
| + },
|
| + "upload_protocol": {
|
| + "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
|
| + "location": "query",
|
| + "type": "string"
|
| + },
|
| + "prettyPrint": {
|
| + "default": "true",
|
| + "description": "Returns response with indentations and line breaks.",
|
| + "location": "query",
|
| + "type": "boolean"
|
| + },
|
| + "uploadType": {
|
| + "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
|
| + "location": "query",
|
| + "type": "string"
|
| + },
|
| + "fields": {
|
| + "description": "Selector specifying which fields to include in a partial response.",
|
| "location": "query",
|
| "type": "string"
|
| },
|
| @@ -90,26 +110,6 @@
|
| "description": "JSONP",
|
| "location": "query",
|
| "type": "string"
|
| - },
|
| - "oauth_token": {
|
| - "description": "OAuth 2.0 token for the current user.",
|
| - "location": "query",
|
| - "type": "string"
|
| - },
|
| - "uploadType": {
|
| - "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
|
| - "location": "query",
|
| - "type": "string"
|
| - },
|
| - "bearer_token": {
|
| - "description": "OAuth bearer token.",
|
| - "location": "query",
|
| - "type": "string"
|
| - },
|
| - "upload_protocol": {
|
| - "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
|
| - "location": "query",
|
| - "type": "string"
|
| }
|
| },
|
| "protocol": "rest",
|
| @@ -136,36 +136,36 @@
|
| }
|
| }
|
| },
|
| - "revision": "20161118",
|
| + "revision": "20170119",
|
| "rootUrl": "https://firebasedynamiclinks.googleapis.com/",
|
| "schemas": {
|
| "DynamicLinkInfo": {
|
| "description": "Information about a Dynamic Link.",
|
| "id": "DynamicLinkInfo",
|
| "properties": {
|
| - "socialMetaTagInfo": {
|
| - "$ref": "SocialMetaTagInfo",
|
| - "description": "Parameters for social meta tag params.\nUsed to set meta tag data for link previews on social sites."
|
| + "androidInfo": {
|
| + "$ref": "AndroidInfo",
|
| + "description": "Android related information. See Android related parameters in the\n[documentation](https://firebase.google.com/docs/dynamic-links/android#create-a-dynamic-link-programmatically)."
|
| },
|
| "analyticsInfo": {
|
| "$ref": "AnalyticsInfo",
|
| "description": "Parameters used for tracking. See all tracking parameters in the\n[documentation](https://firebase.google.com/docs/dynamic-links/android#create-a-dynamic-link-programmatically)."
|
| },
|
| - "link": {
|
| - "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 properly 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.",
|
| - "type": "string"
|
| - },
|
| "dynamicLinkDomain": {
|
| "description": "Dynamic Links domain that the project owns, e.g. abcd.app.goo.gl\n[Learn more](https://firebase.google.com/docs/dynamic-links/android#set-up-firebase-and-the-dynamic-links-sdk)\non how to set up Dynamic Link domain associated with your Firebase project.\n\nRequired.",
|
| "type": "string"
|
| },
|
| + "link": {
|
| + "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 properly 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.",
|
| + "type": "string"
|
| + },
|
| "iosInfo": {
|
| "$ref": "IosInfo",
|
| "description": "iOS related information. See iOS related parameters in the\n[documentation](https://firebase.google.com/docs/dynamic-links/ios#create-a-dynamic-link-programmatically)."
|
| },
|
| - "androidInfo": {
|
| - "$ref": "AndroidInfo",
|
| - "description": "Android related information. See Android related parameters in the\n[documentation](https://firebase.google.com/docs/dynamic-links/android#create-a-dynamic-link-programmatically)."
|
| + "socialMetaTagInfo": {
|
| + "$ref": "SocialMetaTagInfo",
|
| + "description": "Parameters for social meta tag params.\nUsed to set meta tag data for link previews on social sites."
|
| }
|
| },
|
| "type": "object"
|
| @@ -174,20 +174,39 @@
|
| "description": "Parameters for iTunes Connect App Analytics.",
|
| "id": "ITunesConnectAnalytics",
|
| "properties": {
|
| + "ct": {
|
| + "description": "Campaign text that developers can optionally add to any link in order to\ntrack sales from a specific marketing campaign.",
|
| + "type": "string"
|
| + },
|
| "mt": {
|
| "description": "iTune media types, including music, podcasts, audiobooks and so on.",
|
| "type": "string"
|
| },
|
| + "pt": {
|
| + "description": "Provider token that enables analytics for Dynamic Links from within iTunes\nConnect.",
|
| + "type": "string"
|
| + },
|
| "at": {
|
| "description": "Affiliate token used to create affiliate-coded links.",
|
| "type": "string"
|
| + }
|
| + },
|
| + "type": "object"
|
| + },
|
| + "SocialMetaTagInfo": {
|
| + "description": "Parameters for social meta tag params.\nUsed to set meta tag data for link previews on social sites.",
|
| + "id": "SocialMetaTagInfo",
|
| + "properties": {
|
| + "socialDescription": {
|
| + "description": "A short description of the link. Optional.",
|
| + "type": "string"
|
| },
|
| - "ct": {
|
| - "description": "Campaign text that developers can optionally add to any link in order to\ntrack sales from a specific marketing campaign.",
|
| + "socialTitle": {
|
| + "description": "Title to be displayed. Optional.",
|
| "type": "string"
|
| },
|
| - "pt": {
|
| - "description": "Provider token that enables analytics for Dynamic Links from within iTunes\nConnect.",
|
| + "socialImageLink": {
|
| + "description": "An image url string. Optional.",
|
| "type": "string"
|
| }
|
| },
|
| @@ -197,6 +216,10 @@
|
| "description": "Dynamic Links warning messages.",
|
| "id": "DynamicLinkWarning",
|
| "properties": {
|
| + "warningMessage": {
|
| + "description": "The warning message to help developers improve their requests.",
|
| + "type": "string"
|
| + },
|
| "warningCode": {
|
| "description": "The warning code.",
|
| "enum": [
|
| @@ -262,86 +285,28 @@
|
| "The iOS bundle ID does not match with the given iOS store ID."
|
| ],
|
| "type": "string"
|
| - },
|
| - "warningMessage": {
|
| - "description": "The warning message to help developers improve their requests.",
|
| - "type": "string"
|
| }
|
| },
|
| "type": "object"
|
| },
|
| - "CreateShortDynamicLinkRequest": {
|
| - "description": "Request to create a short Dynamic Link.",
|
| - "id": "CreateShortDynamicLinkRequest",
|
| + "AndroidInfo": {
|
| + "description": "Android related attributes to the Dynamic Link.",
|
| + "id": "AndroidInfo",
|
| "properties": {
|
| - "dynamicLinkInfo": {
|
| - "$ref": "DynamicLinkInfo",
|
| - "description": "Information about the Dynamic Link to be shortened.\n[Learn more](https://firebase.google.com/docs/dynamic-links/android#create-a-dynamic-link-programmatically)."
|
| - },
|
| - "longDynamicLink": {
|
| - "description": "Full long Dynamic Link URL with desired query 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).",
|
| + "androidFallbackLink": {
|
| + "description": "Link to open on Android if the app is not installed.",
|
| "type": "string"
|
| },
|
| - "suffix": {
|
| - "$ref": "Suffix",
|
| - "description": "Short Dynamic Link suffix. Optional."
|
| - }
|
| - },
|
| - "type": "object"
|
| - },
|
| - "AnalyticsInfo": {
|
| - "description": "Tracking parameters supported by Dynamic Link.",
|
| - "id": "AnalyticsInfo",
|
| - "properties": {
|
| - "googlePlayAnalytics": {
|
| - "$ref": "GooglePlayAnalytics",
|
| - "description": "Google Play Campaign Measurements."
|
| - },
|
| - "itunesConnectAnalytics": {
|
| - "$ref": "ITunesConnectAnalytics",
|
| - "description": "iTunes Connect App Analytics."
|
| - }
|
| - },
|
| - "type": "object"
|
| - },
|
| - "Suffix": {
|
| - "description": "Short Dynamic Link suffix.",
|
| - "id": "Suffix",
|
| - "properties": {
|
| - "option": {
|
| - "description": "Suffix option.",
|
| - "enum": [
|
| - "OPTION_UNSPECIFIED",
|
| - "UNGUESSABLE",
|
| - "SHORT"
|
| - ],
|
| - "enumDescriptions": [
|
| - "The suffix option is not specified, performs as NOT_GUESSABLE .",
|
| - "Short Dynamic Link suffix is a base62 [0-9A-Za-z] encoded string of\na random generated 96 bit random number, which has a length of 17 chars.\nFor example, \"nlAR8U4SlKRZw1cb2\".\nIt prevents other people from guessing and crawling short Dynamic Links\nthat contain personal identifiable information.",
|
| - "Short Dynamic Link suffix is a base62 [0-9A-Za-z] string starting with a\nlength of 4 chars. the length will increase when all the space is\noccupied."
|
| - ],
|
| - "type": "string"
|
| - }
|
| - },
|
| - "type": "object"
|
| - },
|
| - "CreateShortDynamicLinkResponse": {
|
| - "description": "Response to create a short Dynamic Link.",
|
| - "id": "CreateShortDynamicLinkResponse",
|
| - "properties": {
|
| - "previewLink": {
|
| - "description": "Preivew link to show the link flow chart.",
|
| + "androidPackageName": {
|
| + "description": "Android package name of the app.",
|
| "type": "string"
|
| },
|
| - "warning": {
|
| - "description": "Information about potential warnings on link creation.",
|
| - "items": {
|
| - "$ref": "DynamicLinkWarning"
|
| - },
|
| - "type": "array"
|
| + "androidMinPackageVersionCode": {
|
| + "description": "Minimum version code for the Android app. If the installed app’s version\ncode is lower, then the user is taken to the Play Store.",
|
| + "type": "string"
|
| },
|
| - "shortLink": {
|
| - "description": "Short Dynamic Link value. e.g. https://abcd.app.goo.gl/wxyz",
|
| + "androidLink": {
|
| + "description": "If specified, this overrides the ‘link’ parameter on Android.",
|
| "type": "string"
|
| }
|
| },
|
| @@ -359,14 +324,6 @@
|
| "description": "If specified, this overrides the ios_fallback_link value on iPads.",
|
| "type": "string"
|
| },
|
| - "iosBundleId": {
|
| - "description": "iOS bundle ID of the app.",
|
| - "type": "string"
|
| - },
|
| - "iosFallbackLink": {
|
| - "description": "Link to open on iOS if the app is not installed.",
|
| - "type": "string"
|
| - },
|
| "iosIpadBundleId": {
|
| "description": "iPad bundle ID of the app.",
|
| "type": "string"
|
| @@ -374,47 +331,90 @@
|
| "iosCustomScheme": {
|
| "description": "Custom (destination) scheme to use for iOS. By default, we’ll use the\nbundle ID as the custom scheme. Developer can override this behavior using\nthis param.",
|
| "type": "string"
|
| + },
|
| + "iosBundleId": {
|
| + "description": "iOS bundle ID of the app.",
|
| + "type": "string"
|
| + },
|
| + "iosFallbackLink": {
|
| + "description": "Link to open on iOS if the app is not installed.",
|
| + "type": "string"
|
| }
|
| },
|
| "type": "object"
|
| },
|
| - "AndroidInfo": {
|
| - "description": "Android related attributes to the Dynamic Link.",
|
| - "id": "AndroidInfo",
|
| + "CreateShortDynamicLinkResponse": {
|
| + "description": "Response to create a short Dynamic Link.",
|
| + "id": "CreateShortDynamicLinkResponse",
|
| "properties": {
|
| - "androidMinPackageVersionCode": {
|
| - "description": "Minimum version code for the Android app. If the installed app’s version\ncode is lower, then the user is taken to the Play Store.",
|
| + "shortLink": {
|
| + "description": "Short Dynamic Link value. e.g. https://abcd.app.goo.gl/wxyz",
|
| "type": "string"
|
| },
|
| - "androidLink": {
|
| - "description": "If specified, this overrides the ‘link’ parameter on Android.",
|
| + "previewLink": {
|
| + "description": "Preivew link to show the link flow chart.",
|
| "type": "string"
|
| },
|
| - "androidFallbackLink": {
|
| - "description": "Link to open on Android if the app is not installed.",
|
| - "type": "string"
|
| + "warning": {
|
| + "description": "Information about potential warnings on link creation.",
|
| + "items": {
|
| + "$ref": "DynamicLinkWarning"
|
| + },
|
| + "type": "array"
|
| + }
|
| + },
|
| + "type": "object"
|
| + },
|
| + "AnalyticsInfo": {
|
| + "description": "Tracking parameters supported by Dynamic Link.",
|
| + "id": "AnalyticsInfo",
|
| + "properties": {
|
| + "itunesConnectAnalytics": {
|
| + "$ref": "ITunesConnectAnalytics",
|
| + "description": "iTunes Connect App Analytics."
|
| },
|
| - "androidPackageName": {
|
| - "description": "Android package name of the app.",
|
| - "type": "string"
|
| + "googlePlayAnalytics": {
|
| + "$ref": "GooglePlayAnalytics",
|
| + "description": "Google Play Campaign Measurements."
|
| }
|
| },
|
| "type": "object"
|
| },
|
| - "SocialMetaTagInfo": {
|
| - "description": "Parameters for social meta tag params.\nUsed to set meta tag data for link previews on social sites.",
|
| - "id": "SocialMetaTagInfo",
|
| + "CreateShortDynamicLinkRequest": {
|
| + "description": "Request to create a short Dynamic Link.",
|
| + "id": "CreateShortDynamicLinkRequest",
|
| "properties": {
|
| - "socialTitle": {
|
| - "description": "Title to be displayed. Optional.",
|
| + "longDynamicLink": {
|
| + "description": "Full long Dynamic Link URL with desired query 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).",
|
| "type": "string"
|
| },
|
| - "socialDescription": {
|
| - "description": "A short description of the link. Optional.",
|
| - "type": "string"
|
| + "suffix": {
|
| + "$ref": "Suffix",
|
| + "description": "Short Dynamic Link suffix. Optional."
|
| },
|
| - "socialImageLink": {
|
| - "description": "An image url string. Optional.",
|
| + "dynamicLinkInfo": {
|
| + "$ref": "DynamicLinkInfo",
|
| + "description": "Information about the Dynamic Link to be shortened.\n[Learn more](https://firebase.google.com/docs/dynamic-links/android#create-a-dynamic-link-programmatically)."
|
| + }
|
| + },
|
| + "type": "object"
|
| + },
|
| + "Suffix": {
|
| + "description": "Short Dynamic Link suffix.",
|
| + "id": "Suffix",
|
| + "properties": {
|
| + "option": {
|
| + "description": "Suffix option.",
|
| + "enum": [
|
| + "OPTION_UNSPECIFIED",
|
| + "UNGUESSABLE",
|
| + "SHORT"
|
| + ],
|
| + "enumDescriptions": [
|
| + "The suffix option is not specified, performs as NOT_GUESSABLE .",
|
| + "Short Dynamic Link suffix is a base62 [0-9A-Za-z] encoded string of\na random generated 96 bit random number, which has a length of 17 chars.\nFor example, \"nlAR8U4SlKRZw1cb2\".\nIt prevents other people from guessing and crawling short Dynamic Links\nthat contain personal identifiable information.",
|
| + "Short Dynamic Link suffix is a base62 [0-9A-Za-z] string starting with a\nlength of 4 chars. the length will increase when all the space is\noccupied."
|
| + ],
|
| "type": "string"
|
| }
|
| },
|
| @@ -424,28 +424,28 @@
|
| "description": "Parameters for Google Play Campaign Measurements.\n[Learn more](https://developers.google.com/analytics/devguides/collection/android/v4/campaigns#campaign-params)",
|
| "id": "GooglePlayAnalytics",
|
| "properties": {
|
| - "utmCampaign": {
|
| - "description": "Campaign name; used for keyword analysis to identify a specific product\npromotion or strategic campaign.",
|
| + "utmContent": {
|
| + "description": "Campaign content; used for A/B testing and content-targeted ads to\ndifferentiate ads or links that point to the same URL.",
|
| "type": "string"
|
| },
|
| - "utmTerm": {
|
| - "description": "Campaign term; used with paid search to supply the keywords for ads.",
|
| + "utmMedium": {
|
| + "description": "Campaign medium; used to identify a medium such as email or cost-per-click.",
|
| "type": "string"
|
| },
|
| - "gclid": {
|
| - "description": "[AdWords autotagging parameter](https://support.google.com/analytics/answer/1033981?hl=en);\nused to measure Google AdWords ads. This value is generated dynamically\nand should never be modified.",
|
| + "utmTerm": {
|
| + "description": "Campaign term; used with paid search to supply the keywords for ads.",
|
| "type": "string"
|
| },
|
| "utmSource": {
|
| "description": "Campaign source; used to identify a search engine, newsletter, or other\nsource.",
|
| "type": "string"
|
| },
|
| - "utmMedium": {
|
| - "description": "Campaign medium; used to identify a medium such as email or cost-per-click.",
|
| + "gclid": {
|
| + "description": "[AdWords autotagging parameter](https://support.google.com/analytics/answer/1033981?hl=en);\nused to measure Google AdWords ads. This value is generated dynamically\nand should never be modified.",
|
| "type": "string"
|
| },
|
| - "utmContent": {
|
| - "description": "Campaign content; used for A/B testing and content-targeted ads to\ndifferentiate ads or links that point to the same URL.",
|
| + "utmCampaign": {
|
| + "description": "Campaign name; used for keyword analysis to identify a specific product\npromotion or strategic campaign.",
|
| "type": "string"
|
| }
|
| },
|
|
|