Google Analytics Admin V1alpha Client - Class ExpandedDataSet (0.22.5)

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

A resource message representing a GA4 ExpandedDataSet.

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

Namespace

Google \ Analytics \ Admin \ V1alpha

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Output only. The resource name for this ExpandedDataSet resource. Format: properties/{property_id}/expandedDataSets/{expanded_data_set}

↳ display_name string

Required. The display name of the ExpandedDataSet. Max 200 chars.

↳ description string

Optional. The description of the ExpandedDataSet. Max 50 chars.

↳ dimension_names array

Immutable. The list of dimensions included in the ExpandedDataSet. See the API Dimensions for the list of dimension names.

↳ metric_names array

Immutable. The list of metrics included in the ExpandedDataSet. See the API Metrics for the list of dimension names.

↳ dimension_filter_expression Google\Analytics\Admin\V1alpha\ExpandedDataSetFilterExpression

Immutable. A logical expression of ExpandedDataSet filters applied to dimension included in the ExpandedDataSet. This filter is used to reduce the number of rows and thus the chance of encountering other row.

↳ data_collection_start_time Google\Protobuf\Timestamp

Output only. Time when expanded data set began (or will begin) collecing data.

getName

Output only. The resource name for this ExpandedDataSet resource.

Format: properties/{property_id}/expandedDataSets/{expanded_data_set}

Returns
Type Description
string

setName

Output only. The resource name for this ExpandedDataSet resource.

Format: properties/{property_id}/expandedDataSets/{expanded_data_set}

Parameter
Name Description
var string
Returns
Type Description
$this

getDisplayName

Required. The display name of the ExpandedDataSet.

Max 200 chars.

Returns
Type Description
string

setDisplayName

Required. The display name of the ExpandedDataSet.

Max 200 chars.

Parameter
Name Description
var string
Returns
Type Description
$this

getDescription

Optional. The description of the ExpandedDataSet.

Max 50 chars.

Returns
Type Description
string

setDescription

Optional. The description of the ExpandedDataSet.

Max 50 chars.

Parameter
Name Description
var string
Returns
Type Description
$this

getDimensionNames

Immutable. The list of dimensions included in the ExpandedDataSet.

See the API Dimensions for the list of dimension names.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setDimensionNames

Immutable. The list of dimensions included in the ExpandedDataSet.

See the API Dimensions for the list of dimension names.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getMetricNames

Immutable. The list of metrics included in the ExpandedDataSet.

See the API Metrics for the list of dimension names.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setMetricNames

Immutable. The list of metrics included in the ExpandedDataSet.

See the API Metrics for the list of dimension names.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getDimensionFilterExpression

Immutable. A logical expression of ExpandedDataSet filters applied to dimension included in the ExpandedDataSet. This filter is used to reduce the number of rows and thus the chance of encountering other row.

Returns
Type Description
Google\Analytics\Admin\V1alpha\ExpandedDataSetFilterExpression|null

hasDimensionFilterExpression

clearDimensionFilterExpression

setDimensionFilterExpression

Immutable. A logical expression of ExpandedDataSet filters applied to dimension included in the ExpandedDataSet. This filter is used to reduce the number of rows and thus the chance of encountering other row.

Parameter
Name Description
var Google\Analytics\Admin\V1alpha\ExpandedDataSetFilterExpression
Returns
Type Description
$this

getDataCollectionStartTime

Output only. Time when expanded data set began (or will begin) collecing data.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasDataCollectionStartTime

clearDataCollectionStartTime

setDataCollectionStartTime

Output only. Time when expanded data set began (or will begin) collecing data.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this