public static interface Report.SliceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDimension()
public abstract Report.Dimension getDimension()
Required. The dimension to slice on.
.google.ads.admanager.v1.Report.Dimension dimension = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Report.Dimension |
The dimension. |
getDimensionValue()
public abstract int getDimensionValue()
Required. The dimension to slice on.
.google.ads.admanager.v1.Report.Dimension dimension = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for dimension. |
getValue()
public abstract Report.Value getValue()
Required. The value of the dimension.
.google.ads.admanager.v1.Report.Value value = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Report.Value |
The value. |
getValueOrBuilder()
public abstract Report.ValueOrBuilder getValueOrBuilder()
Required. The value of the dimension.
.google.ads.admanager.v1.Report.Value value = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Report.ValueOrBuilder |
hasValue()
public abstract boolean hasValue()
Required. The value of the dimension.
.google.ads.admanager.v1.Report.Value value = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the value field is set. |