Interface Recommendation.ImprovePerformanceMaxAdStrengthRecommendationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Recommendation.ImprovePerformanceMaxAdStrengthRecommendation, Recommendation.ImprovePerformanceMaxAdStrengthRecommendation.Builder
Enclosing class:
Recommendation

public static interface Recommendation.ImprovePerformanceMaxAdStrengthRecommendationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Output only.
    int
    Output only.
    Output only.
    com.google.protobuf.ByteString
    Output only.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getAssetGroup

      String getAssetGroup()
       Output only. The asset group resource name.
       
      string asset_group = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The assetGroup.
    • getAssetGroupBytes

      com.google.protobuf.ByteString getAssetGroupBytes()
       Output only. The asset group resource name.
       
      string asset_group = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for assetGroup.
    • getAdStrengthValue

      int getAdStrengthValue()
       Output only. The current ad strength score of the asset group.
       
      .google.ads.googleads.v21.enums.AdStrengthEnum.AdStrength ad_strength = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for adStrength.
    • getAdStrength

      AdStrengthEnum.AdStrength getAdStrength()
       Output only. The current ad strength score of the asset group.
       
      .google.ads.googleads.v21.enums.AdStrengthEnum.AdStrength ad_strength = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The adStrength.