Required. The name of the CalculatedMetric to delete.
Format: properties/{property_id}/calculatedMetrics/{calculated_metric_id}
Example: properties/1234/calculatedMetrics/Metric01
Required. The name of the CalculatedMetric to delete.
Format: properties/{property_id}/calculatedMetrics/{calculated_metric_id}
Example: properties/1234/calculatedMetrics/Metric01
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["This webpage provides documentation for the `DeleteCalculatedMetricRequestOrBuilder` interface in the Google Analytics Admin Java library, specifically for versions ranging from 0.14.0 to the latest 0.70.0."],["The `DeleteCalculatedMetricRequestOrBuilder` interface is used to build requests to delete calculated metrics, implementing the `MessageOrBuilder` interface from Google Protobuf."],["The interface requires two methods for setting a metric name: `getName()` which returns a `String`, and `getNameBytes()` which returns a `ByteString`."],["The `getName()` and `getNameBytes()` methods both require the name of the calculated metric to be deleted, formatted as \"properties/{property_id}/calculatedMetrics/{calculated_metric_id}\", such as \"properties/1234/calculatedMetrics/Metric01\"."],["The latest version of this library is version 0.70.0, which is the most current version listed within this documentation."]]],[]]