AI-generated Key Takeaways
-
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 theupdate
operation expects a valid resource name for the existing audience.
A single operation (create, update) on an audience.
Fields | |
---|---|
|
FieldMask that determines which resource fields are modified in an update. |
Union field
|
|
|
Create operation: No resource name is expected for the new audience |
|
Update operation: The audience is expected to have a valid resource name. |