Interface AssetGroupTopCombinationViewOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AssetGroupTopCombinationView,AssetGroupTopCombinationView.Builder
public interface AssetGroupTopCombinationViewOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetGroupAssetCombinationDatagetAssetGroupTopCombinations(int index)Output only.intgetAssetGroupTopCombinationsCount()Output only.java.util.List<AssetGroupAssetCombinationData>getAssetGroupTopCombinationsList()Output only.AssetGroupAssetCombinationDataOrBuildergetAssetGroupTopCombinationsOrBuilder(int index)Output only.java.util.List<? extends AssetGroupAssetCombinationDataOrBuilder>getAssetGroupTopCombinationsOrBuilderList()Output only.java.lang.StringgetResourceName()Output only.com.google.protobuf.ByteStringgetResourceNameBytes()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceName
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) = { ... }- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()
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) = { ... }- Returns:
- The bytes for resourceName.
-
getAssetGroupTopCombinationsList
java.util.List<AssetGroupAssetCombinationData> getAssetGroupTopCombinationsList()
Output only. The top combinations of assets that served together.
repeated .google.ads.googleads.v15.resources.AssetGroupAssetCombinationData asset_group_top_combinations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getAssetGroupTopCombinations
AssetGroupAssetCombinationData getAssetGroupTopCombinations(int index)
Output only. The top combinations of assets that served together.
repeated .google.ads.googleads.v15.resources.AssetGroupAssetCombinationData asset_group_top_combinations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getAssetGroupTopCombinationsCount
int getAssetGroupTopCombinationsCount()
Output only. The top combinations of assets that served together.
repeated .google.ads.googleads.v15.resources.AssetGroupAssetCombinationData asset_group_top_combinations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getAssetGroupTopCombinationsOrBuilderList
java.util.List<? extends AssetGroupAssetCombinationDataOrBuilder> getAssetGroupTopCombinationsOrBuilderList()
Output only. The top combinations of assets that served together.
repeated .google.ads.googleads.v15.resources.AssetGroupAssetCombinationData asset_group_top_combinations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getAssetGroupTopCombinationsOrBuilder
AssetGroupAssetCombinationDataOrBuilder getAssetGroupTopCombinationsOrBuilder(int index)
Output only. The top combinations of assets that served together.
repeated .google.ads.googleads.v15.resources.AssetGroupAssetCombinationData asset_group_top_combinations = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-