Reference documentation and code samples for the Google Analytics Admin V1alpha Client class CreateWebDataStreamRequest.
Request message for CreateWebDataStream RPC.
Generated from protobuf message google.analytics.admin.v1alpha.CreateWebDataStreamRequest
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ web_data_stream |
Google\Analytics\Admin\V1alpha\WebDataStream
Required. The web stream to create. |
↳ parent |
string
Required. The parent resource where this web data stream will be created. Format: properties/123 |
getWebDataStream
Required. The web stream to create.
Returns | |
---|---|
Type | Description |
Google\Analytics\Admin\V1alpha\WebDataStream|null |
hasWebDataStream
clearWebDataStream
setWebDataStream
Required. The web stream to create.
Parameter | |
---|---|
Name | Description |
var |
Google\Analytics\Admin\V1alpha\WebDataStream
|
Returns | |
---|---|
Type | Description |
$this |
getParent
Required. The parent resource where this web data stream will be created.
Format: properties/123
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent resource where this web data stream will be created.
Format: properties/123
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |