com.google.ads.googleads.v17.resources.AssetGroupAssetCombinationDataOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/resources/asset_group_top_combination_view.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface AssetGroupAssetCombinationDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.AssetGroupAssetCombinationData)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. Served assets.
*
*
* repeated .google.ads.googleads.v17.common.AssetUsage asset_combination_served_assets = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
java.util.List
getAssetCombinationServedAssetsList();
/**
*
* Output only. Served assets.
*
*
* repeated .google.ads.googleads.v17.common.AssetUsage asset_combination_served_assets = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.common.AssetUsage getAssetCombinationServedAssets(int index);
/**
*
* Output only. Served assets.
*
*
* repeated .google.ads.googleads.v17.common.AssetUsage asset_combination_served_assets = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
int getAssetCombinationServedAssetsCount();
/**
*
* Output only. Served assets.
*
*
* repeated .google.ads.googleads.v17.common.AssetUsage asset_combination_served_assets = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
java.util.List extends com.google.ads.googleads.v17.common.AssetUsageOrBuilder>
getAssetCombinationServedAssetsOrBuilderList();
/**
*
* Output only. Served assets.
*
*
* repeated .google.ads.googleads.v17.common.AssetUsage asset_combination_served_assets = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.common.AssetUsageOrBuilder getAssetCombinationServedAssetsOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy