Google Analytics Admin V1alpha Client - Class GetWebDataStreamRequest (0.10.0)

Reference documentation and code samples for the Google Analytics Admin V1alpha Client class GetWebDataStreamRequest.

Request message for GetWebDataStream RPC.

Generated from protobuf message google.analytics.admin.v1alpha.GetWebDataStreamRequest

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ namestring

Required. The name of the web data stream to lookup. Format: properties/{property_id}/webDataStreams/{stream_id} Example: "properties/123/webDataStreams/456"

getName

Required. The name of the web data stream to lookup.

Format: properties/{property_id}/webDataStreams/{stream_id} Example: "properties/123/webDataStreams/456"

Returns
TypeDescription
string

setName

Required. The name of the web data stream to lookup.

Format: properties/{property_id}/webDataStreams/{stream_id} Example: "properties/123/webDataStreams/456"

Parameter
NameDescription
varstring
Returns
TypeDescription
$this