com.google.ads.googleads.v17.services.InsightsAudienceAttributeGroupOrBuilder 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 InsightsAudienceAttributeGroupOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.InsightsAudienceAttributeGroup)
com.google.protobuf.MessageOrBuilder {
/**
*
* Required. A collection of audience attributes to be combined with logical
* OR. Attributes need not all be the same dimension. Only Knowledge Graph
* entities, Product & Service Categories, and Affinity and In-Market
* audiences are supported in this context.
*
*
* repeated .google.ads.googleads.v17.services.AudienceInsightsAttribute attributes = 1 [(.google.api.field_behavior) = REQUIRED];
*/
java.util.List
getAttributesList();
/**
*
* Required. A collection of audience attributes to be combined with logical
* OR. Attributes need not all be the same dimension. Only Knowledge Graph
* entities, Product & Service Categories, and Affinity and In-Market
* audiences are supported in this context.
*
*
* repeated .google.ads.googleads.v17.services.AudienceInsightsAttribute attributes = 1 [(.google.api.field_behavior) = REQUIRED];
*/
com.google.ads.googleads.v17.services.AudienceInsightsAttribute getAttributes(int index);
/**
*
* Required. A collection of audience attributes to be combined with logical
* OR. Attributes need not all be the same dimension. Only Knowledge Graph
* entities, Product & Service Categories, and Affinity and In-Market
* audiences are supported in this context.
*
*
* repeated .google.ads.googleads.v17.services.AudienceInsightsAttribute attributes = 1 [(.google.api.field_behavior) = REQUIRED];
*/
int getAttributesCount();
/**
*
* Required. A collection of audience attributes to be combined with logical
* OR. Attributes need not all be the same dimension. Only Knowledge Graph
* entities, Product & Service Categories, and Affinity and In-Market
* audiences are supported in this context.
*
*
* repeated .google.ads.googleads.v17.services.AudienceInsightsAttribute attributes = 1 [(.google.api.field_behavior) = REQUIRED];
*/
java.util.List extends com.google.ads.googleads.v17.services.AudienceInsightsAttributeOrBuilder>
getAttributesOrBuilderList();
/**
*
* Required. A collection of audience attributes to be combined with logical
* OR. Attributes need not all be the same dimension. Only Knowledge Graph
* entities, Product & Service Categories, and Affinity and In-Market
* audiences are supported in this context.
*
*
* repeated .google.ads.googleads.v17.services.AudienceInsightsAttribute attributes = 1 [(.google.api.field_behavior) = REQUIRED];
*/
com.google.ads.googleads.v17.services.AudienceInsightsAttributeOrBuilder getAttributesOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy