Skip to content

Commit 7cd5270

Browse files
committed
fix typo
1 parent 853dce2 commit 7cd5270

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

discovery/compute-v1.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -39717,11 +39717,7 @@
3971739717
}
3971839718
}
3971939719
},
39720-
<<<<<<< HEAD
39721-
"revision": "20250415",
39722-
=======
3972339720
"revision": "20250427",
39724-
>>>>>>> 68f904aab4e6a136bf8a0bcd4ef5b2ed2a6cdcb4
3972539721
"rootUrl": "https://compute.googleapis.com/",
3972639722
"schemas": {
3972739723
"AWSV4Signature": {
@@ -43013,11 +43009,7 @@
4301343009
"type": "array"
4301443010
},
4301543011
"localityLbPolicy": {
43016-
<<<<<<< HEAD
43017-
"description": "The load balancing algorithm used within the scope of the locality. The possible values are: - ROUND_ROBIN: This is a simple policy in which each healthy backend is selected in round robin order. This is the default. - LEAST_REQUEST: An O(1) algorithm which selects two random healthy hosts and picks the host which has fewer active requests. - RING_HASH: The ring/modulo hash load balancer implements consistent hashing to backends. The algorithm has the property that the addition/removal of a host from a set of N hosts only affects 1/N of the requests. - RANDOM: The load balancer selects a random healthy host. - ORIGINAL_DESTINATION: Backend host is selected based on the client connection metadata, i.e., connections are opened to the same address as the destination address of the incoming connection before the connection was redirected to the load balancer. - MAGLEV: used as a drop in replacement for the ring hash load balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host selection times. For more information about Maglev, see https://ai.google/research/pubs/pub44824 This field is applicable to either: - A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2, and load_balancing_scheme set to INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or EXTERNAL_MANAGED. If sessionAffinity is not configured—that is, if session affinity remains at the default value of NONE—then the default value for localityLbPolicy is ROUND_ROBIN. If session affinity is set to a value other than NONE, then the default value for localityLbPolicy is MAGLEV. Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true. localityLbPolicy cannot be specified with haPolicy.",
43018-
=======
4301943012
"description": "The load balancing algorithm used within the scope of the locality. The possible values are: - ROUND_ROBIN: This is a simple policy in which each healthy backend is selected in round robin order. This is the default. - LEAST_REQUEST: An O(1) algorithm which selects two random healthy hosts and picks the host which has fewer active requests. - RING_HASH: The ring/modulo hash load balancer implements consistent hashing to backends. The algorithm has the property that the addition/removal of a host from a set of N hosts only affects 1/N of the requests. - RANDOM: The load balancer selects a random healthy host. - ORIGINAL_DESTINATION: Backend host is selected based on the client connection metadata, i.e., connections are opened to the same address as the destination address of the incoming connection before the connection was redirected to the load balancer. - MAGLEV: used as a drop in replacement for the ring hash load balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host selection times. For more information about Maglev, see https://ai.google/research/pubs/pub44824 This field is applicable to either: - A regional backend service with the service_protocol set to HTTP, HTTPS, HTTP2 or H2C, and load_balancing_scheme set to INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or EXTERNAL_MANAGED. If sessionAffinity is not configured—that is, if session affinity remains at the default value of NONE—then the default value for localityLbPolicy is ROUND_ROBIN. If session affinity is set to a value other than NONE, then the default value for localityLbPolicy is MAGLEV. Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true. localityLbPolicy cannot be specified with haPolicy.",
43020-
>>>>>>> 68f904aab4e6a136bf8a0bcd4ef5b2ed2a6cdcb4
4302143013
"enum": [
4302243014
"INVALID_LB_POLICY",
4302343015
"LEAST_REQUEST",
@@ -44970,11 +44962,8 @@
4497044962
"",
4497144963
"",
4497244964
"",
44973-
<<<<<<< HEAD
44974-
=======
4497544965
"",
4497644966
"",
44977-
>>>>>>> 68f904aab4e6a136bf8a0bcd4ef5b2ed2a6cdcb4
4497844967
"Note for internal users: When adding a new enum Type for v1, make sure to also add it in the comment for the `optional Type type` definition. This ensures that the public documentation displays the new enum Type."
4497944968
],
4498044969
"type": "string"
@@ -73076,8 +73065,6 @@
7307673065
"description": "[Output Only] Creation timestamp in RFC3339 text format.",
7307773066
"type": "string"
7307873067
},
73079-
<<<<<<< HEAD
73080-
=======
7308173068
"deleteAfterDuration": {
7308273069
"$ref": "Duration",
7308373070
"description": "Duration time relative to reservation creation when Compute Engine will automatically delete this resource."
@@ -73086,7 +73073,6 @@
7308673073
"description": "Absolute time in future when the reservation will be auto-deleted by Compute Engine. Timestamp is represented in RFC3339 text format.",
7308773074
"type": "string"
7308873075
},
73089-
>>>>>>> 68f904aab4e6a136bf8a0bcd4ef5b2ed2a6cdcb4
7309073076
"deploymentType": {
7309173077
"description": "Specifies the deployment strategy for this reservation.",
7309273078
"enum": [

src/apis/compute/beta.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2181,6 +2181,7 @@ export namespace compute_beta {
21812181
}
21822182
/**
21832183
* The HTTP cookie used for stateful session affinity.
2184+
*/
21842185
export interface Schema$BackendServiceHttpCookie {
21852186
/**
21862187
* Name of the cookie.

0 commit comments

Comments
 (0)