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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ConceptGroup getConceptGroup()
      The concept group of the concept details.
      ConceptGroupOrBuilder getConceptGroupOrBuilder()
      The concept group of the concept details.
      java.lang.String getName()
      The concept name for the keyword in the concept_group.
      com.google.protobuf.ByteString getNameBytes()
      The concept name for the keyword in the concept_group.
      boolean hasConceptGroup()
      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 Detail

      • getName

        java.lang.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.v10.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.v10.common.ConceptGroup concept_group = 2;
        Returns:
        The conceptGroup.
      • getConceptGroupOrBuilder

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