Interface AdGroupAdAssetCombinationViewOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdGroupAdAssetCombinationView,AdGroupAdAssetCombinationView.Builder
public interface AdGroupAdAssetCombinationViewOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanOutput only.Output only.com.google.protobuf.ByteStringOutput only.getServedAssets(int index) Output only.intOutput only.Output only.getServedAssetsOrBuilder(int index) Output only.List<? extends AssetUsageOrBuilder>Output only.booleanOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getResourceName
String getResourceName()Output only. The resource name of the ad group ad asset combination view. The combination ID is 128 bits long, where the upper 64 bits are stored in asset_combination_id_high, and the lower 64 bits are stored in asset_combination_id_low. AdGroupAd Asset Combination view resource names have the form: `customers/{customer_id}/adGroupAdAssetCombinationViews/{AdGroupAd.ad_group_id}~{AdGroupAd.ad.ad_id}~{AssetCombination.asset_combination_id_low}~{AssetCombination.asset_combination_id_high}`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 ad group ad asset combination view. The combination ID is 128 bits long, where the upper 64 bits are stored in asset_combination_id_high, and the lower 64 bits are stored in asset_combination_id_low. AdGroupAd Asset Combination view resource names have the form: `customers/{customer_id}/adGroupAdAssetCombinationViews/{AdGroupAd.ad_group_id}~{AdGroupAd.ad.ad_id}~{AssetCombination.asset_combination_id_low}~{AssetCombination.asset_combination_id_high}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for resourceName.
-
getServedAssetsList
List<AssetUsage> getServedAssetsList()Output only. Served assets.
repeated .google.ads.googleads.v18.common.AssetUsage served_assets = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getServedAssets
Output only. Served assets.
repeated .google.ads.googleads.v18.common.AssetUsage served_assets = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getServedAssetsCount
int getServedAssetsCount()Output only. Served assets.
repeated .google.ads.googleads.v18.common.AssetUsage served_assets = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getServedAssetsOrBuilderList
List<? extends AssetUsageOrBuilder> getServedAssetsOrBuilderList()Output only. Served assets.
repeated .google.ads.googleads.v18.common.AssetUsage served_assets = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getServedAssetsOrBuilder
Output only. Served assets.
repeated .google.ads.googleads.v18.common.AssetUsage served_assets = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
hasEnabled
boolean hasEnabled()Output only. The status between the asset combination and the latest version of the ad. If true, the asset combination is linked to the latest version of the ad. If false, it means the link once existed but has been removed and is no longer present in the latest version of the ad.
optional bool enabled = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the enabled field is set.
-
getEnabled
boolean getEnabled()Output only. The status between the asset combination and the latest version of the ad. If true, the asset combination is linked to the latest version of the ad. If false, it means the link once existed but has been removed and is no longer present in the latest version of the ad.
optional bool enabled = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enabled.
-