Interface DeleteConnectedSiteTagRequestOrBuilder (0.50.0)

public interface DeleteConnectedSiteTagRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProperty()

public abstract String getProperty()

The Universal Analytics property to delete 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 delete 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.

getTagId()

public abstract String getTagId()

Tag ID to forward events to. Also known as the Measurement ID, or the "G-ID" (For example: G-12345).

string tag_id = 2;

Returns
TypeDescription
String

The tagId.

getTagIdBytes()

public abstract ByteString getTagIdBytes()

Tag ID to forward events to. Also known as the Measurement ID, or the "G-ID" (For example: G-12345).

string tag_id = 2;

Returns
TypeDescription
ByteString

The bytes for tagId.