Reference documentation and code samples for the Google Analytics Admin V1alpha Client class ExpandedDataSet.
A resource message representing an ExpandedDataSet
.
Generated from protobuf message google.analytics.admin.v1alpha.ExpandedDataSet
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
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
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}
string
setName
Output only. The resource name for this ExpandedDataSet resource.
Format: properties/{property_id}/expandedDataSets/{expanded_data_set}
var
string
$this
getDisplayName
Required. The display name of the ExpandedDataSet.
Max 200 chars.
string
setDisplayName
Required. The display name of the ExpandedDataSet.
Max 200 chars.
var
string
$this
getDescription
Optional. The description of the ExpandedDataSet.
Max 50 chars.
string
setDescription
Optional. The description of the ExpandedDataSet.
Max 50 chars.
var
string
$this
getDimensionNames
Immutable. The list of dimensions included in the ExpandedDataSet.
See the API Dimensions for the list of dimension names.
setDimensionNames
Immutable. The list of dimensions included in the ExpandedDataSet.
See the API Dimensions for the list of dimension names.
var
string[]
$this
getMetricNames
Immutable. The list of metrics included in the ExpandedDataSet.
See the API Metrics for the list of dimension names.
setMetricNames
Immutable. The list of metrics included in the ExpandedDataSet.
See the API Metrics for the list of dimension names.
var
string[]
$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.
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.
$this
getDataCollectionStartTime
Output only. Time when expanded data set began (or will begin) collecing data.
hasDataCollectionStartTime
clearDataCollectionStartTime
setDataCollectionStartTime
Output only. Time when expanded data set began (or will begin) collecing data.
$this