MylibraryAnnotationsResource class

Constructors

MylibraryAnnotationsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

delete(String annotationId, {String? source, String? $fields}) Future<Empty>
Deletes an annotation.
insert(Annotation request, {String? annotationId, String? country, bool? showOnlySummaryInResponse, String? source, String? $fields}) Future<Annotation>
Inserts a new annotation.
list({String? contentVersion, String? layerId, List<String>? layerIds, int? maxResults, String? pageToken, bool? showDeleted, String? source, String? updatedMax, String? updatedMin, String? volumeId, String? $fields}) Future<Annotations>
Retrieves a list of annotations, possibly filtered.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
summary(List<String> layerIds, String volumeId, {String? source, String? $fields}) Future<AnnotationsSummary>
Gets the summary of specified layers.
toString() String
A string representation of this object.
inherited
update(Annotation request, String annotationId, {String? source, String? $fields}) Future<Annotation>
Updates an existing annotation.

Operators

operator ==(Object other) bool
The equality operator.
inherited