Interface ConnectedSiteTagOrBuilder (0.50.0)

public interface ConnectedSiteTagOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayName()

public abstract String getDisplayName()

Required. User-provided display name for the connected site tag. Must be less than 256 characters.

string display_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

Required. User-provided display name for the connected site tag. Must be less than 256 characters.

string display_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for displayName.

getTagId()

public abstract String getTagId()

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

string tag_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The tagId.

getTagIdBytes()

public abstract ByteString getTagIdBytes()

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

string tag_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for tagId.