Class Destination.Builder (2.65.0)

public static final class Destination.Builder extends GeneratedMessage.Builder<Destination.Builder> implements DestinationOrBuilder

Destinations available for a product.

Destinations are used in Merchant Center to allow you to control where the products from your data feed should be displayed.

Protobuf type google.shopping.type.Destination

Static Methods

getDescriptor()

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

Methods

build()

public Destination build()
Returns
Type Description
Destination

buildPartial()

public Destination buildPartial()
Returns
Type Description
Destination

clear()

public Destination.Builder clear()
Returns
Type Description
Destination.Builder
Overrides

getDefaultInstanceForType()

public Destination getDefaultInstanceForType()
Returns
Type Description
Destination

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Destination.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Destination.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Destination.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Destination.Builder
Overrides

mergeFrom(Destination other)

public Destination.Builder mergeFrom(Destination other)
Parameter
Name Description
other Destination
Returns
Type Description
Destination.Builder