@@ -342,13 +342,13 @@ public final class BackendService extends com.google.api.client.json.GenericJson
342342 * address as the destination address of the incoming connection before the connection was
343343 * redirected to the load balancer. - MAGLEV: used as a drop in replacement for the ring hash load
344344 * balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host
345- * selection times. For more information about Maglev, see
346- * https://ai.google/research/pubs/pub44824 - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round
347- * Robin Load Balancing using weights computed from Backend reported Custom Metrics. If set, the
348- * Backend Service responses are expected to contain non-standard HTTP response header field
349- * Endpoint-Load- Metrics. The reported metrics to use for computing the weights are specified via
350- * the customMetrics field. This field is applicable to either: - A regional backend service with
351- * the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to
345+ * selection times. For more information about Maglev, see Maglev: A Fast and Reliable Software
346+ * Network Load Balancer. - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round Robin Load Balancing
347+ * using weights computed from Backend reported Custom Metrics. If set, the Backend Service
348+ * responses are expected to contain non-standard HTTP response header field Endpoint-Load-
349+ * Metrics. The reported metrics to use for computing the weights are specified via the
350+ * customMetrics field. This field is applicable to either: - A regional backend service with the
351+ * service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to
352352 * INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to
353353 * INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or EXTERNAL_MANAGED. If sessionAffinity is not
354354 * configured—that is, if session affinity remains at the default value of NONE—then the default
@@ -534,7 +534,7 @@ public final class BackendService extends com.google.api.client.json.GenericJson
534534
535535 /**
536536 * URL to networkservices.ServiceLbPolicy resource. Can only be set if load balancing scheme is
537- * EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
537+ * EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
538538 * The value may be {@code null}.
539539 */
540540 @ com .google .api .client .util .Key
@@ -1314,13 +1314,13 @@ public BackendService setLocalityLbPolicies(java.util.List<BackendServiceLocalit
13141314 * address as the destination address of the incoming connection before the connection was
13151315 * redirected to the load balancer. - MAGLEV: used as a drop in replacement for the ring hash load
13161316 * balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host
1317- * selection times. For more information about Maglev, see
1318- * https://ai.google/research/pubs/pub44824 - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round
1319- * Robin Load Balancing using weights computed from Backend reported Custom Metrics. If set, the
1320- * Backend Service responses are expected to contain non-standard HTTP response header field
1321- * Endpoint-Load- Metrics. The reported metrics to use for computing the weights are specified via
1322- * the customMetrics field. This field is applicable to either: - A regional backend service with
1323- * the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to
1317+ * selection times. For more information about Maglev, see Maglev: A Fast and Reliable Software
1318+ * Network Load Balancer. - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round Robin Load Balancing
1319+ * using weights computed from Backend reported Custom Metrics. If set, the Backend Service
1320+ * responses are expected to contain non-standard HTTP response header field Endpoint-Load-
1321+ * Metrics. The reported metrics to use for computing the weights are specified via the
1322+ * customMetrics field. This field is applicable to either: - A regional backend service with the
1323+ * service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to
13241324 * INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to
13251325 * INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or EXTERNAL_MANAGED. If sessionAffinity is not
13261326 * configured—that is, if session affinity remains at the default value of NONE—then the default
@@ -1347,13 +1347,13 @@ public java.lang.String getLocalityLbPolicy() {
13471347 * address as the destination address of the incoming connection before the connection was
13481348 * redirected to the load balancer. - MAGLEV: used as a drop in replacement for the ring hash load
13491349 * balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host
1350- * selection times. For more information about Maglev, see
1351- * https://ai.google/research/pubs/pub44824 - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round
1352- * Robin Load Balancing using weights computed from Backend reported Custom Metrics. If set, the
1353- * Backend Service responses are expected to contain non-standard HTTP response header field
1354- * Endpoint-Load- Metrics. The reported metrics to use for computing the weights are specified via
1355- * the customMetrics field. This field is applicable to either: - A regional backend service with
1356- * the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to
1350+ * selection times. For more information about Maglev, see Maglev: A Fast and Reliable Software
1351+ * Network Load Balancer. - WEIGHTED_ROUND_ROBIN: Per-endpoint Weighted Round Robin Load Balancing
1352+ * using weights computed from Backend reported Custom Metrics. If set, the Backend Service
1353+ * responses are expected to contain non-standard HTTP response header field Endpoint-Load-
1354+ * Metrics. The reported metrics to use for computing the weights are specified via the
1355+ * customMetrics field. This field is applicable to either: - A regional backend service with the
1356+ * service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to
13571357 * INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to
13581358 * INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or EXTERNAL_MANAGED. If sessionAffinity is not
13591359 * configured—that is, if session affinity remains at the default value of NONE—then the default
@@ -1762,7 +1762,7 @@ public BackendService setServiceBindings(java.util.List<java.lang.String> servic
17621762
17631763 /**
17641764 * URL to networkservices.ServiceLbPolicy resource. Can only be set if load balancing scheme is
1765- * EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
1765+ * EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
17661766 * @return value or {@code null} for none
17671767 */
17681768 public java .lang .String getServiceLbPolicy () {
@@ -1771,7 +1771,7 @@ public java.lang.String getServiceLbPolicy() {
17711771
17721772 /**
17731773 * URL to networkservices.ServiceLbPolicy resource. Can only be set if load balancing scheme is
1774- * EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
1774+ * EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
17751775 * @param serviceLbPolicy serviceLbPolicy or {@code null} for none
17761776 */
17771777 public BackendService setServiceLbPolicy (java .lang .String serviceLbPolicy ) {
0 commit comments