com.google.ads.googleads.v17.common.KeywordOrBuilder 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/common/segments.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface KeywordOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.Keyword)
com.google.protobuf.MessageOrBuilder {
/**
*
* The AdGroupCriterion resource name.
*
*
* optional string ad_group_criterion = 3;
* @return Whether the adGroupCriterion field is set.
*/
boolean hasAdGroupCriterion();
/**
*
* The AdGroupCriterion resource name.
*
*
* optional string ad_group_criterion = 3;
* @return The adGroupCriterion.
*/
java.lang.String getAdGroupCriterion();
/**
*
* The AdGroupCriterion resource name.
*
*
* optional string ad_group_criterion = 3;
* @return The bytes for adGroupCriterion.
*/
com.google.protobuf.ByteString
getAdGroupCriterionBytes();
/**
*
* Keyword info.
*
*
* .google.ads.googleads.v17.common.KeywordInfo info = 2;
* @return Whether the info field is set.
*/
boolean hasInfo();
/**
*
* Keyword info.
*
*
* .google.ads.googleads.v17.common.KeywordInfo info = 2;
* @return The info.
*/
com.google.ads.googleads.v17.common.KeywordInfo getInfo();
/**
*
* Keyword info.
*
*
* .google.ads.googleads.v17.common.KeywordInfo info = 2;
*/
com.google.ads.googleads.v17.common.KeywordInfoOrBuilder getInfoOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy