Reference documentation and code samples for the Google Analytics Admin V1alpha Client class IosAppDataStream.
A resource message representing a Google Analytics IOS app stream.
Generated from protobuf message google.analytics.admin.v1alpha.IosAppDataStream
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Output only. Resource name of this Data Stream. Format: properties/{property_id}/iosAppDataStreams/{stream_id} Example: "properties/1000/iosAppDataStreams/2000" |
↳ firebase_app_id |
string
Output only. ID of the corresponding iOS app in Firebase, if any. This ID can change if the iOS app is deleted and recreated. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. Time when this stream was originally created. |
↳ update_time |
Google\Protobuf\Timestamp
Output only. Time when stream payload fields were last updated. |
↳ bundle_id |
string
Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp" |
↳ display_name |
string
Human-readable display name for the Data Stream. The max allowed display name length is 255 UTF-16 code units. |
getName
Output only. Resource name of this Data Stream.
Format: properties/{property_id}/iosAppDataStreams/{stream_id} Example: "properties/1000/iosAppDataStreams/2000"
Returns | |
---|---|
Type | Description |
string |
setName
Output only. Resource name of this Data Stream.
Format: properties/{property_id}/iosAppDataStreams/{stream_id} Example: "properties/1000/iosAppDataStreams/2000"
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getFirebaseAppId
Output only. ID of the corresponding iOS app in Firebase, if any.
This ID can change if the iOS app is deleted and recreated.
Returns | |
---|---|
Type | Description |
string |
setFirebaseAppId
Output only. ID of the corresponding iOS app in Firebase, if any.
This ID can change if the iOS app is deleted and recreated.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCreateTime
Output only. Time when this stream was originally created.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Output only. Time when this stream was originally created.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateTime
Output only. Time when stream payload fields were last updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Time when stream payload fields were last updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getBundleId
Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp"
Returns | |
---|---|
Type | Description |
string |
setBundleId
Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.example.myiosapp"
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDisplayName
Human-readable display name for the Data Stream.
The max allowed display name length is 255 UTF-16 code units.
Returns | |
---|---|
Type | Description |
string |
setDisplayName
Human-readable display name for the Data Stream.
The max allowed display name length is 255 UTF-16 code units.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |