Skip to content

Commit

Permalink
feat!: introduce GAM settings for GAM related configs and support Lis…
Browse files Browse the repository at this point in the history
…tOperations

PiperOrigin-RevId: 524328971

Source-Link: googleapis/googleapis@a5f8761

Source-Link: googleapis/googleapis-gen@6414e5e
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuVmlkZW8uU3RpdGNoZXIuVjEvLk93bEJvdC55YW1sIiwiaCI6IjY0MTRlNWU0YWE0ZWI5ZGUzOTliM2I1ZjM2YzlkMTY0MGViY2QwN2EifQ==
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Apr 15, 2023
1 parent 744f687 commit 8f8a3e6
Show file tree
Hide file tree
Showing 4 changed files with 505 additions and 991 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ public static partial class LiveConfigsReflection {
}
#region Enums
/// <summary>
/// Determines the Ad tracking policy.
/// Determines the ad tracking policy.
/// </summary>
public enum AdTracking {
/// <summary>
/// The ad tracking policy is not specified.
/// </summary>
[pbr::OriginalName("AD_TRACKING_UNSPECIFIED")] Unspecified = 0,
/// <summary>
/// Client side ad tracking is specified. The client player is expected to
/// Client-side ad tracking is specified. The client player is expected to
/// trigger playback and activity events itself.
/// </summary>
[pbr::OriginalName("CLIENT")] Client = 1,
Expand Down Expand Up @@ -226,7 +226,7 @@ public sealed partial class LiveConfig : pb::IMessage<LiveConfig>
public const int AdTrackingFieldNumber = 6;
private global::Google.Cloud.Video.Stitcher.V1.AdTracking adTracking_ = global::Google.Cloud.Video.Stitcher.V1.AdTracking.Unspecified;
/// <summary>
/// Required. Determines how the ads should be tracked. If
/// Required. Determines how the ads are tracked. If
/// [gam_live_config][google.cloud.video.stitcher.v1.LiveConfig.gam_live_config]
/// is set, the value must be `CLIENT` because the IMA SDK handles ad tracking.
/// </summary>
Expand All @@ -244,8 +244,8 @@ public sealed partial class LiveConfig : pb::IMessage<LiveConfig>
private string defaultSlate_ = "";
/// <summary>
/// This must refer to a slate in the same
/// project. In case Google Ad Manager (GAM) is being used for ads this will be
/// used to set the appropriate value of slateCreativeId in
/// project. If Google Ad Manager (GAM) is used for ads, this string sets the
/// value of `slateCreativeId` in
/// https://developers.google.com/ad-manager/api/reference/v202211/LiveStreamEventService.LiveStreamEvent#slateCreativeId
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
Expand Down Expand Up @@ -659,7 +659,7 @@ public enum State {
/// <summary>
/// Defines the ad stitching behavior in case the ad duration does not align
/// exactly with the ad break boundaries. If not specified, the default is
/// CUT_CURRENT.
/// `CUT_CURRENT`.
/// </summary>
public enum StitchingPolicy {
/// <summary>
Expand Down
Loading

0 comments on commit 8f8a3e6

Please sign in to comment.