Interface ApplyRecommendationOperation.AdAssetApplyParametersOrBuilder

    • Method Detail

      • getNewAssetsList

        java.util.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.v14.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.v14.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.v14.resources.Asset new_assets = 1;
      • getNewAssetsOrBuilderList

        java.util.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.v14.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.v14.resources.Asset new_assets = 1;
      • getExistingAssetsList

        java.util.List<java.lang.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

        java.lang.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.v14.services.ApplyRecommendationOperation.AdAssetApplyParameters.ApplyScope scope = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The enum numeric value on the wire for scope.
      • getScope

        ApplyRecommendationOperation.AdAssetApplyParameters.ApplyScope 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.v14.services.ApplyRecommendationOperation.AdAssetApplyParameters.ApplyScope scope = 3 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The scope.