Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 705803006
  • Loading branch information
Google Earth Engine Authors committed Dec 13, 2024
1 parent e5ab9fb commit 577ea4b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions javascript/src/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,26 +6,17 @@
*/

goog.provide('ee.data');
goog.provide('ee.data.AbstractTaskConfig');
goog.provide('ee.data.AlgorithmArgument');
goog.provide('ee.data.AssetDetailsProperty');
goog.provide('ee.data.AssetType');
goog.provide('ee.data.BandDescription');
goog.provide('ee.data.ClassifierTaskConfig');
goog.provide('ee.data.ExportDestination');
goog.provide('ee.data.ExportType');
goog.provide('ee.data.FeatureCollectionDescription');
goog.provide('ee.data.FeatureViewTilesKey');
goog.provide('ee.data.FeatureVisualizationParameters');
goog.provide('ee.data.GeoJSONGeometry');
goog.provide('ee.data.ImageCollectionDescription');
goog.provide('ee.data.ImageDescription');
goog.provide('ee.data.ImageTaskConfig');
goog.provide('ee.data.ImageVisualizationParameters');
goog.provide('ee.data.MapId');
goog.provide('ee.data.MapTaskConfig');
goog.provide('ee.data.MapZoomRange');
goog.provide('ee.data.RawMapId');
goog.provide('ee.data.TableTaskConfig');
goog.provide('ee.data.VideoTaskConfig');
goog.require('ee.Serializer');
Expand Down

0 comments on commit 577ea4b

Please sign in to comment.