Interface AdVideoAssetInventoryPreferencesOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AdVideoAssetInventoryPreferences, AdVideoAssetInventoryPreferences.Builder

public interface AdVideoAssetInventoryPreferencesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    When true, YouTube Video Asset with this inventory preference will be preferred when choosing a video to serve In Feed.
    boolean
    When true, YouTube Video Asset with this inventory preference will be preferred when choosing a video to serve In Stream.
    boolean
    When true, YouTube Video Asset with this inventory preference will be preferred when choosing a video to serve on YouTube Shorts.
    boolean
    When true, YouTube Video Asset with this inventory preference will be preferred when choosing a video to serve In Feed.
    boolean
    When true, YouTube Video Asset with this inventory preference will be preferred when choosing a video to serve In Stream.
    boolean
    When true, YouTube Video Asset with this inventory preference will be preferred when choosing a video to serve on YouTube Shorts.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasInFeedPreference

      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;
      Returns:
      Whether the inFeedPreference field is set.
    • getInFeedPreference

      boolean getInFeedPreference()
       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;
      Returns:
      The inFeedPreference.
    • hasInStreamPreference

      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;
      Returns:
      Whether the inStreamPreference field is set.
    • getInStreamPreference

      boolean getInStreamPreference()
       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;
      Returns:
      The inStreamPreference.
    • hasShortsPreference

      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;
      Returns:
      Whether the shortsPreference field is set.
    • getShortsPreference

      boolean getShortsPreference()
       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;
      Returns:
      The shortsPreference.