AudienceOperation

  • Describes a single operation (create or update) on an audience.

  • The update_mask field uses a FieldMask to specify which resource fields are modified during an update.

  • The operation union field determines the type of mutate operation, which can be either create or update.

  • The create operation does not require a resource name for the new audience, while the update operation expects a valid resource name for the existing audience.

A single operation (create, update) on an audience.

Fields

update_mask

FieldMask

FieldMask that determines which resource fields are modified in an update.

Union field

operation

operation. The mutate operation. operation can be only one of the following:

create

Audience

Create operation: No resource name is expected for the new audience

update

Audience

Update operation: The audience is expected to have a valid resource name.