Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 704604197
  • Loading branch information
Google Earth Engine Authors committed Dec 10, 2024
1 parent b80e5b2 commit d5644c3
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 d5644c3

Please sign in to comment.