You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/BackendCustomMetric.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ public final class BackendCustomMetric extends com.google.api.client.json.Generi
47
47
48
48
/**
49
49
* Name of a custom utilization signal. The name must be 1-64 characters long and match the
50
-
* regular expression [a-z]([-_.a-z0-9]*[a-z0-9])? which means the first character must be a
50
+
* regular expression [a-z]([-_.a-z0-9]*[a-z0-9])? which means that the first character must be a
51
51
* lowercase letter, and all following characters must be a dash, period, underscore, lowercase
52
52
* letter, or digit, except the last character, which cannot be a dash, period, or underscore. For
53
53
* usage guidelines, see Custom Metrics balancing mode. This field can only be used for a global
@@ -98,7 +98,7 @@ public BackendCustomMetric setMaxUtilization(java.lang.Float maxUtilization) {
98
98
99
99
/**
100
100
* Name of a custom utilization signal. The name must be 1-64 characters long and match the
101
-
* regular expression [a-z]([-_.a-z0-9]*[a-z0-9])? which means the first character must be a
101
+
* regular expression [a-z]([-_.a-z0-9]*[a-z0-9])? which means that the first character must be a
102
102
* lowercase letter, and all following characters must be a dash, period, underscore, lowercase
103
103
* letter, or digit, except the last character, which cannot be a dash, period, or underscore. For
104
104
* usage guidelines, see Custom Metrics balancing mode. This field can only be used for a global
@@ -112,7 +112,7 @@ public java.lang.String getName() {
112
112
113
113
/**
114
114
* Name of a custom utilization signal. The name must be 1-64 characters long and match the
115
-
* regular expression [a-z]([-_.a-z0-9]*[a-z0-9])? which means the first character must be a
115
+
* regular expression [a-z]([-_.a-z0-9]*[a-z0-9])? which means that the first character must be a
116
116
* lowercase letter, and all following characters must be a dash, period, underscore, lowercase
117
117
* letter, or digit, except the last character, which cannot be a dash, period, or underscore. For
118
118
* usage guidelines, see Custom Metrics balancing mode. This field can only be used for a global
Copy file name to clipboardExpand all lines: clients/google-api-services-compute/v1/2.0.0/com/google/api/services/compute/model/BackendServiceCustomMetric.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ public final class BackendServiceCustomMetric extends com.google.api.client.json
38
38
39
39
/**
40
40
* Name of a custom utilization signal. The name must be 1-64 characters long and match the
41
-
* regular expression [a-z]([-_.a-z0-9]*[a-z0-9])? which means the first character must be a
41
+
* regular expression [a-z]([-_.a-z0-9]*[a-z0-9])? which means that the first character must be a
42
42
* lowercase letter, and all following characters must be a dash, period, underscore, lowercase
43
43
* letter, or digit, except the last character, which cannot be a dash, period, or underscore. For
44
44
* usage guidelines, see Custom Metrics balancing mode. This field can only be used for a global
@@ -68,7 +68,7 @@ public BackendServiceCustomMetric setDryRun(java.lang.Boolean dryRun) {
68
68
69
69
/**
70
70
* Name of a custom utilization signal. The name must be 1-64 characters long and match the
71
-
* regular expression [a-z]([-_.a-z0-9]*[a-z0-9])? which means the first character must be a
71
+
* regular expression [a-z]([-_.a-z0-9]*[a-z0-9])? which means that the first character must be a
72
72
* lowercase letter, and all following characters must be a dash, period, underscore, lowercase
73
73
* letter, or digit, except the last character, which cannot be a dash, period, or underscore. For
74
74
* usage guidelines, see Custom Metrics balancing mode. This field can only be used for a global
@@ -82,7 +82,7 @@ public java.lang.String getName() {
82
82
83
83
/**
84
84
* Name of a custom utilization signal. The name must be 1-64 characters long and match the
85
-
* regular expression [a-z]([-_.a-z0-9]*[a-z0-9])? which means the first character must be a
85
+
* regular expression [a-z]([-_.a-z0-9]*[a-z0-9])? which means that the first character must be a
86
86
* lowercase letter, and all following characters must be a dash, period, underscore, lowercase
87
87
* letter, or digit, except the last character, which cannot be a dash, period, or underscore. For
88
88
* usage guidelines, see Custom Metrics balancing mode. This field can only be used for a global
0 commit comments