Interface KeywordInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
KeywordInfo, KeywordInfo.Builder

public interface KeywordInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The match type of the keyword.
    int
    The match type of the keyword.
    The text of the keyword (at most 80 characters and 10 words).
    com.google.protobuf.ByteString
    The text of the keyword (at most 80 characters and 10 words).
    boolean
    The text of the keyword (at most 80 characters and 10 words).

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasText

      boolean hasText()
       The text of the keyword (at most 80 characters and 10 words).
       
      optional string text = 3;
      Returns:
      Whether the text field is set.
    • getText

      String getText()
       The text of the keyword (at most 80 characters and 10 words).
       
      optional string text = 3;
      Returns:
      The text.
    • getTextBytes

      com.google.protobuf.ByteString getTextBytes()
       The text of the keyword (at most 80 characters and 10 words).
       
      optional string text = 3;
      Returns:
      The bytes for text.
    • getMatchTypeValue

      int getMatchTypeValue()
       The match type of the keyword.
       
      .google.ads.googleads.v18.enums.KeywordMatchTypeEnum.KeywordMatchType match_type = 2;
      Returns:
      The enum numeric value on the wire for matchType.
    • getMatchType

       The match type of the keyword.
       
      .google.ads.googleads.v18.enums.KeywordMatchTypeEnum.KeywordMatchType match_type = 2;
      Returns:
      The matchType.