Reference documentation and code samples for the Google Analytics Admin V1alpha Client class CreateExpandedDataSetRequest.
Request message for CreateExpandedDataSet RPC.
Generated from protobuf message google.analytics.admin.v1alpha.CreateExpandedDataSetRequest
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
data | 
        
          array
          Optional. Data for populating the Message object.  | 
      
↳ parent | 
        
          string
          Required. Example format: properties/1234  | 
      
↳ expanded_data_set | 
        
          ExpandedDataSet
          Required. The ExpandedDataSet to create.  | 
      
getParent
Required. Example format: properties/1234
| Returns | |
|---|---|
| Type | Description | 
string | 
        |
setParent
Required. Example format: properties/1234
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          string
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
getExpandedDataSet
Required. The ExpandedDataSet to create.
| Returns | |
|---|---|
| Type | Description | 
ExpandedDataSet|null | 
        |
hasExpandedDataSet
clearExpandedDataSet
setExpandedDataSet
Required. The ExpandedDataSet to create.
| Parameter | |
|---|---|
| Name | Description | 
var | 
        
          ExpandedDataSet
           | 
      
| Returns | |
|---|---|
| Type | Description | 
$this | 
        |
static::build
| Parameters | |
|---|---|
| Name | Description | 
parent | 
        
          string
          Required. Example format: properties/1234 Please see AnalyticsAdminServiceClient::propertyName() for help formatting this field.  | 
      
expandedDataSet | 
        
          ExpandedDataSet
          Required. The ExpandedDataSet to create.  | 
      
| Returns | |
|---|---|
| Type | Description | 
CreateExpandedDataSetRequest | 
        |