Method: legacySdk.legacyAddEntitiesToCustomList

Full name: projects.locations.instances.legacySdk.legacyAddEntitiesToCustomList

Legacy RPC for add entities to custom list.

HTTP request


Path parameters

Parameters
instance

string

Required. The AddEntitiesToCustomList request. Format: projects/{project}/locations/{location}/instances/{instance}/legacySdk:addEntitiesToCustomList

Request body

The request body contains data with the following structure:

JSON representation
{
  "legacyPayload": [
    {
      object (LegacyApiCustomListItem)
    }
  ]
}
Fields
legacyPayload[]

object (LegacyApiCustomListItem)

Required. The list of custom list items.

Response body

The AddEntitiesToCustomListResponse message.

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

JSON representation
{
  "payload": [
    {
      object (LegacyApiCustomListItem)
    }
  ]
}
Fields
payload[]

object (LegacyApiCustomListItem)

The list of custom list items.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.