com.google.ads.googleads.v10.common.ProductVideoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/common/ad_type_infos.proto
package com.google.ads.googleads.v10.common;
public interface ProductVideoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.common.ProductVideo)
com.google.protobuf.MessageOrBuilder {
/**
*
* The MediaFile resource name of a video which must be hosted on YouTube.
*
*
* optional string product_video = 2;
* @return Whether the productVideo field is set.
*/
boolean hasProductVideo();
/**
*
* The MediaFile resource name of a video which must be hosted on YouTube.
*
*
* optional string product_video = 2;
* @return The productVideo.
*/
java.lang.String getProductVideo();
/**
*
* The MediaFile resource name of a video which must be hosted on YouTube.
*
*
* optional string product_video = 2;
* @return The bytes for productVideo.
*/
com.google.protobuf.ByteString
getProductVideoBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy