public interface GoogleAnalyticsLinkOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAttributionSettings()
public abstract AttributionSettings getAttributionSettings()
Output only. Attribution settings for the linked Google Analytics property.
.google.shopping.merchant.conversions.v1beta.AttributionSettings attribution_settings = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
AttributionSettings |
The attributionSettings. |
getAttributionSettingsOrBuilder()
public abstract AttributionSettingsOrBuilder getAttributionSettingsOrBuilder()
Output only. Attribution settings for the linked Google Analytics property.
.google.shopping.merchant.conversions.v1beta.AttributionSettings attribution_settings = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
AttributionSettingsOrBuilder |
getProperty()
public abstract String getProperty()
Output only. Name of the Google Analytics property the merchant is linked to.
string property = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
String |
The property. |
getPropertyBytes()
public abstract ByteString getPropertyBytes()
Output only. Name of the Google Analytics property the merchant is linked to.
string property = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for property. |
getPropertyId()
public abstract long getPropertyId()
Required. Immutable. ID of the Google Analytics property the merchant is linked to.
int64 property_id = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
long |
The propertyId. |
hasAttributionSettings()
public abstract boolean hasAttributionSettings()
Output only. Attribution settings for the linked Google Analytics property.
.google.shopping.merchant.conversions.v1beta.AttributionSettings attribution_settings = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the attributionSettings field is set. |