public static final class Report.DataTable.MetricValueGroup.Builder extends GeneratedMessageV3.Builder<Report.DataTable.MetricValueGroup.Builder> implements Report.DataTable.MetricValueGroupOrBuilder
Contains all metric values requested for a single date range and set of column dimension values (returned in the columns field of the response). The order of the metrics in each field corresponds to the order of the metrics specified in the request.
Protobuf type google.ads.admanager.v1.Report.DataTable.MetricValueGroup
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Report.DataTable.MetricValueGroup.BuilderImplements
Report.DataTable.MetricValueGroupOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAbsoluteChangeValues(Report.Value value)
public Report.DataTable.MetricValueGroup.Builder addAbsoluteChangeValues(Report.Value value)
Data for the ABSOLUTE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value absolute_change_values = 5;
Parameter | |
---|---|
Name | Description |
value |
Report.Value |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addAbsoluteChangeValues(Report.Value.Builder builderForValue)
public Report.DataTable.MetricValueGroup.Builder addAbsoluteChangeValues(Report.Value.Builder builderForValue)
Data for the ABSOLUTE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value absolute_change_values = 5;
Parameter | |
---|---|
Name | Description |
builderForValue |
Report.Value.Builder |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addAbsoluteChangeValues(int index, Report.Value value)
public Report.DataTable.MetricValueGroup.Builder addAbsoluteChangeValues(int index, Report.Value value)
Data for the ABSOLUTE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value absolute_change_values = 5;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
Report.Value |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addAbsoluteChangeValues(int index, Report.Value.Builder builderForValue)
public Report.DataTable.MetricValueGroup.Builder addAbsoluteChangeValues(int index, Report.Value.Builder builderForValue)
Data for the ABSOLUTE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value absolute_change_values = 5;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
Report.Value.Builder |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addAbsoluteChangeValuesBuilder()
public Report.Value.Builder addAbsoluteChangeValuesBuilder()
Data for the ABSOLUTE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value absolute_change_values = 5;
Returns | |
---|---|
Type | Description |
Report.Value.Builder |
addAbsoluteChangeValuesBuilder(int index)
public Report.Value.Builder addAbsoluteChangeValuesBuilder(int index)
Data for the ABSOLUTE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value absolute_change_values = 5;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.Value.Builder |
addAllAbsoluteChangeValues(Iterable<? extends Report.Value> values)
public Report.DataTable.MetricValueGroup.Builder addAllAbsoluteChangeValues(Iterable<? extends Report.Value> values)
Data for the ABSOLUTE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value absolute_change_values = 5;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.ads.admanager.v1.Report.Value> |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addAllComparisonPercentOfTotalValues(Iterable<? extends Report.Value> values)
public Report.DataTable.MetricValueGroup.Builder addAllComparisonPercentOfTotalValues(Iterable<? extends Report.Value> values)
Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_percent_of_total_values = 4;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.ads.admanager.v1.Report.Value> |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addAllComparisonValues(Iterable<? extends Report.Value> values)
public Report.DataTable.MetricValueGroup.Builder addAllComparisonValues(Iterable<? extends Report.Value> values)
Data for the COMPARISON MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_values = 3;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.ads.admanager.v1.Report.Value> |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addAllFlagValues(Iterable<? extends Boolean> values)
public Report.DataTable.MetricValueGroup.Builder addAllFlagValues(Iterable<? extends Boolean> values)
If true, the flag's conditions are met. If false, the flag's conditions are not met. flag_values has the same length as flags and index i of flag_values represents the flag at index i of flags.
repeated bool flag_values = 7;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends java.lang.Boolean> The flagValues to add. |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
This builder for chaining. |
addAllPrimaryPercentOfTotalValues(Iterable<? extends Report.Value> values)
public Report.DataTable.MetricValueGroup.Builder addAllPrimaryPercentOfTotalValues(Iterable<? extends Report.Value> values)
Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_percent_of_total_values = 2;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.ads.admanager.v1.Report.Value> |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addAllPrimaryValues(Iterable<? extends Report.Value> values)
public Report.DataTable.MetricValueGroup.Builder addAllPrimaryValues(Iterable<? extends Report.Value> values)
Data for the PRIMARY MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_values = 1;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.ads.admanager.v1.Report.Value> |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addAllRelativeChangeValues(Iterable<? extends Report.Value> values)
public Report.DataTable.MetricValueGroup.Builder addAllRelativeChangeValues(Iterable<? extends Report.Value> values)
Data for the RELATIVE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value relative_change_values = 6;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.ads.admanager.v1.Report.Value> |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addComparisonPercentOfTotalValues(Report.Value value)
public Report.DataTable.MetricValueGroup.Builder addComparisonPercentOfTotalValues(Report.Value value)
Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_percent_of_total_values = 4;
Parameter | |
---|---|
Name | Description |
value |
Report.Value |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addComparisonPercentOfTotalValues(Report.Value.Builder builderForValue)
public Report.DataTable.MetricValueGroup.Builder addComparisonPercentOfTotalValues(Report.Value.Builder builderForValue)
Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_percent_of_total_values = 4;
Parameter | |
---|---|
Name | Description |
builderForValue |
Report.Value.Builder |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addComparisonPercentOfTotalValues(int index, Report.Value value)
public Report.DataTable.MetricValueGroup.Builder addComparisonPercentOfTotalValues(int index, Report.Value value)
Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_percent_of_total_values = 4;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
Report.Value |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addComparisonPercentOfTotalValues(int index, Report.Value.Builder builderForValue)
public Report.DataTable.MetricValueGroup.Builder addComparisonPercentOfTotalValues(int index, Report.Value.Builder builderForValue)
Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_percent_of_total_values = 4;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
Report.Value.Builder |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addComparisonPercentOfTotalValuesBuilder()
public Report.Value.Builder addComparisonPercentOfTotalValuesBuilder()
Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_percent_of_total_values = 4;
Returns | |
---|---|
Type | Description |
Report.Value.Builder |
addComparisonPercentOfTotalValuesBuilder(int index)
public Report.Value.Builder addComparisonPercentOfTotalValuesBuilder(int index)
Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_percent_of_total_values = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.Value.Builder |
addComparisonValues(Report.Value value)
public Report.DataTable.MetricValueGroup.Builder addComparisonValues(Report.Value value)
Data for the COMPARISON MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_values = 3;
Parameter | |
---|---|
Name | Description |
value |
Report.Value |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addComparisonValues(Report.Value.Builder builderForValue)
public Report.DataTable.MetricValueGroup.Builder addComparisonValues(Report.Value.Builder builderForValue)
Data for the COMPARISON MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_values = 3;
Parameter | |
---|---|
Name | Description |
builderForValue |
Report.Value.Builder |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addComparisonValues(int index, Report.Value value)
public Report.DataTable.MetricValueGroup.Builder addComparisonValues(int index, Report.Value value)
Data for the COMPARISON MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_values = 3;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
Report.Value |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addComparisonValues(int index, Report.Value.Builder builderForValue)
public Report.DataTable.MetricValueGroup.Builder addComparisonValues(int index, Report.Value.Builder builderForValue)
Data for the COMPARISON MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_values = 3;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
Report.Value.Builder |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addComparisonValuesBuilder()
public Report.Value.Builder addComparisonValuesBuilder()
Data for the COMPARISON MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_values = 3;
Returns | |
---|---|
Type | Description |
Report.Value.Builder |
addComparisonValuesBuilder(int index)
public Report.Value.Builder addComparisonValuesBuilder(int index)
Data for the COMPARISON MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_values = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.Value.Builder |
addFlagValues(boolean value)
public Report.DataTable.MetricValueGroup.Builder addFlagValues(boolean value)
If true, the flag's conditions are met. If false, the flag's conditions are not met. flag_values has the same length as flags and index i of flag_values represents the flag at index i of flags.
repeated bool flag_values = 7;
Parameter | |
---|---|
Name | Description |
value |
boolean The flagValues to add. |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
This builder for chaining. |
addPrimaryPercentOfTotalValues(Report.Value value)
public Report.DataTable.MetricValueGroup.Builder addPrimaryPercentOfTotalValues(Report.Value value)
Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_percent_of_total_values = 2;
Parameter | |
---|---|
Name | Description |
value |
Report.Value |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addPrimaryPercentOfTotalValues(Report.Value.Builder builderForValue)
public Report.DataTable.MetricValueGroup.Builder addPrimaryPercentOfTotalValues(Report.Value.Builder builderForValue)
Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_percent_of_total_values = 2;
Parameter | |
---|---|
Name | Description |
builderForValue |
Report.Value.Builder |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addPrimaryPercentOfTotalValues(int index, Report.Value value)
public Report.DataTable.MetricValueGroup.Builder addPrimaryPercentOfTotalValues(int index, Report.Value value)
Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_percent_of_total_values = 2;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
Report.Value |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addPrimaryPercentOfTotalValues(int index, Report.Value.Builder builderForValue)
public Report.DataTable.MetricValueGroup.Builder addPrimaryPercentOfTotalValues(int index, Report.Value.Builder builderForValue)
Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_percent_of_total_values = 2;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
Report.Value.Builder |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addPrimaryPercentOfTotalValuesBuilder()
public Report.Value.Builder addPrimaryPercentOfTotalValuesBuilder()
Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_percent_of_total_values = 2;
Returns | |
---|---|
Type | Description |
Report.Value.Builder |
addPrimaryPercentOfTotalValuesBuilder(int index)
public Report.Value.Builder addPrimaryPercentOfTotalValuesBuilder(int index)
Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_percent_of_total_values = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.Value.Builder |
addPrimaryValues(Report.Value value)
public Report.DataTable.MetricValueGroup.Builder addPrimaryValues(Report.Value value)
Data for the PRIMARY MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_values = 1;
Parameter | |
---|---|
Name | Description |
value |
Report.Value |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addPrimaryValues(Report.Value.Builder builderForValue)
public Report.DataTable.MetricValueGroup.Builder addPrimaryValues(Report.Value.Builder builderForValue)
Data for the PRIMARY MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_values = 1;
Parameter | |
---|---|
Name | Description |
builderForValue |
Report.Value.Builder |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addPrimaryValues(int index, Report.Value value)
public Report.DataTable.MetricValueGroup.Builder addPrimaryValues(int index, Report.Value value)
Data for the PRIMARY MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_values = 1;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
Report.Value |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addPrimaryValues(int index, Report.Value.Builder builderForValue)
public Report.DataTable.MetricValueGroup.Builder addPrimaryValues(int index, Report.Value.Builder builderForValue)
Data for the PRIMARY MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_values = 1;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
Report.Value.Builder |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addPrimaryValuesBuilder()
public Report.Value.Builder addPrimaryValuesBuilder()
Data for the PRIMARY MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_values = 1;
Returns | |
---|---|
Type | Description |
Report.Value.Builder |
addPrimaryValuesBuilder(int index)
public Report.Value.Builder addPrimaryValuesBuilder(int index)
Data for the PRIMARY MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_values = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.Value.Builder |
addRelativeChangeValues(Report.Value value)
public Report.DataTable.MetricValueGroup.Builder addRelativeChangeValues(Report.Value value)
Data for the RELATIVE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value relative_change_values = 6;
Parameter | |
---|---|
Name | Description |
value |
Report.Value |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addRelativeChangeValues(Report.Value.Builder builderForValue)
public Report.DataTable.MetricValueGroup.Builder addRelativeChangeValues(Report.Value.Builder builderForValue)
Data for the RELATIVE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value relative_change_values = 6;
Parameter | |
---|---|
Name | Description |
builderForValue |
Report.Value.Builder |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addRelativeChangeValues(int index, Report.Value value)
public Report.DataTable.MetricValueGroup.Builder addRelativeChangeValues(int index, Report.Value value)
Data for the RELATIVE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value relative_change_values = 6;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
Report.Value |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addRelativeChangeValues(int index, Report.Value.Builder builderForValue)
public Report.DataTable.MetricValueGroup.Builder addRelativeChangeValues(int index, Report.Value.Builder builderForValue)
Data for the RELATIVE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value relative_change_values = 6;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
Report.Value.Builder |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
addRelativeChangeValuesBuilder()
public Report.Value.Builder addRelativeChangeValuesBuilder()
Data for the RELATIVE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value relative_change_values = 6;
Returns | |
---|---|
Type | Description |
Report.Value.Builder |
addRelativeChangeValuesBuilder(int index)
public Report.Value.Builder addRelativeChangeValuesBuilder(int index)
Data for the RELATIVE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value relative_change_values = 6;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.Value.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Report.DataTable.MetricValueGroup.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
build()
public Report.DataTable.MetricValueGroup build()
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup |
buildPartial()
public Report.DataTable.MetricValueGroup buildPartial()
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup |
clear()
public Report.DataTable.MetricValueGroup.Builder clear()
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
clearAbsoluteChangeValues()
public Report.DataTable.MetricValueGroup.Builder clearAbsoluteChangeValues()
Data for the ABSOLUTE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value absolute_change_values = 5;
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
clearComparisonPercentOfTotalValues()
public Report.DataTable.MetricValueGroup.Builder clearComparisonPercentOfTotalValues()
Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_percent_of_total_values = 4;
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
clearComparisonValues()
public Report.DataTable.MetricValueGroup.Builder clearComparisonValues()
Data for the COMPARISON MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_values = 3;
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
clearField(Descriptors.FieldDescriptor field)
public Report.DataTable.MetricValueGroup.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
clearFlagValues()
public Report.DataTable.MetricValueGroup.Builder clearFlagValues()
If true, the flag's conditions are met. If false, the flag's conditions are not met. flag_values has the same length as flags and index i of flag_values represents the flag at index i of flags.
repeated bool flag_values = 7;
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Report.DataTable.MetricValueGroup.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
clearPrimaryPercentOfTotalValues()
public Report.DataTable.MetricValueGroup.Builder clearPrimaryPercentOfTotalValues()
Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_percent_of_total_values = 2;
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
clearPrimaryValues()
public Report.DataTable.MetricValueGroup.Builder clearPrimaryValues()
Data for the PRIMARY MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_values = 1;
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
clearRelativeChangeValues()
public Report.DataTable.MetricValueGroup.Builder clearRelativeChangeValues()
Data for the RELATIVE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value relative_change_values = 6;
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
clone()
public Report.DataTable.MetricValueGroup.Builder clone()
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
getAbsoluteChangeValues(int index)
public Report.Value getAbsoluteChangeValues(int index)
Data for the ABSOLUTE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value absolute_change_values = 5;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.Value |
getAbsoluteChangeValuesBuilder(int index)
public Report.Value.Builder getAbsoluteChangeValuesBuilder(int index)
Data for the ABSOLUTE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value absolute_change_values = 5;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.Value.Builder |
getAbsoluteChangeValuesBuilderList()
public List<Report.Value.Builder> getAbsoluteChangeValuesBuilderList()
Data for the ABSOLUTE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value absolute_change_values = 5;
Returns | |
---|---|
Type | Description |
List<Builder> |
getAbsoluteChangeValuesCount()
public int getAbsoluteChangeValuesCount()
Data for the ABSOLUTE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value absolute_change_values = 5;
Returns | |
---|---|
Type | Description |
int |
getAbsoluteChangeValuesList()
public List<Report.Value> getAbsoluteChangeValuesList()
Data for the ABSOLUTE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value absolute_change_values = 5;
Returns | |
---|---|
Type | Description |
List<Value> |
getAbsoluteChangeValuesOrBuilder(int index)
public Report.ValueOrBuilder getAbsoluteChangeValuesOrBuilder(int index)
Data for the ABSOLUTE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value absolute_change_values = 5;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.ValueOrBuilder |
getAbsoluteChangeValuesOrBuilderList()
public List<? extends Report.ValueOrBuilder> getAbsoluteChangeValuesOrBuilderList()
Data for the ABSOLUTE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value absolute_change_values = 5;
Returns | |
---|---|
Type | Description |
List<? extends com.google.ads.admanager.v1.Report.ValueOrBuilder> |
getComparisonPercentOfTotalValues(int index)
public Report.Value getComparisonPercentOfTotalValues(int index)
Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_percent_of_total_values = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.Value |
getComparisonPercentOfTotalValuesBuilder(int index)
public Report.Value.Builder getComparisonPercentOfTotalValuesBuilder(int index)
Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_percent_of_total_values = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.Value.Builder |
getComparisonPercentOfTotalValuesBuilderList()
public List<Report.Value.Builder> getComparisonPercentOfTotalValuesBuilderList()
Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_percent_of_total_values = 4;
Returns | |
---|---|
Type | Description |
List<Builder> |
getComparisonPercentOfTotalValuesCount()
public int getComparisonPercentOfTotalValuesCount()
Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_percent_of_total_values = 4;
Returns | |
---|---|
Type | Description |
int |
getComparisonPercentOfTotalValuesList()
public List<Report.Value> getComparisonPercentOfTotalValuesList()
Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_percent_of_total_values = 4;
Returns | |
---|---|
Type | Description |
List<Value> |
getComparisonPercentOfTotalValuesOrBuilder(int index)
public Report.ValueOrBuilder getComparisonPercentOfTotalValuesOrBuilder(int index)
Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_percent_of_total_values = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.ValueOrBuilder |
getComparisonPercentOfTotalValuesOrBuilderList()
public List<? extends Report.ValueOrBuilder> getComparisonPercentOfTotalValuesOrBuilderList()
Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_percent_of_total_values = 4;
Returns | |
---|---|
Type | Description |
List<? extends com.google.ads.admanager.v1.Report.ValueOrBuilder> |
getComparisonValues(int index)
public Report.Value getComparisonValues(int index)
Data for the COMPARISON MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_values = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.Value |
getComparisonValuesBuilder(int index)
public Report.Value.Builder getComparisonValuesBuilder(int index)
Data for the COMPARISON MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_values = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.Value.Builder |
getComparisonValuesBuilderList()
public List<Report.Value.Builder> getComparisonValuesBuilderList()
Data for the COMPARISON MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_values = 3;
Returns | |
---|---|
Type | Description |
List<Builder> |
getComparisonValuesCount()
public int getComparisonValuesCount()
Data for the COMPARISON MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_values = 3;
Returns | |
---|---|
Type | Description |
int |
getComparisonValuesList()
public List<Report.Value> getComparisonValuesList()
Data for the COMPARISON MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_values = 3;
Returns | |
---|---|
Type | Description |
List<Value> |
getComparisonValuesOrBuilder(int index)
public Report.ValueOrBuilder getComparisonValuesOrBuilder(int index)
Data for the COMPARISON MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_values = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.ValueOrBuilder |
getComparisonValuesOrBuilderList()
public List<? extends Report.ValueOrBuilder> getComparisonValuesOrBuilderList()
Data for the COMPARISON MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_values = 3;
Returns | |
---|---|
Type | Description |
List<? extends com.google.ads.admanager.v1.Report.ValueOrBuilder> |
getDefaultInstanceForType()
public Report.DataTable.MetricValueGroup getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getFlagValues(int index)
public boolean getFlagValues(int index)
If true, the flag's conditions are met. If false, the flag's conditions are not met. flag_values has the same length as flags and index i of flag_values represents the flag at index i of flags.
repeated bool flag_values = 7;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
boolean |
The flagValues at the given index. |
getFlagValuesCount()
public int getFlagValuesCount()
If true, the flag's conditions are met. If false, the flag's conditions are not met. flag_values has the same length as flags and index i of flag_values represents the flag at index i of flags.
repeated bool flag_values = 7;
Returns | |
---|---|
Type | Description |
int |
The count of flagValues. |
getFlagValuesList()
public List<Boolean> getFlagValuesList()
If true, the flag's conditions are met. If false, the flag's conditions are not met. flag_values has the same length as flags and index i of flag_values represents the flag at index i of flags.
repeated bool flag_values = 7;
Returns | |
---|---|
Type | Description |
List<Boolean> |
A list containing the flagValues. |
getPrimaryPercentOfTotalValues(int index)
public Report.Value getPrimaryPercentOfTotalValues(int index)
Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_percent_of_total_values = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.Value |
getPrimaryPercentOfTotalValuesBuilder(int index)
public Report.Value.Builder getPrimaryPercentOfTotalValuesBuilder(int index)
Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_percent_of_total_values = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.Value.Builder |
getPrimaryPercentOfTotalValuesBuilderList()
public List<Report.Value.Builder> getPrimaryPercentOfTotalValuesBuilderList()
Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_percent_of_total_values = 2;
Returns | |
---|---|
Type | Description |
List<Builder> |
getPrimaryPercentOfTotalValuesCount()
public int getPrimaryPercentOfTotalValuesCount()
Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_percent_of_total_values = 2;
Returns | |
---|---|
Type | Description |
int |
getPrimaryPercentOfTotalValuesList()
public List<Report.Value> getPrimaryPercentOfTotalValuesList()
Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_percent_of_total_values = 2;
Returns | |
---|---|
Type | Description |
List<Value> |
getPrimaryPercentOfTotalValuesOrBuilder(int index)
public Report.ValueOrBuilder getPrimaryPercentOfTotalValuesOrBuilder(int index)
Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_percent_of_total_values = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.ValueOrBuilder |
getPrimaryPercentOfTotalValuesOrBuilderList()
public List<? extends Report.ValueOrBuilder> getPrimaryPercentOfTotalValuesOrBuilderList()
Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_percent_of_total_values = 2;
Returns | |
---|---|
Type | Description |
List<? extends com.google.ads.admanager.v1.Report.ValueOrBuilder> |
getPrimaryValues(int index)
public Report.Value getPrimaryValues(int index)
Data for the PRIMARY MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_values = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.Value |
getPrimaryValuesBuilder(int index)
public Report.Value.Builder getPrimaryValuesBuilder(int index)
Data for the PRIMARY MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_values = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.Value.Builder |
getPrimaryValuesBuilderList()
public List<Report.Value.Builder> getPrimaryValuesBuilderList()
Data for the PRIMARY MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_values = 1;
Returns | |
---|---|
Type | Description |
List<Builder> |
getPrimaryValuesCount()
public int getPrimaryValuesCount()
Data for the PRIMARY MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_values = 1;
Returns | |
---|---|
Type | Description |
int |
getPrimaryValuesList()
public List<Report.Value> getPrimaryValuesList()
Data for the PRIMARY MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_values = 1;
Returns | |
---|---|
Type | Description |
List<Value> |
getPrimaryValuesOrBuilder(int index)
public Report.ValueOrBuilder getPrimaryValuesOrBuilder(int index)
Data for the PRIMARY MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_values = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.ValueOrBuilder |
getPrimaryValuesOrBuilderList()
public List<? extends Report.ValueOrBuilder> getPrimaryValuesOrBuilderList()
Data for the PRIMARY MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_values = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.ads.admanager.v1.Report.ValueOrBuilder> |
getRelativeChangeValues(int index)
public Report.Value getRelativeChangeValues(int index)
Data for the RELATIVE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value relative_change_values = 6;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.Value |
getRelativeChangeValuesBuilder(int index)
public Report.Value.Builder getRelativeChangeValuesBuilder(int index)
Data for the RELATIVE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value relative_change_values = 6;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.Value.Builder |
getRelativeChangeValuesBuilderList()
public List<Report.Value.Builder> getRelativeChangeValuesBuilderList()
Data for the RELATIVE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value relative_change_values = 6;
Returns | |
---|---|
Type | Description |
List<Builder> |
getRelativeChangeValuesCount()
public int getRelativeChangeValuesCount()
Data for the RELATIVE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value relative_change_values = 6;
Returns | |
---|---|
Type | Description |
int |
getRelativeChangeValuesList()
public List<Report.Value> getRelativeChangeValuesList()
Data for the RELATIVE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value relative_change_values = 6;
Returns | |
---|---|
Type | Description |
List<Value> |
getRelativeChangeValuesOrBuilder(int index)
public Report.ValueOrBuilder getRelativeChangeValuesOrBuilder(int index)
Data for the RELATIVE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value relative_change_values = 6;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.ValueOrBuilder |
getRelativeChangeValuesOrBuilderList()
public List<? extends Report.ValueOrBuilder> getRelativeChangeValuesOrBuilderList()
Data for the RELATIVE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value relative_change_values = 6;
Returns | |
---|---|
Type | Description |
List<? extends com.google.ads.admanager.v1.Report.ValueOrBuilder> |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(Report.DataTable.MetricValueGroup other)
public Report.DataTable.MetricValueGroup.Builder mergeFrom(Report.DataTable.MetricValueGroup other)
Parameter | |
---|---|
Name | Description |
other |
Report.DataTable.MetricValueGroup |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Report.DataTable.MetricValueGroup.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public Report.DataTable.MetricValueGroup.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Report.DataTable.MetricValueGroup.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
removeAbsoluteChangeValues(int index)
public Report.DataTable.MetricValueGroup.Builder removeAbsoluteChangeValues(int index)
Data for the ABSOLUTE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value absolute_change_values = 5;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
removeComparisonPercentOfTotalValues(int index)
public Report.DataTable.MetricValueGroup.Builder removeComparisonPercentOfTotalValues(int index)
Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_percent_of_total_values = 4;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
removeComparisonValues(int index)
public Report.DataTable.MetricValueGroup.Builder removeComparisonValues(int index)
Data for the COMPARISON MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_values = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
removePrimaryPercentOfTotalValues(int index)
public Report.DataTable.MetricValueGroup.Builder removePrimaryPercentOfTotalValues(int index)
Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_percent_of_total_values = 2;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
removePrimaryValues(int index)
public Report.DataTable.MetricValueGroup.Builder removePrimaryValues(int index)
Data for the PRIMARY MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_values = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
removeRelativeChangeValues(int index)
public Report.DataTable.MetricValueGroup.Builder removeRelativeChangeValues(int index)
Data for the RELATIVE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value relative_change_values = 6;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
setAbsoluteChangeValues(int index, Report.Value value)
public Report.DataTable.MetricValueGroup.Builder setAbsoluteChangeValues(int index, Report.Value value)
Data for the ABSOLUTE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value absolute_change_values = 5;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
Report.Value |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
setAbsoluteChangeValues(int index, Report.Value.Builder builderForValue)
public Report.DataTable.MetricValueGroup.Builder setAbsoluteChangeValues(int index, Report.Value.Builder builderForValue)
Data for the ABSOLUTE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value absolute_change_values = 5;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
Report.Value.Builder |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
setComparisonPercentOfTotalValues(int index, Report.Value value)
public Report.DataTable.MetricValueGroup.Builder setComparisonPercentOfTotalValues(int index, Report.Value value)
Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_percent_of_total_values = 4;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
Report.Value |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
setComparisonPercentOfTotalValues(int index, Report.Value.Builder builderForValue)
public Report.DataTable.MetricValueGroup.Builder setComparisonPercentOfTotalValues(int index, Report.Value.Builder builderForValue)
Data for the COMPARISON_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_percent_of_total_values = 4;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
Report.Value.Builder |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
setComparisonValues(int index, Report.Value value)
public Report.DataTable.MetricValueGroup.Builder setComparisonValues(int index, Report.Value value)
Data for the COMPARISON MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_values = 3;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
Report.Value |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
setComparisonValues(int index, Report.Value.Builder builderForValue)
public Report.DataTable.MetricValueGroup.Builder setComparisonValues(int index, Report.Value.Builder builderForValue)
Data for the COMPARISON MetricValueType.
repeated .google.ads.admanager.v1.Report.Value comparison_values = 3;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
Report.Value.Builder |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public Report.DataTable.MetricValueGroup.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
setFlagValues(int index, boolean value)
public Report.DataTable.MetricValueGroup.Builder setFlagValues(int index, boolean value)
If true, the flag's conditions are met. If false, the flag's conditions are not met. flag_values has the same length as flags and index i of flag_values represents the flag at index i of flags.
repeated bool flag_values = 7;
Parameters | |
---|---|
Name | Description |
index |
int The index to set the value at. |
value |
boolean The flagValues to set. |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
This builder for chaining. |
setPrimaryPercentOfTotalValues(int index, Report.Value value)
public Report.DataTable.MetricValueGroup.Builder setPrimaryPercentOfTotalValues(int index, Report.Value value)
Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_percent_of_total_values = 2;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
Report.Value |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
setPrimaryPercentOfTotalValues(int index, Report.Value.Builder builderForValue)
public Report.DataTable.MetricValueGroup.Builder setPrimaryPercentOfTotalValues(int index, Report.Value.Builder builderForValue)
Data for the PRIMARY_PERCENT_OF_TOTAL MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_percent_of_total_values = 2;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
Report.Value.Builder |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
setPrimaryValues(int index, Report.Value value)
public Report.DataTable.MetricValueGroup.Builder setPrimaryValues(int index, Report.Value value)
Data for the PRIMARY MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_values = 1;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
Report.Value |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
setPrimaryValues(int index, Report.Value.Builder builderForValue)
public Report.DataTable.MetricValueGroup.Builder setPrimaryValues(int index, Report.Value.Builder builderForValue)
Data for the PRIMARY MetricValueType.
repeated .google.ads.admanager.v1.Report.Value primary_values = 1;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
Report.Value.Builder |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
setRelativeChangeValues(int index, Report.Value value)
public Report.DataTable.MetricValueGroup.Builder setRelativeChangeValues(int index, Report.Value value)
Data for the RELATIVE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value relative_change_values = 6;
Parameters | |
---|---|
Name | Description |
index |
int |
value |
Report.Value |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
setRelativeChangeValues(int index, Report.Value.Builder builderForValue)
public Report.DataTable.MetricValueGroup.Builder setRelativeChangeValues(int index, Report.Value.Builder builderForValue)
Data for the RELATIVE_CHANGE MetricValueType.
repeated .google.ads.admanager.v1.Report.Value relative_change_values = 6;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
Report.Value.Builder |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Report.DataTable.MetricValueGroup.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Report.DataTable.MetricValueGroup.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
Report.DataTable.MetricValueGroup.Builder |