All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v10.resources.AdGroupAdOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/resources/ad_group_ad.proto

package com.google.ads.googleads.v10.resources;

public interface AdGroupAdOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.resources.AdGroupAd)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Immutable. The resource name of the ad.
   * Ad group ad resource names have the form:
   * `customers/{customer_id}/adGroupAds/{ad_group_id}~{ad_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The resourceName. */ java.lang.String getResourceName(); /** *
   * Immutable. The resource name of the ad.
   * Ad group ad resource names have the form:
   * `customers/{customer_id}/adGroupAds/{ad_group_id}~{ad_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * The status of the ad.
   * 
* * .google.ads.googleads.v10.enums.AdGroupAdStatusEnum.AdGroupAdStatus status = 3; * @return The enum numeric value on the wire for status. */ int getStatusValue(); /** *
   * The status of the ad.
   * 
* * .google.ads.googleads.v10.enums.AdGroupAdStatusEnum.AdGroupAdStatus status = 3; * @return The status. */ com.google.ads.googleads.v10.enums.AdGroupAdStatusEnum.AdGroupAdStatus getStatus(); /** *
   * Immutable. The ad group to which the ad belongs.
   * 
* * optional string ad_group = 9 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return Whether the adGroup field is set. */ boolean hasAdGroup(); /** *
   * Immutable. The ad group to which the ad belongs.
   * 
* * optional string ad_group = 9 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The adGroup. */ java.lang.String getAdGroup(); /** *
   * Immutable. The ad group to which the ad belongs.
   * 
* * optional string ad_group = 9 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for adGroup. */ com.google.protobuf.ByteString getAdGroupBytes(); /** *
   * Immutable. The ad.
   * 
* * .google.ads.googleads.v10.resources.Ad ad = 5 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the ad field is set. */ boolean hasAd(); /** *
   * Immutable. The ad.
   * 
* * .google.ads.googleads.v10.resources.Ad ad = 5 [(.google.api.field_behavior) = IMMUTABLE]; * @return The ad. */ com.google.ads.googleads.v10.resources.Ad getAd(); /** *
   * Immutable. The ad.
   * 
* * .google.ads.googleads.v10.resources.Ad ad = 5 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v10.resources.AdOrBuilder getAdOrBuilder(); /** *
   * Output only. Policy information for the ad.
   * 
* * .google.ads.googleads.v10.resources.AdGroupAdPolicySummary policy_summary = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the policySummary field is set. */ boolean hasPolicySummary(); /** *
   * Output only. Policy information for the ad.
   * 
* * .google.ads.googleads.v10.resources.AdGroupAdPolicySummary policy_summary = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The policySummary. */ com.google.ads.googleads.v10.resources.AdGroupAdPolicySummary getPolicySummary(); /** *
   * Output only. Policy information for the ad.
   * 
* * .google.ads.googleads.v10.resources.AdGroupAdPolicySummary policy_summary = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v10.resources.AdGroupAdPolicySummaryOrBuilder getPolicySummaryOrBuilder(); /** *
   * Output only. Overall ad strength for this ad group ad.
   * 
* * .google.ads.googleads.v10.enums.AdStrengthEnum.AdStrength ad_strength = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for adStrength. */ int getAdStrengthValue(); /** *
   * Output only. Overall ad strength for this ad group ad.
   * 
* * .google.ads.googleads.v10.enums.AdStrengthEnum.AdStrength ad_strength = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The adStrength. */ com.google.ads.googleads.v10.enums.AdStrengthEnum.AdStrength getAdStrength(); /** *
   * Output only. A list of recommendations to improve the ad strength. For example, a
   * recommendation could be "Your headlines are a little too similar.
   * Try adding more distinct headlines.".
   * 
* * repeated string action_items = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the actionItems. */ java.util.List getActionItemsList(); /** *
   * Output only. A list of recommendations to improve the ad strength. For example, a
   * recommendation could be "Your headlines are a little too similar.
   * Try adding more distinct headlines.".
   * 
* * repeated string action_items = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The count of actionItems. */ int getActionItemsCount(); /** *
   * Output only. A list of recommendations to improve the ad strength. For example, a
   * recommendation could be "Your headlines are a little too similar.
   * Try adding more distinct headlines.".
   * 
* * repeated string action_items = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the element to return. * @return The actionItems at the given index. */ java.lang.String getActionItems(int index); /** *
   * Output only. A list of recommendations to improve the ad strength. For example, a
   * recommendation could be "Your headlines are a little too similar.
   * Try adding more distinct headlines.".
   * 
* * repeated string action_items = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the value to return. * @return The bytes of the actionItems at the given index. */ com.google.protobuf.ByteString getActionItemsBytes(int index); /** *
   * Output only. The resource names of labels attached to this ad group ad.
   * 
* * repeated string labels = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return A list containing the labels. */ java.util.List getLabelsList(); /** *
   * Output only. The resource names of labels attached to this ad group ad.
   * 
* * repeated string labels = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The count of labels. */ int getLabelsCount(); /** *
   * Output only. The resource names of labels attached to this ad group ad.
   * 
* * repeated string labels = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @param index The index of the element to return. * @return The labels at the given index. */ java.lang.String getLabels(int index); /** *
   * Output only. The resource names of labels attached to this ad group ad.
   * 
* * repeated string labels = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @param index The index of the value to return. * @return The bytes of the labels at the given index. */ com.google.protobuf.ByteString getLabelsBytes(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy