Interface RetrieveInsightsRequestOrBuilder (0.8.0)

public interface RetrieveInsightsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBaseline()

public abstract Baseline getBaseline()

Required. Baseline for the insights requested.

.google.ads.datamanager.v1.Baseline baseline = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Baseline

The baseline.

getBaselineOrBuilder()

public abstract BaselineOrBuilder getBaselineOrBuilder()

Required. Baseline for the insights requested.

.google.ads.datamanager.v1.Baseline baseline = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
BaselineOrBuilder

getParent()

public abstract String getParent()

Required. The parent account that owns the user list. Format: accountTypes/{account_type}/accounts/{account}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent account that owns the user list. Format: accountTypes/{account_type}/accounts/{account}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for parent.

getUserListId()

public abstract String getUserListId()

Required. The user list ID for which insights are requested.

string user_list_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The userListId.

getUserListIdBytes()

public abstract ByteString getUserListIdBytes()

Required. The user list ID for which insights are requested.

string user_list_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for userListId.

hasBaseline()

public abstract boolean hasBaseline()

Required. Baseline for the insights requested.

.google.ads.datamanager.v1.Baseline baseline = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the baseline field is set.