com.google.ads.googleads.v17.resources.MediaVideoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/resources/media_file.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface MediaVideoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.MediaVideo)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. The duration of the Video in milliseconds.
*
*
* optional int64 ad_duration_millis = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the adDurationMillis field is set.
*/
boolean hasAdDurationMillis();
/**
*
* Output only. The duration of the Video in milliseconds.
*
*
* optional int64 ad_duration_millis = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The adDurationMillis.
*/
long getAdDurationMillis();
/**
*
* Immutable. The YouTube video ID (as seen in YouTube URLs). Adding prefix
* "https://www.youtube.com/watch?v=" to this ID will get the YouTube
* streaming URL for this video.
*
*
* optional string youtube_video_id = 6 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the youtubeVideoId field is set.
*/
boolean hasYoutubeVideoId();
/**
*
* Immutable. The YouTube video ID (as seen in YouTube URLs). Adding prefix
* "https://www.youtube.com/watch?v=" to this ID will get the YouTube
* streaming URL for this video.
*
*
* optional string youtube_video_id = 6 [(.google.api.field_behavior) = IMMUTABLE];
* @return The youtubeVideoId.
*/
java.lang.String getYoutubeVideoId();
/**
*
* Immutable. The YouTube video ID (as seen in YouTube URLs). Adding prefix
* "https://www.youtube.com/watch?v=" to this ID will get the YouTube
* streaming URL for this video.
*
*
* optional string youtube_video_id = 6 [(.google.api.field_behavior) = IMMUTABLE];
* @return The bytes for youtubeVideoId.
*/
com.google.protobuf.ByteString
getYoutubeVideoIdBytes();
/**
*
* Output only. The Advertising Digital Identification code for this video, as
* defined by the American Association of Advertising Agencies, used mainly
* for television commercials.
*
*
* optional string advertising_id_code = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the advertisingIdCode field is set.
*/
boolean hasAdvertisingIdCode();
/**
*
* Output only. The Advertising Digital Identification code for this video, as
* defined by the American Association of Advertising Agencies, used mainly
* for television commercials.
*
*
* optional string advertising_id_code = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The advertisingIdCode.
*/
java.lang.String getAdvertisingIdCode();
/**
*
* Output only. The Advertising Digital Identification code for this video, as
* defined by the American Association of Advertising Agencies, used mainly
* for television commercials.
*
*
* optional string advertising_id_code = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for advertisingIdCode.
*/
com.google.protobuf.ByteString
getAdvertisingIdCodeBytes();
/**
*
* Output only. The Industry Standard Commercial Identifier code for this
* video, used mainly for television commercials.
*
*
* optional string isci_code = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the isciCode field is set.
*/
boolean hasIsciCode();
/**
*
* Output only. The Industry Standard Commercial Identifier code for this
* video, used mainly for television commercials.
*
*
* optional string isci_code = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The isciCode.
*/
java.lang.String getIsciCode();
/**
*
* Output only. The Industry Standard Commercial Identifier code for this
* video, used mainly for television commercials.
*
*
* optional string isci_code = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for isciCode.
*/
com.google.protobuf.ByteString
getIsciCodeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy