Google_Service_TagManager_Tag
extends Google_Collection
in package
Extension to the regular Google_Model that automatically exposes the items array for iteration, so you can just iterate over the object rather than a reference inside.
Table of Contents
- NULL_VALUE = "{}gapi-php-null"
- If you need to specify a NULL JSON value, use Google_Model::NULL_VALUE instead - it will be replaced when converting to JSON with a real null.
- $accountId : mixed
- $blockingRuleId : mixed
- $blockingTriggerId : mixed
- $containerId : mixed
- $fingerprint : mixed
- $firingRuleId : mixed
- $firingTriggerId : mixed
- $liveOnly : mixed
- $monitoringMetadataTagNameKey : mixed
- $name : mixed
- $notes : mixed
- $parentFolderId : mixed
- $path : mixed
- $paused : mixed
- $scheduleEndMs : mixed
- $scheduleStartMs : mixed
- $tagFiringOption : mixed
- $tagId : mixed
- $tagManagerUrl : mixed
- $type : mixed
- $workspaceId : mixed
- $collection_key : mixed
- $internal_gapi_mappings : mixed
- $modelData : mixed
- $monitoringMetadataDataType : mixed
- $monitoringMetadataType : mixed
- $parameterDataType : mixed
- $parameterType : mixed
- $priorityDataType : mixed
- $priorityType : mixed
- $processed : mixed
- $setupTagDataType : mixed
- $setupTagType : mixed
- $teardownTagDataType : mixed
- $teardownTagType : mixed
- __construct() : mixed
- Polymorphic - accepts a variable number of arguments dependent on the type of the model subclass.
- __get() : mixed
- Getter that handles passthrough access to the data array, and lazy object creation.
- __isset() : mixed
- __unset() : mixed
- assertIsArray() : mixed
- Verify if $obj is an array.
- count() : mixed
- current() : mixed
- getAccountId() : mixed
- getBlockingRuleId() : mixed
- getBlockingTriggerId() : mixed
- getContainerId() : mixed
- getFingerprint() : mixed
- getFiringRuleId() : mixed
- getFiringTriggerId() : mixed
- getLiveOnly() : mixed
- getMonitoringMetadata() : Google_Service_TagManager_Parameter
- getMonitoringMetadataTagNameKey() : mixed
- getName() : mixed
- getNotes() : mixed
- getParameter() : Google_Service_TagManager_Parameter
- getParentFolderId() : mixed
- getPath() : mixed
- getPaused() : mixed
- getPriority() : Google_Service_TagManager_Parameter
- getScheduleEndMs() : mixed
- getScheduleStartMs() : mixed
- getSetupTag() : Google_Service_TagManager_SetupTag
- getTagFiringOption() : mixed
- getTagId() : mixed
- getTagManagerUrl() : mixed
- getTeardownTag() : Google_Service_TagManager_TeardownTag
- getType() : mixed
- getWorkspaceId() : mixed
- key() : mixed
- next() : mixed
- offsetExists() : mixed
- offsetGet() : mixed
- offsetSet() : mixed
- offsetUnset() : mixed
- rewind() : mixed
- setAccountId() : mixed
- setBlockingRuleId() : mixed
- setBlockingTriggerId() : mixed
- setContainerId() : mixed
- setFingerprint() : mixed
- setFiringRuleId() : mixed
- setFiringTriggerId() : mixed
- setLiveOnly() : mixed
- setMonitoringMetadata() : mixed
- setMonitoringMetadataTagNameKey() : mixed
- setName() : mixed
- setNotes() : mixed
- setParameter() : mixed
- setParentFolderId() : mixed
- setPath() : mixed
- setPaused() : mixed
- setPriority() : mixed
- setScheduleEndMs() : mixed
- setScheduleStartMs() : mixed
- setSetupTag() : mixed
- setTagFiringOption() : mixed
- setTagId() : mixed
- setTagManagerUrl() : mixed
- setTeardownTag() : mixed
- setType() : mixed
- setWorkspaceId() : mixed
- toSimpleObject() : mixed
- Create a simplified object suitable for straightforward conversion to JSON. This is relatively expensive due to the usage of reflection, but shouldn't be called a whole lot, and is the most straightforward way to filter.
- valid() : mixed
- dataType() : mixed
- gapiInit() : mixed
- Blank initialiser to be used in subclasses to do post-construction initialisation - this avoids the need for subclasses to have to implement the variadics handling in their constructors.
- isAssociativeArray() : bool
- Returns true only if the array is associative.
- keyType() : mixed
- mapTypes() : void
- Initialize this object's properties from an array.
- camelCase() : string
- Convert a string to camelCase
- coerceType() : mixed
- getMappedName() : mixed
- If there is an internal name mapping, use that.
- getSimpleValue() : mixed
- Handle different types of values, primarily other objects and map and array data types.
- nullPlaceholderCheck() : mixed
- Check whether the value is the null placeholder and return true null.
Constants
NULL_VALUE
If you need to specify a NULL JSON value, use Google_Model::NULL_VALUE instead - it will be replaced when converting to JSON with a real null.
public
mixed
NULL_VALUE
= "{}gapi-php-null"
Properties
$accountId
public
mixed
$accountId
$blockingRuleId
public
mixed
$blockingRuleId
$blockingTriggerId
public
mixed
$blockingTriggerId
$containerId
public
mixed
$containerId
$fingerprint
public
mixed
$fingerprint
$firingRuleId
public
mixed
$firingRuleId
$firingTriggerId
public
mixed
$firingTriggerId
$liveOnly
public
mixed
$liveOnly
$monitoringMetadataTagNameKey
public
mixed
$monitoringMetadataTagNameKey
$name
public
mixed
$name
$notes
public
mixed
$notes
$parentFolderId
public
mixed
$parentFolderId
$path
public
mixed
$path
$paused
public
mixed
$paused
$scheduleEndMs
public
mixed
$scheduleEndMs
$scheduleStartMs
public
mixed
$scheduleStartMs
$tagFiringOption
public
mixed
$tagFiringOption
$tagId
public
mixed
$tagId
$tagManagerUrl
public
mixed
$tagManagerUrl
$type
public
mixed
$type
$workspaceId
public
mixed
$workspaceId
$collection_key
protected
mixed
$collection_key
= 'teardownTag'
$internal_gapi_mappings
protected
mixed
$internal_gapi_mappings
= array()
$modelData
protected
mixed
$modelData
= array()
$monitoringMetadataDataType
protected
mixed
$monitoringMetadataDataType
= ''
$monitoringMetadataType
protected
mixed
$monitoringMetadataType
= 'Google_Service_TagManager_Parameter'
$parameterDataType
protected
mixed
$parameterDataType
= 'array'
$parameterType
protected
mixed
$parameterType
= 'Google_Service_TagManager_Parameter'
$priorityDataType
protected
mixed
$priorityDataType
= ''
$priorityType
protected
mixed
$priorityType
= 'Google_Service_TagManager_Parameter'
$processed
protected
mixed
$processed
= array()
$setupTagDataType
protected
mixed
$setupTagDataType
= 'array'
$setupTagType
protected
mixed
$setupTagType
= 'Google_Service_TagManager_SetupTag'
$teardownTagDataType
protected
mixed
$teardownTagDataType
= 'array'
$teardownTagType
protected
mixed
$teardownTagType
= 'Google_Service_TagManager_TeardownTag'
Methods
__construct()
Polymorphic - accepts a variable number of arguments dependent on the type of the model subclass.
public
final __construct() : mixed
Return values
mixed —__get()
Getter that handles passthrough access to the data array, and lazy object creation.
public
__get(string $key) : mixed
Parameters
- $key : string
-
Property name.
Return values
mixed —The value if any, or null.
__isset()
public
__isset(mixed $key) : mixed
Parameters
- $key : mixed
Return values
mixed —__unset()
public
__unset(mixed $key) : mixed
Parameters
- $key : mixed
Return values
mixed —assertIsArray()
Verify if $obj is an array.
public
assertIsArray(array<string|int, mixed> $obj, string $method) : mixed
Parameters
- $obj : array<string|int, mixed>
-
Items that should be validated.
- $method : string
-
Method expecting an array as an argument.
Tags
Return values
mixed —count()
public
count() : mixed
Return values
mixed —current()
public
current() : mixed
Return values
mixed —getAccountId()
public
getAccountId() : mixed
Return values
mixed —getBlockingRuleId()
public
getBlockingRuleId() : mixed
Return values
mixed —getBlockingTriggerId()
public
getBlockingTriggerId() : mixed
Return values
mixed —getContainerId()
public
getContainerId() : mixed
Return values
mixed —getFingerprint()
public
getFingerprint() : mixed
Return values
mixed —getFiringRuleId()
public
getFiringRuleId() : mixed
Return values
mixed —getFiringTriggerId()
public
getFiringTriggerId() : mixed
Return values
mixed —getLiveOnly()
public
getLiveOnly() : mixed
Return values
mixed —getMonitoringMetadata()
public
getMonitoringMetadata() : Google_Service_TagManager_Parameter
Return values
Google_Service_TagManager_Parameter —getMonitoringMetadataTagNameKey()
public
getMonitoringMetadataTagNameKey() : mixed
Return values
mixed —getName()
public
getName() : mixed
Return values
mixed —getNotes()
public
getNotes() : mixed
Return values
mixed —getParameter()
public
getParameter() : Google_Service_TagManager_Parameter
Return values
Google_Service_TagManager_Parameter —getParentFolderId()
public
getParentFolderId() : mixed
Return values
mixed —getPath()
public
getPath() : mixed
Return values
mixed —getPaused()
public
getPaused() : mixed
Return values
mixed —getPriority()
public
getPriority() : Google_Service_TagManager_Parameter
Return values
Google_Service_TagManager_Parameter —getScheduleEndMs()
public
getScheduleEndMs() : mixed
Return values
mixed —getScheduleStartMs()
public
getScheduleStartMs() : mixed
Return values
mixed —getSetupTag()
public
getSetupTag() : Google_Service_TagManager_SetupTag
Return values
Google_Service_TagManager_SetupTag —getTagFiringOption()
public
getTagFiringOption() : mixed
Return values
mixed —getTagId()
public
getTagId() : mixed
Return values
mixed —getTagManagerUrl()
public
getTagManagerUrl() : mixed
Return values
mixed —getTeardownTag()
public
getTeardownTag() : Google_Service_TagManager_TeardownTag
Return values
Google_Service_TagManager_TeardownTag —getType()
public
getType() : mixed
Return values
mixed —getWorkspaceId()
public
getWorkspaceId() : mixed
Return values
mixed —key()
public
key() : mixed
Return values
mixed —next()
public
next() : mixed
Return values
mixed —offsetExists()
public
offsetExists(mixed $offset) : mixed
Parameters
- $offset : mixed
Return values
mixed —offsetGet()
public
offsetGet(mixed $offset) : mixed
Parameters
- $offset : mixed
Return values
mixed —offsetSet()
public
offsetSet(mixed $offset, mixed $value) : mixed
Parameters
- $offset : mixed
- $value : mixed
Return values
mixed —offsetUnset()
public
offsetUnset(mixed $offset) : mixed
Parameters
- $offset : mixed
Return values
mixed —rewind()
public
rewind() : mixed
Return values
mixed —setAccountId()
public
setAccountId(mixed $accountId) : mixed
Parameters
- $accountId : mixed
Return values
mixed —setBlockingRuleId()
public
setBlockingRuleId(mixed $blockingRuleId) : mixed
Parameters
- $blockingRuleId : mixed
Return values
mixed —setBlockingTriggerId()
public
setBlockingTriggerId(mixed $blockingTriggerId) : mixed
Parameters
- $blockingTriggerId : mixed
Return values
mixed —setContainerId()
public
setContainerId(mixed $containerId) : mixed
Parameters
- $containerId : mixed
Return values
mixed —setFingerprint()
public
setFingerprint(mixed $fingerprint) : mixed
Parameters
- $fingerprint : mixed
Return values
mixed —setFiringRuleId()
public
setFiringRuleId(mixed $firingRuleId) : mixed
Parameters
- $firingRuleId : mixed
Return values
mixed —setFiringTriggerId()
public
setFiringTriggerId(mixed $firingTriggerId) : mixed
Parameters
- $firingTriggerId : mixed
Return values
mixed —setLiveOnly()
public
setLiveOnly(mixed $liveOnly) : mixed
Parameters
- $liveOnly : mixed
Return values
mixed —setMonitoringMetadata()
public
setMonitoringMetadata(Google_Service_TagManager_Parameter $monitoringMetadata) : mixed
Parameters
- $monitoringMetadata : Google_Service_TagManager_Parameter
Return values
mixed —setMonitoringMetadataTagNameKey()
public
setMonitoringMetadataTagNameKey(mixed $monitoringMetadataTagNameKey) : mixed
Parameters
- $monitoringMetadataTagNameKey : mixed
Return values
mixed —setName()
public
setName(mixed $name) : mixed
Parameters
- $name : mixed
Return values
mixed —setNotes()
public
setNotes(mixed $notes) : mixed
Parameters
- $notes : mixed
Return values
mixed —setParameter()
public
setParameter(mixed $parameter) : mixed
Parameters
- $parameter : mixed
Return values
mixed —setParentFolderId()
public
setParentFolderId(mixed $parentFolderId) : mixed
Parameters
- $parentFolderId : mixed
Return values
mixed —setPath()
public
setPath(mixed $path) : mixed
Parameters
- $path : mixed
Return values
mixed —setPaused()
public
setPaused(mixed $paused) : mixed
Parameters
- $paused : mixed
Return values
mixed —setPriority()
public
setPriority(Google_Service_TagManager_Parameter $priority) : mixed
Parameters
- $priority : Google_Service_TagManager_Parameter
Return values
mixed —setScheduleEndMs()
public
setScheduleEndMs(mixed $scheduleEndMs) : mixed
Parameters
- $scheduleEndMs : mixed
Return values
mixed —setScheduleStartMs()
public
setScheduleStartMs(mixed $scheduleStartMs) : mixed
Parameters
- $scheduleStartMs : mixed
Return values
mixed —setSetupTag()
public
setSetupTag(mixed $setupTag) : mixed
Parameters
- $setupTag : mixed
Return values
mixed —setTagFiringOption()
public
setTagFiringOption(mixed $tagFiringOption) : mixed
Parameters
- $tagFiringOption : mixed
Return values
mixed —setTagId()
public
setTagId(mixed $tagId) : mixed
Parameters
- $tagId : mixed
Return values
mixed —setTagManagerUrl()
public
setTagManagerUrl(mixed $tagManagerUrl) : mixed
Parameters
- $tagManagerUrl : mixed
Return values
mixed —setTeardownTag()
public
setTeardownTag(mixed $teardownTag) : mixed
Parameters
- $teardownTag : mixed
Return values
mixed —setType()
public
setType(mixed $type) : mixed
Parameters
- $type : mixed
Return values
mixed —setWorkspaceId()
public
setWorkspaceId(mixed $workspaceId) : mixed
Parameters
- $workspaceId : mixed
Return values
mixed —toSimpleObject()
Create a simplified object suitable for straightforward conversion to JSON. This is relatively expensive due to the usage of reflection, but shouldn't be called a whole lot, and is the most straightforward way to filter.
public
toSimpleObject() : mixed
Return values
mixed —valid()
public
valid() : mixed
Return values
mixed —dataType()
protected
dataType(mixed $key) : mixed
Parameters
- $key : mixed
Return values
mixed —gapiInit()
Blank initialiser to be used in subclasses to do post-construction initialisation - this avoids the need for subclasses to have to implement the variadics handling in their constructors.
protected
gapiInit() : mixed
Return values
mixed —isAssociativeArray()
Returns true only if the array is associative.
protected
isAssociativeArray(array<string|int, mixed> $array) : bool
Parameters
- $array : array<string|int, mixed>
Return values
bool —True if the array is associative.
keyType()
protected
keyType(mixed $key) : mixed
Parameters
- $key : mixed
Return values
mixed —mapTypes()
Initialize this object's properties from an array.
protected
mapTypes(array<string|int, mixed> $array) : void
Parameters
- $array : array<string|int, mixed>
-
Used to seed this object's properties.
Return values
void —camelCase()
Convert a string to camelCase
private
camelCase(string $value) : string
Parameters
- $value : string
Return values
string —coerceType()
private
coerceType(mixed $offset) : mixed
Parameters
- $offset : mixed
Return values
mixed —getMappedName()
If there is an internal name mapping, use that.
private
getMappedName(mixed $key) : mixed
Parameters
- $key : mixed
Return values
mixed —getSimpleValue()
Handle different types of values, primarily other objects and map and array data types.
private
getSimpleValue(mixed $value) : mixed
Parameters
- $value : mixed
Return values
mixed —nullPlaceholderCheck()
Check whether the value is the null placeholder and return true null.
private
nullPlaceholderCheck(mixed $value) : mixed
Parameters
- $value : mixed