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/alpha/2.0.0/com/google/api/services/compute/model/BackendCustomMetric.java
+24-21Lines changed: 24 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -47,13 +47,14 @@ public final class BackendCustomMetric extends com.google.api.client.json.Generi
47
47
privatejava.lang.FloatmaxUtilization;
48
48
49
49
/**
50
-
* Name of a custom utilization signal. The name must be 1-24 characters long, and comply with
51
-
* RFC1035. Specifically, the name must be 1-24 characters long and match the regular expression
52
-
* [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all
53
-
* following characters must be a dash, lowercase letter, or digit, except the last character,
54
-
* which cannot be a dash. For usage guidelines, see Custom Metrics balancing mode. This field can
55
-
* only be used for a global or regional backend service with the loadBalancingScheme set to
Copy file name to clipboardExpand all lines: clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/model/FutureReservationStatusExistingMatchingUsageInfo.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ public final class FutureReservationStatusExistingMatchingUsageInfo extends com.
42
42
* The value may be {@code null}.
43
43
*/
44
44
@com.google.api.client.util.Key
45
-
privateStringtimestamp;
45
+
privatejava.lang.Stringtimestamp;
46
46
47
47
/**
48
48
* Count to represent min(FR total_count,
@@ -67,15 +67,15 @@ public FutureReservationStatusExistingMatchingUsageInfo setCount(java.lang.Long
67
67
* Timestamp when the matching usage was calculated
68
68
* @return value or {@code null} for none
69
69
*/
70
-
publicStringgetTimestamp() {
70
+
publicjava.lang.StringgetTimestamp() {
71
71
returntimestamp;
72
72
}
73
73
74
74
/**
75
75
* Timestamp when the matching usage was calculated
76
76
* @param timestamp timestamp or {@code null} for none
0 commit comments