Interface AdStrengthActionItem.AddAssetDetailsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AdStrengthActionItem.AddAssetDetails, AdStrengthActionItem.AddAssetDetails.Builder
Enclosing class:
AdStrengthActionItem

public static interface AdStrengthActionItem.AddAssetDetailsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getAssetFieldTypeValue

      int getAssetFieldTypeValue()
       Output only. The asset field type of the asset(s) to add.
       
      .google.ads.googleads.v21.enums.AssetFieldTypeEnum.AssetFieldType asset_field_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for assetFieldType.
    • getAssetFieldType

       Output only. The asset field type of the asset(s) to add.
       
      .google.ads.googleads.v21.enums.AssetFieldTypeEnum.AssetFieldType asset_field_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The assetFieldType.
    • hasAssetCount

      boolean hasAssetCount()
       Output only. The number of assets to add.
       
      optional int32 asset_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the assetCount field is set.
    • getAssetCount

      int getAssetCount()
       Output only. The number of assets to add.
       
      optional int32 asset_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The assetCount.
    • hasVideoAspectRatioRequirement

      boolean hasVideoAspectRatioRequirement()
       Output only. For video field types, the required aspect ratio of the
       video. When unset and asset_field_type is YOUTUBE_VIDEO, the system
       recommends the advertiser upload any YouTube video, regardless of aspect
       ratio.
       
      optional .google.ads.googleads.v21.enums.AssetCoverageVideoAspectRatioRequirementEnum.AssetCoverageVideoAspectRatioRequirement video_aspect_ratio_requirement = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the videoAspectRatioRequirement field is set.
    • getVideoAspectRatioRequirementValue

      int getVideoAspectRatioRequirementValue()
       Output only. For video field types, the required aspect ratio of the
       video. When unset and asset_field_type is YOUTUBE_VIDEO, the system
       recommends the advertiser upload any YouTube video, regardless of aspect
       ratio.
       
      optional .google.ads.googleads.v21.enums.AssetCoverageVideoAspectRatioRequirementEnum.AssetCoverageVideoAspectRatioRequirement video_aspect_ratio_requirement = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for videoAspectRatioRequirement.
    • getVideoAspectRatioRequirement

       Output only. For video field types, the required aspect ratio of the
       video. When unset and asset_field_type is YOUTUBE_VIDEO, the system
       recommends the advertiser upload any YouTube video, regardless of aspect
       ratio.
       
      optional .google.ads.googleads.v21.enums.AssetCoverageVideoAspectRatioRequirementEnum.AssetCoverageVideoAspectRatioRequirement video_aspect_ratio_requirement = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The videoAspectRatioRequirement.