Interface PrimaryProductDataSource.DestinationOrBuilder (0.16.0)

public static interface PrimaryProductDataSource.DestinationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestination()

public abstract Destination.DestinationEnum getDestination()

Marketing methods (also known as destination) selections.

.google.shopping.type.Destination.DestinationEnum destination = 1;

Returns
Type Description
com.google.shopping.type.Destination.DestinationEnum

The destination.

getDestinationValue()

public abstract int getDestinationValue()

Marketing methods (also known as destination) selections.

.google.shopping.type.Destination.DestinationEnum destination = 1;

Returns
Type Description
int

The enum numeric value on the wire for destination.

getState()

public abstract PrimaryProductDataSource.Destination.State getState()

The state of the destination.

.google.shopping.merchant.datasources.v1beta.PrimaryProductDataSource.Destination.State state = 2;

Returns
Type Description
PrimaryProductDataSource.Destination.State

The state.

getStateValue()

public abstract int getStateValue()

The state of the destination.

.google.shopping.merchant.datasources.v1beta.PrimaryProductDataSource.Destination.State state = 2;

Returns
Type Description
int

The enum numeric value on the wire for state.