Interface AssetGroupAssetOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AssetGroupAsset,AssetGroupAsset.Builder
public interface AssetGroupAssetOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAsset()Immutable.com.google.protobuf.ByteStringgetAssetBytes()Immutable.java.lang.StringgetAssetGroup()Immutable.com.google.protobuf.ByteStringgetAssetGroupBytes()Immutable.AssetFieldTypeEnum.AssetFieldTypegetFieldType()The description of the placement of the asset within the asset group.intgetFieldTypeValue()The description of the placement of the asset within the asset group.AssetPerformanceLabelEnum.AssetPerformanceLabelgetPerformanceLabel()Output only.intgetPerformanceLabelValue()Output only.PolicySummarygetPolicySummary()Output only.PolicySummaryOrBuildergetPolicySummaryOrBuilder()Output only.java.lang.StringgetResourceName()Immutable.com.google.protobuf.ByteStringgetResourceNameBytes()Immutable.AssetLinkStatusEnum.AssetLinkStatusgetStatus()The status of the link between an asset and asset group.intgetStatusValue()The status of the link between an asset and asset group.booleanhasPolicySummary()Output only.-
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 asset group asset. Asset group asset resource name have the form: `customers/{customer_id}/assetGroupAssets/{asset_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 asset group asset. Asset group asset resource name have the form: `customers/{customer_id}/assetGroupAssets/{asset_group_id}~{asset_id}~{field_type}`string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for resourceName.
-
getAssetGroup
java.lang.String getAssetGroup()
Immutable. The asset group which this asset group asset is linking.
string asset_group = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The assetGroup.
-
getAssetGroupBytes
com.google.protobuf.ByteString getAssetGroupBytes()
Immutable. The asset group which this asset group asset is linking.
string asset_group = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for assetGroup.
-
getAsset
java.lang.String getAsset()
Immutable. The asset which this asset group asset is linking.
string asset = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The asset.
-
getAssetBytes
com.google.protobuf.ByteString getAssetBytes()
Immutable. The asset which this asset group asset is linking.
string asset = 3 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for asset.
-
getFieldTypeValue
int getFieldTypeValue()
The description of the placement of the asset within the asset group. E.g.: HEADLINE, YOUTUBE_VIDEO etc
.google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType field_type = 4;- Returns:
- The enum numeric value on the wire for fieldType.
-
getFieldType
AssetFieldTypeEnum.AssetFieldType getFieldType()
The description of the placement of the asset within the asset group. E.g.: HEADLINE, YOUTUBE_VIDEO etc
.google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType field_type = 4;- Returns:
- The fieldType.
-
getStatusValue
int getStatusValue()
The status of the link between an asset and asset group.
.google.ads.googleads.v10.enums.AssetLinkStatusEnum.AssetLinkStatus status = 5;- Returns:
- The enum numeric value on the wire for status.
-
getStatus
AssetLinkStatusEnum.AssetLinkStatus getStatus()
The status of the link between an asset and asset group.
.google.ads.googleads.v10.enums.AssetLinkStatusEnum.AssetLinkStatus status = 5;- Returns:
- The status.
-
getPerformanceLabelValue
int getPerformanceLabelValue()
Output only. The performance of this asset group asset.
.google.ads.googleads.v10.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel performance_label = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for performanceLabel.
-
getPerformanceLabel
AssetPerformanceLabelEnum.AssetPerformanceLabel getPerformanceLabel()
Output only. The performance of this asset group asset.
.google.ads.googleads.v10.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel performance_label = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The performanceLabel.
-
hasPolicySummary
boolean hasPolicySummary()
Output only. The policy information for this asset group asset.
.google.ads.googleads.v10.common.PolicySummary policy_summary = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the policySummary field is set.
-
getPolicySummary
PolicySummary getPolicySummary()
Output only. The policy information for this asset group asset.
.google.ads.googleads.v10.common.PolicySummary policy_summary = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The policySummary.
-
getPolicySummaryOrBuilder
PolicySummaryOrBuilder getPolicySummaryOrBuilder()
Output only. The policy information for this asset group asset.
.google.ads.googleads.v10.common.PolicySummary policy_summary = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-