Method: projects.locations.assets.reportAssetFrames

Reports a set of frames.

HTTP request

POST https://migrationcenter.googleapis.com/v1alpha1/{parent=projects/*/locations/*}/assets:reportAssetFrames

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Parent of the resource.

Query parameters

Parameters
source

string

Required. Reference to a source.

Request body

The request body contains an instance of Frames.

Response body

If successful, the response body is empty.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

Frames

Collection of frame data.

JSON representation
{
  "framesData": [
    {
      object (AssetFrame)
    }
  ]
}
Fields
framesData[]

object (AssetFrame)

A repeated field of asset data.