Reference documentation and code samples for the Google Analytics Admin V1beta Client class CreateCustomMetricRequest.
Request message for CreateCustomMetric RPC.
Generated from protobuf message google.analytics.admin.v1beta.CreateCustomMetricRequest
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Example format: properties/1234 |
↳ custom_metric |
Google\Analytics\Admin\V1beta\CustomMetric
Required. The CustomMetric 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 |
|
getCustomMetric
Required. The CustomMetric to create.
| Returns | |
|---|---|
| Type | Description |
Google\Analytics\Admin\V1beta\CustomMetric|null |
|
hasCustomMetric
clearCustomMetric
setCustomMetric
Required. The CustomMetric to create.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Analytics\Admin\V1beta\CustomMetric
|
| Returns | |
|---|---|
| Type | Description |
$this |
|