Update dependenciess
Exclude minio-go for now (pin to 3.x.y).
This commit is contained in:
parent
9d0f13c4c0
commit
946c8399e2
2985 changed files with 1008107 additions and 118934 deletions
570
vendor/google.golang.org/api/firebasedynamiclinks/v1/firebasedynamiclinks-api.json
generated
vendored
570
vendor/google.golang.org/api/firebasedynamiclinks/v1/firebasedynamiclinks-api.json
generated
vendored
|
@ -1,26 +1,67 @@
|
|||
{
|
||||
"revision": "20171016",
|
||||
"basePath": "",
|
||||
"revision": "20171201",
|
||||
"documentationLink": "https://firebase.google.com/docs/dynamic-links/",
|
||||
"id": "firebasedynamiclinks:v1",
|
||||
"discoveryVersion": "v1",
|
||||
"version_module": true,
|
||||
"schemas": {
|
||||
"Suffix": {
|
||||
"description": "Short Dynamic Link suffix.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"option": {
|
||||
"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."
|
||||
],
|
||||
"enum": [
|
||||
"OPTION_UNSPECIFIED",
|
||||
"UNGUESSABLE",
|
||||
"SHORT"
|
||||
],
|
||||
"description": "Suffix option.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"id": "Suffix"
|
||||
},
|
||||
"GooglePlayAnalytics": {
|
||||
"description": "Parameters for Google Play Campaign Measurements.\n[Learn more](https://developers.google.com/analytics/devguides/collection/android/v4/campaigns#campaign-params)",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"utmCampaign": {
|
||||
"description": "Campaign name; used for keyword analysis to identify a specific product\npromotion or strategic campaign.",
|
||||
"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.",
|
||||
"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.",
|
||||
"type": "string"
|
||||
},
|
||||
"utmMedium": {
|
||||
"description": "Campaign medium; used to identify a medium such as email or cost-per-click.",
|
||||
"type": "string"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"id": "GooglePlayAnalytics"
|
||||
},
|
||||
"DynamicLinkInfo": {
|
||||
"description": "Information about a Dynamic Link.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"androidInfo": {
|
||||
"$ref": "AndroidInfo",
|
||||
"description": "Android related information. See Android related parameters in the\n[documentation](https://firebase.google.com/docs/dynamic-links/create-manually)."
|
||||
},
|
||||
"navigationInfo": {
|
||||
"$ref": "NavigationInfo",
|
||||
"description": "Information of navigation behavior of a Firebase Dynamic Links."
|
||||
},
|
||||
"analyticsInfo": {
|
||||
"description": "Parameters used for tracking. See all tracking parameters in the\n[documentation](https://firebase.google.com/docs/dynamic-links/create-manually).",
|
||||
"$ref": "AnalyticsInfo"
|
||||
},
|
||||
"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/receive)\non how to set up Dynamic Link domain associated with your Firebase project.\n\nRequired.",
|
||||
"type": "string"
|
||||
|
@ -34,12 +75,24 @@
|
|||
"type": "string"
|
||||
},
|
||||
"iosInfo": {
|
||||
"description": "iOS related information. See iOS related parameters in the\n[documentation](https://firebase.google.com/docs/dynamic-links/create-manually).",
|
||||
"$ref": "IosInfo"
|
||||
"$ref": "IosInfo",
|
||||
"description": "iOS related information. See iOS related parameters in the\n[documentation](https://firebase.google.com/docs/dynamic-links/create-manually)."
|
||||
},
|
||||
"socialMetaTagInfo": {
|
||||
"$ref": "SocialMetaTagInfo",
|
||||
"description": "Parameters for social meta tag params.\nUsed to set meta tag data for link previews on social sites."
|
||||
"description": "Parameters for social meta tag params.\nUsed to set meta tag data for link previews on social sites.",
|
||||
"$ref": "SocialMetaTagInfo"
|
||||
},
|
||||
"androidInfo": {
|
||||
"$ref": "AndroidInfo",
|
||||
"description": "Android related information. See Android related parameters in the\n[documentation](https://firebase.google.com/docs/dynamic-links/create-manually)."
|
||||
},
|
||||
"navigationInfo": {
|
||||
"$ref": "NavigationInfo",
|
||||
"description": "Information of navigation behavior of a Firebase Dynamic Links."
|
||||
},
|
||||
"analyticsInfo": {
|
||||
"description": "Parameters used for tracking. See all tracking parameters in the\n[documentation](https://firebase.google.com/docs/dynamic-links/create-manually).",
|
||||
"$ref": "AnalyticsInfo"
|
||||
}
|
||||
},
|
||||
"id": "DynamicLinkInfo"
|
||||
|
@ -84,20 +137,34 @@
|
|||
"description": "Device timezone setting.",
|
||||
"type": "string"
|
||||
},
|
||||
"deviceModelName": {
|
||||
"description": "Device model name.",
|
||||
"type": "string"
|
||||
},
|
||||
"languageCodeRaw": {
|
||||
"description": "Device language code raw setting.\niOS does returns language code in different format than iOS WebView.\nFor example WebView returns en_US, but iOS returns en-US.\nField below will return raw value returned by iOS.",
|
||||
"type": "string"
|
||||
},
|
||||
"screenResolutionWidth": {
|
||||
"description": "Device display resolution width.",
|
||||
"format": "int64",
|
||||
"type": "string"
|
||||
},
|
||||
"deviceModelName": {
|
||||
"description": "Device model name.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"id": "DeviceInfo"
|
||||
},
|
||||
"GetIosPostInstallAttributionResponse": {
|
||||
"description": "Response for iSDK to execute strong match flow for post-install attribution.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"fallbackLink": {
|
||||
"description": "The link to navigate to update the app if min version is not met.\nThis is either (in order): 1) fallback link (from ?ifl= parameter, if\nspecified by developer) or 2) AppStore URL (from ?isi= parameter, if\nspecified), or 3) the payload link (from required link= parameter).",
|
||||
"type": "string"
|
||||
},
|
||||
"requestedLink": {
|
||||
"description": "Entire FDL (short or long) attributed post-install via one of several\ntechniques (fingerprint, copy unique).",
|
||||
"type": "string"
|
||||
},
|
||||
"utmMedium": {
|
||||
"description": "Scion medium value to be propagated by iSDK to Scion at post-install.",
|
||||
"type": "string"
|
||||
|
@ -114,14 +181,14 @@
|
|||
"description": "The minimum version for app, specified by dev through ?imv= parameter.\nReturn to iSDK to allow app to evaluate if current version meets this.",
|
||||
"type": "string"
|
||||
},
|
||||
"invitationId": {
|
||||
"description": "Invitation ID attributed post-install via one of several techniques\n(fingerprint, copy unique).",
|
||||
"type": "string"
|
||||
},
|
||||
"deepLink": {
|
||||
"description": "The deep-link attributed post-install via one of several techniques\n(fingerprint, copy unique).",
|
||||
"type": "string"
|
||||
},
|
||||
"invitationId": {
|
||||
"description": "Invitation ID attributed post-install via one of several techniques\n(fingerprint, copy unique).",
|
||||
"type": "string"
|
||||
},
|
||||
"attributionConfidence": {
|
||||
"enumDescriptions": [
|
||||
"Unset.",
|
||||
|
@ -153,28 +220,14 @@
|
|||
"utmCampaign": {
|
||||
"description": "Scion campaign value to be propagated by iSDK to Scion at post-install.",
|
||||
"type": "string"
|
||||
},
|
||||
"fallbackLink": {
|
||||
"description": "The link to navigate to update the app if min version is not met.\nThis is either (in order): 1) fallback link (from ?ifl= parameter, if\nspecified by developer) or 2) AppStore URL (from ?isi= parameter, if\nspecified), or 3) the payload link (from required link= parameter).",
|
||||
"type": "string"
|
||||
},
|
||||
"requestedLink": {
|
||||
"description": "Entire FDL (short or long) attributed post-install via one of several\ntechniques (fingerprint, copy unique).",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"id": "GetIosPostInstallAttributionResponse",
|
||||
"description": "Response for iSDK to execute strong match flow for post-install attribution.",
|
||||
"type": "object"
|
||||
"id": "GetIosPostInstallAttributionResponse"
|
||||
},
|
||||
"SocialMetaTagInfo": {
|
||||
"description": "Parameters for social meta tag params.\nUsed to set meta tag data for link previews on social sites.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"socialDescription": {
|
||||
"description": "A short description of the link. Optional.",
|
||||
"type": "string"
|
||||
},
|
||||
"socialTitle": {
|
||||
"description": "Title to be displayed. Optional.",
|
||||
"type": "string"
|
||||
|
@ -182,37 +235,77 @@
|
|||
"socialImageLink": {
|
||||
"description": "An image url string. Optional.",
|
||||
"type": "string"
|
||||
},
|
||||
"socialDescription": {
|
||||
"description": "A short description of the link. Optional.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"id": "SocialMetaTagInfo"
|
||||
},
|
||||
"DynamicLinkStats": {
|
||||
"description": "Analytics stats of a Dynamic Link for a given timeframe.",
|
||||
"AndroidInfo": {
|
||||
"description": "Android related attributes to the Dynamic Link.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"linkEventStats": {
|
||||
"description": "Dynamic Link event stats.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "DynamicLinkEventStat"
|
||||
}
|
||||
"androidLink": {
|
||||
"description": "If specified, this overrides the ‘link’ parameter on Android.",
|
||||
"type": "string"
|
||||
},
|
||||
"androidFallbackLink": {
|
||||
"description": "Link to open on Android if the app is not installed.",
|
||||
"type": "string"
|
||||
},
|
||||
"androidPackageName": {
|
||||
"description": "Android package name of the app.",
|
||||
"type": "string"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"id": "DynamicLinkStats"
|
||||
"id": "AndroidInfo"
|
||||
},
|
||||
"DynamicLinkWarning": {
|
||||
"description": "Dynamic Links warning messages.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"warningMessage": {
|
||||
"description": "The warning message to help developers improve their requests.",
|
||||
"type": "string"
|
||||
},
|
||||
"warningDocumentLink": {
|
||||
"description": "The document describing the warning, and helps resolve.",
|
||||
"type": "string"
|
||||
},
|
||||
"warningCode": {
|
||||
"enumDescriptions": [
|
||||
"Unknown code.",
|
||||
"The Android package does not match any in developer's DevConsole project.",
|
||||
"The Android minimum version code has to be a valid integer.",
|
||||
"Android package min version param is not needed, e.g. when\n'apn' is missing.",
|
||||
"Android link is not a valid URI.",
|
||||
"Android link param is not needed, e.g. when param 'al' and 'link' have\nthe same value..",
|
||||
"Android fallback link is not a valid URI.",
|
||||
"Android fallback link has an invalid (non http/https) URI scheme.",
|
||||
"The iOS bundle ID does not match any in developer's DevConsole project.",
|
||||
"The iPad bundle ID does not match any in developer's DevConsole project.",
|
||||
"iOS URL scheme is not needed, e.g. when 'ibi' are 'ipbi' are all missing.",
|
||||
"iOS app store ID format is incorrect, e.g. not numeric.",
|
||||
"iOS app store ID is not needed.",
|
||||
"iOS fallback link is not a valid URI.",
|
||||
"iOS fallback link has an invalid (non http/https) URI scheme.",
|
||||
"iPad fallback link is not a valid URI.",
|
||||
"iPad fallback link has an invalid (non http/https) URI scheme.",
|
||||
"Debug param format is incorrect.",
|
||||
"isAd param format is incorrect.",
|
||||
"Indicates a certain param is deprecated.",
|
||||
"Indicates certain paramater is not recognized.",
|
||||
"Indicates certain paramater is too long.",
|
||||
"Social meta tag image link is not a valid URI.",
|
||||
"Social meta tag image link has an invalid (non http/https) URI scheme.",
|
||||
"",
|
||||
"",
|
||||
"Dynamic Link URL length is too long.",
|
||||
"Dynamic Link URL contains fragments.",
|
||||
"The iOS bundle ID does not match with the given iOS store ID."
|
||||
],
|
||||
"enum": [
|
||||
"CODE_UNSPECIFIED",
|
||||
"NOT_IN_PROJECT_ANDROID_PACKAGE_NAME",
|
||||
|
@ -245,77 +338,43 @@
|
|||
"NOT_MATCHING_IOS_BUNDLE_ID_AND_STORE_ID"
|
||||
],
|
||||
"description": "The warning code.",
|
||||
"type": "string",
|
||||
"enumDescriptions": [
|
||||
"Unknown code.",
|
||||
"The Android package does not match any in developer's DevConsole project.",
|
||||
"The Android minimum version code has to be a valid integer.",
|
||||
"Android package min version param is not needed, e.g. when\n'apn' is missing.",
|
||||
"Android link is not a valid URI.",
|
||||
"Android link param is not needed, e.g. when param 'al' and 'link' have\nthe same value..",
|
||||
"Android fallback link is not a valid URI.",
|
||||
"Android fallback link has an invalid (non http/https) URI scheme.",
|
||||
"The iOS bundle ID does not match any in developer's DevConsole project.",
|
||||
"The iPad bundle ID does not match any in developer's DevConsole project.",
|
||||
"iOS URL scheme is not needed, e.g. when 'ibi' are 'ipbi' are all missing.",
|
||||
"iOS app store ID format is incorrect, e.g. not numeric.",
|
||||
"iOS app store ID is not needed.",
|
||||
"iOS fallback link is not a valid URI.",
|
||||
"iOS fallback link has an invalid (non http/https) URI scheme.",
|
||||
"iPad fallback link is not a valid URI.",
|
||||
"iPad fallback link has an invalid (non http/https) URI scheme.",
|
||||
"Debug param format is incorrect.",
|
||||
"isAd param format is incorrect.",
|
||||
"Indicates a certain param is deprecated.",
|
||||
"Indicates certain paramater is not recognized.",
|
||||
"Indicates certain paramater is too long.",
|
||||
"Social meta tag image link is not a valid URI.",
|
||||
"Social meta tag image link has an invalid (non http/https) URI scheme.",
|
||||
"",
|
||||
"",
|
||||
"Dynamic Link URL length is too long.",
|
||||
"Dynamic Link URL contains fragments.",
|
||||
"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"
|
||||
}
|
||||
},
|
||||
"id": "DynamicLinkWarning"
|
||||
},
|
||||
"AndroidInfo": {
|
||||
"description": "Android related attributes to the Dynamic Link.",
|
||||
"DynamicLinkStats": {
|
||||
"description": "Analytics stats of a Dynamic Link for a given timeframe.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"androidPackageName": {
|
||||
"description": "Android package name of the app.",
|
||||
"type": "string"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"androidLink": {
|
||||
"description": "If specified, this overrides the ‘link’ parameter on Android.",
|
||||
"type": "string"
|
||||
},
|
||||
"androidFallbackLink": {
|
||||
"description": "Link to open on Android if the app is not installed.",
|
||||
"type": "string"
|
||||
"linkEventStats": {
|
||||
"description": "Dynamic Link event stats.",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "DynamicLinkEventStat"
|
||||
}
|
||||
}
|
||||
},
|
||||
"id": "AndroidInfo"
|
||||
"id": "DynamicLinkStats"
|
||||
},
|
||||
"NavigationInfo": {
|
||||
"description": "Information of navigation behavior.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"enableForcedRedirect": {
|
||||
"description": "If this option is on, FDL click will be forced to redirect rather than\nshow an interstitial page.",
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"id": "NavigationInfo",
|
||||
"description": "Information of navigation behavior.",
|
||||
"type": "object"
|
||||
"id": "NavigationInfo"
|
||||
},
|
||||
"IosInfo": {
|
||||
"description": "iOS related attributes to the Dynamic Link..",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"iosFallbackLink": {
|
||||
"description": "Link to open on iOS if the app is not installed.",
|
||||
|
@ -342,17 +401,15 @@
|
|||
"type": "string"
|
||||
}
|
||||
},
|
||||
"id": "IosInfo",
|
||||
"description": "iOS related attributes to the Dynamic Link..",
|
||||
"type": "object"
|
||||
"id": "IosInfo"
|
||||
},
|
||||
"AnalyticsInfo": {
|
||||
"description": "Tracking parameters supported by Dynamic Link.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"itunesConnectAnalytics": {
|
||||
"$ref": "ITunesConnectAnalytics",
|
||||
"description": "iTunes Connect App Analytics."
|
||||
"description": "iTunes Connect App Analytics.",
|
||||
"$ref": "ITunesConnectAnalytics"
|
||||
},
|
||||
"googlePlayAnalytics": {
|
||||
"description": "Google Play Campaign Measurements.",
|
||||
|
@ -374,8 +431,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"suffix": {
|
||||
"$ref": "Suffix",
|
||||
"description": "Short Dynamic Link suffix. Optional."
|
||||
"description": "Short Dynamic Link suffix. Optional.",
|
||||
"$ref": "Suffix"
|
||||
}
|
||||
},
|
||||
"id": "CreateShortDynamicLinkRequest"
|
||||
|
@ -392,6 +449,8 @@
|
|||
"id": "DesktopInfo"
|
||||
},
|
||||
"DynamicLinkEventStat": {
|
||||
"description": "Dynamic Link event stat.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"count": {
|
||||
"description": "The number of times this event occurred.",
|
||||
|
@ -399,8 +458,6 @@
|
|||
"type": "string"
|
||||
},
|
||||
"event": {
|
||||
"description": "Link event.",
|
||||
"type": "string",
|
||||
"enumDescriptions": [
|
||||
"Unspecified type.",
|
||||
"Indicates that an FDL is clicked by users.",
|
||||
|
@ -416,7 +473,9 @@
|
|||
"APP_INSTALL",
|
||||
"APP_FIRST_OPEN",
|
||||
"APP_RE_OPEN"
|
||||
]
|
||||
],
|
||||
"description": "Link event.",
|
||||
"type": "string"
|
||||
},
|
||||
"platform": {
|
||||
"description": "Requested platform.",
|
||||
|
@ -435,9 +494,7 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"id": "DynamicLinkEventStat",
|
||||
"description": "Dynamic Link event stat.",
|
||||
"type": "object"
|
||||
"id": "DynamicLinkEventStat"
|
||||
},
|
||||
"GetIosPostInstallAttributionRequest": {
|
||||
"description": "Request for iSDK to execute strong match flow for post-install attribution.\nThis is meant for iOS requests only. Requests from other platforms will\nnot be honored.",
|
||||
|
@ -447,20 +504,6 @@
|
|||
"description": "iOS version, ie: 9.3.5.\nConsider adding \"build\".",
|
||||
"type": "string"
|
||||
},
|
||||
"visualStyle": {
|
||||
"description": "Strong match page information. Disambiguates between default UI and\ncustom page to present when strong match succeeds/fails to find cookie.",
|
||||
"type": "string",
|
||||
"enumDescriptions": [
|
||||
"Unknown style.",
|
||||
"Default style.",
|
||||
"Custom style."
|
||||
],
|
||||
"enum": [
|
||||
"UNKNOWN_VISUAL_STYLE",
|
||||
"DEFAULT_STYLE",
|
||||
"CUSTOM_STYLE"
|
||||
]
|
||||
},
|
||||
"retrievalMethod": {
|
||||
"enumDescriptions": [
|
||||
"Unknown method.",
|
||||
|
@ -477,6 +520,20 @@
|
|||
"description": "App post install attribution retrieval information. Disambiguates\nmechanism (iSDK or developer invoked) to retrieve payload from\nclicked link.",
|
||||
"type": "string"
|
||||
},
|
||||
"visualStyle": {
|
||||
"enumDescriptions": [
|
||||
"Unknown style.",
|
||||
"Default style.",
|
||||
"Custom style."
|
||||
],
|
||||
"enum": [
|
||||
"UNKNOWN_VISUAL_STYLE",
|
||||
"DEFAULT_STYLE",
|
||||
"CUSTOM_STYLE"
|
||||
],
|
||||
"description": "Strong match page information. Disambiguates between default UI and\ncustom page to present when strong match succeeds/fails to find cookie.",
|
||||
"type": "string"
|
||||
},
|
||||
"sdkVersion": {
|
||||
"description": "Google SDK version.",
|
||||
"type": "string"
|
||||
|
@ -486,8 +543,8 @@
|
|||
"type": "string"
|
||||
},
|
||||
"device": {
|
||||
"description": "Device information.",
|
||||
"$ref": "DeviceInfo"
|
||||
"$ref": "DeviceInfo",
|
||||
"description": "Device information."
|
||||
},
|
||||
"uniqueMatchLinkToCheck": {
|
||||
"description": "Possible unique matched link that server need to check before performing\nfingerprint match. If passed link is short server need to expand the link.\nIf link is long server need to vslidate the link.",
|
||||
|
@ -522,63 +579,11 @@
|
|||
}
|
||||
},
|
||||
"id": "CreateShortDynamicLinkResponse"
|
||||
},
|
||||
"Suffix": {
|
||||
"description": "Short Dynamic Link suffix.",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"option": {
|
||||
"description": "Suffix option.",
|
||||
"type": "string",
|
||||
"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."
|
||||
],
|
||||
"enum": [
|
||||
"OPTION_UNSPECIFIED",
|
||||
"UNGUESSABLE",
|
||||
"SHORT"
|
||||
]
|
||||
}
|
||||
},
|
||||
"id": "Suffix"
|
||||
},
|
||||
"GooglePlayAnalytics": {
|
||||
"description": "Parameters for Google Play Campaign Measurements.\n[Learn more](https://developers.google.com/analytics/devguides/collection/android/v4/campaigns#campaign-params)",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"utmMedium": {
|
||||
"description": "Campaign medium; used to identify a medium such as email or cost-per-click.",
|
||||
"type": "string"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"utmCampaign": {
|
||||
"description": "Campaign name; used for keyword analysis to identify a specific product\npromotion or strategic campaign.",
|
||||
"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.",
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"id": "GooglePlayAnalytics"
|
||||
}
|
||||
},
|
||||
"icons": {
|
||||
"x32": "http://www.google.com/images/icons/product/search-32.gif",
|
||||
"x16": "http://www.google.com/images/icons/product/search-16.gif"
|
||||
"x16": "http://www.google.com/images/icons/product/search-16.gif",
|
||||
"x32": "http://www.google.com/images/icons/product/search-32.gif"
|
||||
},
|
||||
"protocol": "rest",
|
||||
"canonicalName": "Firebase Dynamic Links",
|
||||
|
@ -598,63 +603,9 @@
|
|||
"title": "Firebase Dynamic Links API",
|
||||
"ownerName": "Google",
|
||||
"resources": {
|
||||
"v1": {
|
||||
"methods": {
|
||||
"installAttribution": {
|
||||
"path": "v1/installAttribution",
|
||||
"id": "firebasedynamiclinks.installAttribution",
|
||||
"request": {
|
||||
"$ref": "GetIosPostInstallAttributionRequest"
|
||||
},
|
||||
"description": "Get iOS strong/weak-match info for post-install attribution.",
|
||||
"response": {
|
||||
"$ref": "GetIosPostInstallAttributionResponse"
|
||||
},
|
||||
"parameterOrder": [],
|
||||
"httpMethod": "POST",
|
||||
"parameters": {},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/firebase"
|
||||
],
|
||||
"flatPath": "v1/installAttribution"
|
||||
},
|
||||
"getLinkStats": {
|
||||
"response": {
|
||||
"$ref": "DynamicLinkStats"
|
||||
},
|
||||
"parameterOrder": [
|
||||
"dynamicLink"
|
||||
],
|
||||
"httpMethod": "GET",
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/firebase"
|
||||
],
|
||||
"parameters": {
|
||||
"durationDays": {
|
||||
"location": "query",
|
||||
"description": "The span of time requested in days.",
|
||||
"format": "int64",
|
||||
"type": "string"
|
||||
},
|
||||
"dynamicLink": {
|
||||
"description": "Dynamic Link URL. e.g. https://abcd.app.goo.gl/wxyz",
|
||||
"required": true,
|
||||
"type": "string",
|
||||
"location": "path"
|
||||
}
|
||||
},
|
||||
"flatPath": "v1/{dynamicLink}/linkStats",
|
||||
"path": "v1/{dynamicLink}/linkStats",
|
||||
"id": "firebasedynamiclinks.getLinkStats",
|
||||
"description": "Fetches analytics stats of a short Dynamic Link for a given\nduration. Metrics include number of clicks, redirects, installs,\napp first opens, and app reopens."
|
||||
}
|
||||
}
|
||||
},
|
||||
"shortLinks": {
|
||||
"methods": {
|
||||
"create": {
|
||||
"path": "v1/shortLinks",
|
||||
"id": "firebasedynamiclinks.shortLinks.create",
|
||||
"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 calls with the same long Dynamic Link or Dynamic Link information\nwill produce the same short Dynamic Link.\n\nThe Dynamic Link domain in the request must be owned by requester's\nFirebase project.",
|
||||
"request": {
|
||||
"$ref": "CreateShortDynamicLinkRequest"
|
||||
|
@ -668,38 +619,76 @@
|
|||
"https://www.googleapis.com/auth/firebase"
|
||||
],
|
||||
"parameters": {},
|
||||
"flatPath": "v1/shortLinks"
|
||||
"flatPath": "v1/shortLinks",
|
||||
"path": "v1/shortLinks",
|
||||
"id": "firebasedynamiclinks.shortLinks.create"
|
||||
}
|
||||
}
|
||||
},
|
||||
"v1": {
|
||||
"methods": {
|
||||
"getLinkStats": {
|
||||
"description": "Fetches analytics stats of a short Dynamic Link for a given\nduration. Metrics include number of clicks, redirects, installs,\napp first opens, and app reopens.",
|
||||
"httpMethod": "GET",
|
||||
"parameterOrder": [
|
||||
"dynamicLink"
|
||||
],
|
||||
"response": {
|
||||
"$ref": "DynamicLinkStats"
|
||||
},
|
||||
"parameters": {
|
||||
"durationDays": {
|
||||
"description": "The span of time requested in days.",
|
||||
"format": "int64",
|
||||
"type": "string",
|
||||
"location": "query"
|
||||
},
|
||||
"dynamicLink": {
|
||||
"location": "path",
|
||||
"description": "Dynamic Link URL. e.g. https://abcd.app.goo.gl/wxyz",
|
||||
"required": true,
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/firebase"
|
||||
],
|
||||
"flatPath": "v1/{dynamicLink}/linkStats",
|
||||
"id": "firebasedynamiclinks.getLinkStats",
|
||||
"path": "v1/{dynamicLink}/linkStats"
|
||||
},
|
||||
"installAttribution": {
|
||||
"description": "Get iOS strong/weak-match info for post-install attribution.",
|
||||
"request": {
|
||||
"$ref": "GetIosPostInstallAttributionRequest"
|
||||
},
|
||||
"response": {
|
||||
"$ref": "GetIosPostInstallAttributionResponse"
|
||||
},
|
||||
"parameterOrder": [],
|
||||
"httpMethod": "POST",
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/firebase"
|
||||
],
|
||||
"parameters": {},
|
||||
"flatPath": "v1/installAttribution",
|
||||
"path": "v1/installAttribution",
|
||||
"id": "firebasedynamiclinks.installAttribution"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"parameters": {
|
||||
"pp": {
|
||||
"location": "query",
|
||||
"description": "Pretty-print response.",
|
||||
"type": "boolean",
|
||||
"default": "true"
|
||||
},
|
||||
"oauth_token": {
|
||||
"location": "query",
|
||||
"description": "OAuth 2.0 token for the current user.",
|
||||
"type": "string"
|
||||
},
|
||||
"bearer_token": {
|
||||
"location": "query",
|
||||
"description": "OAuth bearer token.",
|
||||
"type": "string"
|
||||
},
|
||||
"upload_protocol": {
|
||||
"location": "query",
|
||||
"description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
|
||||
"type": "string",
|
||||
"location": "query"
|
||||
"type": "string"
|
||||
},
|
||||
"prettyPrint": {
|
||||
"location": "query",
|
||||
"description": "Returns response with indentations and line breaks.",
|
||||
"type": "boolean",
|
||||
"default": "true"
|
||||
"default": "true",
|
||||
"location": "query"
|
||||
},
|
||||
"uploadType": {
|
||||
"description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
|
||||
|
@ -707,22 +696,22 @@
|
|||
"location": "query"
|
||||
},
|
||||
"fields": {
|
||||
"location": "query",
|
||||
"description": "Selector specifying which fields to include in a partial response.",
|
||||
"type": "string",
|
||||
"location": "query"
|
||||
"type": "string"
|
||||
},
|
||||
"$.xgafv": {
|
||||
"enumDescriptions": [
|
||||
"v1 error format",
|
||||
"v2 error format"
|
||||
],
|
||||
"location": "query",
|
||||
"enum": [
|
||||
"1",
|
||||
"2"
|
||||
],
|
||||
"description": "V1 error format.",
|
||||
"type": "string",
|
||||
"enumDescriptions": [
|
||||
"v1 error format",
|
||||
"v2 error format"
|
||||
],
|
||||
"location": "query"
|
||||
"type": "string"
|
||||
},
|
||||
"callback": {
|
||||
"description": "JSONP",
|
||||
|
@ -730,20 +719,20 @@
|
|||
"location": "query"
|
||||
},
|
||||
"alt": {
|
||||
"type": "string",
|
||||
"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",
|
||||
"description": "Data format for response.",
|
||||
"default": "json",
|
||||
"enum": [
|
||||
"json",
|
||||
"media",
|
||||
"proto"
|
||||
]
|
||||
],
|
||||
"type": "string",
|
||||
"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"
|
||||
},
|
||||
"key": {
|
||||
"location": "query",
|
||||
|
@ -759,12 +748,27 @@
|
|||
"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.",
|
||||
"type": "string",
|
||||
"location": "query"
|
||||
},
|
||||
"pp": {
|
||||
"location": "query",
|
||||
"description": "Pretty-print response.",
|
||||
"type": "boolean",
|
||||
"default": "true"
|
||||
},
|
||||
"oauth_token": {
|
||||
"location": "query",
|
||||
"description": "OAuth 2.0 token for the current user.",
|
||||
"type": "string"
|
||||
},
|
||||
"bearer_token": {
|
||||
"description": "OAuth bearer token.",
|
||||
"type": "string",
|
||||
"location": "query"
|
||||
}
|
||||
},
|
||||
"version": "v1",
|
||||
"baseUrl": "https://firebasedynamiclinks-ipv6.googleapis.com/",
|
||||
"servicePath": "",
|
||||
"description": "Programmatically creates and manages Firebase Dynamic Links.",
|
||||
"kind": "discovery#restDescription",
|
||||
"basePath": ""
|
||||
"description": "Programmatically creates and manages Firebase Dynamic Links.",
|
||||
"servicePath": ""
|
||||
}
|
||||
|
|
85
vendor/google.golang.org/api/firebasedynamiclinks/v1/firebasedynamiclinks-gen.go
generated
vendored
85
vendor/google.golang.org/api/firebasedynamiclinks/v1/firebasedynamiclinks-gen.go
generated
vendored
|
@ -123,8 +123,8 @@ type AnalyticsInfo struct {
|
|||
}
|
||||
|
||||
func (s *AnalyticsInfo) MarshalJSON() ([]byte, error) {
|
||||
type noMethod AnalyticsInfo
|
||||
raw := noMethod(*s)
|
||||
type NoMethod AnalyticsInfo
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -165,8 +165,8 @@ type AndroidInfo struct {
|
|||
}
|
||||
|
||||
func (s *AndroidInfo) MarshalJSON() ([]byte, error) {
|
||||
type noMethod AndroidInfo
|
||||
raw := noMethod(*s)
|
||||
type NoMethod AndroidInfo
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -213,8 +213,8 @@ type CreateShortDynamicLinkRequest struct {
|
|||
}
|
||||
|
||||
func (s *CreateShortDynamicLinkRequest) MarshalJSON() ([]byte, error) {
|
||||
type noMethod CreateShortDynamicLinkRequest
|
||||
raw := noMethod(*s)
|
||||
type NoMethod CreateShortDynamicLinkRequest
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -253,8 +253,8 @@ type CreateShortDynamicLinkResponse struct {
|
|||
}
|
||||
|
||||
func (s *CreateShortDynamicLinkResponse) MarshalJSON() ([]byte, error) {
|
||||
type noMethod CreateShortDynamicLinkResponse
|
||||
raw := noMethod(*s)
|
||||
type NoMethod CreateShortDynamicLinkResponse
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -282,8 +282,8 @@ type DesktopInfo struct {
|
|||
}
|
||||
|
||||
func (s *DesktopInfo) MarshalJSON() ([]byte, error) {
|
||||
type noMethod DesktopInfo
|
||||
raw := noMethod(*s)
|
||||
type NoMethod DesktopInfo
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -295,6 +295,13 @@ type DeviceInfo struct {
|
|||
// LanguageCode: Device language code setting.
|
||||
LanguageCode string `json:"languageCode,omitempty"`
|
||||
|
||||
// LanguageCodeRaw: Device language code raw setting.
|
||||
// iOS does returns language code in different format than iOS
|
||||
// WebView.
|
||||
// For example WebView returns en_US, but iOS returns en-US.
|
||||
// Field below will return raw value returned by iOS.
|
||||
LanguageCodeRaw string `json:"languageCodeRaw,omitempty"`
|
||||
|
||||
// ScreenResolutionHeight: Device display resolution height.
|
||||
ScreenResolutionHeight int64 `json:"screenResolutionHeight,omitempty,string"`
|
||||
|
||||
|
@ -323,8 +330,8 @@ type DeviceInfo struct {
|
|||
}
|
||||
|
||||
func (s *DeviceInfo) MarshalJSON() ([]byte, error) {
|
||||
type noMethod DeviceInfo
|
||||
raw := noMethod(*s)
|
||||
type NoMethod DeviceInfo
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -382,8 +389,8 @@ type DynamicLinkEventStat struct {
|
|||
}
|
||||
|
||||
func (s *DynamicLinkEventStat) MarshalJSON() ([]byte, error) {
|
||||
type noMethod DynamicLinkEventStat
|
||||
raw := noMethod(*s)
|
||||
type NoMethod DynamicLinkEventStat
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -465,8 +472,8 @@ type DynamicLinkInfo struct {
|
|||
}
|
||||
|
||||
func (s *DynamicLinkInfo) MarshalJSON() ([]byte, error) {
|
||||
type noMethod DynamicLinkInfo
|
||||
raw := noMethod(*s)
|
||||
type NoMethod DynamicLinkInfo
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -499,8 +506,8 @@ type DynamicLinkStats struct {
|
|||
}
|
||||
|
||||
func (s *DynamicLinkStats) MarshalJSON() ([]byte, error) {
|
||||
type noMethod DynamicLinkStats
|
||||
raw := noMethod(*s)
|
||||
type NoMethod DynamicLinkStats
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -585,8 +592,8 @@ type DynamicLinkWarning struct {
|
|||
}
|
||||
|
||||
func (s *DynamicLinkWarning) MarshalJSON() ([]byte, error) {
|
||||
type noMethod DynamicLinkWarning
|
||||
raw := noMethod(*s)
|
||||
type NoMethod DynamicLinkWarning
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -669,8 +676,8 @@ type GetIosPostInstallAttributionRequest struct {
|
|||
}
|
||||
|
||||
func (s *GetIosPostInstallAttributionRequest) MarshalJSON() ([]byte, error) {
|
||||
type noMethod GetIosPostInstallAttributionRequest
|
||||
raw := noMethod(*s)
|
||||
type NoMethod GetIosPostInstallAttributionRequest
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -787,8 +794,8 @@ type GetIosPostInstallAttributionResponse struct {
|
|||
}
|
||||
|
||||
func (s *GetIosPostInstallAttributionResponse) MarshalJSON() ([]byte, error) {
|
||||
type noMethod GetIosPostInstallAttributionResponse
|
||||
raw := noMethod(*s)
|
||||
type NoMethod GetIosPostInstallAttributionResponse
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -847,8 +854,8 @@ type GooglePlayAnalytics struct {
|
|||
}
|
||||
|
||||
func (s *GooglePlayAnalytics) MarshalJSON() ([]byte, error) {
|
||||
type noMethod GooglePlayAnalytics
|
||||
raw := noMethod(*s)
|
||||
type NoMethod GooglePlayAnalytics
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -889,8 +896,8 @@ type ITunesConnectAnalytics struct {
|
|||
}
|
||||
|
||||
func (s *ITunesConnectAnalytics) MarshalJSON() ([]byte, error) {
|
||||
type noMethod ITunesConnectAnalytics
|
||||
raw := noMethod(*s)
|
||||
type NoMethod ITunesConnectAnalytics
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -937,8 +944,8 @@ type IosInfo struct {
|
|||
}
|
||||
|
||||
func (s *IosInfo) MarshalJSON() ([]byte, error) {
|
||||
type noMethod IosInfo
|
||||
raw := noMethod(*s)
|
||||
type NoMethod IosInfo
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -969,8 +976,8 @@ type NavigationInfo struct {
|
|||
}
|
||||
|
||||
func (s *NavigationInfo) MarshalJSON() ([]byte, error) {
|
||||
type noMethod NavigationInfo
|
||||
raw := noMethod(*s)
|
||||
type NoMethod NavigationInfo
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1005,8 +1012,8 @@ type SocialMetaTagInfo struct {
|
|||
}
|
||||
|
||||
func (s *SocialMetaTagInfo) MarshalJSON() ([]byte, error) {
|
||||
type noMethod SocialMetaTagInfo
|
||||
raw := noMethod(*s)
|
||||
type NoMethod SocialMetaTagInfo
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1050,8 +1057,8 @@ type Suffix struct {
|
|||
}
|
||||
|
||||
func (s *Suffix) MarshalJSON() ([]byte, error) {
|
||||
type noMethod Suffix
|
||||
raw := noMethod(*s)
|
||||
type NoMethod Suffix
|
||||
raw := NoMethod(*s)
|
||||
return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields)
|
||||
}
|
||||
|
||||
|
@ -1162,7 +1169,7 @@ func (c *ShortLinksCreateCall) Do(opts ...googleapi.CallOption) (*CreateShortDyn
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -1304,7 +1311,7 @@ func (c *V1GetLinkStatsCall) Do(opts ...googleapi.CallOption) (*DynamicLinkStats
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
@ -1438,7 +1445,7 @@ func (c *V1InstallAttributionCall) Do(opts ...googleapi.CallOption) (*GetIosPost
|
|||
},
|
||||
}
|
||||
target := &ret
|
||||
if err := json.NewDecoder(res.Body).Decode(target); err != nil {
|
||||
if err := gensupport.DecodeResponse(target, res); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
return ret, nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue