com.google.ads.googleads.v17.services.AudienceInsightsTopicOrBuilder 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/services/audience_insights_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface AudienceInsightsTopicOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.AudienceInsightsTopic)
com.google.protobuf.MessageOrBuilder {
/**
*
* A Knowledge Graph entity
*
*
* .google.ads.googleads.v17.services.AudienceInsightsEntity entity = 1;
* @return Whether the entity field is set.
*/
boolean hasEntity();
/**
*
* A Knowledge Graph entity
*
*
* .google.ads.googleads.v17.services.AudienceInsightsEntity entity = 1;
* @return The entity.
*/
com.google.ads.googleads.v17.services.AudienceInsightsEntity getEntity();
/**
*
* A Knowledge Graph entity
*
*
* .google.ads.googleads.v17.services.AudienceInsightsEntity entity = 1;
*/
com.google.ads.googleads.v17.services.AudienceInsightsEntityOrBuilder getEntityOrBuilder();
/**
*
* A Product & Service category
*
*
* .google.ads.googleads.v17.services.AudienceInsightsCategory category = 2;
* @return Whether the category field is set.
*/
boolean hasCategory();
/**
*
* A Product & Service category
*
*
* .google.ads.googleads.v17.services.AudienceInsightsCategory category = 2;
* @return The category.
*/
com.google.ads.googleads.v17.services.AudienceInsightsCategory getCategory();
/**
*
* A Product & Service category
*
*
* .google.ads.googleads.v17.services.AudienceInsightsCategory category = 2;
*/
com.google.ads.googleads.v17.services.AudienceInsightsCategoryOrBuilder getCategoryOrBuilder();
com.google.ads.googleads.v17.services.AudienceInsightsTopic.TopicCase getTopicCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy