diff --git a/generated/google/apis/compute_v1.rb b/generated/google/apis/compute_v1.rb index daa9ddc03..ab1fa345d 100644 --- a/generated/google/apis/compute_v1.rb +++ b/generated/google/apis/compute_v1.rb @@ -25,7 +25,7 @@ module Google # @see https://developers.google.com/compute/docs/reference/latest/ module ComputeV1 VERSION = 'V1' - REVISION = '20200910' + REVISION = '20201005' # View and manage your data across Google Cloud Platform services AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform' diff --git a/generated/google/apis/compute_v1/classes.rb b/generated/google/apis/compute_v1/classes.rb index f73963f85..3250ad656 100644 --- a/generated/google/apis/compute_v1/classes.rb +++ b/generated/google/apis/compute_v1/classes.rb @@ -629,6 +629,9 @@ module Google # - `VPC_PEERING` for addresses that are reserved for VPC peer networks. # - `NAT_AUTO` for addresses that are external IP addresses automatically # reserved for Cloud NAT. + # - `IPSEC_INTERCONNECT` for addresses created from a private IP range reserved + # for a VLAN attachment in an IPsec over Interconnect configuration. These + # addresses are regional resources. # Corresponds to the JSON property `purpose` # @return [String] attr_accessor :purpose @@ -7978,12 +7981,16 @@ module Google # Google Compute Engine has two Health Check resources: # * [Global](/compute/docs/reference/rest/`$api_version`/healthChecks) * [ # Regional](/compute/docs/reference/rest/`$api_version`/regionHealthChecks) - # Internal HTTP(S) load balancers must use regional health checks. Internal TCP/ - # UDP load balancers can use either regional or global health checks. All other - # types of GCP load balancers and managed instance group auto-healing must use - # global health checks. For more information, read Health Check Concepts. - # To perform health checks on network load balancers, you must use either - # httpHealthChecks or httpsHealthChecks. + # Internal HTTP(S) load balancers must use regional health checks (`compute.v1. + # regionHealthChecks`). + # Traffic Director must use global health checks (`compute.v1.HealthChecks`). + # Internal TCP/UDP load balancers can use either regional or global health + # checks (`compute.v1.regionHealthChecks` or `compute.v1.HealthChecks`). + # External HTTP(S), TCP proxy, and SSL proxy load balancers as well as managed + # instance group auto-healing must use global health checks (`compute.v1. + # HealthChecks`). + # Network load balancers must use legacy HTTP health checks (httpHealthChecks). + # For more information, see Health checks overview. class HealthCheck include Google::Apis::Core::Hashable @@ -17231,7 +17238,7 @@ module Google include Google::Apis::Core::Hashable # Optional serving service. - # The service name must be 1-63 characters long, and comply with RFC1035. + # The service name is case-sensitive and must be 1-63 characters long. # Example value: "default", "my-service". # Corresponds to the JSON property `service` # @return [String] @@ -17249,7 +17256,7 @@ module Google attr_accessor :url_mask # Optional serving version. - # The version must be 1-63 characters long, and comply with RFC1035. + # The version name is case-sensitive and must be 1-100 characters long. # Example value: "v1", "v2". # Corresponds to the JSON property `version` # @return [String] diff --git a/generated/google/apis/compute_v1/synth.metadata b/generated/google/apis/compute_v1/synth.metadata index 429012f74..8ba18e27d 100644 --- a/generated/google/apis/compute_v1/synth.metadata +++ b/generated/google/apis/compute_v1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "c98c719bbab68d0890524d53f8b629d7858af9c2" + "sha": "cb0c5bf94e2b1c915107eec83041d4409c900155" } } ]