com.google.ads.googleads.v17.resources.AssetGroupTopCombinationViewOrBuilder 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 AssetGroupTopCombinationViewOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.AssetGroupTopCombinationView)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. The resource name of the asset group top combination view.
* AssetGroup Top Combination view resource names have the form:
* `"customers/{customer_id}/assetGroupTopCombinationViews/{asset_group_id}~{asset_combination_category}"
*
*
* string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The resourceName.
*/
java.lang.String getResourceName();
/**
*
* Output only. The resource name of the asset group top combination view.
* AssetGroup Top Combination view resource names have the form:
* `"customers/{customer_id}/assetGroupTopCombinationViews/{asset_group_id}~{asset_combination_category}"
*
*
* string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* Output only. The top combinations of assets that served together.
*
*
* repeated .google.ads.googleads.v17.resources.AssetGroupAssetCombinationData asset_group_top_combinations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
java.util.List
getAssetGroupTopCombinationsList();
/**
*
* Output only. The top combinations of assets that served together.
*
*
* repeated .google.ads.googleads.v17.resources.AssetGroupAssetCombinationData asset_group_top_combinations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.resources.AssetGroupAssetCombinationData getAssetGroupTopCombinations(int index);
/**
*
* Output only. The top combinations of assets that served together.
*
*
* repeated .google.ads.googleads.v17.resources.AssetGroupAssetCombinationData asset_group_top_combinations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
int getAssetGroupTopCombinationsCount();
/**
*
* Output only. The top combinations of assets that served together.
*
*
* repeated .google.ads.googleads.v17.resources.AssetGroupAssetCombinationData asset_group_top_combinations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
java.util.List extends com.google.ads.googleads.v17.resources.AssetGroupAssetCombinationDataOrBuilder>
getAssetGroupTopCombinationsOrBuilderList();
/**
*
* Output only. The top combinations of assets that served together.
*
*
* repeated .google.ads.googleads.v17.resources.AssetGroupAssetCombinationData asset_group_top_combinations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.resources.AssetGroupAssetCombinationDataOrBuilder getAssetGroupTopCombinationsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy