Method: visualFamilies.export

Full name: projects.locations.instances.ontologyRecords.visualFamilies.export

Exports VisualFamilies.

HTTP request


Path parameters

Parameters
parent

string

Required. The onotlogy record to export visual families for. Format: projects/{project}/locations/{location}/instances/{instance}/ontologyRecords/{ontologyRecord}

Request body

The request body contains data with the following structure:

JSON representation
{
  "familyIds": [
    string
  ]
}
Fields
familyIds[]

string (int64 format)

Required. The list of visual family ids to export.

Response body

Response message for visualFamilies.export.

If successful, the response body contains data with the following structure:

JSON representation
{
  "fileStream": string
}
Fields
fileStream

string (bytes format)

Output only. The exported visual families as bytes.

A base64-encoded string.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.