File tree Expand file tree Collapse file tree
google/analytics/admin/v1alpha Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -951,7 +951,7 @@ message GoogleSignalsSettings {
951951message CustomDimension {
952952 option (google.api.resource ) = {
953953 type : "analyticsadmin.googleapis.com/CustomDimension"
954- pattern : "properties/{property}/customDimensions"
954+ pattern : "properties/{property}/customDimensions/{custom_dimension} "
955955 };
956956
957957 // Valid values for the scope of this dimension.
@@ -1011,7 +1011,7 @@ message CustomDimension {
10111011message CustomMetric {
10121012 option (google.api.resource ) = {
10131013 type : "analyticsadmin.googleapis.com/CustomMetric"
1014- pattern : "properties/{property}/customMetrics"
1014+ pattern : "properties/{property}/customMetrics/{custom_metric} "
10151015 };
10161016
10171017 // Possible types of representing the custom metric's value.
You can’t perform that action at this time.
0 commit comments