com.google.ads.googleads.v17.resources.AdGroupAdAssetCombinationViewOrBuilder 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/ad_group_ad_asset_combination_view.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface AdGroupAdAssetCombinationViewOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.AdGroupAdAssetCombinationView)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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) = { ... }
* @return The resourceName.
*/
java.lang.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) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* Output only. Served assets.
*
*
* repeated .google.ads.googleads.v17.common.AssetUsage served_assets = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
java.util.List
getServedAssetsList();
/**
*
* Output only. Served assets.
*
*
* repeated .google.ads.googleads.v17.common.AssetUsage served_assets = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.common.AssetUsage getServedAssets(int index);
/**
*
* Output only. Served assets.
*
*
* repeated .google.ads.googleads.v17.common.AssetUsage served_assets = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
int getServedAssetsCount();
/**
*
* Output only. Served assets.
*
*
* repeated .google.ads.googleads.v17.common.AssetUsage served_assets = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
java.util.List extends com.google.ads.googleads.v17.common.AssetUsageOrBuilder>
getServedAssetsOrBuilderList();
/**
*
* Output only. Served assets.
*
*
* repeated .google.ads.googleads.v17.common.AssetUsage served_assets = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.common.AssetUsageOrBuilder getServedAssetsOrBuilder(
int index);
/**
*
* 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];
* @return Whether the enabled field is set.
*/
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];
* @return The enabled.
*/
boolean getEnabled();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy