All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.common.AdVideoAssetInventoryPreferencesOrBuilder Maven / Gradle / Ivy

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 AdVideoAssetInventoryPreferencesOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.AdVideoAssetInventoryPreferences)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * When true, YouTube Video Asset with this inventory preference will be
   * preferred when choosing a video to serve In Feed.
   * 
* * optional bool in_feed_preference = 1; * @return Whether the inFeedPreference field is set. */ boolean hasInFeedPreference(); /** *
   * When true, YouTube Video Asset with this inventory preference will be
   * preferred when choosing a video to serve In Feed.
   * 
* * optional bool in_feed_preference = 1; * @return The inFeedPreference. */ boolean getInFeedPreference(); /** *
   * When true, YouTube Video Asset with this inventory preference will be
   * preferred when choosing a video to serve In Stream.
   * 
* * optional bool in_stream_preference = 2; * @return Whether the inStreamPreference field is set. */ boolean hasInStreamPreference(); /** *
   * When true, YouTube Video Asset with this inventory preference will be
   * preferred when choosing a video to serve In Stream.
   * 
* * optional bool in_stream_preference = 2; * @return The inStreamPreference. */ boolean getInStreamPreference(); /** *
   * When true, YouTube Video Asset with this inventory preference will be
   * preferred when choosing a video to serve on YouTube Shorts.
   * 
* * optional bool shorts_preference = 3; * @return Whether the shortsPreference field is set. */ boolean hasShortsPreference(); /** *
   * When true, YouTube Video Asset with this inventory preference will be
   * preferred when choosing a video to serve on YouTube Shorts.
   * 
* * optional bool shorts_preference = 3; * @return The shortsPreference. */ boolean getShortsPreference(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy