Method: legacySdk.legacyUpdateEntities

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

Legacy RPC for updating entities.

HTTP request


Path parameters

Parameters
instance

string

Required. The instance of the legacy sdk. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body contains data with the following structure:

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

object (ApiDomainEntity)

Required. The list of entities to update.

Response body

If successful, the response body is an empty JSON object.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.