@@ -325,13 +325,13 @@ public final class BackendService extends com.google.api.client.json.GenericJson
325325 * address as the destination address of the incoming connection before the connection was
326326 * redirected to the load balancer. - MAGLEV: used as a drop in replacement for the ring hash load
327327 * balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host
328- * selection times. For more information about Maglev, see
329- * https://ai.google/research/pubs/pub44824 - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round
330- * Robin Load Balancing using weights computed from Backend reported Custom Metrics. If set, the
331- * Backend Service responses are expected to contain non-standard HTTP response header field
332- * Endpoint-Load- Metrics. The reported metrics to use for computing the weights are specified via
333- * the customMetrics field. This field is applicable to either: - A regional backend service with
334- * the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to
328+ * selection times. For more information about Maglev, see Maglev: A Fast and Reliable Software
329+ * Network Load Balancer. - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round Robin Load Balancing
330+ * using weights computed from Backend reported Custom Metrics. If set, the Backend Service
331+ * responses are expected to contain non-standard HTTP response header field Endpoint-Load-
332+ * Metrics. The reported metrics to use for computing the weights are specified via the
333+ * customMetrics field. This field is applicable to either: - A regional backend service with the
334+ * service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to
335335 * INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to
336336 * INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or EXTERNAL_MANAGED. If sessionAffinity is not
337337 * configured—that is, if session affinity remains at the default value of NONE—then the default
@@ -502,7 +502,7 @@ public final class BackendService extends com.google.api.client.json.GenericJson
502502
503503 /**
504504 * URL to networkservices.ServiceLbPolicy resource. Can only be set if load balancing scheme is
505- * EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
505+ * EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
506506 * The value may be {@code null}.
507507 */
508508 @ com .google .api .client .util .Key
@@ -1230,13 +1230,13 @@ public BackendService setLocalityLbPolicies(java.util.List<BackendServiceLocalit
12301230 * address as the destination address of the incoming connection before the connection was
12311231 * redirected to the load balancer. - MAGLEV: used as a drop in replacement for the ring hash load
12321232 * balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host
1233- * selection times. For more information about Maglev, see
1234- * https://ai.google/research/pubs/pub44824 - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round
1235- * Robin Load Balancing using weights computed from Backend reported Custom Metrics. If set, the
1236- * Backend Service responses are expected to contain non-standard HTTP response header field
1237- * Endpoint-Load- Metrics. The reported metrics to use for computing the weights are specified via
1238- * the customMetrics field. This field is applicable to either: - A regional backend service with
1239- * the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to
1233+ * selection times. For more information about Maglev, see Maglev: A Fast and Reliable Software
1234+ * Network Load Balancer. - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round Robin Load Balancing
1235+ * using weights computed from Backend reported Custom Metrics. If set, the Backend Service
1236+ * responses are expected to contain non-standard HTTP response header field Endpoint-Load-
1237+ * Metrics. The reported metrics to use for computing the weights are specified via the
1238+ * customMetrics field. This field is applicable to either: - A regional backend service with the
1239+ * service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to
12401240 * INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to
12411241 * INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or EXTERNAL_MANAGED. If sessionAffinity is not
12421242 * configured—that is, if session affinity remains at the default value of NONE—then the default
@@ -1263,13 +1263,13 @@ public java.lang.String getLocalityLbPolicy() {
12631263 * address as the destination address of the incoming connection before the connection was
12641264 * redirected to the load balancer. - MAGLEV: used as a drop in replacement for the ring hash load
12651265 * balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host
1266- * selection times. For more information about Maglev, see
1267- * https://ai.google/research/pubs/pub44824 - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round
1268- * Robin Load Balancing using weights computed from Backend reported Custom Metrics. If set, the
1269- * Backend Service responses are expected to contain non-standard HTTP response header field
1270- * Endpoint-Load- Metrics. The reported metrics to use for computing the weights are specified via
1271- * the customMetrics field. This field is applicable to either: - A regional backend service with
1272- * the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to
1266+ * selection times. For more information about Maglev, see Maglev: A Fast and Reliable Software
1267+ * Network Load Balancer. - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round Robin Load Balancing
1268+ * using weights computed from Backend reported Custom Metrics. If set, the Backend Service
1269+ * responses are expected to contain non-standard HTTP response header field Endpoint-Load-
1270+ * Metrics. The reported metrics to use for computing the weights are specified via the
1271+ * customMetrics field. This field is applicable to either: - A regional backend service with the
1272+ * service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to
12731273 * INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to
12741274 * INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or EXTERNAL_MANAGED. If sessionAffinity is not
12751275 * configured—that is, if session affinity remains at the default value of NONE—then the default
@@ -1642,7 +1642,7 @@ public BackendService setServiceBindings(java.util.List<java.lang.String> servic
16421642
16431643 /**
16441644 * URL to networkservices.ServiceLbPolicy resource. Can only be set if load balancing scheme is
1645- * EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
1645+ * EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
16461646 * @return value or {@code null} for none
16471647 */
16481648 public java .lang .String getServiceLbPolicy () {
@@ -1651,7 +1651,7 @@ public java.lang.String getServiceLbPolicy() {
16511651
16521652 /**
16531653 * URL to networkservices.ServiceLbPolicy resource. Can only be set if load balancing scheme is
1654- * EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
1654+ * EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
16551655 * @param serviceLbPolicy serviceLbPolicy or {@code null} for none
16561656 */
16571657 public BackendService setServiceLbPolicy (java .lang .String serviceLbPolicy ) {
0 commit comments