com.google.ads.googleads.v17.resources.AdGroupAdAssetViewOrBuilder 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_view.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface AdGroupAdAssetViewOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.AdGroupAdAssetView)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. The resource name of the ad group ad asset view.
* Ad group ad asset view resource names have the form (Before V4):
*
* `customers/{customer_id}/adGroupAdAssets/{AdGroupAdAsset.ad_group_id}~{AdGroupAdAsset.ad.ad_id}~{AdGroupAdAsset.asset_id}~{AdGroupAdAsset.field_type}`
*
* Ad group ad asset view resource names have the form (Beginning from V4):
*
* `customers/{customer_id}/adGroupAdAssetViews/{AdGroupAdAsset.ad_group_id}~{AdGroupAdAsset.ad_id}~{AdGroupAdAsset.asset_id}~{AdGroupAdAsset.field_type}`
*
*
* 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 view.
* Ad group ad asset view resource names have the form (Before V4):
*
* `customers/{customer_id}/adGroupAdAssets/{AdGroupAdAsset.ad_group_id}~{AdGroupAdAsset.ad.ad_id}~{AdGroupAdAsset.asset_id}~{AdGroupAdAsset.field_type}`
*
* Ad group ad asset view resource names have the form (Beginning from V4):
*
* `customers/{customer_id}/adGroupAdAssetViews/{AdGroupAdAsset.ad_group_id}~{AdGroupAdAsset.ad_id}~{AdGroupAdAsset.asset_id}~{AdGroupAdAsset.field_type}`
*
*
* 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 ad group ad to which the asset is linked.
*
*
* optional string ad_group_ad = 9 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return Whether the adGroupAd field is set.
*/
boolean hasAdGroupAd();
/**
*
* Output only. The ad group ad to which the asset is linked.
*
*
* optional string ad_group_ad = 9 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The adGroupAd.
*/
java.lang.String getAdGroupAd();
/**
*
* Output only. The ad group ad to which the asset is linked.
*
*
* optional string ad_group_ad = 9 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for adGroupAd.
*/
com.google.protobuf.ByteString
getAdGroupAdBytes();
/**
*
* Output only. The asset which is linked to the ad group ad.
*
*
* optional string asset = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return Whether the asset field is set.
*/
boolean hasAsset();
/**
*
* Output only. The asset which is linked to the ad group ad.
*
*
* optional string asset = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The asset.
*/
java.lang.String getAsset();
/**
*
* Output only. The asset which is linked to the ad group ad.
*
*
* optional string asset = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for asset.
*/
com.google.protobuf.ByteString
getAssetBytes();
/**
*
* Output only. Role that the asset takes in the ad.
*
*
* .google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType field_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for fieldType.
*/
int getFieldTypeValue();
/**
*
* Output only. Role that the asset takes in the ad.
*
*
* .google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType field_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The fieldType.
*/
com.google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType getFieldType();
/**
*
* Output only. The status between the asset and the latest version of the ad.
* If true, the asset 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 = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the enabled field is set.
*/
boolean hasEnabled();
/**
*
* Output only. The status between the asset and the latest version of the ad.
* If true, the asset 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 = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enabled.
*/
boolean getEnabled();
/**
*
* Output only. Policy information for the ad group ad asset.
*
*
* .google.ads.googleads.v17.resources.AdGroupAdAssetPolicySummary policy_summary = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the policySummary field is set.
*/
boolean hasPolicySummary();
/**
*
* Output only. Policy information for the ad group ad asset.
*
*
* .google.ads.googleads.v17.resources.AdGroupAdAssetPolicySummary policy_summary = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The policySummary.
*/
com.google.ads.googleads.v17.resources.AdGroupAdAssetPolicySummary getPolicySummary();
/**
*
* Output only. Policy information for the ad group ad asset.
*
*
* .google.ads.googleads.v17.resources.AdGroupAdAssetPolicySummary policy_summary = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.resources.AdGroupAdAssetPolicySummaryOrBuilder getPolicySummaryOrBuilder();
/**
*
* Output only. Performance of an asset linkage.
*
*
* .google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel performance_label = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for performanceLabel.
*/
int getPerformanceLabelValue();
/**
*
* Output only. Performance of an asset linkage.
*
*
* .google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel performance_label = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The performanceLabel.
*/
com.google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel getPerformanceLabel();
/**
*
* Output only. Pinned field.
*
*
* .google.ads.googleads.v17.enums.ServedAssetFieldTypeEnum.ServedAssetFieldType pinned_field = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for pinnedField.
*/
int getPinnedFieldValue();
/**
*
* Output only. Pinned field.
*
*
* .google.ads.googleads.v17.enums.ServedAssetFieldTypeEnum.ServedAssetFieldType pinned_field = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The pinnedField.
*/
com.google.ads.googleads.v17.enums.ServedAssetFieldTypeEnum.ServedAssetFieldType getPinnedField();
/**
*
* Output only. Source of the ad group ad asset.
*
*
* .google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource source = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for source.
*/
int getSourceValue();
/**
*
* Output only. Source of the ad group ad asset.
*
*
* .google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource source = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The source.
*/
com.google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource getSource();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy