Interface GenerateRecommendationsRequest.AssetGroupInfoOrBuilder

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

public static interface GenerateRecommendationsRequest.AssetGroupInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasFinalUrl

      boolean hasFinalUrl()
       Required. Current url of the asset group.
       This field is necessary for the following recommendation_types if
       asset_group_info is set:
       CAMPAIGN_BUDGET
       
      optional string final_url = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the finalUrl field is set.
    • getFinalUrl

      String getFinalUrl()
       Required. Current url of the asset group.
       This field is necessary for the following recommendation_types if
       asset_group_info is set:
       CAMPAIGN_BUDGET
       
      optional string final_url = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The finalUrl.
    • getFinalUrlBytes

      com.google.protobuf.ByteString getFinalUrlBytes()
       Required. Current url of the asset group.
       This field is necessary for the following recommendation_types if
       asset_group_info is set:
       CAMPAIGN_BUDGET
       
      optional string final_url = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for finalUrl.
    • getHeadlineList

      List<String> getHeadlineList()
       Optional. Current headlines of the asset group.
       This field is optional for the following recommendation_types if
       asset_group_info is set:
       CAMPAIGN_BUDGET
       
      repeated string headline = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      A list containing the headline.
    • getHeadlineCount

      int getHeadlineCount()
       Optional. Current headlines of the asset group.
       This field is optional for the following recommendation_types if
       asset_group_info is set:
       CAMPAIGN_BUDGET
       
      repeated string headline = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The count of headline.
    • getHeadline

      String getHeadline(int index)
       Optional. Current headlines of the asset group.
       This field is optional for the following recommendation_types if
       asset_group_info is set:
       CAMPAIGN_BUDGET
       
      repeated string headline = 2 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      index - The index of the element to return.
      Returns:
      The headline at the given index.
    • getHeadlineBytes

      com.google.protobuf.ByteString getHeadlineBytes(int index)
       Optional. Current headlines of the asset group.
       This field is optional for the following recommendation_types if
       asset_group_info is set:
       CAMPAIGN_BUDGET
       
      repeated string headline = 2 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the headline at the given index.
    • getDescriptionList

      List<String> getDescriptionList()
       Optional. Current descriptions of the asset group.
       This field is optional for the following recommendation_types if
       asset_group_info is set:
       CAMPAIGN_BUDGET
       
      repeated string description = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      A list containing the description.
    • getDescriptionCount

      int getDescriptionCount()
       Optional. Current descriptions of the asset group.
       This field is optional for the following recommendation_types if
       asset_group_info is set:
       CAMPAIGN_BUDGET
       
      repeated string description = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The count of description.
    • getDescription

      String getDescription(int index)
       Optional. Current descriptions of the asset group.
       This field is optional for the following recommendation_types if
       asset_group_info is set:
       CAMPAIGN_BUDGET
       
      repeated string description = 3 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      index - The index of the element to return.
      Returns:
      The description at the given index.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes(int index)
       Optional. Current descriptions of the asset group.
       This field is optional for the following recommendation_types if
       asset_group_info is set:
       CAMPAIGN_BUDGET
       
      repeated string description = 3 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the description at the given index.