Class CompanionAds (0.7.8)

CompanionAds(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metadata for companion ads.

Attributes

NameDescription
display_requirement google.cloud.video.stitcher_v1.types.CompanionAds.DisplayRequirement
Indicates how many of the companions should be displayed with the ad.
companions MutableSequence[google.cloud.video.stitcher_v1.types.Companion]
List of companion ads.

Classes

DisplayRequirement

DisplayRequirement(value)

Indicates how many of the companions should be displayed with the ad.

Values: DISPLAY_REQUIREMENT_UNSPECIFIED (0): Required companions are not specified. The default is ALL. ALL (1): All companions are required to be displayed. ANY (2): At least one of companions needs to be displayed. NONE (3): All companions are optional for display.