Interface AdVideoAssetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdVideoAsset,AdVideoAsset.Builder
public interface AdVideoAssetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionContains info fields for this AdVideoAsset.Contains info fields for this AdVideoAsset.getAsset()The Asset resource name of this video.com.google.protobuf.ByteStringThe Asset resource name of this video.booleanContains info fields for this AdVideoAsset.booleanhasAsset()The Asset resource name of this video.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
-
hasAsset
boolean hasAsset()The Asset resource name of this video.
optional string asset = 2;- Returns:
- Whether the asset field is set.
-
getAsset
String getAsset()The Asset resource name of this video.
optional string asset = 2;- Returns:
- The asset.
-
getAssetBytes
com.google.protobuf.ByteString getAssetBytes()The Asset resource name of this video.
optional string asset = 2;- Returns:
- The bytes for asset.
-
hasAdVideoAssetInfo
boolean hasAdVideoAssetInfo()Contains info fields for this AdVideoAsset.
optional .google.ads.googleads.v18.common.AdVideoAssetInfo ad_video_asset_info = 4;- Returns:
- Whether the adVideoAssetInfo field is set.
-
getAdVideoAssetInfo
AdVideoAssetInfo getAdVideoAssetInfo()Contains info fields for this AdVideoAsset.
optional .google.ads.googleads.v18.common.AdVideoAssetInfo ad_video_asset_info = 4;- Returns:
- The adVideoAssetInfo.
-
getAdVideoAssetInfoOrBuilder
AdVideoAssetInfoOrBuilder getAdVideoAssetInfoOrBuilder()Contains info fields for this AdVideoAsset.
optional .google.ads.googleads.v18.common.AdVideoAssetInfo ad_video_asset_info = 4;
-