
com.google.ads.googleads.v13.services.AudienceInsightsEntityOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v13 Show documentation
Show all versions of google-ads-stubs-v13 Show documentation
Stubs for GAAPI version google-ads-stubs-v13
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v13/services/audience_insights_service.proto
package com.google.ads.googleads.v13.services;
public interface AudienceInsightsEntityOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v13.services.AudienceInsightsEntity)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required. The machine id (mid) of the Knowledge Graph entity.
*
*
* string knowledge_graph_machine_id = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The knowledgeGraphMachineId.
*/
java.lang.String getKnowledgeGraphMachineId();
/**
*
* Required. The machine id (mid) of the Knowledge Graph entity.
*
*
* string knowledge_graph_machine_id = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for knowledgeGraphMachineId.
*/
com.google.protobuf.ByteString
getKnowledgeGraphMachineIdBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy