Interface ApplyRecommendationOperation.AdAssetApplyParametersOrBuilder

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

public static interface ApplyRecommendationOperation.AdAssetApplyParametersOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getNewAssetsList

      List<Asset> getNewAssetsList()
       The assets to create and attach to a scope. This may be combined with
       existing_assets in the same call.
       
      repeated .google.ads.googleads.v18.resources.Asset new_assets = 1;
    • getNewAssets

      Asset getNewAssets(int index)
       The assets to create and attach to a scope. This may be combined with
       existing_assets in the same call.
       
      repeated .google.ads.googleads.v18.resources.Asset new_assets = 1;
    • getNewAssetsCount

      int getNewAssetsCount()
       The assets to create and attach to a scope. This may be combined with
       existing_assets in the same call.
       
      repeated .google.ads.googleads.v18.resources.Asset new_assets = 1;
    • getNewAssetsOrBuilderList

      List<? extends AssetOrBuilder> getNewAssetsOrBuilderList()
       The assets to create and attach to a scope. This may be combined with
       existing_assets in the same call.
       
      repeated .google.ads.googleads.v18.resources.Asset new_assets = 1;
    • getNewAssetsOrBuilder

      AssetOrBuilder getNewAssetsOrBuilder(int index)
       The assets to create and attach to a scope. This may be combined with
       existing_assets in the same call.
       
      repeated .google.ads.googleads.v18.resources.Asset new_assets = 1;
    • getExistingAssetsList

      List<String> getExistingAssetsList()
       The resource names of existing assets to attach to a scope. This may be
       combined with new_assets in the same call.
       
      repeated string existing_assets = 2;
      Returns:
      A list containing the existingAssets.
    • getExistingAssetsCount

      int getExistingAssetsCount()
       The resource names of existing assets to attach to a scope. This may be
       combined with new_assets in the same call.
       
      repeated string existing_assets = 2;
      Returns:
      The count of existingAssets.
    • getExistingAssets

      String getExistingAssets(int index)
       The resource names of existing assets to attach to a scope. This may be
       combined with new_assets in the same call.
       
      repeated string existing_assets = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The existingAssets at the given index.
    • getExistingAssetsBytes

      com.google.protobuf.ByteString getExistingAssetsBytes(int index)
       The resource names of existing assets to attach to a scope. This may be
       combined with new_assets in the same call.
       
      repeated string existing_assets = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the existingAssets at the given index.
    • getScopeValue

      int getScopeValue()
       Required. The scope at which to apply the assets. Assets at the campaign
       scope level will be applied to the campaign associated with the
       recommendation. Assets at the customer scope will apply to the entire
       account. Assets at the campaign scope will override any attached at the
       customer scope.
       
      .google.ads.googleads.v18.services.ApplyRecommendationOperation.AdAssetApplyParameters.ApplyScope scope = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The enum numeric value on the wire for scope.
    • getScope

       Required. The scope at which to apply the assets. Assets at the campaign
       scope level will be applied to the campaign associated with the
       recommendation. Assets at the customer scope will apply to the entire
       account. Assets at the campaign scope will override any attached at the
       customer scope.
       
      .google.ads.googleads.v18.services.ApplyRecommendationOperation.AdAssetApplyParameters.ApplyScope scope = 3 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The scope.