Interface ConversionSourceOrBuilder (0.3.0)

public interface ConversionSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getController()

public abstract ConversionSource.Controller getController()

Output only. Controller of the conversion source.

.google.shopping.merchant.conversions.v1beta.ConversionSource.Controller controller = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ConversionSource.Controller

The controller.

getControllerValue()

public abstract int getControllerValue()

Output only. Controller of the conversion source.

.google.shopping.merchant.conversions.v1beta.ConversionSource.Controller controller = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for controller.

getExpireTime()

public abstract Timestamp getExpireTime()

Output only. The time when an archived conversion source becomes permanently deleted and is no longer available to undelete.

.google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The expireTime.

getExpireTimeOrBuilder()

public abstract TimestampOrBuilder getExpireTimeOrBuilder()

Output only. The time when an archived conversion source becomes permanently deleted and is no longer available to undelete.

.google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder
public abstract GoogleAnalyticsLink getGoogleAnalyticsLink()

Immutable. Conversion Source of type "Link to Google Analytics Property".

.google.shopping.merchant.conversions.v1beta.GoogleAnalyticsLink google_analytics_link = 3 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
GoogleAnalyticsLink

The googleAnalyticsLink.

getGoogleAnalyticsLinkOrBuilder()

public abstract GoogleAnalyticsLinkOrBuilder getGoogleAnalyticsLinkOrBuilder()

Immutable. Conversion Source of type "Link to Google Analytics Property".

.google.shopping.merchant.conversions.v1beta.GoogleAnalyticsLink google_analytics_link = 3 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
GoogleAnalyticsLinkOrBuilder

getMerchantCenterDestination()

public abstract MerchantCenterDestination getMerchantCenterDestination()

Conversion Source of type "Merchant Center Tag Destination".

.google.shopping.merchant.conversions.v1beta.MerchantCenterDestination merchant_center_destination = 4;

Returns
Type Description
MerchantCenterDestination

The merchantCenterDestination.

getMerchantCenterDestinationOrBuilder()

public abstract MerchantCenterDestinationOrBuilder getMerchantCenterDestinationOrBuilder()

Conversion Source of type "Merchant Center Tag Destination".

.google.shopping.merchant.conversions.v1beta.MerchantCenterDestination merchant_center_destination = 4;

Returns
Type Description
MerchantCenterDestinationOrBuilder

getName()

public abstract String getName()

Output only. Identifier. Generated by the Content API upon creation of a new ConversionSource. Format: [a-z]{4}:.+ The four characters before the colon represent the type of conversio source. Content after the colon represents the ID of the conversion source within that type. The ID of two different conversion sources might be the same across different types. The following type prefixes are supported:

  • galk: For GoogleAnalyticsLink sources.
  • mcdn: For MerchantCenterDestination sources.

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

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Output only. Identifier. Generated by the Content API upon creation of a new ConversionSource. Format: [a-z]{4}:.+ The four characters before the colon represent the type of conversio source. Content after the colon represents the ID of the conversion source within that type. The ID of two different conversion sources might be the same across different types. The following type prefixes are supported:

  • galk: For GoogleAnalyticsLink sources.
  • mcdn: For MerchantCenterDestination sources.

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

Returns
Type Description
ByteString

The bytes for name.

getSourceDataCase()

public abstract ConversionSource.SourceDataCase getSourceDataCase()
Returns
Type Description
ConversionSource.SourceDataCase

getState()

public abstract ConversionSource.State getState()

Output only. Current state of this conversion source. Can't be edited through the API.

.google.shopping.merchant.conversions.v1beta.ConversionSource.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ConversionSource.State

The state.

getStateValue()

public abstract int getStateValue()

Output only. Current state of this conversion source. Can't be edited through the API.

.google.shopping.merchant.conversions.v1beta.ConversionSource.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for state.

hasExpireTime()

public abstract boolean hasExpireTime()

Output only. The time when an archived conversion source becomes permanently deleted and is no longer available to undelete.

.google.protobuf.Timestamp expire_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the expireTime field is set.

public abstract boolean hasGoogleAnalyticsLink()

Immutable. Conversion Source of type "Link to Google Analytics Property".

.google.shopping.merchant.conversions.v1beta.GoogleAnalyticsLink google_analytics_link = 3 [(.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
boolean

Whether the googleAnalyticsLink field is set.

hasMerchantCenterDestination()

public abstract boolean hasMerchantCenterDestination()

Conversion Source of type "Merchant Center Tag Destination".

.google.shopping.merchant.conversions.v1beta.MerchantCenterDestination merchant_center_destination = 4;

Returns
Type Description
boolean

Whether the merchantCenterDestination field is set.