@google/earthengine 0.1.385 → 0.1.386
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.tmp/BUILD +2 -2
- package/.tmp/METADATA +4 -4
- package/.tmp/VERSION_BUILD +2 -2
- package/build/browser.js +144 -201
- package/build/ee_api_js.js +334 -330
- package/build/ee_api_js_debug.js +122 -179
- package/build/ee_api_js_npm.js +144 -201
- package/build/main.js +144 -201
- package/package.json +1 -1
- package/src/apiclient.js +1 -1
package/build/main.js
CHANGED
|
@@ -6449,16 +6449,10 @@ var module$contents$goog$asserts$dom_assertIsHtmlElement = function(value) {
|
|
|
6449
6449
|
return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.VIDEO);
|
|
6450
6450
|
}, module$contents$goog$asserts$dom_assertIsHtmlInputElement = function(value) {
|
|
6451
6451
|
return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.INPUT);
|
|
6452
|
-
}, module$contents$goog$asserts$dom_assertIsHtmlEmbedElement = function(value) {
|
|
6453
|
-
return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.EMBED);
|
|
6454
6452
|
}, module$contents$goog$asserts$dom_assertIsHtmlFormElement = function(value) {
|
|
6455
6453
|
return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.FORM);
|
|
6456
|
-
}, module$contents$goog$asserts$dom_assertIsHtmlFrameElement = function(value) {
|
|
6457
|
-
return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.FRAME);
|
|
6458
6454
|
}, module$contents$goog$asserts$dom_assertIsHtmlIFrameElement = function(value) {
|
|
6459
6455
|
return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.IFRAME);
|
|
6460
|
-
}, module$contents$goog$asserts$dom_assertIsHtmlObjectElement = function(value) {
|
|
6461
|
-
return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.OBJECT);
|
|
6462
6456
|
}, module$contents$goog$asserts$dom_assertIsHtmlScriptElement = function(value) {
|
|
6463
6457
|
return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.SCRIPT);
|
|
6464
6458
|
}, module$contents$goog$asserts$dom_debugStringForType = function(value) {
|
|
@@ -6493,11 +6487,17 @@ goog.asserts.dom.assertIsHtmlTextAreaElement = function(value) {
|
|
|
6493
6487
|
goog.asserts.dom.assertIsHtmlCanvasElement = function(value) {
|
|
6494
6488
|
return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.CANVAS);
|
|
6495
6489
|
};
|
|
6496
|
-
goog.asserts.dom.assertIsHtmlEmbedElement =
|
|
6490
|
+
goog.asserts.dom.assertIsHtmlEmbedElement = function(value) {
|
|
6491
|
+
return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.EMBED);
|
|
6492
|
+
};
|
|
6497
6493
|
goog.asserts.dom.assertIsHtmlFormElement = module$contents$goog$asserts$dom_assertIsHtmlFormElement;
|
|
6498
|
-
goog.asserts.dom.assertIsHtmlFrameElement =
|
|
6494
|
+
goog.asserts.dom.assertIsHtmlFrameElement = function(value) {
|
|
6495
|
+
return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.FRAME);
|
|
6496
|
+
};
|
|
6499
6497
|
goog.asserts.dom.assertIsHtmlIFrameElement = module$contents$goog$asserts$dom_assertIsHtmlIFrameElement;
|
|
6500
|
-
goog.asserts.dom.assertIsHtmlObjectElement =
|
|
6498
|
+
goog.asserts.dom.assertIsHtmlObjectElement = function(value) {
|
|
6499
|
+
return module$contents$goog$asserts$dom_assertIsHtmlElementOfType(value, goog.dom.TagName.OBJECT);
|
|
6500
|
+
};
|
|
6501
6501
|
goog.asserts.dom.assertIsHtmlScriptElement = module$contents$goog$asserts$dom_assertIsHtmlScriptElement;
|
|
6502
6502
|
goog.dom.asserts = {};
|
|
6503
6503
|
goog.dom.asserts.assertIsLocation = function(o) {
|
|
@@ -6534,79 +6534,6 @@ goog.dom.tags.VOID_TAGS_ = {area:!0, base:!0, br:!0, col:!0, command:!0, embed:!
|
|
|
6534
6534
|
goog.dom.tags.isVoidTag = function(tagName) {
|
|
6535
6535
|
return !0 === goog.dom.tags.VOID_TAGS_[tagName];
|
|
6536
6536
|
};
|
|
6537
|
-
goog.html = {};
|
|
6538
|
-
goog.html.trustedtypes = {};
|
|
6539
|
-
goog.html.trustedtypes.POLICY_NAME = goog.TRUSTED_TYPES_POLICY_NAME ? goog.TRUSTED_TYPES_POLICY_NAME + "#html" : "";
|
|
6540
|
-
goog.html.trustedtypes.getPolicyPrivateDoNotAccessOrElse = function() {
|
|
6541
|
-
if (!goog.html.trustedtypes.POLICY_NAME) {
|
|
6542
|
-
return null;
|
|
6543
|
-
}
|
|
6544
|
-
void 0 === goog.html.trustedtypes.cachedPolicy_ && (goog.html.trustedtypes.cachedPolicy_ = goog.createTrustedTypesPolicy(goog.html.trustedtypes.POLICY_NAME));
|
|
6545
|
-
return goog.html.trustedtypes.cachedPolicy_;
|
|
6546
|
-
};
|
|
6547
|
-
goog.string.TypedString = function() {
|
|
6548
|
-
};
|
|
6549
|
-
goog.string.Const = function(opt_token, opt_content) {
|
|
6550
|
-
this.stringConstValueWithSecurityContract__googStringSecurityPrivate_ = opt_token === goog.string.Const.GOOG_STRING_CONSTRUCTOR_TOKEN_PRIVATE_ && opt_content || "";
|
|
6551
|
-
this.STRING_CONST_TYPE_MARKER__GOOG_STRING_SECURITY_PRIVATE_ = goog.string.Const.TYPE_MARKER_;
|
|
6552
|
-
};
|
|
6553
|
-
goog.string.Const.prototype.implementsGoogStringTypedString = !0;
|
|
6554
|
-
goog.string.Const.prototype.getTypedStringValue = function() {
|
|
6555
|
-
return this.stringConstValueWithSecurityContract__googStringSecurityPrivate_;
|
|
6556
|
-
};
|
|
6557
|
-
goog.string.Const.prototype.toString = function() {
|
|
6558
|
-
return this.stringConstValueWithSecurityContract__googStringSecurityPrivate_;
|
|
6559
|
-
};
|
|
6560
|
-
goog.string.Const.unwrap = function(stringConst) {
|
|
6561
|
-
if (stringConst instanceof goog.string.Const && stringConst.constructor === goog.string.Const && stringConst.STRING_CONST_TYPE_MARKER__GOOG_STRING_SECURITY_PRIVATE_ === goog.string.Const.TYPE_MARKER_) {
|
|
6562
|
-
return stringConst.stringConstValueWithSecurityContract__googStringSecurityPrivate_;
|
|
6563
|
-
}
|
|
6564
|
-
goog.asserts.fail("expected object of type Const, got '" + stringConst + "'");
|
|
6565
|
-
return "type_error:Const";
|
|
6566
|
-
};
|
|
6567
|
-
goog.string.Const.from = function(s) {
|
|
6568
|
-
return new goog.string.Const(goog.string.Const.GOOG_STRING_CONSTRUCTOR_TOKEN_PRIVATE_, s);
|
|
6569
|
-
};
|
|
6570
|
-
goog.string.Const.TYPE_MARKER_ = {};
|
|
6571
|
-
goog.string.Const.GOOG_STRING_CONSTRUCTOR_TOKEN_PRIVATE_ = {};
|
|
6572
|
-
goog.string.Const.EMPTY = goog.string.Const.from("");
|
|
6573
|
-
var module$contents$goog$html$SafeScript_CONSTRUCTOR_TOKEN_PRIVATE = {}, module$contents$goog$html$SafeScript_SafeScript = function(value, token) {
|
|
6574
|
-
if (goog.DEBUG && token !== module$contents$goog$html$SafeScript_CONSTRUCTOR_TOKEN_PRIVATE) {
|
|
6575
|
-
throw Error("SafeScript is not meant to be built directly");
|
|
6576
|
-
}
|
|
6577
|
-
this.privateDoNotAccessOrElseSafeScriptWrappedValue_ = value;
|
|
6578
|
-
};
|
|
6579
|
-
module$contents$goog$html$SafeScript_SafeScript.prototype.toString = function() {
|
|
6580
|
-
return this.privateDoNotAccessOrElseSafeScriptWrappedValue_.toString();
|
|
6581
|
-
};
|
|
6582
|
-
module$contents$goog$html$SafeScript_SafeScript.fromConstant = function(script) {
|
|
6583
|
-
var scriptString = goog.string.Const.unwrap(script);
|
|
6584
|
-
return 0 === scriptString.length ? module$contents$goog$html$SafeScript_SafeScript.EMPTY : module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse(scriptString);
|
|
6585
|
-
};
|
|
6586
|
-
module$contents$goog$html$SafeScript_SafeScript.fromJson = function(val) {
|
|
6587
|
-
return module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse(module$contents$goog$html$SafeScript_SafeScript.stringify_(val));
|
|
6588
|
-
};
|
|
6589
|
-
module$contents$goog$html$SafeScript_SafeScript.unwrap = function(safeScript) {
|
|
6590
|
-
return module$contents$goog$html$SafeScript_SafeScript.unwrapTrustedScript(safeScript).toString();
|
|
6591
|
-
};
|
|
6592
|
-
module$contents$goog$html$SafeScript_SafeScript.unwrapTrustedScript = function(safeScript) {
|
|
6593
|
-
if (safeScript instanceof module$contents$goog$html$SafeScript_SafeScript && safeScript.constructor === module$contents$goog$html$SafeScript_SafeScript) {
|
|
6594
|
-
return safeScript.privateDoNotAccessOrElseSafeScriptWrappedValue_;
|
|
6595
|
-
}
|
|
6596
|
-
(0,goog.asserts.fail)("expected object of type SafeScript, got '" + safeScript + "' of type " + goog.typeOf(safeScript));
|
|
6597
|
-
return "type_error:SafeScript";
|
|
6598
|
-
};
|
|
6599
|
-
module$contents$goog$html$SafeScript_SafeScript.stringify_ = function(val) {
|
|
6600
|
-
return JSON.stringify(val).replace(/</g, "\\x3c");
|
|
6601
|
-
};
|
|
6602
|
-
module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse = function(script) {
|
|
6603
|
-
var noinlineScript = script, policy = goog.html.trustedtypes.getPolicyPrivateDoNotAccessOrElse(), trustedScript = policy ? policy.createScript(noinlineScript) : noinlineScript;
|
|
6604
|
-
return new module$contents$goog$html$SafeScript_SafeScript(trustedScript, module$contents$goog$html$SafeScript_CONSTRUCTOR_TOKEN_PRIVATE);
|
|
6605
|
-
};
|
|
6606
|
-
module$contents$goog$html$SafeScript_SafeScript.EMPTY = function() {
|
|
6607
|
-
return module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse("");
|
|
6608
|
-
}();
|
|
6609
|
-
goog.html.SafeScript = module$contents$goog$html$SafeScript_SafeScript;
|
|
6610
6537
|
goog.fs = {};
|
|
6611
6538
|
goog.fs.url = {};
|
|
6612
6539
|
goog.fs.url.createObjectUrl = function(obj) {
|
|
@@ -6634,33 +6561,36 @@ goog.fs.url.findUrlObject_ = function() {
|
|
|
6634
6561
|
goog.fs.url.browserSupportsObjectUrls = function() {
|
|
6635
6562
|
return null != goog.fs.url.findUrlObject_();
|
|
6636
6563
|
};
|
|
6637
|
-
goog.
|
|
6638
|
-
goog.
|
|
6639
|
-
|
|
6640
|
-
|
|
6641
|
-
|
|
6642
|
-
|
|
6643
|
-
}
|
|
6644
|
-
return bb.getBlob();
|
|
6564
|
+
goog.html = {};
|
|
6565
|
+
goog.html.trustedtypes = {};
|
|
6566
|
+
goog.html.trustedtypes.POLICY_NAME = goog.TRUSTED_TYPES_POLICY_NAME ? goog.TRUSTED_TYPES_POLICY_NAME + "#html" : "";
|
|
6567
|
+
goog.html.trustedtypes.getPolicyPrivateDoNotAccessOrElse = function() {
|
|
6568
|
+
if (!goog.html.trustedtypes.POLICY_NAME) {
|
|
6569
|
+
return null;
|
|
6645
6570
|
}
|
|
6646
|
-
|
|
6571
|
+
void 0 === goog.html.trustedtypes.cachedPolicy_ && (goog.html.trustedtypes.cachedPolicy_ = goog.createTrustedTypesPolicy(goog.html.trustedtypes.POLICY_NAME));
|
|
6572
|
+
return goog.html.trustedtypes.cachedPolicy_;
|
|
6647
6573
|
};
|
|
6648
|
-
goog.
|
|
6649
|
-
|
|
6650
|
-
|
|
6651
|
-
|
|
6652
|
-
|
|
6653
|
-
|
|
6654
|
-
|
|
6655
|
-
|
|
6656
|
-
if (
|
|
6657
|
-
|
|
6658
|
-
opt_type && (properties.type = opt_type);
|
|
6659
|
-
opt_endings && (properties.endings = opt_endings);
|
|
6660
|
-
return new Blob(parts, properties);
|
|
6574
|
+
goog.string.Const = function(opt_token, opt_content) {
|
|
6575
|
+
this.stringConstValueWithSecurityContract__googStringSecurityPrivate_ = opt_token === goog.string.Const.GOOG_STRING_CONSTRUCTOR_TOKEN_PRIVATE_ && opt_content || "";
|
|
6576
|
+
this.STRING_CONST_TYPE_MARKER__GOOG_STRING_SECURITY_PRIVATE_ = goog.string.Const.TYPE_MARKER_;
|
|
6577
|
+
};
|
|
6578
|
+
goog.string.Const.prototype.toString = function() {
|
|
6579
|
+
return this.stringConstValueWithSecurityContract__googStringSecurityPrivate_;
|
|
6580
|
+
};
|
|
6581
|
+
goog.string.Const.unwrap = function(stringConst) {
|
|
6582
|
+
if (stringConst instanceof goog.string.Const && stringConst.constructor === goog.string.Const && stringConst.STRING_CONST_TYPE_MARKER__GOOG_STRING_SECURITY_PRIVATE_ === goog.string.Const.TYPE_MARKER_) {
|
|
6583
|
+
return stringConst.stringConstValueWithSecurityContract__googStringSecurityPrivate_;
|
|
6661
6584
|
}
|
|
6662
|
-
|
|
6585
|
+
goog.asserts.fail("expected object of type Const, got '" + stringConst + "'");
|
|
6586
|
+
return "type_error:Const";
|
|
6587
|
+
};
|
|
6588
|
+
goog.string.Const.from = function(s) {
|
|
6589
|
+
return new goog.string.Const(goog.string.Const.GOOG_STRING_CONSTRUCTOR_TOKEN_PRIVATE_, s);
|
|
6663
6590
|
};
|
|
6591
|
+
goog.string.Const.TYPE_MARKER_ = {};
|
|
6592
|
+
goog.string.Const.GOOG_STRING_CONSTRUCTOR_TOKEN_PRIVATE_ = {};
|
|
6593
|
+
goog.string.Const.EMPTY = goog.string.Const.from("");
|
|
6664
6594
|
goog.html.TrustedResourceUrl = function(value, token) {
|
|
6665
6595
|
if (goog.DEBUG && token !== goog.html.TrustedResourceUrl.CONSTRUCTOR_TOKEN_PRIVATE_) {
|
|
6666
6596
|
throw Error("TrustedResourceUrl is not meant to be built directly");
|
|
@@ -6670,10 +6600,6 @@ goog.html.TrustedResourceUrl = function(value, token) {
|
|
|
6670
6600
|
goog.html.TrustedResourceUrl.prototype.toString = function() {
|
|
6671
6601
|
return this.privateDoNotAccessOrElseTrustedResourceUrlWrappedValue_ + "";
|
|
6672
6602
|
};
|
|
6673
|
-
goog.html.TrustedResourceUrl.prototype.implementsGoogStringTypedString = !0;
|
|
6674
|
-
goog.html.TrustedResourceUrl.prototype.getTypedStringValue = function() {
|
|
6675
|
-
return this.privateDoNotAccessOrElseTrustedResourceUrlWrappedValue_.toString();
|
|
6676
|
-
};
|
|
6677
6603
|
goog.html.TrustedResourceUrl.prototype.cloneWithParams = function(searchParams, opt_hashParams) {
|
|
6678
6604
|
var url = goog.html.TrustedResourceUrl.unwrap(this), parts = goog.html.TrustedResourceUrl.URL_PARAM_PARSER_.exec(url), urlHash = parts[3] || "";
|
|
6679
6605
|
return goog.html.TrustedResourceUrl.createTrustedResourceUrlSecurityPrivateDoNotAccessOrElse(parts[1] + goog.html.TrustedResourceUrl.stringifyParams_("?", parts[2] || "", searchParams) + goog.html.TrustedResourceUrl.stringifyParams_("#", urlHash, opt_hashParams));
|
|
@@ -6717,10 +6643,6 @@ goog.html.TrustedResourceUrl.fromConstants = function(parts) {
|
|
|
6717
6643
|
}
|
|
6718
6644
|
return goog.html.TrustedResourceUrl.createTrustedResourceUrlSecurityPrivateDoNotAccessOrElse(unwrapped);
|
|
6719
6645
|
};
|
|
6720
|
-
goog.html.TrustedResourceUrl.fromSafeScript = function(safeScript) {
|
|
6721
|
-
var blob = goog.fs.blob.getBlobWithProperties([module$contents$goog$html$SafeScript_SafeScript.unwrap(safeScript)], "text/javascript"), url = goog.fs.url.createObjectUrl(blob);
|
|
6722
|
-
return goog.html.TrustedResourceUrl.createTrustedResourceUrlSecurityPrivateDoNotAccessOrElse(url);
|
|
6723
|
-
};
|
|
6724
6646
|
goog.html.TrustedResourceUrl.CONSTRUCTOR_TOKEN_PRIVATE_ = {};
|
|
6725
6647
|
goog.html.TrustedResourceUrl.createTrustedResourceUrlSecurityPrivateDoNotAccessOrElse = function(url) {
|
|
6726
6648
|
var noinlineUrl = url, policy = goog.html.trustedtypes.getPolicyPrivateDoNotAccessOrElse(), value = policy ? policy.createScriptURL(noinlineUrl) : noinlineUrl;
|
|
@@ -6743,6 +6665,8 @@ goog.html.TrustedResourceUrl.stringifyParams_ = function(prefix, currentString,
|
|
|
6743
6665
|
}
|
|
6744
6666
|
return currentString;
|
|
6745
6667
|
};
|
|
6668
|
+
goog.string.TypedString = function() {
|
|
6669
|
+
};
|
|
6746
6670
|
goog.html.SafeUrl = function(value, token) {
|
|
6747
6671
|
if (goog.DEBUG && token !== goog.html.SafeUrl.CONSTRUCTOR_TOKEN_PRIVATE_) {
|
|
6748
6672
|
throw Error("SafeUrl is not meant to be built directly");
|
|
@@ -6780,7 +6704,7 @@ goog.html.SafeUrl.fromBlob = function(blob) {
|
|
|
6780
6704
|
return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(url);
|
|
6781
6705
|
};
|
|
6782
6706
|
goog.html.SafeUrl.revokeObjectUrl = function(safeUrl) {
|
|
6783
|
-
var url = safeUrl.
|
|
6707
|
+
var url = safeUrl.toString();
|
|
6784
6708
|
url !== goog.html.SafeUrl.INNOCUOUS_STRING && goog.fs.url.revokeObjectUrl(url);
|
|
6785
6709
|
};
|
|
6786
6710
|
goog.html.SafeUrl.fromMediaSource = function(mediaSource) {
|
|
@@ -6872,7 +6796,7 @@ goog.html.SafeUrl.trySanitize = function(url) {
|
|
|
6872
6796
|
if (url instanceof goog.html.SafeUrl) {
|
|
6873
6797
|
return url;
|
|
6874
6798
|
}
|
|
6875
|
-
url =
|
|
6799
|
+
url = String(url);
|
|
6876
6800
|
return goog.html.SAFE_URL_PATTERN_.test(url) ? goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(url) : goog.html.SafeUrl.tryFromDataUrl(url);
|
|
6877
6801
|
};
|
|
6878
6802
|
goog.html.SafeUrl.sanitize = function(url) {
|
|
@@ -6882,10 +6806,10 @@ goog.html.SafeUrl.sanitizeAssertUnchanged = function(url, opt_allowDataUrl) {
|
|
|
6882
6806
|
if (url instanceof goog.html.SafeUrl) {
|
|
6883
6807
|
return url;
|
|
6884
6808
|
}
|
|
6885
|
-
url =
|
|
6809
|
+
url = String(url);
|
|
6886
6810
|
if (opt_allowDataUrl && /^data:/i.test(url)) {
|
|
6887
6811
|
var safeUrl = goog.html.SafeUrl.fromDataUrl(url);
|
|
6888
|
-
if (safeUrl.
|
|
6812
|
+
if (safeUrl.toString() == url) {
|
|
6889
6813
|
return safeUrl;
|
|
6890
6814
|
}
|
|
6891
6815
|
}
|
|
@@ -6928,7 +6852,7 @@ goog.html.SafeUrl.sanitizeJavascriptUrlAssertUnchanged = function(url) {
|
|
|
6928
6852
|
if (url instanceof goog.html.SafeUrl) {
|
|
6929
6853
|
return url;
|
|
6930
6854
|
}
|
|
6931
|
-
url =
|
|
6855
|
+
url = String(url);
|
|
6932
6856
|
var parsedScheme = goog.html.SafeUrl.extractScheme(url);
|
|
6933
6857
|
goog.asserts.assert("javascript:" !== parsedScheme, "%s is a javascript: URL", url) || (url = goog.html.SafeUrl.INNOCUOUS_STRING);
|
|
6934
6858
|
return goog.html.SafeUrl.createSafeUrlSecurityPrivateDoNotAccessOrElse(url);
|
|
@@ -6944,7 +6868,6 @@ var module$contents$goog$html$SafeStyle_CONSTRUCTOR_TOKEN_PRIVATE = {}, module$c
|
|
|
6944
6868
|
throw Error("SafeStyle is not meant to be built directly");
|
|
6945
6869
|
}
|
|
6946
6870
|
this.privateDoNotAccessOrElseSafeStyleWrappedValue_ = value;
|
|
6947
|
-
this.implementsGoogStringTypedString = !0;
|
|
6948
6871
|
};
|
|
6949
6872
|
module$contents$goog$html$SafeStyle_SafeStyle.fromConstant = function(style) {
|
|
6950
6873
|
var styleString = goog.string.Const.unwrap(style);
|
|
@@ -6955,9 +6878,6 @@ module$contents$goog$html$SafeStyle_SafeStyle.fromConstant = function(style) {
|
|
|
6955
6878
|
(0,goog.asserts.assert)((0,goog.string.internal.contains)(styleString, ":"), "Style string must contain at least one ':', to specify a \"name: value\" pair: " + styleString);
|
|
6956
6879
|
return module$contents$goog$html$SafeStyle_SafeStyle.createSafeStyleSecurityPrivateDoNotAccessOrElse(styleString);
|
|
6957
6880
|
};
|
|
6958
|
-
module$contents$goog$html$SafeStyle_SafeStyle.prototype.getTypedStringValue = function() {
|
|
6959
|
-
return this.privateDoNotAccessOrElseSafeStyleWrappedValue_;
|
|
6960
|
-
};
|
|
6961
6881
|
module$contents$goog$html$SafeStyle_SafeStyle.prototype.toString = function() {
|
|
6962
6882
|
return this.privateDoNotAccessOrElseSafeStyleWrappedValue_.toString();
|
|
6963
6883
|
};
|
|
@@ -7055,7 +6975,7 @@ function module$contents$goog$html$SafeStyle_sanitizeUrl(value) {
|
|
|
7055
6975
|
quote = start;
|
|
7056
6976
|
return inside;
|
|
7057
6977
|
});
|
|
7058
|
-
var sanitized = goog.html.SafeUrl.sanitize(url).
|
|
6978
|
+
var sanitized = goog.html.SafeUrl.sanitize(url).toString();
|
|
7059
6979
|
return before + quote + sanitized + quote + after;
|
|
7060
6980
|
});
|
|
7061
6981
|
}
|
|
@@ -7127,10 +7047,6 @@ var module$contents$goog$html$SafeHtml_CONSTRUCTOR_TOKEN_PRIVATE = {}, module$co
|
|
|
7127
7047
|
throw Error("SafeHtml is not meant to be built directly");
|
|
7128
7048
|
}
|
|
7129
7049
|
this.privateDoNotAccessOrElseSafeHtmlWrappedValue_ = value;
|
|
7130
|
-
this.implementsGoogStringTypedString = !0;
|
|
7131
|
-
};
|
|
7132
|
-
module$contents$goog$html$SafeHtml_SafeHtml.prototype.getTypedStringValue = function() {
|
|
7133
|
-
return this.privateDoNotAccessOrElseSafeHtmlWrappedValue_.toString();
|
|
7134
7050
|
};
|
|
7135
7051
|
module$contents$goog$html$SafeHtml_SafeHtml.prototype.toString = function() {
|
|
7136
7052
|
return this.privateDoNotAccessOrElseSafeHtmlWrappedValue_.toString();
|
|
@@ -7201,23 +7117,6 @@ module$contents$goog$html$SafeHtml_SafeHtml.createScriptSrc = function(src, attr
|
|
|
7201
7117
|
var combinedAttrs = module$contents$goog$html$SafeHtml_SafeHtml.combineAttributes({src:src}, {}, attributes);
|
|
7202
7118
|
return module$contents$goog$html$SafeHtml_SafeHtml.createSafeHtmlTagSecurityPrivateDoNotAccessOrElse("script", combinedAttrs);
|
|
7203
7119
|
};
|
|
7204
|
-
module$contents$goog$html$SafeHtml_SafeHtml.createScript = function(script, attributes) {
|
|
7205
|
-
for (var attr in attributes) {
|
|
7206
|
-
if (Object.prototype.hasOwnProperty.call(attributes, attr)) {
|
|
7207
|
-
var attrLower = attr.toLowerCase();
|
|
7208
|
-
if ("language" == attrLower || "src" == attrLower || "text" == attrLower) {
|
|
7209
|
-
throw Error(module$contents$goog$html$SafeHtml_SafeHtml.ENABLE_ERROR_MESSAGES ? 'Cannot set "' + attrLower + '" attribute' : "");
|
|
7210
|
-
}
|
|
7211
|
-
}
|
|
7212
|
-
}
|
|
7213
|
-
var content = "";
|
|
7214
|
-
script = module$contents$goog$array_concat(script);
|
|
7215
|
-
for (var i = 0; i < script.length; i++) {
|
|
7216
|
-
content += module$contents$goog$html$SafeScript_SafeScript.unwrap(script[i]);
|
|
7217
|
-
}
|
|
7218
|
-
var htmlContent = module$contents$goog$html$SafeHtml_SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse(content);
|
|
7219
|
-
return module$contents$goog$html$SafeHtml_SafeHtml.createSafeHtmlTagSecurityPrivateDoNotAccessOrElse("script", attributes, htmlContent);
|
|
7220
|
-
};
|
|
7221
7120
|
module$contents$goog$html$SafeHtml_SafeHtml.createStyle = function(styleSheet, attributes) {
|
|
7222
7121
|
var combinedAttrs = module$contents$goog$html$SafeHtml_SafeHtml.combineAttributes({type:"text/css"}, {}, attributes), content = "";
|
|
7223
7122
|
styleSheet = module$contents$goog$array_concat(styleSheet);
|
|
@@ -7352,6 +7251,43 @@ goog.html.SafeHtml = module$contents$goog$html$SafeHtml_SafeHtml;
|
|
|
7352
7251
|
SPDX-License-Identifier: Apache-2.0
|
|
7353
7252
|
*/
|
|
7354
7253
|
var module$contents$safevalues$environment$dev_module = module$contents$safevalues$environment$dev_module || {id:"third_party/javascript/safevalues/environment/dev.closure.js"};
|
|
7254
|
+
var module$contents$goog$html$SafeScript_CONSTRUCTOR_TOKEN_PRIVATE = {}, module$contents$goog$html$SafeScript_SafeScript = function(value, token) {
|
|
7255
|
+
if (goog.DEBUG && token !== module$contents$goog$html$SafeScript_CONSTRUCTOR_TOKEN_PRIVATE) {
|
|
7256
|
+
throw Error("SafeScript is not meant to be built directly");
|
|
7257
|
+
}
|
|
7258
|
+
this.privateDoNotAccessOrElseSafeScriptWrappedValue_ = value;
|
|
7259
|
+
};
|
|
7260
|
+
module$contents$goog$html$SafeScript_SafeScript.prototype.toString = function() {
|
|
7261
|
+
return this.privateDoNotAccessOrElseSafeScriptWrappedValue_.toString();
|
|
7262
|
+
};
|
|
7263
|
+
module$contents$goog$html$SafeScript_SafeScript.fromConstant = function(script) {
|
|
7264
|
+
var scriptString = goog.string.Const.unwrap(script);
|
|
7265
|
+
return 0 === scriptString.length ? module$contents$goog$html$SafeScript_SafeScript.EMPTY : module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse(scriptString);
|
|
7266
|
+
};
|
|
7267
|
+
module$contents$goog$html$SafeScript_SafeScript.fromJson = function(val) {
|
|
7268
|
+
return module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse(module$contents$goog$html$SafeScript_SafeScript.stringify_(val));
|
|
7269
|
+
};
|
|
7270
|
+
module$contents$goog$html$SafeScript_SafeScript.unwrap = function(safeScript) {
|
|
7271
|
+
return module$contents$goog$html$SafeScript_SafeScript.unwrapTrustedScript(safeScript).toString();
|
|
7272
|
+
};
|
|
7273
|
+
module$contents$goog$html$SafeScript_SafeScript.unwrapTrustedScript = function(safeScript) {
|
|
7274
|
+
if (safeScript instanceof module$contents$goog$html$SafeScript_SafeScript && safeScript.constructor === module$contents$goog$html$SafeScript_SafeScript) {
|
|
7275
|
+
return safeScript.privateDoNotAccessOrElseSafeScriptWrappedValue_;
|
|
7276
|
+
}
|
|
7277
|
+
(0,goog.asserts.fail)("expected object of type SafeScript, got '" + safeScript + "' of type " + goog.typeOf(safeScript));
|
|
7278
|
+
return "type_error:SafeScript";
|
|
7279
|
+
};
|
|
7280
|
+
module$contents$goog$html$SafeScript_SafeScript.stringify_ = function(val) {
|
|
7281
|
+
return JSON.stringify(val).replace(/</g, "\\x3c");
|
|
7282
|
+
};
|
|
7283
|
+
module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse = function(script) {
|
|
7284
|
+
var noinlineScript = script, policy = goog.html.trustedtypes.getPolicyPrivateDoNotAccessOrElse(), trustedScript = policy ? policy.createScript(noinlineScript) : noinlineScript;
|
|
7285
|
+
return new module$contents$goog$html$SafeScript_SafeScript(trustedScript, module$contents$goog$html$SafeScript_CONSTRUCTOR_TOKEN_PRIVATE);
|
|
7286
|
+
};
|
|
7287
|
+
module$contents$goog$html$SafeScript_SafeScript.EMPTY = function() {
|
|
7288
|
+
return module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse("");
|
|
7289
|
+
}();
|
|
7290
|
+
goog.html.SafeScript = module$contents$goog$html$SafeScript_SafeScript;
|
|
7355
7291
|
var module$exports$goog$html$internals = {};
|
|
7356
7292
|
module$exports$goog$html$internals.createSafeHtml = module$contents$goog$html$SafeHtml_SafeHtml.createSafeHtmlSecurityPrivateDoNotAccessOrElse;
|
|
7357
7293
|
module$exports$goog$html$internals.createSafeScript = module$contents$goog$html$SafeScript_SafeScript.createSafeScriptSecurityPrivateDoNotAccessOrElse;
|
|
@@ -7544,9 +7480,6 @@ goog.dom.safe.setInputFormAction = function(input, url) {
|
|
|
7544
7480
|
var safeUrl = url instanceof goog.html.SafeUrl ? url : goog.html.SafeUrl.sanitizeJavascriptUrlAssertUnchanged(url);
|
|
7545
7481
|
module$contents$goog$asserts$dom_assertIsHtmlInputElement(input).formAction = goog.html.SafeUrl.unwrap(safeUrl);
|
|
7546
7482
|
};
|
|
7547
|
-
goog.dom.safe.setStyle = function(elem, style) {
|
|
7548
|
-
elem.style.cssText = module$contents$goog$html$SafeStyle_SafeStyle.unwrap(style);
|
|
7549
|
-
};
|
|
7550
7483
|
goog.dom.safe.documentWrite = function(doc, html) {
|
|
7551
7484
|
doc.write(module$contents$goog$html$SafeHtml_SafeHtml.unwrapTrustedHTML(html));
|
|
7552
7485
|
};
|
|
@@ -7565,14 +7498,6 @@ goog.dom.safe.setVideoSrc = function(videoElement, url) {
|
|
|
7565
7498
|
var safeUrl = url instanceof goog.html.SafeUrl ? url : goog.html.SafeUrl.sanitizeJavascriptUrlAssertUnchanged(url);
|
|
7566
7499
|
videoElement.src = goog.html.SafeUrl.unwrap(safeUrl);
|
|
7567
7500
|
};
|
|
7568
|
-
goog.dom.safe.setEmbedSrc = function(embed, url) {
|
|
7569
|
-
module$contents$goog$asserts$dom_assertIsHtmlEmbedElement(embed);
|
|
7570
|
-
embed.src = goog.html.TrustedResourceUrl.unwrapTrustedScriptURL(url);
|
|
7571
|
-
};
|
|
7572
|
-
goog.dom.safe.setFrameSrc = function(frame, url) {
|
|
7573
|
-
module$contents$goog$asserts$dom_assertIsHtmlFrameElement(frame);
|
|
7574
|
-
frame.src = goog.html.TrustedResourceUrl.unwrap(url);
|
|
7575
|
-
};
|
|
7576
7501
|
goog.dom.safe.setIframeSrc = function(iframe, url) {
|
|
7577
7502
|
module$contents$goog$asserts$dom_assertIsHtmlIFrameElement(iframe);
|
|
7578
7503
|
iframe.src = goog.html.TrustedResourceUrl.unwrap(url);
|
|
@@ -7593,20 +7518,11 @@ goog.dom.safe.setLinkHrefAndRel = function(link, url, rel) {
|
|
|
7593
7518
|
link.href = url instanceof goog.html.TrustedResourceUrl ? goog.html.TrustedResourceUrl.unwrap(url) : url instanceof goog.html.SafeUrl ? goog.html.SafeUrl.unwrap(url) : goog.html.SafeUrl.unwrap(goog.html.SafeUrl.sanitizeJavascriptUrlAssertUnchanged(url));
|
|
7594
7519
|
}
|
|
7595
7520
|
};
|
|
7596
|
-
goog.dom.safe.setObjectData = function(object, url) {
|
|
7597
|
-
module$contents$goog$asserts$dom_assertIsHtmlObjectElement(object);
|
|
7598
|
-
object.data = goog.html.TrustedResourceUrl.unwrapTrustedScriptURL(url);
|
|
7599
|
-
};
|
|
7600
7521
|
goog.dom.safe.setScriptSrc = function(script, url) {
|
|
7601
7522
|
module$contents$goog$asserts$dom_assertIsHtmlScriptElement(script);
|
|
7602
7523
|
goog.dom.safe.setNonceForScriptElement_(script);
|
|
7603
7524
|
script.src = goog.html.TrustedResourceUrl.unwrapTrustedScriptURL(url);
|
|
7604
7525
|
};
|
|
7605
|
-
goog.dom.safe.setScriptContent = function(script, content) {
|
|
7606
|
-
module$contents$goog$asserts$dom_assertIsHtmlScriptElement(script);
|
|
7607
|
-
goog.dom.safe.setNonceForScriptElement_(script);
|
|
7608
|
-
script.textContent = module$contents$goog$html$SafeScript_SafeScript.unwrapTrustedScript(content);
|
|
7609
|
-
};
|
|
7610
7526
|
goog.dom.safe.setNonceForScriptElement_ = function(script) {
|
|
7611
7527
|
var nonce = goog.dom.safe.getScriptNonce(script.ownerDocument && script.ownerDocument.defaultView);
|
|
7612
7528
|
nonce && script.setAttribute("nonce", nonce);
|
|
@@ -7647,9 +7563,6 @@ goog.dom.safe.createImageFromBlob = function(blob) {
|
|
|
7647
7563
|
image.src = objectUrl;
|
|
7648
7564
|
return image;
|
|
7649
7565
|
};
|
|
7650
|
-
goog.dom.safe.createContextualFragment = function(range, html) {
|
|
7651
|
-
return range.createContextualFragment(module$contents$goog$html$SafeHtml_SafeHtml.unwrapTrustedHTML(html));
|
|
7652
|
-
};
|
|
7653
7566
|
goog.dom.safe.getScriptNonce = function(opt_window) {
|
|
7654
7567
|
return goog.dom.safe.getNonce_("script[nonce]", opt_window);
|
|
7655
7568
|
};
|
|
@@ -10400,13 +10313,14 @@ module$exports$eeapiclient$ee_api_client.ExportClassifierRequest = function(para
|
|
|
10400
10313
|
this.Serializable$set("assetExportOptions", null == parameters.assetExportOptions ? null : parameters.assetExportOptions);
|
|
10401
10314
|
this.Serializable$set("maxWorkers", null == parameters.maxWorkers ? null : parameters.maxWorkers);
|
|
10402
10315
|
this.Serializable$set("workloadTag", null == parameters.workloadTag ? null : parameters.workloadTag);
|
|
10316
|
+
this.Serializable$set("priority", null == parameters.priority ? null : parameters.priority);
|
|
10403
10317
|
};
|
|
10404
10318
|
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.ExportClassifierRequest, module$exports$eeapiclient$domain_object.Serializable);
|
|
10405
10319
|
module$exports$eeapiclient$ee_api_client.ExportClassifierRequest.prototype.getConstructor = function() {
|
|
10406
10320
|
return module$exports$eeapiclient$ee_api_client.ExportClassifierRequest;
|
|
10407
10321
|
};
|
|
10408
10322
|
module$exports$eeapiclient$ee_api_client.ExportClassifierRequest.prototype.getPartialClassMetadata = function() {
|
|
10409
|
-
return {keys:"assetExportOptions description expression maxWorkers requestId workloadTag".split(" "), objects:{assetExportOptions:module$exports$eeapiclient$ee_api_client.ClassifierAssetExportOptions, expression:module$exports$eeapiclient$ee_api_client.Expression}};
|
|
10323
|
+
return {keys:"assetExportOptions description expression maxWorkers priority requestId workloadTag".split(" "), objects:{assetExportOptions:module$exports$eeapiclient$ee_api_client.ClassifierAssetExportOptions, expression:module$exports$eeapiclient$ee_api_client.Expression}};
|
|
10410
10324
|
};
|
|
10411
10325
|
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.ExportClassifierRequest.prototype, {assetExportOptions:{configurable:!0, enumerable:!0, get:function() {
|
|
10412
10326
|
return this.Serializable$has("assetExportOptions") ? this.Serializable$get("assetExportOptions") : null;
|
|
@@ -10424,6 +10338,10 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
|
|
|
10424
10338
|
return this.Serializable$has("maxWorkers") ? this.Serializable$get("maxWorkers") : null;
|
|
10425
10339
|
}, set:function(value) {
|
|
10426
10340
|
this.Serializable$set("maxWorkers", value);
|
|
10341
|
+
}}, priority:{configurable:!0, enumerable:!0, get:function() {
|
|
10342
|
+
return this.Serializable$has("priority") ? this.Serializable$get("priority") : null;
|
|
10343
|
+
}, set:function(value) {
|
|
10344
|
+
this.Serializable$set("priority", value);
|
|
10427
10345
|
}}, requestId:{configurable:!0, enumerable:!0, get:function() {
|
|
10428
10346
|
return this.Serializable$has("requestId") ? this.Serializable$get("requestId") : null;
|
|
10429
10347
|
}, set:function(value) {
|
|
@@ -10447,13 +10365,14 @@ module$exports$eeapiclient$ee_api_client.ExportImageRequest = function(parameter
|
|
|
10447
10365
|
this.Serializable$set("requestId", null == parameters.requestId ? null : parameters.requestId);
|
|
10448
10366
|
this.Serializable$set("maxWorkers", null == parameters.maxWorkers ? null : parameters.maxWorkers);
|
|
10449
10367
|
this.Serializable$set("workloadTag", null == parameters.workloadTag ? null : parameters.workloadTag);
|
|
10368
|
+
this.Serializable$set("priority", null == parameters.priority ? null : parameters.priority);
|
|
10450
10369
|
};
|
|
10451
10370
|
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.ExportImageRequest, module$exports$eeapiclient$domain_object.Serializable);
|
|
10452
10371
|
module$exports$eeapiclient$ee_api_client.ExportImageRequest.prototype.getConstructor = function() {
|
|
10453
10372
|
return module$exports$eeapiclient$ee_api_client.ExportImageRequest;
|
|
10454
10373
|
};
|
|
10455
10374
|
module$exports$eeapiclient$ee_api_client.ExportImageRequest.prototype.getPartialClassMetadata = function() {
|
|
10456
|
-
return {keys:"assetExportOptions description expression fileExportOptions grid maxPixels maxWorkers requestId workloadTag".split(" "), objects:{assetExportOptions:module$exports$eeapiclient$ee_api_client.ImageAssetExportOptions, expression:module$exports$eeapiclient$ee_api_client.Expression, fileExportOptions:module$exports$eeapiclient$ee_api_client.ImageFileExportOptions, grid:module$exports$eeapiclient$ee_api_client.PixelGrid}};
|
|
10375
|
+
return {keys:"assetExportOptions description expression fileExportOptions grid maxPixels maxWorkers priority requestId workloadTag".split(" "), objects:{assetExportOptions:module$exports$eeapiclient$ee_api_client.ImageAssetExportOptions, expression:module$exports$eeapiclient$ee_api_client.Expression, fileExportOptions:module$exports$eeapiclient$ee_api_client.ImageFileExportOptions, grid:module$exports$eeapiclient$ee_api_client.PixelGrid}};
|
|
10457
10376
|
};
|
|
10458
10377
|
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.ExportImageRequest.prototype, {assetExportOptions:{configurable:!0, enumerable:!0, get:function() {
|
|
10459
10378
|
return this.Serializable$has("assetExportOptions") ? this.Serializable$get("assetExportOptions") : null;
|
|
@@ -10483,6 +10402,10 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
|
|
|
10483
10402
|
return this.Serializable$has("maxWorkers") ? this.Serializable$get("maxWorkers") : null;
|
|
10484
10403
|
}, set:function(value) {
|
|
10485
10404
|
this.Serializable$set("maxWorkers", value);
|
|
10405
|
+
}}, priority:{configurable:!0, enumerable:!0, get:function() {
|
|
10406
|
+
return this.Serializable$has("priority") ? this.Serializable$get("priority") : null;
|
|
10407
|
+
}, set:function(value) {
|
|
10408
|
+
this.Serializable$set("priority", value);
|
|
10486
10409
|
}}, requestId:{configurable:!0, enumerable:!0, get:function() {
|
|
10487
10410
|
return this.Serializable$has("requestId") ? this.Serializable$get("requestId") : null;
|
|
10488
10411
|
}, set:function(value) {
|
|
@@ -10504,13 +10427,14 @@ module$exports$eeapiclient$ee_api_client.ExportMapRequest = function(parameters)
|
|
|
10504
10427
|
this.Serializable$set("requestId", null == parameters.requestId ? null : parameters.requestId);
|
|
10505
10428
|
this.Serializable$set("maxWorkers", null == parameters.maxWorkers ? null : parameters.maxWorkers);
|
|
10506
10429
|
this.Serializable$set("workloadTag", null == parameters.workloadTag ? null : parameters.workloadTag);
|
|
10430
|
+
this.Serializable$set("priority", null == parameters.priority ? null : parameters.priority);
|
|
10507
10431
|
};
|
|
10508
10432
|
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.ExportMapRequest, module$exports$eeapiclient$domain_object.Serializable);
|
|
10509
10433
|
module$exports$eeapiclient$ee_api_client.ExportMapRequest.prototype.getConstructor = function() {
|
|
10510
10434
|
return module$exports$eeapiclient$ee_api_client.ExportMapRequest;
|
|
10511
10435
|
};
|
|
10512
10436
|
module$exports$eeapiclient$ee_api_client.ExportMapRequest.prototype.getPartialClassMetadata = function() {
|
|
10513
|
-
return {keys:"description expression maxWorkers requestId tileExportOptions tileOptions workloadTag".split(" "), objects:{expression:module$exports$eeapiclient$ee_api_client.Expression, tileExportOptions:module$exports$eeapiclient$ee_api_client.ImageFileExportOptions, tileOptions:module$exports$eeapiclient$ee_api_client.TileOptions}};
|
|
10437
|
+
return {keys:"description expression maxWorkers priority requestId tileExportOptions tileOptions workloadTag".split(" "), objects:{expression:module$exports$eeapiclient$ee_api_client.Expression, tileExportOptions:module$exports$eeapiclient$ee_api_client.ImageFileExportOptions, tileOptions:module$exports$eeapiclient$ee_api_client.TileOptions}};
|
|
10514
10438
|
};
|
|
10515
10439
|
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.ExportMapRequest.prototype, {description:{configurable:!0, enumerable:!0, get:function() {
|
|
10516
10440
|
return this.Serializable$has("description") ? this.Serializable$get("description") : null;
|
|
@@ -10524,6 +10448,10 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
|
|
|
10524
10448
|
return this.Serializable$has("maxWorkers") ? this.Serializable$get("maxWorkers") : null;
|
|
10525
10449
|
}, set:function(value) {
|
|
10526
10450
|
this.Serializable$set("maxWorkers", value);
|
|
10451
|
+
}}, priority:{configurable:!0, enumerable:!0, get:function() {
|
|
10452
|
+
return this.Serializable$has("priority") ? this.Serializable$get("priority") : null;
|
|
10453
|
+
}, set:function(value) {
|
|
10454
|
+
this.Serializable$set("priority", value);
|
|
10527
10455
|
}}, requestId:{configurable:!0, enumerable:!0, get:function() {
|
|
10528
10456
|
return this.Serializable$has("requestId") ? this.Serializable$get("requestId") : null;
|
|
10529
10457
|
}, set:function(value) {
|
|
@@ -10559,13 +10487,14 @@ module$exports$eeapiclient$ee_api_client.ExportTableRequest = function(parameter
|
|
|
10559
10487
|
this.Serializable$set("maxVertices", null == parameters.maxVertices ? null : parameters.maxVertices);
|
|
10560
10488
|
this.Serializable$set("workloadTag", null == parameters.workloadTag ? null : parameters.workloadTag);
|
|
10561
10489
|
this.Serializable$set("policy", null == parameters.policy ? null : parameters.policy);
|
|
10490
|
+
this.Serializable$set("priority", null == parameters.priority ? null : parameters.priority);
|
|
10562
10491
|
};
|
|
10563
10492
|
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.ExportTableRequest, module$exports$eeapiclient$domain_object.Serializable);
|
|
10564
10493
|
module$exports$eeapiclient$ee_api_client.ExportTableRequest.prototype.getConstructor = function() {
|
|
10565
10494
|
return module$exports$eeapiclient$ee_api_client.ExportTableRequest;
|
|
10566
10495
|
};
|
|
10567
10496
|
module$exports$eeapiclient$ee_api_client.ExportTableRequest.prototype.getPartialClassMetadata = function() {
|
|
10568
|
-
return {keys:"assetExportOptions bigqueryExportOptions description expression featureViewExportOptions fileExportOptions maxErrorMeters maxVertices maxWorkers policy requestId selectors workloadTag".split(" "), objects:{assetExportOptions:module$exports$eeapiclient$ee_api_client.TableAssetExportOptions, bigqueryExportOptions:module$exports$eeapiclient$ee_api_client.BigQueryExportOptions, expression:module$exports$eeapiclient$ee_api_client.Expression,
|
|
10497
|
+
return {keys:"assetExportOptions bigqueryExportOptions description expression featureViewExportOptions fileExportOptions maxErrorMeters maxVertices maxWorkers policy priority requestId selectors workloadTag".split(" "), objects:{assetExportOptions:module$exports$eeapiclient$ee_api_client.TableAssetExportOptions, bigqueryExportOptions:module$exports$eeapiclient$ee_api_client.BigQueryExportOptions, expression:module$exports$eeapiclient$ee_api_client.Expression,
|
|
10569
10498
|
featureViewExportOptions:module$exports$eeapiclient$ee_api_client.FeatureViewAssetExportOptions, fileExportOptions:module$exports$eeapiclient$ee_api_client.TableFileExportOptions, policy:module$exports$eeapiclient$ee_api_client.Policy}};
|
|
10570
10499
|
};
|
|
10571
10500
|
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.ExportTableRequest.prototype, {assetExportOptions:{configurable:!0, enumerable:!0, get:function() {
|
|
@@ -10608,6 +10537,10 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
|
|
|
10608
10537
|
return this.Serializable$has("policy") ? this.Serializable$get("policy") : null;
|
|
10609
10538
|
}, set:function(value) {
|
|
10610
10539
|
this.Serializable$set("policy", value);
|
|
10540
|
+
}}, priority:{configurable:!0, enumerable:!0, get:function() {
|
|
10541
|
+
return this.Serializable$has("priority") ? this.Serializable$get("priority") : null;
|
|
10542
|
+
}, set:function(value) {
|
|
10543
|
+
this.Serializable$set("priority", value);
|
|
10611
10544
|
}}, requestId:{configurable:!0, enumerable:!0, get:function() {
|
|
10612
10545
|
return this.Serializable$has("requestId") ? this.Serializable$get("requestId") : null;
|
|
10613
10546
|
}, set:function(value) {
|
|
@@ -10635,13 +10568,14 @@ module$exports$eeapiclient$ee_api_client.ExportVideoMapRequest = function(parame
|
|
|
10635
10568
|
this.Serializable$set("version", null == parameters.version ? null : parameters.version);
|
|
10636
10569
|
this.Serializable$set("maxWorkers", null == parameters.maxWorkers ? null : parameters.maxWorkers);
|
|
10637
10570
|
this.Serializable$set("workloadTag", null == parameters.workloadTag ? null : parameters.workloadTag);
|
|
10571
|
+
this.Serializable$set("priority", null == parameters.priority ? null : parameters.priority);
|
|
10638
10572
|
};
|
|
10639
10573
|
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.ExportVideoMapRequest, module$exports$eeapiclient$domain_object.Serializable);
|
|
10640
10574
|
module$exports$eeapiclient$ee_api_client.ExportVideoMapRequest.prototype.getConstructor = function() {
|
|
10641
10575
|
return module$exports$eeapiclient$ee_api_client.ExportVideoMapRequest;
|
|
10642
10576
|
};
|
|
10643
10577
|
module$exports$eeapiclient$ee_api_client.ExportVideoMapRequest.prototype.getPartialClassMetadata = function() {
|
|
10644
|
-
return {enums:{version:module$exports$eeapiclient$ee_api_client.ExportVideoMapRequestVersionEnum}, keys:"description expression maxWorkers requestId tileExportOptions tileOptions version videoOptions workloadTag".split(" "), objects:{expression:module$exports$eeapiclient$ee_api_client.Expression, tileExportOptions:module$exports$eeapiclient$ee_api_client.VideoFileExportOptions, tileOptions:module$exports$eeapiclient$ee_api_client.TileOptions,
|
|
10578
|
+
return {enums:{version:module$exports$eeapiclient$ee_api_client.ExportVideoMapRequestVersionEnum}, keys:"description expression maxWorkers priority requestId tileExportOptions tileOptions version videoOptions workloadTag".split(" "), objects:{expression:module$exports$eeapiclient$ee_api_client.Expression, tileExportOptions:module$exports$eeapiclient$ee_api_client.VideoFileExportOptions, tileOptions:module$exports$eeapiclient$ee_api_client.TileOptions,
|
|
10645
10579
|
videoOptions:module$exports$eeapiclient$ee_api_client.VideoOptions}};
|
|
10646
10580
|
};
|
|
10647
10581
|
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.ExportVideoMapRequest.prototype, {description:{configurable:!0, enumerable:!0, get:function() {
|
|
@@ -10656,6 +10590,10 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
|
|
|
10656
10590
|
return this.Serializable$has("maxWorkers") ? this.Serializable$get("maxWorkers") : null;
|
|
10657
10591
|
}, set:function(value) {
|
|
10658
10592
|
this.Serializable$set("maxWorkers", value);
|
|
10593
|
+
}}, priority:{configurable:!0, enumerable:!0, get:function() {
|
|
10594
|
+
return this.Serializable$has("priority") ? this.Serializable$get("priority") : null;
|
|
10595
|
+
}, set:function(value) {
|
|
10596
|
+
this.Serializable$set("priority", value);
|
|
10659
10597
|
}}, requestId:{configurable:!0, enumerable:!0, get:function() {
|
|
10660
10598
|
return this.Serializable$has("requestId") ? this.Serializable$get("requestId") : null;
|
|
10661
10599
|
}, set:function(value) {
|
|
@@ -10696,13 +10634,14 @@ module$exports$eeapiclient$ee_api_client.ExportVideoRequest = function(parameter
|
|
|
10696
10634
|
this.Serializable$set("requestId", null == parameters.requestId ? null : parameters.requestId);
|
|
10697
10635
|
this.Serializable$set("maxWorkers", null == parameters.maxWorkers ? null : parameters.maxWorkers);
|
|
10698
10636
|
this.Serializable$set("workloadTag", null == parameters.workloadTag ? null : parameters.workloadTag);
|
|
10637
|
+
this.Serializable$set("priority", null == parameters.priority ? null : parameters.priority);
|
|
10699
10638
|
};
|
|
10700
10639
|
$jscomp.inherits(module$exports$eeapiclient$ee_api_client.ExportVideoRequest, module$exports$eeapiclient$domain_object.Serializable);
|
|
10701
10640
|
module$exports$eeapiclient$ee_api_client.ExportVideoRequest.prototype.getConstructor = function() {
|
|
10702
10641
|
return module$exports$eeapiclient$ee_api_client.ExportVideoRequest;
|
|
10703
10642
|
};
|
|
10704
10643
|
module$exports$eeapiclient$ee_api_client.ExportVideoRequest.prototype.getPartialClassMetadata = function() {
|
|
10705
|
-
return {keys:"description expression fileExportOptions maxWorkers requestId videoOptions workloadTag".split(" "), objects:{expression:module$exports$eeapiclient$ee_api_client.Expression, fileExportOptions:module$exports$eeapiclient$ee_api_client.VideoFileExportOptions, videoOptions:module$exports$eeapiclient$ee_api_client.VideoOptions}};
|
|
10644
|
+
return {keys:"description expression fileExportOptions maxWorkers priority requestId videoOptions workloadTag".split(" "), objects:{expression:module$exports$eeapiclient$ee_api_client.Expression, fileExportOptions:module$exports$eeapiclient$ee_api_client.VideoFileExportOptions, videoOptions:module$exports$eeapiclient$ee_api_client.VideoOptions}};
|
|
10706
10645
|
};
|
|
10707
10646
|
$jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.ExportVideoRequest.prototype, {description:{configurable:!0, enumerable:!0, get:function() {
|
|
10708
10647
|
return this.Serializable$has("description") ? this.Serializable$get("description") : null;
|
|
@@ -10720,6 +10659,10 @@ $jscomp.global.Object.defineProperties(module$exports$eeapiclient$ee_api_client.
|
|
|
10720
10659
|
return this.Serializable$has("maxWorkers") ? this.Serializable$get("maxWorkers") : null;
|
|
10721
10660
|
}, set:function(value) {
|
|
10722
10661
|
this.Serializable$set("maxWorkers", value);
|
|
10662
|
+
}}, priority:{configurable:!0, enumerable:!0, get:function() {
|
|
10663
|
+
return this.Serializable$has("priority") ? this.Serializable$get("priority") : null;
|
|
10664
|
+
}, set:function(value) {
|
|
10665
|
+
this.Serializable$set("priority", value);
|
|
10723
10666
|
}}, requestId:{configurable:!0, enumerable:!0, get:function() {
|
|
10724
10667
|
return this.Serializable$has("requestId") ? this.Serializable$get("requestId") : null;
|
|
10725
10668
|
}, set:function(value) {
|
|
@@ -14909,7 +14852,6 @@ goog.dom.getElementByTagNameAndClass_ = function(doc, opt_tag, opt_class, opt_el
|
|
|
14909
14852
|
goog.dom.$$ = goog.dom.getElementsByTagNameAndClass;
|
|
14910
14853
|
goog.dom.setProperties = function(element, properties) {
|
|
14911
14854
|
module$contents$goog$object_forEach(properties, function(val, key) {
|
|
14912
|
-
val && "object" == typeof val && val.implementsGoogStringTypedString && (val = val.getTypedStringValue());
|
|
14913
14855
|
"style" == key ? element.style.cssText = val : "class" == key ? element.className = val : "for" == key ? element.htmlFor = val : goog.dom.DIRECT_ATTRIBUTE_MAP_.hasOwnProperty(key) ? element.setAttribute(goog.dom.DIRECT_ATTRIBUTE_MAP_[key], val) : goog.string.startsWith(key, "aria-") || goog.string.startsWith(key, "data-") ? element.setAttribute(key, val) : element[key] = val;
|
|
14914
14856
|
});
|
|
14915
14857
|
};
|
|
@@ -18736,7 +18678,7 @@ var $jscomp$templatelit$294235699$94 = $jscomp.createTemplateTagFirstArg(["https
|
|
|
18736
18678
|
ee.apiclient = {};
|
|
18737
18679
|
var module$contents$ee$apiclient_apiclient = {};
|
|
18738
18680
|
ee.apiclient.VERSION = module$exports$ee$apiVersion.V1;
|
|
18739
|
-
ee.apiclient.API_CLIENT_VERSION = "0.1.
|
|
18681
|
+
ee.apiclient.API_CLIENT_VERSION = "0.1.386";
|
|
18740
18682
|
ee.apiclient.NULL_VALUE = module$exports$eeapiclient$domain_object.NULL_VALUE;
|
|
18741
18683
|
ee.apiclient.PromiseRequestService = module$exports$eeapiclient$promise_request_service.PromiseRequestService;
|
|
18742
18684
|
ee.apiclient.MakeRequestParams = module$contents$eeapiclient$request_params_MakeRequestParams;
|
|
@@ -19027,8 +18969,8 @@ module$contents$ee$apiclient_apiclient.send = function(path, params, callback, m
|
|
|
19027
18969
|
var profileHookAtCallTime = module$contents$ee$apiclient_apiclient.profileHook_, contentType = "application/x-www-form-urlencoded";
|
|
19028
18970
|
body && (contentType = "application/json", method && method.startsWith("multipart") && (contentType = method, method = "POST"));
|
|
19029
18971
|
method = method || "POST";
|
|
19030
|
-
var headers = {"Content-Type":contentType}, version = "0.1.
|
|
19031
|
-
"0.1.
|
|
18972
|
+
var headers = {"Content-Type":contentType}, version = "0.1.386";
|
|
18973
|
+
"0.1.386" === version && (version = "latest");
|
|
19032
18974
|
headers[module$contents$ee$apiclient_apiclient.API_CLIENT_VERSION_HEADER] = "ee-js/" + version;
|
|
19033
18975
|
var authToken = module$contents$ee$apiclient_apiclient.getAuthToken();
|
|
19034
18976
|
if (null != authToken) {
|
|
@@ -20675,13 +20617,14 @@ var module$contents$goog$singleton_instantiatedSingletons = [], module$contents$
|
|
|
20675
20617
|
};
|
|
20676
20618
|
goog.singleton.getInstance = function(ctor) {
|
|
20677
20619
|
(0,goog.asserts.assert)(!Object.isSealed(ctor), "Cannot use getInstance() with a sealed constructor.");
|
|
20678
|
-
|
|
20620
|
+
var prop = "instance_";
|
|
20621
|
+
if (ctor.instance_ && ctor.hasOwnProperty(prop)) {
|
|
20679
20622
|
return ctor.instance_;
|
|
20680
20623
|
}
|
|
20681
20624
|
goog.DEBUG && module$contents$goog$singleton_instantiatedSingletons.push(ctor);
|
|
20682
20625
|
var instance = new ctor();
|
|
20683
20626
|
ctor.instance_ = instance;
|
|
20684
|
-
(0,goog.asserts.assert)(ctor.hasOwnProperty(
|
|
20627
|
+
(0,goog.asserts.assert)(ctor.hasOwnProperty(prop), "Could not instantiate singleton.");
|
|
20685
20628
|
return instance;
|
|
20686
20629
|
};
|
|
20687
20630
|
goog.singleton.instantiatedSingletons = module$contents$goog$singleton_instantiatedSingletons;
|
|
@@ -26585,28 +26528,28 @@ ee.data.Profiler.Format.prototype.toString = function() {
|
|
|
26585
26528
|
ee.data.Profiler.Format.TEXT = new ee.data.Profiler.Format("text");
|
|
26586
26529
|
ee.data.Profiler.Format.JSON = new ee.data.Profiler.Format("json");
|
|
26587
26530
|
(function() {
|
|
26588
|
-
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.
|
|
26589
|
-
orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], "image opt_description opt_bucket
|
|
26590
|
-
"collection opt_description
|
|
26591
|
-
"collection opt_description opt_bucket opt_fileNamePrefix
|
|
26592
|
-
|
|
26593
|
-
"
|
|
26594
|
-
[
|
|
26595
|
-
"
|
|
26596
|
-
|
|
26597
|
-
["
|
|
26598
|
-
|
|
26599
|
-
[], ["coords", "opt_proj"], ["west", "south", "east", "north"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"
|
|
26600
|
-
["selectors", "opt_names"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["
|
|
26601
|
-
[ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.
|
|
26602
|
-
module$contents$ee$batch_Export.
|
|
26603
|
-
ee.ComputedObject.prototype.
|
|
26604
|
-
ee.data.
|
|
26605
|
-
ee.data.
|
|
26606
|
-
ee.
|
|
26607
|
-
ee.Filter, ee.Filter.
|
|
26608
|
-
ee.Image
|
|
26609
|
-
ee.ImageCollection.prototype.
|
|
26531
|
+
var exportedFnInfo = {}, orderedFnNames = "ee.ApiFunction._apply ee.ApiFunction.lookup ee.ApiFunction._call ee.batch.Export.map.toCloudStorage ee.batch.Export.image.toAsset ee.batch.Export.table.toAsset ee.batch.Export.video.toCloudStorage ee.batch.Export.video.toDrive ee.batch.Export.classifier.toAsset ee.batch.Export.table.toDrive ee.batch.Export.image.toCloudStorage ee.batch.Export.table.toCloudStorage ee.batch.Export.videoMap.toCloudStorage ee.batch.Export.table.toFeatureView ee.batch.Export.image.toDrive ee.batch.Export.table.toBigQuery ee.Collection.prototype.filterMetadata ee.Collection.prototype.filterBounds ee.Collection.prototype.filter ee.Collection.prototype.filterDate ee.Collection.prototype.map ee.Collection.prototype.iterate ee.Collection.prototype.limit ee.Collection.prototype.sort ee.ComputedObject.prototype.aside ee.ComputedObject.prototype.evaluate ee.ComputedObject.prototype.getInfo ee.ComputedObject.prototype.serialize ee.data.computeValue ee.data.cancelTask ee.data.setDefaultWorkloadTag ee.data.getThumbId ee.data.resetWorkloadTag ee.data.startIngestion ee.data.getVideoThumbId ee.data.getTaskStatus ee.data.updateTask ee.data.updateAsset ee.data.startProcessing ee.data.getFilmstripThumbId ee.data.createFolder ee.data.getList ee.data.listAssets ee.data.setAssetAcl ee.data.makeThumbUrl ee.data.renameAsset ee.data.authenticateViaOauth ee.data.getTaskList ee.data.getMapId ee.data.setAssetProperties ee.data.getDownloadId ee.data.copyAsset ee.data.startTableIngestion ee.data.makeDownloadUrl ee.data.authenticate ee.data.getTaskListWithLimit ee.data.listImages ee.data.getTileUrl ee.data.cancelOperation ee.data.deleteAsset ee.data.getAssetRootQuota ee.data.listOperations ee.data.listBuckets ee.data.getTableDownloadId ee.data.getWorkloadTag ee.data.getAssetAcl ee.data.getAsset ee.data.makeTableDownloadUrl ee.data.getFeatureViewTilesKey ee.data.authenticateViaPopup ee.data.getAssetRoots ee.data.getInfo ee.data.getOperation ee.data.listFeatures ee.data.createAssetHome ee.data.newTaskId ee.data.setWorkloadTag ee.data.createAsset ee.data.authenticateViaPrivateKey ee.Date ee.Deserializer.fromCloudApiJSON ee.Deserializer.decode ee.Deserializer.fromJSON ee.Deserializer.decodeCloudApi ee.Dictionary ee.TILE_SIZE ee.initialize ee.call ee.reset ee.Algorithms ee.InitState ee.apply ee.Element.prototype.set ee.Encodable.SourceFrame ee.Feature.prototype.getInfo ee.Feature.prototype.getMapId ee.Feature.prototype.getMap ee.Feature ee.FeatureCollection.prototype.getDownloadURL ee.FeatureCollection.prototype.getMap ee.FeatureCollection ee.FeatureCollection.prototype.getInfo ee.FeatureCollection.prototype.getMapId ee.FeatureCollection.prototype.select ee.Filter.neq ee.Filter.gte ee.Filter.prototype.not ee.Filter.date ee.Filter.eq ee.Filter ee.Filter.bounds ee.Filter.metadata ee.Filter.and ee.Filter.gt ee.Filter.lte ee.Filter.lt ee.Filter.inList ee.Filter.or ee.Function.prototype.apply ee.Function.prototype.call ee.Geometry.MultiPolygon ee.Geometry ee.Geometry.prototype.serialize ee.Geometry.Point ee.Geometry.Polygon ee.Geometry.prototype.toGeoJSON ee.Geometry.MultiLineString ee.Geometry.BBox ee.Geometry.prototype.toGeoJSONString ee.Geometry.LineString ee.Geometry.LinearRing ee.Geometry.MultiPoint ee.Geometry.Rectangle ee.Image ee.Image.prototype.getInfo ee.Image.prototype.getMapId ee.Image.prototype.expression ee.Image.prototype.getMap ee.Image.rgb ee.Image.prototype.rename ee.Image.prototype.getDownloadURL ee.Image.prototype.getThumbId ee.Image.cat ee.Image.prototype.select ee.Image.prototype.clip ee.Image.prototype.getThumbURL ee.ImageCollection.prototype.first ee.ImageCollection.prototype.getFilmstripThumbURL ee.ImageCollection.prototype.getMapId ee.ImageCollection.prototype.getInfo ee.ImageCollection.prototype.select ee.ImageCollection.prototype.linkCollection ee.ImageCollection ee.ImageCollection.prototype.getVideoThumbURL ee.ImageCollection.prototype.getMap ee.List ee.Number ee.Serializer.toReadableCloudApiJSON ee.Serializer.toReadableJSON ee.Serializer.encodeCloudApiPretty ee.Serializer.encode ee.Serializer.toCloudApiJSON ee.Serializer.encodeCloudApi ee.Serializer.toJSON ee.String ee.Terrain".split(" "),
|
|
26532
|
+
orderedParamLists = [["name", "namedArgs"], ["name"], ["name", "var_args"], "image opt_description opt_bucket opt_fileFormat opt_path opt_writePublicTiles opt_scale opt_maxZoom opt_minZoom opt_region opt_skipEmptyTiles opt_mapsApiKey opt_bucketCorsUris".split(" "), "image opt_description opt_assetId opt_pyramidingPolicy opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize".split(" "), ["collection", "opt_description", "opt_assetId", "opt_maxVertices"], "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "),
|
|
26533
|
+
"collection opt_description opt_folder opt_fileNamePrefix opt_framesPerSecond opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_maxFrames".split(" "), ["classifier", "opt_description", "opt_assetId"], "collection opt_description opt_folder opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "image opt_description opt_bucket opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions".split(" "),
|
|
26534
|
+
"collection opt_description opt_bucket opt_fileNamePrefix opt_fileFormat opt_selectors opt_maxVertices".split(" "), "collection opt_description opt_bucket opt_fileNamePrefix opt_framesPerSecond opt_writePublicTiles opt_minZoom opt_maxZoom opt_scale opt_region opt_skipEmptyTiles opt_minTimeMachineZoomSubset opt_maxTimeMachineZoomSubset opt_tileWidth opt_tileHeight opt_tileStride opt_videoFormat opt_version opt_mapsApiKey opt_bucketCorsUris".split(" "), "collection opt_description opt_assetId opt_maxFeaturesPerTile opt_thinningStrategy opt_thinningRanking opt_zOrderRanking".split(" "),
|
|
26535
|
+
"image opt_description opt_folder opt_fileNamePrefix opt_dimensions opt_region opt_scale opt_crs opt_crsTransform opt_maxPixels opt_shardSize opt_fileDimensions opt_skipEmptyTiles opt_fileFormat opt_formatOptions".split(" "), "collection opt_description opt_table opt_overwrite opt_append opt_selectors opt_maxVertices".split(" "), ["name", "operator", "value"], ["geometry"], ["filter"], ["start", "opt_end"], ["algorithm", "opt_dropNulls"], ["algorithm", "opt_first"], ["max", "opt_property", "opt_ascending"],
|
|
26536
|
+
["property", "opt_ascending"], ["func", "var_args"], ["callback"], ["opt_callback"], ["legacy"], ["obj", "opt_callback"], ["taskId", "opt_callback"], ["tag"], ["params", "opt_callback"], ["opt_resetDefault"], ["taskId", "request", "opt_callback"], ["params", "opt_callback"], ["taskId", "opt_callback"], ["taskId", "action", "opt_callback"], ["assetId", "asset", "updateFields", "opt_callback"], ["taskId", "params", "opt_callback"], ["params", "opt_callback"], ["path", "opt_force", "opt_callback"],
|
|
26537
|
+
["params", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["assetId", "aclUpdate", "opt_callback"], ["id"], ["sourceId", "destinationId", "opt_callback"], "clientId success opt_error opt_extraScopes opt_onImmediateFailed opt_suppressDefaultScopes".split(" "), ["opt_callback"], ["params", "opt_callback"], ["assetId", "properties", "opt_callback"], ["params", "opt_callback"], ["sourceId", "destinationId", "opt_overwrite", "opt_callback"], ["taskId", "request", "opt_callback"], ["id"],
|
|
26538
|
+
["clientId", "success", "opt_error", "opt_extraScopes", "opt_onImmediateFailed"], ["opt_limit", "opt_callback"], ["parent", "opt_params", "opt_callback"], ["id", "x", "y", "z"], ["operationName", "opt_callback"], ["assetId", "opt_callback"], ["rootId", "opt_callback"], ["opt_limit", "opt_callback"], ["project", "opt_callback"], ["params", "opt_callback"], [], ["assetId", "opt_callback"], ["id", "opt_callback"], ["id"], ["params", "opt_callback"], ["opt_success", "opt_error"], ["opt_callback"],
|
|
26539
|
+
["id", "opt_callback"], ["operationName", "opt_callback"], ["asset", "params", "opt_callback"], ["requestedId", "opt_callback"], ["opt_count", "opt_callback"], ["tag"], ["value", "opt_path", "opt_force", "opt_properties", "opt_callback"], ["privateKey", "opt_success", "opt_error", "opt_extraScopes", "opt_suppressDefaultScopes"], ["date", "opt_tz"], ["json"], ["json"], ["json"], ["json"], ["opt_dict"], [], "opt_baseurl opt_tileurl opt_successCallback opt_errorCallback opt_xsrfToken opt_project".split(" "),
|
|
26540
|
+
["func", "var_args"], [], [], [], ["func", "namedArgs"], ["var_args"], [], ["opt_callback"], ["opt_visParams", "opt_callback"], ["opt_visParams", "opt_callback"], ["geometry", "opt_properties"], ["opt_format", "opt_selectors", "opt_filename", "opt_callback"], ["opt_visParams", "opt_callback"], ["args", "opt_column"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["propertySelectors", "opt_newProperties", "opt_retainGeometry"], ["name", "value"], ["name", "value"], [], ["start", "opt_end"],
|
|
26541
|
+
["name", "value"], ["opt_filter"], ["geometry", "opt_errorMargin"], ["name", "operator", "value"], ["var_args"], ["name", "value"], ["name", "value"], ["name", "value"], ["opt_leftField", "opt_rightValue", "opt_rightField", "opt_leftValue"], ["var_args"], ["namedArgs"], ["var_args"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError", "opt_evenOdd"], ["geoJson", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["legacy"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError",
|
|
26542
|
+
"opt_evenOdd"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["west", "south", "east", "north"], [], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj", "opt_geodesic", "opt_maxError"], ["coords", "opt_proj"], ["coords", "opt_proj", "opt_geodesic", "opt_evenOdd"], ["opt_args"], ["opt_callback"], ["opt_visParams", "opt_callback"], ["expression", "opt_map"], ["opt_visParams", "opt_callback"], ["r", "g", "b"], ["var_args"], ["params", "opt_callback"], ["params",
|
|
26543
|
+
"opt_callback"], ["var_args"], ["var_args"], ["geometry"], ["params", "opt_callback"], [], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["opt_callback"], ["selectors", "opt_names"], ["imageCollection", "opt_linkedBands", "opt_linkedProperties", "opt_matchPropertyName"], ["args"], ["params", "opt_callback"], ["opt_visParams", "opt_callback"], ["list"], ["number"], ["obj"], ["obj"], ["obj"], ["obj", "opt_isCompound"], ["obj"], ["obj"], ["obj"], ["string"], []];
|
|
26544
|
+
[ee.ApiFunction._apply, ee.ApiFunction.lookup, ee.ApiFunction._call, module$contents$ee$batch_Export.map.toCloudStorage, module$contents$ee$batch_Export.image.toAsset, module$contents$ee$batch_Export.table.toAsset, module$contents$ee$batch_Export.video.toCloudStorage, module$contents$ee$batch_Export.video.toDrive, module$contents$ee$batch_Export.classifier.toAsset, module$contents$ee$batch_Export.table.toDrive, module$contents$ee$batch_Export.image.toCloudStorage, module$contents$ee$batch_Export.table.toCloudStorage,
|
|
26545
|
+
module$contents$ee$batch_Export.videoMap.toCloudStorage, module$contents$ee$batch_Export.table.toFeatureView, module$contents$ee$batch_Export.image.toDrive, module$contents$ee$batch_Export.table.toBigQuery, ee.Collection.prototype.filterMetadata, ee.Collection.prototype.filterBounds, ee.Collection.prototype.filter, ee.Collection.prototype.filterDate, ee.Collection.prototype.map, ee.Collection.prototype.iterate, ee.Collection.prototype.limit, ee.Collection.prototype.sort, ee.ComputedObject.prototype.aside,
|
|
26546
|
+
ee.ComputedObject.prototype.evaluate, ee.ComputedObject.prototype.getInfo, ee.ComputedObject.prototype.serialize, ee.data.computeValue, ee.data.cancelTask, ee.data.setDefaultWorkloadTag, ee.data.getThumbId, ee.data.resetWorkloadTag, ee.data.startIngestion, ee.data.getVideoThumbId, ee.data.getTaskStatus, ee.data.updateTask, ee.data.updateAsset, ee.data.startProcessing, ee.data.getFilmstripThumbId, ee.data.createFolder, ee.data.getList, ee.data.listAssets, ee.data.setAssetAcl, ee.data.makeThumbUrl,
|
|
26547
|
+
ee.data.renameAsset, ee.data.authenticateViaOauth, ee.data.getTaskList, ee.data.getMapId, ee.data.setAssetProperties, ee.data.getDownloadId, ee.data.copyAsset, ee.data.startTableIngestion, ee.data.makeDownloadUrl, ee.data.authenticate, ee.data.getTaskListWithLimit, ee.data.listImages, ee.data.getTileUrl, ee.data.cancelOperation, ee.data.deleteAsset, ee.data.getAssetRootQuota, ee.data.listOperations, ee.data.listBuckets, ee.data.getTableDownloadId, ee.data.getWorkloadTag, ee.data.getAssetAcl, ee.data.getAsset,
|
|
26548
|
+
ee.data.makeTableDownloadUrl, ee.data.getFeatureViewTilesKey, ee.data.authenticateViaPopup, ee.data.getAssetRoots, ee.data.getInfo, ee.data.getOperation, ee.data.listFeatures, ee.data.createAssetHome, ee.data.newTaskId, ee.data.setWorkloadTag, ee.data.createAsset, ee.data.authenticateViaPrivateKey, ee.Date, ee.Deserializer.fromCloudApiJSON, ee.Deserializer.decode, ee.Deserializer.fromJSON, ee.Deserializer.decodeCloudApi, ee.Dictionary, ee.TILE_SIZE, ee.initialize, ee.call, ee.reset, ee.Algorithms,
|
|
26549
|
+
ee.InitState, ee.apply, ee.Element.prototype.set, ee.Encodable.SourceFrame, ee.Feature.prototype.getInfo, ee.Feature.prototype.getMapId, ee.Feature.prototype.getMap, ee.Feature, ee.FeatureCollection.prototype.getDownloadURL, ee.FeatureCollection.prototype.getMap, ee.FeatureCollection, ee.FeatureCollection.prototype.getInfo, ee.FeatureCollection.prototype.getMapId, ee.FeatureCollection.prototype.select, ee.Filter.neq, ee.Filter.gte, ee.Filter.prototype.not, ee.Filter.date, ee.Filter.eq, ee.Filter,
|
|
26550
|
+
ee.Filter.bounds, ee.Filter.metadata, ee.Filter.and, ee.Filter.gt, ee.Filter.lte, ee.Filter.lt, ee.Filter.inList, ee.Filter.or, ee.Function.prototype.apply, ee.Function.prototype.call, ee.Geometry.MultiPolygon, ee.Geometry, ee.Geometry.prototype.serialize, ee.Geometry.Point, ee.Geometry.Polygon, ee.Geometry.prototype.toGeoJSON, ee.Geometry.MultiLineString, ee.Geometry.BBox, ee.Geometry.prototype.toGeoJSONString, ee.Geometry.LineString, ee.Geometry.LinearRing, ee.Geometry.MultiPoint, ee.Geometry.Rectangle,
|
|
26551
|
+
ee.Image, ee.Image.prototype.getInfo, ee.Image.prototype.getMapId, ee.Image.prototype.expression, ee.Image.prototype.getMap, ee.Image.rgb, ee.Image.prototype.rename, ee.Image.prototype.getDownloadURL, ee.Image.prototype.getThumbId, ee.Image.cat, ee.Image.prototype.select, ee.Image.prototype.clip, ee.Image.prototype.getThumbURL, ee.ImageCollection.prototype.first, ee.ImageCollection.prototype.getFilmstripThumbURL, ee.ImageCollection.prototype.getMapId, ee.ImageCollection.prototype.getInfo, ee.ImageCollection.prototype.select,
|
|
26552
|
+
ee.ImageCollection.prototype.linkCollection, ee.ImageCollection, ee.ImageCollection.prototype.getVideoThumbURL, ee.ImageCollection.prototype.getMap, ee.List, ee.Number, ee.Serializer.toReadableCloudApiJSON, ee.Serializer.toReadableJSON, ee.Serializer.encodeCloudApiPretty, ee.Serializer.encode, ee.Serializer.toCloudApiJSON, ee.Serializer.encodeCloudApi, ee.Serializer.toJSON, ee.String, ee.Terrain].forEach(function(fn, i) {
|
|
26610
26553
|
fn && (exportedFnInfo[fn.toString()] = {name:orderedFnNames[i], paramNames:orderedParamLists[i]});
|
|
26611
26554
|
});
|
|
26612
26555
|
goog.global.EXPORTED_FN_INFO = exportedFnInfo;
|