public static interface ReportDefinition.FieldOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDimension()
public abstract ReportDefinition.Dimension getDimension()The dimension this field represents.
.google.ads.admanager.v1.ReportDefinition.Dimension dimension = 1;
| Returns | |
|---|---|
| Type | Description |
ReportDefinition.Dimension |
The dimension. |
getDimensionValue()
public abstract int getDimensionValue()The dimension this field represents.
.google.ads.admanager.v1.ReportDefinition.Dimension dimension = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for dimension. |
getFieldCase()
public abstract ReportDefinition.Field.FieldCase getFieldCase()| Returns | |
|---|---|
| Type | Description |
ReportDefinition.Field.FieldCase |
|
getMetric()
public abstract ReportDefinition.Metric getMetric()The metric this field represents.
.google.ads.admanager.v1.ReportDefinition.Metric metric = 2;
| Returns | |
|---|---|
| Type | Description |
ReportDefinition.Metric |
The metric. |
getMetricValue()
public abstract int getMetricValue()The metric this field represents.
.google.ads.admanager.v1.ReportDefinition.Metric metric = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for metric. |
hasDimension()
public abstract boolean hasDimension()The dimension this field represents.
.google.ads.admanager.v1.ReportDefinition.Dimension dimension = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dimension field is set. |
hasMetric()
public abstract boolean hasMetric()The metric this field represents.
.google.ads.admanager.v1.ReportDefinition.Metric metric = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the metric field is set. |