Interface AdStrengthActionItemOrBuilder

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

public interface AdStrengthActionItemOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getActionItemTypeValue

      int getActionItemTypeValue()
       Output only. The action item type.
       
      .google.ads.googleads.v20.enums.AdStrengthActionItemTypeEnum.AdStrengthActionItemType action_item_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for actionItemType.
    • getActionItemType

       Output only. The action item type.
       
      .google.ads.googleads.v20.enums.AdStrengthActionItemTypeEnum.AdStrengthActionItemType action_item_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The actionItemType.
    • hasAddAssetDetails

      boolean hasAddAssetDetails()
       Output only. The action item details for action item type ADD_ASSET.
       
      .google.ads.googleads.v20.resources.AdStrengthActionItem.AddAssetDetails add_asset_details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the addAssetDetails field is set.
    • getAddAssetDetails

       Output only. The action item details for action item type ADD_ASSET.
       
      .google.ads.googleads.v20.resources.AdStrengthActionItem.AddAssetDetails add_asset_details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The addAssetDetails.
    • getAddAssetDetailsOrBuilder

      AdStrengthActionItem.AddAssetDetailsOrBuilder getAddAssetDetailsOrBuilder()
       Output only. The action item details for action item type ADD_ASSET.
       
      .google.ads.googleads.v20.resources.AdStrengthActionItem.AddAssetDetails add_asset_details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getActionDetailsCase