Interface BaselineOrBuilder (0.8.0)

public interface BaselineOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBaselineCase()

public abstract Baseline.BaselineCase getBaselineCase()
Returns
Type Description
Baseline.BaselineCase

getBaselineLocation()

public abstract Baseline.Location getBaselineLocation()

The baseline location of the request. Baseline location is an OR-list of the requested regions.

.google.ads.datamanager.v1.Baseline.Location baseline_location = 1;

Returns
Type Description
Baseline.Location

The baselineLocation.

getBaselineLocationOrBuilder()

public abstract Baseline.LocationOrBuilder getBaselineLocationOrBuilder()

The baseline location of the request. Baseline location is an OR-list of the requested regions.

.google.ads.datamanager.v1.Baseline.Location baseline_location = 1;

Returns
Type Description
Baseline.LocationOrBuilder

getLocationAutoDetectionEnabled()

public abstract boolean getLocationAutoDetectionEnabled()

If set to true, the service will try to automatically detect the baseline location for insights.

bool location_auto_detection_enabled = 2;

Returns
Type Description
boolean

The locationAutoDetectionEnabled.

hasBaselineLocation()

public abstract boolean hasBaselineLocation()

The baseline location of the request. Baseline location is an OR-list of the requested regions.

.google.ads.datamanager.v1.Baseline.Location baseline_location = 1;

Returns
Type Description
boolean

Whether the baselineLocation field is set.

hasLocationAutoDetectionEnabled()

public abstract boolean hasLocationAutoDetectionEnabled()

If set to true, the service will try to automatically detect the baseline location for insights.

bool location_auto_detection_enabled = 2;

Returns
Type Description
boolean

Whether the locationAutoDetectionEnabled field is set.