Class: Google::Analytics::Admin::V1alpha::CreateCalculatedMetricRequest
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::CreateCalculatedMetricRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb
Overview
Request message for CreateCalculatedMetric RPC.
Instance Attribute Summary collapse
-
#calculated_metric ⇒ ::Google::Analytics::Admin::V1alpha::CalculatedMetric
Required.
-
#calculated_metric_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#calculated_metric ⇒ ::Google::Analytics::Admin::V1alpha::CalculatedMetric
Returns Required. The CalculatedMetric to create.
1436 1437 1438 1439 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1436 class CreateCalculatedMetricRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#calculated_metric_id ⇒ ::String
Returns Required. The ID to use for the calculated metric which will become the final component of the calculated metric's resource name.
This value should be 1-80 characters and valid characters are /[a-zA-Z0-9_]/, no spaces allowed. calculated_metric_id must be unique between all calculated metrics under a property. The calculated_metric_id is used when referencing this calculated metric from external APIs, for example, "calcMetric:{calculated_metric_id}".
1436 1437 1438 1439 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1436 class CreateCalculatedMetricRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Format: properties/{property_id} Example: properties/1234.
1436 1437 1438 1439 |
# File 'proto_docs/google/analytics/admin/v1alpha/analytics_admin.rb', line 1436 class CreateCalculatedMetricRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |