com.google.ads.googleads.v17.common.AdVideoAssetInfoOrBuilder 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/common/ad_asset.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface AdVideoAssetInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.AdVideoAssetInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* List of inventory preferences for this AdVideoAsset. This field can only be
* set for DiscoveryVideoResponsiveAd. The video assets with an inventory
* asset preference set will be preferred over other videos from the same ad
* during serving time. For example, consider this ad being served for a
* specific inventory. The server will first try to match an eligible video
* with a matching preference for that inventory. Videos with no preferences
* are chosen only when a video with matching preference and eligible for a
* given ad slot can be found.
*
*
* optional .google.ads.googleads.v17.common.AdVideoAssetInventoryPreferences ad_video_asset_inventory_preferences = 1;
* @return Whether the adVideoAssetInventoryPreferences field is set.
*/
boolean hasAdVideoAssetInventoryPreferences();
/**
*
* List of inventory preferences for this AdVideoAsset. This field can only be
* set for DiscoveryVideoResponsiveAd. The video assets with an inventory
* asset preference set will be preferred over other videos from the same ad
* during serving time. For example, consider this ad being served for a
* specific inventory. The server will first try to match an eligible video
* with a matching preference for that inventory. Videos with no preferences
* are chosen only when a video with matching preference and eligible for a
* given ad slot can be found.
*
*
* optional .google.ads.googleads.v17.common.AdVideoAssetInventoryPreferences ad_video_asset_inventory_preferences = 1;
* @return The adVideoAssetInventoryPreferences.
*/
com.google.ads.googleads.v17.common.AdVideoAssetInventoryPreferences getAdVideoAssetInventoryPreferences();
/**
*
* List of inventory preferences for this AdVideoAsset. This field can only be
* set for DiscoveryVideoResponsiveAd. The video assets with an inventory
* asset preference set will be preferred over other videos from the same ad
* during serving time. For example, consider this ad being served for a
* specific inventory. The server will first try to match an eligible video
* with a matching preference for that inventory. Videos with no preferences
* are chosen only when a video with matching preference and eligible for a
* given ad slot can be found.
*
*
* optional .google.ads.googleads.v17.common.AdVideoAssetInventoryPreferences ad_video_asset_inventory_preferences = 1;
*/
com.google.ads.googleads.v17.common.AdVideoAssetInventoryPreferencesOrBuilder getAdVideoAssetInventoryPreferencesOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy