Interface CreateConnectedSiteTagRequestOrBuilder (0.47.0)

public interface CreateConnectedSiteTagRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConnectedSiteTag()

public abstract ConnectedSiteTag getConnectedSiteTag()

Required. The tag to add to the Universal Analytics property

.google.analytics.admin.v1alpha.ConnectedSiteTag connected_site_tag = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ConnectedSiteTag

The connectedSiteTag.

getConnectedSiteTagOrBuilder()

public abstract ConnectedSiteTagOrBuilder getConnectedSiteTagOrBuilder()

Required. The tag to add to the Universal Analytics property

.google.analytics.admin.v1alpha.ConnectedSiteTag connected_site_tag = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ConnectedSiteTagOrBuilder

getProperty()

public abstract String getProperty()

The Universal Analytics property to create connected site tags for. This API does not support GA4 properties. Format: properties/{universalAnalyticsPropertyId} Example: properties/1234

string property = 1;

Returns
TypeDescription
String

The property.

getPropertyBytes()

public abstract ByteString getPropertyBytes()

The Universal Analytics property to create connected site tags for. This API does not support GA4 properties. Format: properties/{universalAnalyticsPropertyId} Example: properties/1234

string property = 1;

Returns
TypeDescription
ByteString

The bytes for property.

hasConnectedSiteTag()

public abstract boolean hasConnectedSiteTag()

Required. The tag to add to the Universal Analytics property

.google.analytics.admin.v1alpha.ConnectedSiteTag connected_site_tag = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the connectedSiteTag field is set.