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
+22-26Lines changed: 22 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,7 @@
17
17
packagecom.google.api.services.compute.model;
18
18
19
19
/**
20
-
* Custom Metrics are used for CUSTOM_METRICS balancing_mode and WEIGHTED_ROUND_ROBIN BackendService
21
-
* locality_lb_policy.
20
+
* Custom Metrics are used for CUSTOM_METRICS balancing_mode.
22
21
*
23
22
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
24
23
* transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see:
@@ -47,14 +46,13 @@ public final class BackendCustomMetric extends com.google.api.client.json.Generi
47
46
privatejava.lang.FloatmaxUtilization;
48
47
49
48
/**
50
-
* Name of a custom utilization signal. The name must be 1-64 characters long, and comply with
51
-
* relaxed RFC1035. Specifically, the name must be 1-64 characters long and match the regular
52
-
* expression [a-z]([-_.a-z0-9]*[a-z0-9])? which means the first character must be a lowercase
53
-
* letter, and all following characters must be a dash, period, underscore, lowercase letter, or
54
-
* digit, except the last character, which cannot be a dash, period, or underscore. For usage
55
-
* guidelines, see Custom Metrics balancing mode. This field can only be used for a global or
56
-
* regional backend service with the loadBalancingScheme set to EXTERNAL_MANAGED, INTERNAL_MANAGED
57
-
* INTERNAL_SELF_MANAGED.
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
51
+
* lowercase letter, and all following characters must be a dash, period, underscore, lowercase
52
+
* letter, or digit, except the last character, which cannot be a dash, period, or underscore. For
53
+
* usage guidelines, see Custom Metrics balancing mode. This field can only be used for a global
54
+
* or regional backend service with the loadBalancingScheme set to EXTERNAL_MANAGED,
55
+
* INTERNAL_MANAGED INTERNAL_SELF_MANAGED.
58
56
* The value may be {@code null}.
59
57
*/
60
58
@com.google.api.client.util.Key
@@ -99,29 +97,27 @@ public BackendCustomMetric setMaxUtilization(java.lang.Float maxUtilization) {
99
97
}
100
98
101
99
/**
102
-
* Name of a custom utilization signal. The name must be 1-64 characters long, and comply with
103
-
* relaxed RFC1035. Specifically, the name must be 1-64 characters long and match the regular
104
-
* expression [a-z]([-_.a-z0-9]*[a-z0-9])? which means the first character must be a lowercase
105
-
* letter, and all following characters must be a dash, period, underscore, lowercase letter, or
106
-
* digit, except the last character, which cannot be a dash, period, or underscore. For usage
107
-
* guidelines, see Custom Metrics balancing mode. This field can only be used for a global or
108
-
* regional backend service with the loadBalancingScheme set to EXTERNAL_MANAGED, INTERNAL_MANAGED
109
-
* INTERNAL_SELF_MANAGED.
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
102
+
* lowercase letter, and all following characters must be a dash, period, underscore, lowercase
103
+
* letter, or digit, except the last character, which cannot be a dash, period, or underscore. For
104
+
* usage guidelines, see Custom Metrics balancing mode. This field can only be used for a global
105
+
* or regional backend service with the loadBalancingScheme set to EXTERNAL_MANAGED,
106
+
* INTERNAL_MANAGED INTERNAL_SELF_MANAGED.
110
107
* @return value or {@code null} for none
111
108
*/
112
109
publicjava.lang.StringgetName() {
113
110
returnname;
114
111
}
115
112
116
113
/**
117
-
* Name of a custom utilization signal. The name must be 1-64 characters long, and comply with
118
-
* relaxed RFC1035. Specifically, the name must be 1-64 characters long and match the regular
119
-
* expression [a-z]([-_.a-z0-9]*[a-z0-9])? which means the first character must be a lowercase
120
-
* letter, and all following characters must be a dash, period, underscore, lowercase letter, or
121
-
* digit, except the last character, which cannot be a dash, period, or underscore. For usage
122
-
* guidelines, see Custom Metrics balancing mode. This field can only be used for a global or
123
-
* regional backend service with the loadBalancingScheme set to EXTERNAL_MANAGED, INTERNAL_MANAGED
124
-
* INTERNAL_SELF_MANAGED.
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
116
+
* lowercase letter, and all following characters must be a dash, period, underscore, lowercase
117
+
* letter, or digit, except the last character, which cannot be a dash, period, or underscore. For
118
+
* usage guidelines, see Custom Metrics balancing mode. This field can only be used for a global
119
+
* or regional backend service with the loadBalancingScheme set to EXTERNAL_MANAGED,
Copy file name to clipboardExpand all lines: clients/google-api-services-compute/alpha/2.0.0/com/google/api/services/compute/model/FutureReservation.java
+159Lines changed: 159 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,13 +58,27 @@ public final class FutureReservation extends com.google.api.client.json.GenericJ
0 commit comments