From ab1dcf1ae98c621fceaa28dd926f425995917fbb Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 13:35:16 -0700 Subject: [PATCH] fix!: Roll back the changes that update of LRO metadata type to google.cloud.common.OperationMetadata (#6016) PiperOrigin-RevId: 520464508 Source-Link: https://github.com/googleapis/googleapis/commit/cf015527b23b2d0f36357f88af5b27d689d8684b Source-Link: https://github.com/googleapis/googleapis-gen/commit/5a981d622d237b05476086408ec523ff4b7c0600 Copy-Tag: eyJwIjoiVmlkZW9TdGl0Y2hlci8uT3dsQm90LnlhbWwiLCJoIjoiNWE5ODFkNjIyZDIzN2IwNTQ3NjA4NjQwOGVjNTIzZmY0YjdjMDYwMCJ9 feat: Update LRO metadata type to google.cloud.common.OperationMetadata PiperOrigin-RevId: 520405218 Source-Link: https://github.com/googleapis/googleapis/commit/4931d1b387a3f09fe63f5779fe0b4f8b20d45ce2 Source-Link: https://github.com/googleapis/googleapis-gen/commit/dd1f11489e32e15ba5a5b1a76e2b8f4748c6c1d9 Copy-Tag: eyJwIjoiVmlkZW9TdGl0Y2hlci8uT3dsQm90LnlhbWwiLCJoIjoiZGQxZjExNDg5ZTMyZTE1YmE1YTViMWE3NmUyYjhmNDc0OGM2YzFkOSJ9 feat: Remove default_ad_break_duration from LiveConfig PiperOrigin-RevId: 520434307 Source-Link: https://github.com/googleapis/googleapis/commit/273994f50104cf46d1608b626ddf409bd906348a Source-Link: https://github.com/googleapis/googleapis-gen/commit/49986a12fef4f0ed9b200228347e3f5d280cc72f Copy-Tag: eyJwIjoiVmlkZW9TdGl0Y2hlci8uT3dsQm90LnlhbWwiLCJoIjoiNDk5ODZhMTJmZWY0ZjBlZDliMjAwMjI4MzQ3ZTNmNWQyODBjYzcyZiJ9 --- VideoStitcher/metadata/V1/LiveConfigs.php | Bin 2128 -> 2066 bytes VideoStitcher/src/V1/LiveConfig.php | 52 ---------------------- 2 files changed, 52 deletions(-) diff --git a/VideoStitcher/metadata/V1/LiveConfigs.php b/VideoStitcher/metadata/V1/LiveConfigs.php index 4604abff85209099e49a35bb7e9d3262ee0806d4..5521f68d8b359f049b59d35f385d2e732cc93213 100644 GIT binary patch delta 25 hcmca0FiBv;EGEYFlV>wcVC>th!_3IEIh*w<699Th2)zIR delta 61 zcmbOva6w?hEGEXclV>wcU_7%~hnbN{UdV<^G9@)Fu{5V7J~1UesVFruJ3ghfD6u3n RKTm>tavPh%W.google.cloud.video.stitcher.v1.PrefetchConfig prefetch_config = 10; */ private $prefetch_config = null; - /** - * The default ad pod duration in seconds that will be requested when a - * cue-out does not specify a duration. - * The default value of this field is 30s. - * - * Generated from protobuf field .google.protobuf.Duration default_ad_break_duration = 11; - */ - private $default_ad_break_duration = null; /** * Constructor. @@ -118,10 +110,6 @@ class LiveConfig extends \Google\Protobuf\Internal\Message * the ad break boundaries. If not specified, the default is `CUT_CURRENT`. * @type \Google\Cloud\Video\Stitcher\V1\PrefetchConfig $prefetch_config * The configuration for prefetching ads. - * @type \Google\Protobuf\Duration $default_ad_break_duration - * The default ad pod duration in seconds that will be requested when a - * cue-out does not specify a duration. - * The default value of this field is 30s. * } */ public function __construct($data = NULL) { @@ -399,45 +387,5 @@ public function setPrefetchConfig($var) return $this; } - /** - * The default ad pod duration in seconds that will be requested when a - * cue-out does not specify a duration. - * The default value of this field is 30s. - * - * Generated from protobuf field .google.protobuf.Duration default_ad_break_duration = 11; - * @return \Google\Protobuf\Duration|null - */ - public function getDefaultAdBreakDuration() - { - return $this->default_ad_break_duration; - } - - public function hasDefaultAdBreakDuration() - { - return isset($this->default_ad_break_duration); - } - - public function clearDefaultAdBreakDuration() - { - unset($this->default_ad_break_duration); - } - - /** - * The default ad pod duration in seconds that will be requested when a - * cue-out does not specify a duration. - * The default value of this field is 30s. - * - * Generated from protobuf field .google.protobuf.Duration default_ad_break_duration = 11; - * @param \Google\Protobuf\Duration $var - * @return $this - */ - public function setDefaultAdBreakDuration($var) - { - GPBUtil::checkMessage($var, \Google\Protobuf\Duration::class); - $this->default_ad_break_duration = $var; - - return $this; - } - }