Reference documentation and code samples for the Google Analytics Admin V1alpha Client class CreateIosAppDataStreamRequest.
Request message for CreateIosAppDataStream RPC.
Generated from protobuf message google.analytics.admin.v1alpha.CreateIosAppDataStreamRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ ios_app_data_stream |
Google\Analytics\Admin\V1alpha\IosAppDataStream
Required. The iOS app data stream to create. |
↳ parent |
string
Required. The parent resource where this ios app data stream will be created. Format: properties/123 |
getIosAppDataStream
Required. The iOS app data stream to create.
Returns | |
---|---|
Type | Description |
Google\Analytics\Admin\V1alpha\IosAppDataStream |
hasIosAppDataStream
clearIosAppDataStream
setIosAppDataStream
Required. The iOS app data stream to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Admin\V1alpha\IosAppDataStream
|
Returns | |
---|---|
Type | Description |
$this |
getParent
Required. The parent resource where this ios app data stream will be created.
Format: properties/123
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent resource where this ios app data stream will be created.
Format: properties/123
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |