Interface AdStrengthActionItem.AddAssetDetailsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdStrengthActionItem.AddAssetDetails,AdStrengthActionItem.AddAssetDetails.Builder
- Enclosing class:
- AdStrengthActionItem
public static interface AdStrengthActionItem.AddAssetDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintOutput only.Output only.intOutput only.Output only.intOutput only.booleanOutput 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
-
getAssetFieldTypeValue
int getAssetFieldTypeValue()Output only. The asset field type of the asset(s) to add.
.google.ads.googleads.v19.enums.AssetFieldTypeEnum.AssetFieldType asset_field_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for assetFieldType.
-
getAssetFieldType
AssetFieldTypeEnum.AssetFieldType getAssetFieldType()Output only. The asset field type of the asset(s) to add.
.google.ads.googleads.v19.enums.AssetFieldTypeEnum.AssetFieldType asset_field_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The assetFieldType.
-
hasAssetCount
boolean hasAssetCount()Output only. The number of assets to add.
optional int32 asset_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the assetCount field is set.
-
getAssetCount
int getAssetCount()Output only. The number of assets to add.
optional int32 asset_count = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The assetCount.
-
hasVideoAspectRatioRequirement
boolean hasVideoAspectRatioRequirement()Output only. For video field types, the required aspect ratio of the video. When unset and asset_field_type is YOUTUBE_VIDEO, the system recommends the advertiser upload any YouTube video, regardless of aspect ratio.
optional .google.ads.googleads.v19.enums.AssetCoverageVideoAspectRatioRequirementEnum.AssetCoverageVideoAspectRatioRequirement video_aspect_ratio_requirement = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the videoAspectRatioRequirement field is set.
-
getVideoAspectRatioRequirementValue
int getVideoAspectRatioRequirementValue()Output only. For video field types, the required aspect ratio of the video. When unset and asset_field_type is YOUTUBE_VIDEO, the system recommends the advertiser upload any YouTube video, regardless of aspect ratio.
optional .google.ads.googleads.v19.enums.AssetCoverageVideoAspectRatioRequirementEnum.AssetCoverageVideoAspectRatioRequirement video_aspect_ratio_requirement = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for videoAspectRatioRequirement.
-
getVideoAspectRatioRequirement
AssetCoverageVideoAspectRatioRequirementEnum.AssetCoverageVideoAspectRatioRequirement getVideoAspectRatioRequirement()Output only. For video field types, the required aspect ratio of the video. When unset and asset_field_type is YOUTUBE_VIDEO, the system recommends the advertiser upload any YouTube video, regardless of aspect ratio.
optional .google.ads.googleads.v19.enums.AssetCoverageVideoAspectRatioRequirementEnum.AssetCoverageVideoAspectRatioRequirement video_aspect_ratio_requirement = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The videoAspectRatioRequirement.
-