create
create(Create a new metric version Snapshot the supplied metric definition as a new version. By default the version is created as a draft (request:CreateMetricVersionRequest):Promise<CreateMetricVersionResponse>
deployed: false); set deploy_immediately: true to also make it the live version in the same transaction.
deploy
deploy(Deploy a specific metric version Mark the named version as the live version for the metric, unmarking any previously deployed version.request:DeployMetricVersionRequest):Promise<DeployMetricVersionResponse>
list
list(List versions for a metric Retrieve all snapshot versions of the metric’s definition, ordered oldest-first. Returns the full version history unpaginated.request:GetMetricVersionsRequest):Promise<GetMetricVersionsResponse>

