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

com.google.ads.googleads.v17.common.KeywordConceptOrBuilder 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 KeywordConceptOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.KeywordConcept)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The concept name for the keyword in the concept_group.
   * 
* * string name = 1; * @return The name. */ java.lang.String getName(); /** *
   * The concept name for the keyword in the concept_group.
   * 
* * string name = 1; * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** *
   * The concept group of the concept details.
   * 
* * .google.ads.googleads.v17.common.ConceptGroup concept_group = 2; * @return Whether the conceptGroup field is set. */ boolean hasConceptGroup(); /** *
   * The concept group of the concept details.
   * 
* * .google.ads.googleads.v17.common.ConceptGroup concept_group = 2; * @return The conceptGroup. */ com.google.ads.googleads.v17.common.ConceptGroup getConceptGroup(); /** *
   * The concept group of the concept details.
   * 
* * .google.ads.googleads.v17.common.ConceptGroup concept_group = 2; */ com.google.ads.googleads.v17.common.ConceptGroupOrBuilder getConceptGroupOrBuilder(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy