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