Page Summary
-
A ContentBundle groups individual Content based on filter rules and explicit inclusions/exclusions of Content IDs.
-
Each ContentBundle has a unique resource name identifier and a required display name up to 255 characters.
-
Available methods include retrieving a single ContentBundle object using
getor a list of ContentBundle objects usinglist.
Resource: ContentBundle
A ContentBundle is a grouping of individual Content. A ContentBundle is defined as including the Content that match certain filter rules along with the option to explicitly include or exclude certain Content IDs.
| JSON representation |
|---|
{
"name": string,
"displayName": string,
"status": enum ( |
| Fields | |
|---|---|
name |
Identifier. The resource name of the |
displayName |
Required. The name of the |
status |
Output only. The ContentBundleStatus of the |
updateTime |
Output only. The time the Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
ContentBundleStatus
Status for ContentBundle objects.
| Enums | |
|---|---|
CONTENT_BUNDLE_STATUS_UNSPECIFIED |
Default value. This value is unused. |
ACTIVE |
The object is active and stats are collected. |
ARCHIVED |
The object has been archived. |
INACTIVE |
The object is no longer active and no stats collected. |
Methods |
|
|---|---|
|
Retrieves a ContentBundle object. |
|
Lists ContentBundle objects. |