public static final class RetrieveInsightsResponse.MarketingDataInsight.Builder extends GeneratedMessage.Builder<RetrieveInsightsResponse.MarketingDataInsight.Builder> implements RetrieveInsightsResponse.MarketingDataInsightOrBuilderInsights for marketing data.
This feature is only available to data partners.
Protobuf type google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > RetrieveInsightsResponse.MarketingDataInsight.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllAttributes(Iterable<? extends RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute> values)
public RetrieveInsightsResponse.MarketingDataInsight.Builder addAllAttributes(Iterable<? extends RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute> values)Insights for values of a given dimension.
repeated .google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute attributes = 2;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute> |
| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsight.Builder |
|
addAttributes(RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute value)
public RetrieveInsightsResponse.MarketingDataInsight.Builder addAttributes(RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute value)Insights for values of a given dimension.
repeated .google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute attributes = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute |
| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsight.Builder |
|
addAttributes(RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute.Builder builderForValue)
public RetrieveInsightsResponse.MarketingDataInsight.Builder addAttributes(RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute.Builder builderForValue)Insights for values of a given dimension.
repeated .google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute attributes = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute.Builder |
| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsight.Builder |
|
addAttributes(int index, RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute value)
public RetrieveInsightsResponse.MarketingDataInsight.Builder addAttributes(int index, RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute value)Insights for values of a given dimension.
repeated .google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute attributes = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute |
| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsight.Builder |
|
addAttributes(int index, RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute.Builder builderForValue)
public RetrieveInsightsResponse.MarketingDataInsight.Builder addAttributes(int index, RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute.Builder builderForValue)Insights for values of a given dimension.
repeated .google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute attributes = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute.Builder |
| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsight.Builder |
|
addAttributesBuilder()
public RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute.Builder addAttributesBuilder()Insights for values of a given dimension.
repeated .google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute attributes = 2;
| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute.Builder |
|
addAttributesBuilder(int index)
public RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute.Builder addAttributesBuilder(int index)Insights for values of a given dimension.
repeated .google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute attributes = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute.Builder |
|
build()
public RetrieveInsightsResponse.MarketingDataInsight build()| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsight |
|
buildPartial()
public RetrieveInsightsResponse.MarketingDataInsight buildPartial()| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsight |
|
clear()
public RetrieveInsightsResponse.MarketingDataInsight.Builder clear()| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsight.Builder |
|
clearAttributes()
public RetrieveInsightsResponse.MarketingDataInsight.Builder clearAttributes()Insights for values of a given dimension.
repeated .google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute attributes = 2;
| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsight.Builder |
|
clearDimension()
public RetrieveInsightsResponse.MarketingDataInsight.Builder clearDimension()The dimension to which the insight belongs.
.google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight.AudienceInsightsDimension dimension = 1;
| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsight.Builder |
This builder for chaining. |
getAttributes(int index)
public RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute getAttributes(int index)Insights for values of a given dimension.
repeated .google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute attributes = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute |
|
getAttributesBuilder(int index)
public RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute.Builder getAttributesBuilder(int index)Insights for values of a given dimension.
repeated .google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute attributes = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute.Builder |
|
getAttributesBuilderList()
public List<RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute.Builder> getAttributesBuilderList()Insights for values of a given dimension.
repeated .google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute attributes = 2;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getAttributesCount()
public int getAttributesCount()Insights for values of a given dimension.
repeated .google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute attributes = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAttributesList()
public List<RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute> getAttributesList()Insights for values of a given dimension.
repeated .google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute attributes = 2;
| Returns | |
|---|---|
| Type | Description |
List<MarketingDataInsightsAttribute> |
|
getAttributesOrBuilder(int index)
public RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttributeOrBuilder getAttributesOrBuilder(int index)Insights for values of a given dimension.
repeated .google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute attributes = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttributeOrBuilder |
|
getAttributesOrBuilderList()
public List<? extends RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttributeOrBuilder> getAttributesOrBuilderList()Insights for values of a given dimension.
repeated .google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute attributes = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttributeOrBuilder> |
|
getDefaultInstanceForType()
public RetrieveInsightsResponse.MarketingDataInsight getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsight |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDimension()
public RetrieveInsightsResponse.MarketingDataInsight.AudienceInsightsDimension getDimension()The dimension to which the insight belongs.
.google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight.AudienceInsightsDimension dimension = 1;
| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsight.AudienceInsightsDimension |
The dimension. |
getDimensionValue()
public int getDimensionValue()The dimension to which the insight belongs.
.google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight.AudienceInsightsDimension dimension = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for dimension. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(RetrieveInsightsResponse.MarketingDataInsight other)
public RetrieveInsightsResponse.MarketingDataInsight.Builder mergeFrom(RetrieveInsightsResponse.MarketingDataInsight other)| Parameter | |
|---|---|
| Name | Description |
other |
RetrieveInsightsResponse.MarketingDataInsight |
| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsight.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RetrieveInsightsResponse.MarketingDataInsight.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsight.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public RetrieveInsightsResponse.MarketingDataInsight.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsight.Builder |
|
removeAttributes(int index)
public RetrieveInsightsResponse.MarketingDataInsight.Builder removeAttributes(int index)Insights for values of a given dimension.
repeated .google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute attributes = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsight.Builder |
|
setAttributes(int index, RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute value)
public RetrieveInsightsResponse.MarketingDataInsight.Builder setAttributes(int index, RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute value)Insights for values of a given dimension.
repeated .google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute attributes = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute |
| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsight.Builder |
|
setAttributes(int index, RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute.Builder builderForValue)
public RetrieveInsightsResponse.MarketingDataInsight.Builder setAttributes(int index, RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute.Builder builderForValue)Insights for values of a given dimension.
repeated .google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute attributes = 2;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
RetrieveInsightsResponse.MarketingDataInsight.MarketingDataInsightsAttribute.Builder |
| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsight.Builder |
|
setDimension(RetrieveInsightsResponse.MarketingDataInsight.AudienceInsightsDimension value)
public RetrieveInsightsResponse.MarketingDataInsight.Builder setDimension(RetrieveInsightsResponse.MarketingDataInsight.AudienceInsightsDimension value)The dimension to which the insight belongs.
.google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight.AudienceInsightsDimension dimension = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
RetrieveInsightsResponse.MarketingDataInsight.AudienceInsightsDimensionThe dimension to set. |
| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsight.Builder |
This builder for chaining. |
setDimensionValue(int value)
public RetrieveInsightsResponse.MarketingDataInsight.Builder setDimensionValue(int value)The dimension to which the insight belongs.
.google.ads.datamanager.v1.RetrieveInsightsResponse.MarketingDataInsight.AudienceInsightsDimension dimension = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for dimension to set. |
| Returns | |
|---|---|
| Type | Description |
RetrieveInsightsResponse.MarketingDataInsight.Builder |
This builder for chaining. |