com.google.ads.googleads.v17.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-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 AudienceInsightsEntityOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.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 - 2024 Weber Informatics LLC | Privacy Policy