You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-realtimebidding/v1/2.0.0/com/google/api/services/realtimebidding/v1/model/VideoContent.java
+12-9Lines changed: 12 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -38,15 +38,16 @@ public final class VideoContent extends com.google.api.client.json.GenericJson {
38
38
privateVideoMetadatavideoMetadata;
39
39
40
40
/**
41
-
* The URL to fetch a video ad.
41
+
* The URL to fetch a video ad. The URL should return an XML response that conforms to the VAST
42
+
* 2.0, 3.0 or 4.x standard.
42
43
* The value may be {@code null}.
43
44
*/
44
45
@com.google.api.client.util.Key
45
46
privatejava.lang.StringvideoUrl;
46
47
47
48
/**
48
-
* The contents of a VAST document for a video ad. This document should conform to the VAST 2.0 or
49
-
* 3.0 standard.
49
+
* The contents of a VAST document for a video ad. This document should conform to the VAST 2.0,
50
+
* 3.0, or 4.x standard.
50
51
* The value may be {@code null}.
51
52
*/
52
53
@com.google.api.client.util.Key
@@ -70,15 +71,17 @@ public VideoContent setVideoMetadata(VideoMetadata videoMetadata) {
70
71
}
71
72
72
73
/**
73
-
* The URL to fetch a video ad.
74
+
* The URL to fetch a video ad. The URL should return an XML response that conforms to the VAST
75
+
* 2.0, 3.0 or 4.x standard.
74
76
* @return value or {@code null} for none
75
77
*/
76
78
publicjava.lang.StringgetVideoUrl() {
77
79
returnvideoUrl;
78
80
}
79
81
80
82
/**
81
-
* The URL to fetch a video ad.
83
+
* The URL to fetch a video ad. The URL should return an XML response that conforms to the VAST
84
+
* 2.0, 3.0 or 4.x standard.
82
85
* @param videoUrl videoUrl or {@code null} for none
0 commit comments