Scope(mapping=None, *, ignore_unknown_fields=False, **kwargs)Scope defines the scope of the metadata feed. Scopes are exclusive. Only one of the scopes can be specified.
Attributes |
|
|---|---|
| Name | Description |
organization_level |
bool
Optional. Whether the metadata feed is at the organization-level. - If true, all changes happened to the entries in the
same organization as the feed are published.
- If false, you must specify a list of projects or a
list of entry groups whose entries you want to listen to.
The default is false.
|
projects |
MutableSequence[str]
Optional. The projects whose entries you want to listen to. Must be in the same organization as the feed. Must be in the format: projects/{project_id_or_number}.
|
entry_groups |
MutableSequence[str]
Optional. The entry groups whose entries you want to listen to. Must be in the format: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}.
|