Interface AdGroupAssetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdGroupAsset,AdGroupAsset.Builder
public interface AdGroupAssetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAdGroup()Required.com.google.protobuf.ByteStringgetAdGroupBytes()Required.java.lang.StringgetAsset()Required.com.google.protobuf.ByteStringgetAssetBytes()Required.AssetFieldTypeEnum.AssetFieldTypegetFieldType()Required.intgetFieldTypeValue()Required.java.lang.StringgetResourceName()Immutable.com.google.protobuf.ByteStringgetResourceNameBytes()Immutable.AssetLinkStatusEnum.AssetLinkStatusgetStatus()Status of the ad group asset.intgetStatusValue()Status of the ad group asset.-
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()
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) = { ... }- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()
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) = { ... }- Returns:
- The bytes for resourceName.
-
getAdGroup
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) = { ... }- Returns:
- The adGroup.
-
getAdGroupBytes
com.google.protobuf.ByteString getAdGroupBytes()
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) = { ... }- Returns:
- The bytes for adGroup.
-
getAsset
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) = { ... }- Returns:
- The asset.
-
getAssetBytes
com.google.protobuf.ByteString getAssetBytes()
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) = { ... }- Returns:
- The bytes for asset.
-
getFieldTypeValue
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];- Returns:
- The enum numeric value on the wire for fieldType.
-
getFieldType
AssetFieldTypeEnum.AssetFieldType getFieldType()
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];- Returns:
- The fieldType.
-
getStatusValue
int getStatusValue()
Status of the ad group asset.
.google.ads.googleads.v10.enums.AssetLinkStatusEnum.AssetLinkStatus status = 5;- Returns:
- The enum numeric value on the wire for status.
-
getStatus
AssetLinkStatusEnum.AssetLinkStatus getStatus()
Status of the ad group asset.
.google.ads.googleads.v10.enums.AssetLinkStatusEnum.AssetLinkStatus status = 5;- Returns:
- The status.
-
-