com.google.ads.googleads.v10.resources.AdGroupAssetOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/resources/ad_group_asset.proto
package com.google.ads.googleads.v10.resources;
public interface AdGroupAssetOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.resources.AdGroupAsset)
com.google.protobuf.MessageOrBuilder {
/**
*
* Immutable. The resource name of the ad group asset.
* AdGroupAsset resource names have the form:
* `customers/{customer_id}/adGroupAssets/{ad_group_id}~{asset_id}~{field_type}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The resourceName.
*/
java.lang.String getResourceName();
/**
*
* Immutable. The resource name of the ad group asset.
* AdGroupAsset resource names have the form:
* `customers/{customer_id}/adGroupAssets/{ad_group_id}~{asset_id}~{field_type}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* Required. Immutable. The ad group to which the asset is linked.
*
*
* string ad_group = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The adGroup.
*/
java.lang.String getAdGroup();
/**
*
* Required. Immutable. The ad group to which the asset is linked.
*
*
* string ad_group = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The bytes for adGroup.
*/
com.google.protobuf.ByteString
getAdGroupBytes();
/**
*
* Required. Immutable. The asset which is linked to the ad group.
*
*
* string asset = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The asset.
*/
java.lang.String getAsset();
/**
*
* Required. Immutable. The asset which is linked to the ad group.
*
*
* string asset = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The bytes for asset.
*/
com.google.protobuf.ByteString
getAssetBytes();
/**
*
* Required. Immutable. Role that the asset takes under the linked ad group.
*
*
* .google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType field_type = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
* @return The enum numeric value on the wire for fieldType.
*/
int getFieldTypeValue();
/**
*
* Required. Immutable. Role that the asset takes under the linked ad group.
*
*
* .google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType field_type = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
* @return The fieldType.
*/
com.google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType getFieldType();
/**
*
* Status of the ad group asset.
*
*
* .google.ads.googleads.v10.enums.AssetLinkStatusEnum.AssetLinkStatus status = 5;
* @return The enum numeric value on the wire for status.
*/
int getStatusValue();
/**
*
* Status of the ad group asset.
*
*
* .google.ads.googleads.v10.enums.AssetLinkStatusEnum.AssetLinkStatus status = 5;
* @return The status.
*/
com.google.ads.googleads.v10.enums.AssetLinkStatusEnum.AssetLinkStatus getStatus();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy