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

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

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

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

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

  /**
   * 
   * The Topic Constant resource name.
   * 
* * optional string topic_constant = 3 [(.google.api.resource_reference) = { ... } * @return Whether the topicConstant field is set. */ boolean hasTopicConstant(); /** *
   * The Topic Constant resource name.
   * 
* * optional string topic_constant = 3 [(.google.api.resource_reference) = { ... } * @return The topicConstant. */ java.lang.String getTopicConstant(); /** *
   * The Topic Constant resource name.
   * 
* * optional string topic_constant = 3 [(.google.api.resource_reference) = { ... } * @return The bytes for topicConstant. */ com.google.protobuf.ByteString getTopicConstantBytes(); /** *
   * The category to target or exclude. Each subsequent element in the array
   * describes a more specific sub-category. For example,
   * "Pets & Animals", "Pets", "Dogs" represents the "Pets & Animals/Pets/Dogs"
   * category.
   * 
* * repeated string path = 4; * @return A list containing the path. */ java.util.List getPathList(); /** *
   * The category to target or exclude. Each subsequent element in the array
   * describes a more specific sub-category. For example,
   * "Pets & Animals", "Pets", "Dogs" represents the "Pets & Animals/Pets/Dogs"
   * category.
   * 
* * repeated string path = 4; * @return The count of path. */ int getPathCount(); /** *
   * The category to target or exclude. Each subsequent element in the array
   * describes a more specific sub-category. For example,
   * "Pets & Animals", "Pets", "Dogs" represents the "Pets & Animals/Pets/Dogs"
   * category.
   * 
* * repeated string path = 4; * @param index The index of the element to return. * @return The path at the given index. */ java.lang.String getPath(int index); /** *
   * The category to target or exclude. Each subsequent element in the array
   * describes a more specific sub-category. For example,
   * "Pets & Animals", "Pets", "Dogs" represents the "Pets & Animals/Pets/Dogs"
   * category.
   * 
* * repeated string path = 4; * @param index The index of the value to return. * @return The bytes of the path at the given index. */ com.google.protobuf.ByteString getPathBytes(int index); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy