Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Feb 4, 2024
1 parent 13ad883 commit e913a15
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10603,7 +10603,7 @@ async def create_calculated_metric(
metric's resource name.
This value should be 1-80 characters and valid
characters are /[a-zA-Z0-9_]/, no spaces allowed.
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11606,7 +11606,7 @@ def create_calculated_metric(
metric's resource name.

This value should be 1-80 characters and valid
characters are /[a-zA-Z0-9_]/, no spaces allowed.
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2486,7 +2486,7 @@ class CreateCalculatedMetricRequest(proto.Message):
resource name.
This value should be 1-80 characters and valid characters
are /[a-zA-Z0-9_]/, no spaces allowed. calculated_metric_id
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,
Expand Down

0 comments on commit e913a15

Please sign in to comment.