AI-generated Key Takeaways
-
Describes a single operation (create, 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 defines the mutate operation, which can be eithercreate
orupdate
. -
A
create
operation does not expect a resource name for the new audience, while anupdate
operation requires 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. |