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

com.google.ads.googleads.v17.common.KeywordAnnotationsOrBuilder Maven / Gradle / Ivy

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

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

public interface KeywordAnnotationsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.KeywordAnnotations)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The list of concepts for the keyword.
   * 
* * repeated .google.ads.googleads.v17.common.KeywordConcept concepts = 1; */ java.util.List getConceptsList(); /** *
   * The list of concepts for the keyword.
   * 
* * repeated .google.ads.googleads.v17.common.KeywordConcept concepts = 1; */ com.google.ads.googleads.v17.common.KeywordConcept getConcepts(int index); /** *
   * The list of concepts for the keyword.
   * 
* * repeated .google.ads.googleads.v17.common.KeywordConcept concepts = 1; */ int getConceptsCount(); /** *
   * The list of concepts for the keyword.
   * 
* * repeated .google.ads.googleads.v17.common.KeywordConcept concepts = 1; */ java.util.List getConceptsOrBuilderList(); /** *
   * The list of concepts for the keyword.
   * 
* * repeated .google.ads.googleads.v17.common.KeywordConcept concepts = 1; */ com.google.ads.googleads.v17.common.KeywordConceptOrBuilder getConceptsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy