Skip to content

Commit e494b55

Browse files
feat: Automated regeneration of RealTimeBidding client (googleapis#12243)
Auto-created at 2024-10-01 13:11:58 +0000 using the toys pull request generator.
1 parent eb5f2c9 commit e494b55

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

clients/real_time_bidding/lib/google_api/real_time_bidding/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.RealTimeBidding.V1 do
2020
API client metadata for GoogleApi.RealTimeBidding.V1.
2121
"""
2222

23-
@discovery_revision "20240806"
23+
@discovery_revision "20240930"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/real_time_bidding/lib/google_api/real_time_bidding/v1/model/video_content.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ defmodule GoogleApi.RealTimeBidding.V1.Model.VideoContent do
2222
## Attributes
2323
2424
* `videoMetadata` (*type:* `GoogleApi.RealTimeBidding.V1.Model.VideoMetadata.t`, *default:* `nil`) - Output only. Video metadata.
25-
* `videoUrl` (*type:* `String.t`, *default:* `nil`) - The URL to fetch a video ad.
26-
* `videoVastXml` (*type:* `String.t`, *default:* `nil`) - The contents of a VAST document for a video ad. This document should conform to the VAST 2.0 or 3.0 standard.
25+
* `videoUrl` (*type:* `String.t`, *default:* `nil`) - The URL to fetch a video ad. The URL should return an XML response that conforms to the VAST 2.0, 3.0 or 4.x standard.
26+
* `videoVastXml` (*type:* `String.t`, *default:* `nil`) - The contents of a VAST document for a video ad. This document should conform to the VAST 2.0, 3.0, or 4.x standard.
2727
"""
2828

2929
use GoogleApi.Gax.ModelBase

clients/real_time_bidding/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.RealTimeBidding.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.13.0"
21+
@version "0.13.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)