Google Analytics Admin V1beta Client - Class CreateCustomMetricRequest (0.22.3)

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

Namespace

Google \ Analytics \ Admin \ V1beta

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

static::build

Parameters
Name Description
parent string

Required. Example format: properties/1234 Please see Google\Analytics\Admin\V1beta\AnalyticsAdminServiceClient::propertyName() for help formatting this field.

customMetric Google\Analytics\Admin\V1beta\CustomMetric

Required. The CustomMetric to create.

Returns
Type Description
Google\Analytics\Admin\V1beta\CreateCustomMetricRequest