Google Analytics Admin V1alpha Client - Class CreateWebDataStreamRequest (0.20.0)

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

Namespace

Google \ Analytics \ Admin \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Analytics\Admin\V1alpha\WebDataStream|null

hasWebDataStream

clearWebDataStream

setWebDataStream

Required. The web stream to create.

Parameter
NameDescription
var Google\Analytics\Admin\V1alpha\WebDataStream
Returns
TypeDescription
$this

getParent

Required. The parent resource where this web data stream will be created.

Format: properties/123

Returns
TypeDescription
string

setParent

Required. The parent resource where this web data stream will be created.

Format: properties/123

Parameter
NameDescription
var string
Returns
TypeDescription
$this