Interface AttributionSettings.ConversionTypeOrBuilder (0.3.0)

public static interface AttributionSettings.ConversionTypeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Output only. Conversion event name, as it'll be reported by the client.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. Conversion event name, as it'll be reported by the client.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for name.

getReport()

public abstract boolean getReport()

Output only. Option indicating if the type should be included in Merchant Center reporting.

bool report = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

The report.