docs: update generated docs (#981)

diff --git a/docs/dyn/compute_v1.healthChecks.html b/docs/dyn/compute_v1.healthChecks.html
index 245205f..7570db1 100644
--- a/docs/dyn/compute_v1.healthChecks.html
+++ b/docs/dyn/compute_v1.healthChecks.html
@@ -144,6 +144,21 @@
             "checkIntervalSec": 42, # How often (in seconds) to send a health check. The default value is 5 seconds.
             "creationTimestamp": "A String", # [Output Only] Creation timestamp in 3339 text format.
             "description": "A String", # An optional description of this resource. Provide this property when you create the resource.
+            "grpcHealthCheck": {
+              "grpcServiceName": "A String", # The gRPC service name for the health check. This field is optional. The value of grpc_service_name has the following meanings by convention:
+                  # - Empty service_name means the overall status of all services at the backend.
+                  # - Non-empty service_name means the health of that gRPC service, as defined by the owner of the service.
+                  # The grpc_service_name can only be ASCII.
+              "port": 42, # The port number for the health check request. Must be specified if port_name and port_specification are not set or if port_specification is USE_FIXED_PORT. Valid values are 1 through 65535.
+              "portName": "A String", # Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence. The port_name should conform to RFC1035.
+              "portSpecification": "A String", # Specifies how port is selected for health checking, can be one of following values:
+                  # USE_FIXED_PORT: The port number in port is used for health checking.
+                  # USE_NAMED_PORT: The portName is used for health checking.
+                  # USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking.
+                  #
+                  #
+                  # If not specified, gRPC health check follows behavior specified in port and portName fields.
+            },
             "healthyThreshold": 42, # A so-far unhealthy instance will be marked healthy after this many consecutive successes. The default value is 2.
             "http2HealthCheck": {
               "host": "A String", # The value of the host header in the HTTP/2 health check request. If left empty (default value), the IP on behalf of which this health check is performed will be used.
@@ -192,6 +207,9 @@
             },
             "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
             "kind": "compute#healthCheck", # Type of the resource.
+            "logConfig": { # Configuration of logging on a health check. If logging is enabled, logs will be exported to Stackdriver. # Configure logging on this health check.
+              "enable": True or False, # Indicates whether or not to export logs. This is false by default, which means no health check logging will be done.
+            },
             "name": "A String", # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
             "region": "A String", # [Output Only] Region where the health check resides. Not applicable to global health checks.
             "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
@@ -371,6 +389,21 @@
     "checkIntervalSec": 42, # How often (in seconds) to send a health check. The default value is 5 seconds.
     "creationTimestamp": "A String", # [Output Only] Creation timestamp in 3339 text format.
     "description": "A String", # An optional description of this resource. Provide this property when you create the resource.
+    "grpcHealthCheck": {
+      "grpcServiceName": "A String", # The gRPC service name for the health check. This field is optional. The value of grpc_service_name has the following meanings by convention:
+          # - Empty service_name means the overall status of all services at the backend.
+          # - Non-empty service_name means the health of that gRPC service, as defined by the owner of the service.
+          # The grpc_service_name can only be ASCII.
+      "port": 42, # The port number for the health check request. Must be specified if port_name and port_specification are not set or if port_specification is USE_FIXED_PORT. Valid values are 1 through 65535.
+      "portName": "A String", # Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence. The port_name should conform to RFC1035.
+      "portSpecification": "A String", # Specifies how port is selected for health checking, can be one of following values:
+          # USE_FIXED_PORT: The port number in port is used for health checking.
+          # USE_NAMED_PORT: The portName is used for health checking.
+          # USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking.
+          #
+          #
+          # If not specified, gRPC health check follows behavior specified in port and portName fields.
+    },
     "healthyThreshold": 42, # A so-far unhealthy instance will be marked healthy after this many consecutive successes. The default value is 2.
     "http2HealthCheck": {
       "host": "A String", # The value of the host header in the HTTP/2 health check request. If left empty (default value), the IP on behalf of which this health check is performed will be used.
@@ -419,6 +452,9 @@
     },
     "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
     "kind": "compute#healthCheck", # Type of the resource.
+    "logConfig": { # Configuration of logging on a health check. If logging is enabled, logs will be exported to Stackdriver. # Configure logging on this health check.
+      "enable": True or False, # Indicates whether or not to export logs. This is false by default, which means no health check logging will be done.
+    },
     "name": "A String", # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
     "region": "A String", # [Output Only] Region where the health check resides. Not applicable to global health checks.
     "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
@@ -477,6 +513,21 @@
   "checkIntervalSec": 42, # How often (in seconds) to send a health check. The default value is 5 seconds.
   "creationTimestamp": "A String", # [Output Only] Creation timestamp in 3339 text format.
   "description": "A String", # An optional description of this resource. Provide this property when you create the resource.
+  "grpcHealthCheck": {
+    "grpcServiceName": "A String", # The gRPC service name for the health check. This field is optional. The value of grpc_service_name has the following meanings by convention:
+        # - Empty service_name means the overall status of all services at the backend.
+        # - Non-empty service_name means the health of that gRPC service, as defined by the owner of the service.
+        # The grpc_service_name can only be ASCII.
+    "port": 42, # The port number for the health check request. Must be specified if port_name and port_specification are not set or if port_specification is USE_FIXED_PORT. Valid values are 1 through 65535.
+    "portName": "A String", # Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence. The port_name should conform to RFC1035.
+    "portSpecification": "A String", # Specifies how port is selected for health checking, can be one of following values:
+        # USE_FIXED_PORT: The port number in port is used for health checking.
+        # USE_NAMED_PORT: The portName is used for health checking.
+        # USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking.
+        #
+        #
+        # If not specified, gRPC health check follows behavior specified in port and portName fields.
+  },
   "healthyThreshold": 42, # A so-far unhealthy instance will be marked healthy after this many consecutive successes. The default value is 2.
   "http2HealthCheck": {
     "host": "A String", # The value of the host header in the HTTP/2 health check request. If left empty (default value), the IP on behalf of which this health check is performed will be used.
@@ -525,6 +576,9 @@
   },
   "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
   "kind": "compute#healthCheck", # Type of the resource.
+  "logConfig": { # Configuration of logging on a health check. If logging is enabled, logs will be exported to Stackdriver. # Configure logging on this health check.
+    "enable": True or False, # Indicates whether or not to export logs. This is false by default, which means no health check logging will be done.
+  },
   "name": "A String", # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
   "region": "A String", # [Output Only] Region where the health check resides. Not applicable to global health checks.
   "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
@@ -669,6 +723,21 @@
         "checkIntervalSec": 42, # How often (in seconds) to send a health check. The default value is 5 seconds.
         "creationTimestamp": "A String", # [Output Only] Creation timestamp in 3339 text format.
         "description": "A String", # An optional description of this resource. Provide this property when you create the resource.
+        "grpcHealthCheck": {
+          "grpcServiceName": "A String", # The gRPC service name for the health check. This field is optional. The value of grpc_service_name has the following meanings by convention:
+              # - Empty service_name means the overall status of all services at the backend.
+              # - Non-empty service_name means the health of that gRPC service, as defined by the owner of the service.
+              # The grpc_service_name can only be ASCII.
+          "port": 42, # The port number for the health check request. Must be specified if port_name and port_specification are not set or if port_specification is USE_FIXED_PORT. Valid values are 1 through 65535.
+          "portName": "A String", # Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence. The port_name should conform to RFC1035.
+          "portSpecification": "A String", # Specifies how port is selected for health checking, can be one of following values:
+              # USE_FIXED_PORT: The port number in port is used for health checking.
+              # USE_NAMED_PORT: The portName is used for health checking.
+              # USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking.
+              #
+              #
+              # If not specified, gRPC health check follows behavior specified in port and portName fields.
+        },
         "healthyThreshold": 42, # A so-far unhealthy instance will be marked healthy after this many consecutive successes. The default value is 2.
         "http2HealthCheck": {
           "host": "A String", # The value of the host header in the HTTP/2 health check request. If left empty (default value), the IP on behalf of which this health check is performed will be used.
@@ -717,6 +786,9 @@
         },
         "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
         "kind": "compute#healthCheck", # Type of the resource.
+        "logConfig": { # Configuration of logging on a health check. If logging is enabled, logs will be exported to Stackdriver. # Configure logging on this health check.
+          "enable": True or False, # Indicates whether or not to export logs. This is false by default, which means no health check logging will be done.
+        },
         "name": "A String", # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
         "region": "A String", # [Output Only] Region where the health check resides. Not applicable to global health checks.
         "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
@@ -806,6 +878,21 @@
   "checkIntervalSec": 42, # How often (in seconds) to send a health check. The default value is 5 seconds.
   "creationTimestamp": "A String", # [Output Only] Creation timestamp in 3339 text format.
   "description": "A String", # An optional description of this resource. Provide this property when you create the resource.
+  "grpcHealthCheck": {
+    "grpcServiceName": "A String", # The gRPC service name for the health check. This field is optional. The value of grpc_service_name has the following meanings by convention:
+        # - Empty service_name means the overall status of all services at the backend.
+        # - Non-empty service_name means the health of that gRPC service, as defined by the owner of the service.
+        # The grpc_service_name can only be ASCII.
+    "port": 42, # The port number for the health check request. Must be specified if port_name and port_specification are not set or if port_specification is USE_FIXED_PORT. Valid values are 1 through 65535.
+    "portName": "A String", # Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence. The port_name should conform to RFC1035.
+    "portSpecification": "A String", # Specifies how port is selected for health checking, can be one of following values:
+        # USE_FIXED_PORT: The port number in port is used for health checking.
+        # USE_NAMED_PORT: The portName is used for health checking.
+        # USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking.
+        #
+        #
+        # If not specified, gRPC health check follows behavior specified in port and portName fields.
+  },
   "healthyThreshold": 42, # A so-far unhealthy instance will be marked healthy after this many consecutive successes. The default value is 2.
   "http2HealthCheck": {
     "host": "A String", # The value of the host header in the HTTP/2 health check request. If left empty (default value), the IP on behalf of which this health check is performed will be used.
@@ -854,6 +941,9 @@
   },
   "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
   "kind": "compute#healthCheck", # Type of the resource.
+  "logConfig": { # Configuration of logging on a health check. If logging is enabled, logs will be exported to Stackdriver. # Configure logging on this health check.
+    "enable": True or False, # Indicates whether or not to export logs. This is false by default, which means no health check logging will be done.
+  },
   "name": "A String", # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
   "region": "A String", # [Output Only] Region where the health check resides. Not applicable to global health checks.
   "selfLink": "A String", # [Output Only] Server-defined URL for the resource.
@@ -981,6 +1071,21 @@
   "checkIntervalSec": 42, # How often (in seconds) to send a health check. The default value is 5 seconds.
   "creationTimestamp": "A String", # [Output Only] Creation timestamp in 3339 text format.
   "description": "A String", # An optional description of this resource. Provide this property when you create the resource.
+  "grpcHealthCheck": {
+    "grpcServiceName": "A String", # The gRPC service name for the health check. This field is optional. The value of grpc_service_name has the following meanings by convention:
+        # - Empty service_name means the overall status of all services at the backend.
+        # - Non-empty service_name means the health of that gRPC service, as defined by the owner of the service.
+        # The grpc_service_name can only be ASCII.
+    "port": 42, # The port number for the health check request. Must be specified if port_name and port_specification are not set or if port_specification is USE_FIXED_PORT. Valid values are 1 through 65535.
+    "portName": "A String", # Port name as defined in InstanceGroup#NamedPort#name. If both port and port_name are defined, port takes precedence. The port_name should conform to RFC1035.
+    "portSpecification": "A String", # Specifies how port is selected for health checking, can be one of following values:
+        # USE_FIXED_PORT: The port number in port is used for health checking.
+        # USE_NAMED_PORT: The portName is used for health checking.
+        # USE_SERVING_PORT: For NetworkEndpointGroup, the port specified for each network endpoint is used for health checking. For other backends, the port or named port specified in the Backend Service is used for health checking.
+        #
+        #
+        # If not specified, gRPC health check follows behavior specified in port and portName fields.
+  },
   "healthyThreshold": 42, # A so-far unhealthy instance will be marked healthy after this many consecutive successes. The default value is 2.
   "http2HealthCheck": {
     "host": "A String", # The value of the host header in the HTTP/2 health check request. If left empty (default value), the IP on behalf of which this health check is performed will be used.
@@ -1029,6 +1134,9 @@
   },
   "id": "A String", # [Output Only] The unique identifier for the resource. This identifier is defined by the server.
   "kind": "compute#healthCheck", # Type of the resource.
+  "logConfig": { # Configuration of logging on a health check. If logging is enabled, logs will be exported to Stackdriver. # Configure logging on this health check.
+    "enable": True or False, # Indicates whether or not to export logs. This is false by default, which means no health check logging will be done.
+  },
   "name": "A String", # Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.
   "region": "A String", # [Output Only] Region where the health check resides. Not applicable to global health checks.
   "selfLink": "A String", # [Output Only] Server-defined URL for the resource.