com.google.ads.googleads.v17.resources.TopicConstantOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/resources/topic_constant.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface TopicConstantOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.TopicConstant)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. The resource name of the topic constant.
* topic constant resource names have the form:
*
* `topicConstants/{topic_id}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The resourceName.
*/
java.lang.String getResourceName();
/**
*
* Output only. The resource name of the topic constant.
* topic constant resource names have the form:
*
* `topicConstants/{topic_id}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* Output only. The ID of the topic.
*
*
* optional int64 id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the id field is set.
*/
boolean hasId();
/**
*
* Output only. The ID of the topic.
*
*
* optional int64 id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The id.
*/
long getId();
/**
*
* Output only. Resource name of parent of the topic constant.
*
*
* optional string topic_constant_parent = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return Whether the topicConstantParent field is set.
*/
boolean hasTopicConstantParent();
/**
*
* Output only. Resource name of parent of the topic constant.
*
*
* optional string topic_constant_parent = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The topicConstantParent.
*/
java.lang.String getTopicConstantParent();
/**
*
* Output only. Resource name of parent of the topic constant.
*
*
* optional string topic_constant_parent = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for topicConstantParent.
*/
com.google.protobuf.ByteString
getTopicConstantParentBytes();
/**
*
* Output only. 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. List of available topic categories at
* https://developers.google.com/google-ads/api/reference/data/verticals
*
*
* repeated string path = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return A list containing the path.
*/
java.util.List
getPathList();
/**
*
* Output only. 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. List of available topic categories at
* https://developers.google.com/google-ads/api/reference/data/verticals
*
*
* repeated string path = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The count of path.
*/
int getPathCount();
/**
*
* Output only. 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. List of available topic categories at
* https://developers.google.com/google-ads/api/reference/data/verticals
*
*
* repeated string path = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @param index The index of the element to return.
* @return The path at the given index.
*/
java.lang.String getPath(int index);
/**
*
* Output only. 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. List of available topic categories at
* https://developers.google.com/google-ads/api/reference/data/verticals
*
*
* repeated string path = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @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 - 2024 Weber Informatics LLC | Privacy Policy