Class AttributionSettings (0.3.0)

public final class AttributionSettings extends GeneratedMessageV3 implements AttributionSettingsOrBuilder

Represents attribution settings for conversion sources receiving pre-attribution data.

Protobuf type google.shopping.merchant.conversions.v1beta.AttributionSettings

Static Fields

ATTRIBUTION_LOOKBACK_WINDOW_DAYS_FIELD_NUMBER

public static final int ATTRIBUTION_LOOKBACK_WINDOW_DAYS_FIELD_NUMBER
Field Value
Type Description
int

ATTRIBUTION_MODEL_FIELD_NUMBER

public static final int ATTRIBUTION_MODEL_FIELD_NUMBER
Field Value
Type Description
int

CONVERSION_TYPE_FIELD_NUMBER

public static final int CONVERSION_TYPE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static AttributionSettings getDefaultInstance()
Returns
Type Description
AttributionSettings

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static AttributionSettings.Builder newBuilder()
Returns
Type Description
AttributionSettings.Builder

newBuilder(AttributionSettings prototype)

public static AttributionSettings.Builder newBuilder(AttributionSettings prototype)
Parameter
Name Description
prototype AttributionSettings
Returns
Type Description
AttributionSettings.Builder

parseDelimitedFrom(InputStream input)

public static AttributionSettings parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AttributionSettings
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AttributionSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AttributionSettings
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static AttributionSettings parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
AttributionSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AttributionSettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AttributionSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AttributionSettings parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
AttributionSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AttributionSettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AttributionSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AttributionSettings parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
AttributionSettings
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AttributionSettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AttributionSettings
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static AttributionSettings parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
AttributionSettings
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AttributionSettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AttributionSettings
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static AttributionSettings parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
AttributionSettings
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AttributionSettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AttributionSettings
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<AttributionSettings> parser()
Returns
Type Description
Parser<AttributionSettings>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getAttributionLookbackWindowDays()

public int getAttributionLookbackWindowDays()

Required. Lookback windows (in days) used for attribution in this source. Supported values are 7, 30, 40.

int32 attribution_lookback_window_days = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The attributionLookbackWindowDays.

getAttributionModel()

public AttributionSettings.AttributionModel getAttributionModel()

Required. Attribution model.

.google.shopping.merchant.conversions.v1beta.AttributionSettings.AttributionModel attribution_model = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
AttributionSettings.AttributionModel

The attributionModel.

getAttributionModelValue()

public int getAttributionModelValue()

Required. Attribution model.

.google.shopping.merchant.conversions.v1beta.AttributionSettings.AttributionModel attribution_model = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for attributionModel.

getConversionType(int index)

public AttributionSettings.ConversionType getConversionType(int index)

Immutable. Unordered list. List of different conversion types a conversion event can be classified as. A standard "purchase" type will be automatically created if this list is empty at creation time.

repeated .google.shopping.merchant.conversions.v1beta.AttributionSettings.ConversionType conversion_type = 3 [(.google.api.field_behavior) = UNORDERED_LIST, (.google.api.field_behavior) = IMMUTABLE];

Parameter
Name Description
index int
Returns
Type Description
AttributionSettings.ConversionType

getConversionTypeCount()

public int getConversionTypeCount()

Immutable. Unordered list. List of different conversion types a conversion event can be classified as. A standard "purchase" type will be automatically created if this list is empty at creation time.

repeated .google.shopping.merchant.conversions.v1beta.AttributionSettings.ConversionType conversion_type = 3 [(.google.api.field_behavior) = UNORDERED_LIST, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
int

getConversionTypeList()

public List<AttributionSettings.ConversionType> getConversionTypeList()

Immutable. Unordered list. List of different conversion types a conversion event can be classified as. A standard "purchase" type will be automatically created if this list is empty at creation time.

repeated .google.shopping.merchant.conversions.v1beta.AttributionSettings.ConversionType conversion_type = 3 [(.google.api.field_behavior) = UNORDERED_LIST, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
List<ConversionType>

getConversionTypeOrBuilder(int index)

public AttributionSettings.ConversionTypeOrBuilder getConversionTypeOrBuilder(int index)

Immutable. Unordered list. List of different conversion types a conversion event can be classified as. A standard "purchase" type will be automatically created if this list is empty at creation time.

repeated .google.shopping.merchant.conversions.v1beta.AttributionSettings.ConversionType conversion_type = 3 [(.google.api.field_behavior) = UNORDERED_LIST, (.google.api.field_behavior) = IMMUTABLE];

Parameter
Name Description
index int
Returns
Type Description
AttributionSettings.ConversionTypeOrBuilder

getConversionTypeOrBuilderList()

public List<? extends AttributionSettings.ConversionTypeOrBuilder> getConversionTypeOrBuilderList()

Immutable. Unordered list. List of different conversion types a conversion event can be classified as. A standard "purchase" type will be automatically created if this list is empty at creation time.

repeated .google.shopping.merchant.conversions.v1beta.AttributionSettings.ConversionType conversion_type = 3 [(.google.api.field_behavior) = UNORDERED_LIST, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
List<? extends com.google.shopping.merchant.conversions.v1beta.AttributionSettings.ConversionTypeOrBuilder>

getDefaultInstanceForType()

public AttributionSettings getDefaultInstanceForType()
Returns
Type Description
AttributionSettings

getParserForType()

public Parser<AttributionSettings> getParserForType()
Returns
Type Description
Parser<AttributionSettings>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public AttributionSettings.Builder newBuilderForType()
Returns
Type Description
AttributionSettings.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AttributionSettings.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
AttributionSettings.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public AttributionSettings.Builder toBuilder()
Returns
Type Description
AttributionSettings.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException