com.google.ads.googleads.v17.resources.SearchTermViewOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/resources/search_term_view.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface SearchTermViewOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.SearchTermView)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. The resource name of the search term view.
* Search term view resource names have the form:
*
* `customers/{customer_id}/searchTermViews/{campaign_id}~{ad_group_id}~{URL-base64_search_term}`
*
*
* 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 search term view.
* Search term view resource names have the form:
*
* `customers/{customer_id}/searchTermViews/{campaign_id}~{ad_group_id}~{URL-base64_search_term}`
*
*
* 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 search term.
*
*
* optional string search_term = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the searchTerm field is set.
*/
boolean hasSearchTerm();
/**
*
* Output only. The search term.
*
*
* optional string search_term = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The searchTerm.
*/
java.lang.String getSearchTerm();
/**
*
* Output only. The search term.
*
*
* optional string search_term = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for searchTerm.
*/
com.google.protobuf.ByteString
getSearchTermBytes();
/**
*
* Output only. The ad group the search term served in.
*
*
* optional string ad_group = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return Whether the adGroup field is set.
*/
boolean hasAdGroup();
/**
*
* Output only. The ad group the search term served in.
*
*
* optional string ad_group = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The adGroup.
*/
java.lang.String getAdGroup();
/**
*
* Output only. The ad group the search term served in.
*
*
* optional string ad_group = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for adGroup.
*/
com.google.protobuf.ByteString
getAdGroupBytes();
/**
*
* Output only. Indicates whether the search term is currently one of your
* targeted or excluded keywords.
*
*
* .google.ads.googleads.v17.enums.SearchTermTargetingStatusEnum.SearchTermTargetingStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for status.
*/
int getStatusValue();
/**
*
* Output only. Indicates whether the search term is currently one of your
* targeted or excluded keywords.
*
*
* .google.ads.googleads.v17.enums.SearchTermTargetingStatusEnum.SearchTermTargetingStatus status = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The status.
*/
com.google.ads.googleads.v17.enums.SearchTermTargetingStatusEnum.SearchTermTargetingStatus getStatus();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy