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: google/cloud/compute/v1/compute.proto
+12-8Lines changed: 12 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
15
15
// Generated by the disco-to-proto3-converter. DO NOT EDIT!
16
16
// Source Discovery file: compute.v1.json
17
-
// Source file revision: 20240421
17
+
// Source file revision: 20240430
18
18
// API name: compute
19
19
// API version: v1
20
20
@@ -267,7 +267,7 @@ message AccessConfig {
267
267
// Check the NetworkTier enum for the list of possible values.
268
268
optional string network_tier = 517397843;
269
269
270
-
// The DNS domain name for the public PTR record. You can set this field only if the `setPublicPtr` field is enabled in accessConfig. If this field is unspecified in ipv6AccessConfig, a default PTR record will be createc for first IP in associated external IPv6 range.
270
+
// The DNS domain name for the public PTR record. You can set this field only if the `setPublicPtr` field is enabled in accessConfig. If this field is unspecified in ipv6AccessConfig, a default PTR record will be created for first IP in associated external IPv6 range.
// Check the ProxyHeader enum for the list of possible values.
10573
10575
optional string proxy_header = 160374142;
10574
10576
10575
-
// The request path of the HTTP/2 health check request. The default value is /.
10577
+
// The request path of the HTTP/2 health check request. The default value is /. Must comply with RFC3986.
10576
10578
optional string request_path = 229403605;
10577
10579
10578
10580
// Creates a content-based HTTP/2 health check. In addition to the required HTTP 200 (OK) status code, you can configure the health check to pass only when the backend sends this specific ASCII response string within the first 1024 bytes of the HTTP response body. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-http
@@ -10626,7 +10628,7 @@ message HTTPHealthCheck {
10626
10628
// Check the ProxyHeader enum for the list of possible values.
10627
10629
optional string proxy_header = 160374142;
10628
10630
10629
-
// The request path of the HTTP health check request. The default value is /.
10631
+
// The request path of the HTTP health check request. The default value is /. Must comply with RFC3986.
10630
10632
optional string request_path = 229403605;
10631
10633
10632
10634
// Creates a content-based HTTP health check. In addition to the required HTTP 200 (OK) status code, you can configure the health check to pass only when the backend sends this specific ASCII response string within the first 1024 bytes of the HTTP response body. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-http
// Check the ProxyHeader enum for the list of possible values.
10681
10683
optional string proxy_header = 160374142;
10682
10684
10683
-
// The request path of the HTTPS health check request. The default value is /.
10685
+
// The request path of the HTTPS health check request. The default value is /. Must comply with RFC3986.
10684
10686
optional string request_path = 229403605;
10685
10687
10686
10688
// Creates a content-based HTTPS health check. In addition to the required HTTP 200 (OK) status code, you can configure the health check to pass only when the backend sends this specific ASCII response string within the first 1024 bytes of the HTTP response body. For details, see: https://cloud.google.com/load-balancing/docs/health-check-concepts#criteria-protocol-http
// When the policy is SPECIFIC_LOCATIONS, snapshots will be stored in the locations listed in this field. Keys are GCS bucket locations.
30432
+
// When the policy is SPECIFIC_LOCATIONS, snapshots will be stored in the locations listed in this field. Keys are Cloud Storage bucket locations. Only one location can be specified.
0 commit comments