ProjectsLocationsAssetsResource class

Constructors

ProjectsLocationsAssetsResource(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

aggregateValues(AggregateAssetsValuesRequest request, String parent, {String? $fields}) Future<AggregateAssetsValuesResponse>
Aggregates the requested fields based on provided function.
batchDelete(BatchDeleteAssetsRequest request, String parent, {String? $fields}) Future<Empty>
Deletes list of Assets.
batchUpdate(BatchUpdateAssetsRequest request, String parent, {String? $fields}) Future<BatchUpdateAssetsResponse>
Updates the parameters of a list of assets.
delete(String name, {String? requestId, String? $fields}) Future<Empty>
Deletes an asset.
get(String name, {String? view, String? $fields}) Future<Asset>
Gets the details of an asset.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? view, String? $fields}) Future<ListAssetsResponse>
Lists all the assets in a given project and location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Asset request, String name, {String? requestId, String? updateMask, String? $fields}) Future<Asset>
Updates the parameters of an asset.
reportAssetFrames(Frames request, String parent, {String? source, String? $fields}) Future<ReportAssetFramesResponse>
Reports a set of frames.
toString() String
A string representation of this object.
inherited

Operators

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