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

com.google.ads.googleads.v17.resources.CampaignSearchTermInsightOrBuilder Maven / Gradle / Ivy

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

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;

public interface CampaignSearchTermInsightOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.CampaignSearchTermInsight)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Output only. The resource name of the campaign level search term insight.
   * Campaign level search term insight resource names have the form:
   *
   * `customers/{customer_id}/campaignSearchTermInsights/{campaign_id}~{category_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The resourceName. */ java.lang.String getResourceName(); /** *
   * Output only. The resource name of the campaign level search term insight.
   * Campaign level search term insight resource names have the form:
   *
   * `customers/{customer_id}/campaignSearchTermInsights/{campaign_id}~{category_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * Output only. The label for the search category. An empty string denotes the
   * catch-all category for search terms that didn't fit into another category.
   * 
* * optional string category_label = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the categoryLabel field is set. */ boolean hasCategoryLabel(); /** *
   * Output only. The label for the search category. An empty string denotes the
   * catch-all category for search terms that didn't fit into another category.
   * 
* * optional string category_label = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The categoryLabel. */ java.lang.String getCategoryLabel(); /** *
   * Output only. The label for the search category. An empty string denotes the
   * catch-all category for search terms that didn't fit into another category.
   * 
* * optional string category_label = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for categoryLabel. */ com.google.protobuf.ByteString getCategoryLabelBytes(); /** *
   * Output only. The ID of the insight.
   * 
* * optional int64 id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the id field is set. */ boolean hasId(); /** *
   * Output only. The ID of the insight.
   * 
* * optional int64 id = 3 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The id. */ long getId(); /** *
   * Output only. The ID of the campaign.
   * 
* * optional int64 campaign_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the campaignId field is set. */ boolean hasCampaignId(); /** *
   * Output only. The ID of the campaign.
   * 
* * optional int64 campaign_id = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The campaignId. */ long getCampaignId(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy