Interface AdStrengthActionItemOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdStrengthActionItem,AdStrengthActionItem.Builder
public interface AdStrengthActionItemOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.intOutput only.Output only.Output only.booleanOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getActionItemTypeValue
int getActionItemTypeValue()Output only. The action item type.
.google.ads.googleads.v21.enums.AdStrengthActionItemTypeEnum.AdStrengthActionItemType action_item_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for actionItemType.
-
getActionItemType
AdStrengthActionItemTypeEnum.AdStrengthActionItemType getActionItemType()Output only. The action item type.
.google.ads.googleads.v21.enums.AdStrengthActionItemTypeEnum.AdStrengthActionItemType action_item_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The actionItemType.
-
hasAddAssetDetails
boolean hasAddAssetDetails()Output only. The action item details for action item type ADD_ASSET.
.google.ads.googleads.v21.resources.AdStrengthActionItem.AddAssetDetails add_asset_details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the addAssetDetails field is set.
-
getAddAssetDetails
AdStrengthActionItem.AddAssetDetails getAddAssetDetails()Output only. The action item details for action item type ADD_ASSET.
.google.ads.googleads.v21.resources.AdStrengthActionItem.AddAssetDetails add_asset_details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The addAssetDetails.
-
getAddAssetDetailsOrBuilder
AdStrengthActionItem.AddAssetDetailsOrBuilder getAddAssetDetailsOrBuilder()Output only. The action item details for action item type ADD_ASSET.
.google.ads.googleads.v21.resources.AdStrengthActionItem.AddAssetDetails add_asset_details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getActionDetailsCase
AdStrengthActionItem.ActionDetailsCase getActionDetailsCase()
-