Interface AdVideoAssetLinkFeatureControlOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdVideoAssetLinkFeatureControl,AdVideoAssetLinkFeatureControl.Builder
public interface AdVideoAssetLinkFeatureControlOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDefines if YouTube comments should be enabled for the creative using this YouTube video asset served on YouTube Shorts.booleanDefines if YouTube comments should be enabled for the creative using this YouTube video asset served on YouTube Shorts.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasAllowYoutubeComments
boolean hasAllowYoutubeComments()Defines if YouTube comments should be enabled for the creative using this YouTube video asset served on YouTube Shorts.
optional bool allow_youtube_comments = 1;- Returns:
- Whether the allowYoutubeComments field is set.
-
getAllowYoutubeComments
boolean getAllowYoutubeComments()Defines if YouTube comments should be enabled for the creative using this YouTube video asset served on YouTube Shorts.
optional bool allow_youtube_comments = 1;- Returns:
- The allowYoutubeComments.
-