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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]