com.google.ads.googleads.v17.common.KeywordInfoOrBuilder 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/criteria.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface KeywordInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.KeywordInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* The text of the keyword (at most 80 characters and 10 words).
*
*
* optional string text = 3;
* @return Whether the text field is set.
*/
boolean hasText();
/**
*
* The text of the keyword (at most 80 characters and 10 words).
*
*
* optional string text = 3;
* @return The text.
*/
java.lang.String getText();
/**
*
* The text of the keyword (at most 80 characters and 10 words).
*
*
* optional string text = 3;
* @return The bytes for text.
*/
com.google.protobuf.ByteString
getTextBytes();
/**
*
* The match type of the keyword.
*
*
* .google.ads.googleads.v17.enums.KeywordMatchTypeEnum.KeywordMatchType match_type = 2;
* @return The enum numeric value on the wire for matchType.
*/
int getMatchTypeValue();
/**
*
* The match type of the keyword.
*
*
* .google.ads.googleads.v17.enums.KeywordMatchTypeEnum.KeywordMatchType match_type = 2;
* @return The matchType.
*/
com.google.ads.googleads.v17.enums.KeywordMatchTypeEnum.KeywordMatchType getMatchType();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy