Interface KeywordConceptOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The concept group of the concept details.
    The concept group of the concept details.
    The concept name for the keyword in the concept_group.
    com.google.protobuf.ByteString
    The concept name for the keyword in the concept_group.
    boolean
    The concept group of the concept details.

    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

    • getName

      String getName()
       The concept name for the keyword in the concept_group.
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       The concept name for the keyword in the concept_group.
       
      string name = 1;
      Returns:
      The bytes for name.
    • hasConceptGroup

      boolean hasConceptGroup()
       The concept group of the concept details.
       
      .google.ads.googleads.v18.common.ConceptGroup concept_group = 2;
      Returns:
      Whether the conceptGroup field is set.
    • getConceptGroup

      ConceptGroup getConceptGroup()
       The concept group of the concept details.
       
      .google.ads.googleads.v18.common.ConceptGroup concept_group = 2;
      Returns:
      The conceptGroup.
    • getConceptGroupOrBuilder

      ConceptGroupOrBuilder getConceptGroupOrBuilder()
       The concept group of the concept details.
       
      .google.ads.googleads.v18.common.ConceptGroup concept_group = 2;