Skip to content

Commit

Permalink
feat: Update Compute Engine API to revision 20240430
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot committed May 7, 2024
1 parent 0842829 commit 3190c30
Show file tree
Hide file tree
Showing 3 changed files with 79,865 additions and 79,857 deletions.
20 changes: 12 additions & 8 deletions google/cloud/compute/v1/compute.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

// Generated by the disco-to-proto3-converter. DO NOT EDIT!
// Source Discovery file: compute.v1.json
// Source file revision: 20240421
// Source file revision: 20240430
// API name: compute
// API version: v1

Expand Down Expand Up @@ -267,7 +267,7 @@ message AccessConfig {
// Check the NetworkTier enum for the list of possible values.
optional string network_tier = 517397843;

// 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.
// 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.
optional string public_ptr_domain_name = 316599167;

// [Output Only] The resource URL for the security policy associated with this access config.
Expand Down Expand Up @@ -4607,6 +4607,8 @@ message Commitment {

ACCELERATOR_OPTIMIZED_A3 = 158574526;

ACCELERATOR_OPTIMIZED_A3_MEGA = 156517459;

COMPUTE_OPTIMIZED = 158349023;

COMPUTE_OPTIMIZED_C2D = 383246453;
Expand Down Expand Up @@ -10572,7 +10574,7 @@ message HTTP2HealthCheck {
// Check the ProxyHeader enum for the list of possible values.
optional string proxy_header = 160374142;

// The request path of the HTTP/2 health check request. The default value is /.
// The request path of the HTTP/2 health check request. The default value is /. Must comply with RFC3986.
optional string request_path = 229403605;

// 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
Expand Down Expand Up @@ -10626,7 +10628,7 @@ message HTTPHealthCheck {
// Check the ProxyHeader enum for the list of possible values.
optional string proxy_header = 160374142;

// The request path of the HTTP health check request. The default value is /.
// The request path of the HTTP health check request. The default value is /. Must comply with RFC3986.
optional string request_path = 229403605;

// 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
Expand Down Expand Up @@ -10680,7 +10682,7 @@ message HTTPSHealthCheck {
// Check the ProxyHeader enum for the list of possible values.
optional string proxy_header = 160374142;

// The request path of the HTTPS health check request. The default value is /.
// The request path of the HTTPS health check request. The default value is /. Must comply with RFC3986.
optional string request_path = 229403605;

// 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
Expand Down Expand Up @@ -24133,6 +24135,8 @@ message Quota {

URL_MAPS = 378660743;

VARIABLE_IPV6_PUBLIC_DELEGATED_PREFIXES = 128400161;

VPN_GATEWAYS = 35620282;

VPN_TUNNELS = 104327296;
Expand Down Expand Up @@ -30415,7 +30419,7 @@ message SnapshotSettingsStorageLocationSettings {
// Store snapshot in the same region as with the originating disk. No additional parameters are needed.
LOCAL_REGION = 403535464;

// Store snapshot to the nearest multi region GCS bucket, relative to the originating disk. No additional parameters are needed.
// Store snapshot in the nearest multi region Cloud Storage bucket, relative to the originating disk. No additional parameters are needed.
NEAREST_MULTI_REGION = 212467515;

// Store snapshot in the specific locations, as specified by the user. The list of regions to store must be defined under the `locations` field.
Expand All @@ -30425,7 +30429,7 @@ message SnapshotSettingsStorageLocationSettings {

}

// When the policy is SPECIFIC_LOCATIONS, snapshots will be stored in the locations listed in this field. Keys are GCS bucket locations.
// 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.
map<string, SnapshotSettingsStorageLocationSettingsStorageLocationPreference> locations = 413423454;

// The chosen location policy.
Expand All @@ -30436,7 +30440,7 @@ message SnapshotSettingsStorageLocationSettings {

// A structure for specifying storage locations.
message SnapshotSettingsStorageLocationSettingsStorageLocationPreference {
// Name of the location. It should be one of the GCS buckets.
// Name of the location. It should be one of the Cloud Storage buckets. Only one location can be specified.
optional string name = 3373707;

}
Expand Down

0 comments on commit 3190c30

Please sign in to comment.