Fix method doc signatures for multiline required parameters (#374)
* Fix method doc signatures for multiline required parameters.
Existing doc generator failed to recognize parameters as required when parameter descriptions
extended over more than one line. Besides presenting incorrect information, resulting
inconsistencies broke checks for automated sample generation.
* Regen docs
diff --git a/docs/dyn/appengine_v1beta.apps.services.versions.html b/docs/dyn/appengine_v1beta.apps.services.versions.html
index e60d96b..89185b9 100644
--- a/docs/dyn/appengine_v1beta.apps.services.versions.html
+++ b/docs/dyn/appengine_v1beta.apps.services.versions.html
@@ -132,11 +132,11 @@
"id": "A String", # Relative name of the version within the service. Example: v1. Version names can contain only lowercase letters, numbers, or hyphens. Reserved names: "default", "latest", and any name with the prefix "ah-".
"readinessCheck": { # Readiness checking configuration for VM instances. Unhealthy instances are removed from traffic rotation. # Configures readiness health checking for VM instances. Unhealthy instances are not put into the backend traffic rotation.Only returned in GET requests if view=FULL is set.
"checkInterval": "A String", # Interval between health checks.
- "unhealthyThreshold": 42, # Number of consecutive failed checks required before removing traffic.
- "healthyThreshold": 42, # Number of consecutive successful checks required before receiving traffic.
"host": "A String", # Host header to send when performing a HTTP Readiness check. Example: "myapp.appspot.com"
"timeout": "A String", # Time before the check is considered failed.
"path": "A String", # The request path.
+ "successThreshold": 42, # Number of consecutive successful checks required before receiving traffic.
+ "failureThreshold": 42, # Number of consecutive failed checks required before removing traffic.
},
"apiConfig": { # Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/) configuration for API handlers. # Serving configuration for Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/).Only returned in GET requests if view=FULL is set.
"url": "A String", # URL to serve the endpoint at.
@@ -246,11 +246,11 @@
"livenessCheck": { # Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances. # Configures liveness health checking for VM instances. Unhealthy instances are stopped and replaced with new instancesOnly returned in GET requests if view=FULL is set.
"checkInterval": "A String", # Interval between health checks.
"initialDelay": "A String", # The initial delay before starting to execute the checks.
- "unhealthyThreshold": 42, # Number of consecutive failed checks required before considering the VM unhealthy.
- "healthyThreshold": 42, # Number of consecutive successful checks required before considering the VM healthy.
"host": "A String", # Host header to send when performing a HTTP Liveness check. Example: "myapp.appspot.com"
"timeout": "A String", # Time before the check is considered failed.
"path": "A String", # The request path.
+ "successThreshold": 42, # Number of consecutive successful checks required before considering the VM healthy.
+ "failureThreshold": 42, # Number of consecutive failed checks required before considering the VM unhealthy.
},
"name": "A String", # Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.@OutputOnly
"handlers": [ # An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the request and other request handlers are not attempted.Only returned in GET requests if view=FULL is set.
@@ -381,11 +381,11 @@
"id": "A String", # Relative name of the version within the service. Example: v1. Version names can contain only lowercase letters, numbers, or hyphens. Reserved names: "default", "latest", and any name with the prefix "ah-".
"readinessCheck": { # Readiness checking configuration for VM instances. Unhealthy instances are removed from traffic rotation. # Configures readiness health checking for VM instances. Unhealthy instances are not put into the backend traffic rotation.Only returned in GET requests if view=FULL is set.
"checkInterval": "A String", # Interval between health checks.
- "unhealthyThreshold": 42, # Number of consecutive failed checks required before removing traffic.
- "healthyThreshold": 42, # Number of consecutive successful checks required before receiving traffic.
"host": "A String", # Host header to send when performing a HTTP Readiness check. Example: "myapp.appspot.com"
"timeout": "A String", # Time before the check is considered failed.
"path": "A String", # The request path.
+ "successThreshold": 42, # Number of consecutive successful checks required before receiving traffic.
+ "failureThreshold": 42, # Number of consecutive failed checks required before removing traffic.
},
"apiConfig": { # Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/) configuration for API handlers. # Serving configuration for Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/).Only returned in GET requests if view=FULL is set.
"url": "A String", # URL to serve the endpoint at.
@@ -495,11 +495,11 @@
"livenessCheck": { # Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances. # Configures liveness health checking for VM instances. Unhealthy instances are stopped and replaced with new instancesOnly returned in GET requests if view=FULL is set.
"checkInterval": "A String", # Interval between health checks.
"initialDelay": "A String", # The initial delay before starting to execute the checks.
- "unhealthyThreshold": 42, # Number of consecutive failed checks required before considering the VM unhealthy.
- "healthyThreshold": 42, # Number of consecutive successful checks required before considering the VM healthy.
"host": "A String", # Host header to send when performing a HTTP Liveness check. Example: "myapp.appspot.com"
"timeout": "A String", # Time before the check is considered failed.
"path": "A String", # The request path.
+ "successThreshold": 42, # Number of consecutive successful checks required before considering the VM healthy.
+ "failureThreshold": 42, # Number of consecutive failed checks required before considering the VM unhealthy.
},
"name": "A String", # Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.@OutputOnly
"handlers": [ # An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the request and other request handlers are not attempted.Only returned in GET requests if view=FULL is set.
@@ -575,11 +575,11 @@
"id": "A String", # Relative name of the version within the service. Example: v1. Version names can contain only lowercase letters, numbers, or hyphens. Reserved names: "default", "latest", and any name with the prefix "ah-".
"readinessCheck": { # Readiness checking configuration for VM instances. Unhealthy instances are removed from traffic rotation. # Configures readiness health checking for VM instances. Unhealthy instances are not put into the backend traffic rotation.Only returned in GET requests if view=FULL is set.
"checkInterval": "A String", # Interval between health checks.
- "unhealthyThreshold": 42, # Number of consecutive failed checks required before removing traffic.
- "healthyThreshold": 42, # Number of consecutive successful checks required before receiving traffic.
"host": "A String", # Host header to send when performing a HTTP Readiness check. Example: "myapp.appspot.com"
"timeout": "A String", # Time before the check is considered failed.
"path": "A String", # The request path.
+ "successThreshold": 42, # Number of consecutive successful checks required before receiving traffic.
+ "failureThreshold": 42, # Number of consecutive failed checks required before removing traffic.
},
"apiConfig": { # Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/) configuration for API handlers. # Serving configuration for Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/).Only returned in GET requests if view=FULL is set.
"url": "A String", # URL to serve the endpoint at.
@@ -689,11 +689,11 @@
"livenessCheck": { # Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances. # Configures liveness health checking for VM instances. Unhealthy instances are stopped and replaced with new instancesOnly returned in GET requests if view=FULL is set.
"checkInterval": "A String", # Interval between health checks.
"initialDelay": "A String", # The initial delay before starting to execute the checks.
- "unhealthyThreshold": 42, # Number of consecutive failed checks required before considering the VM unhealthy.
- "healthyThreshold": 42, # Number of consecutive successful checks required before considering the VM healthy.
"host": "A String", # Host header to send when performing a HTTP Liveness check. Example: "myapp.appspot.com"
"timeout": "A String", # Time before the check is considered failed.
"path": "A String", # The request path.
+ "successThreshold": 42, # Number of consecutive successful checks required before considering the VM healthy.
+ "failureThreshold": 42, # Number of consecutive failed checks required before considering the VM unhealthy.
},
"name": "A String", # Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.@OutputOnly
"handlers": [ # An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the request and other request handlers are not attempted.Only returned in GET requests if view=FULL is set.
@@ -778,11 +778,11 @@
"id": "A String", # Relative name of the version within the service. Example: v1. Version names can contain only lowercase letters, numbers, or hyphens. Reserved names: "default", "latest", and any name with the prefix "ah-".
"readinessCheck": { # Readiness checking configuration for VM instances. Unhealthy instances are removed from traffic rotation. # Configures readiness health checking for VM instances. Unhealthy instances are not put into the backend traffic rotation.Only returned in GET requests if view=FULL is set.
"checkInterval": "A String", # Interval between health checks.
- "unhealthyThreshold": 42, # Number of consecutive failed checks required before removing traffic.
- "healthyThreshold": 42, # Number of consecutive successful checks required before receiving traffic.
"host": "A String", # Host header to send when performing a HTTP Readiness check. Example: "myapp.appspot.com"
"timeout": "A String", # Time before the check is considered failed.
"path": "A String", # The request path.
+ "successThreshold": 42, # Number of consecutive successful checks required before receiving traffic.
+ "failureThreshold": 42, # Number of consecutive failed checks required before removing traffic.
},
"apiConfig": { # Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/) configuration for API handlers. # Serving configuration for Google Cloud Endpoints (https://cloud.google.com/appengine/docs/python/endpoints/).Only returned in GET requests if view=FULL is set.
"url": "A String", # URL to serve the endpoint at.
@@ -892,11 +892,11 @@
"livenessCheck": { # Health checking configuration for VM instances. Unhealthy instances are killed and replaced with new instances. # Configures liveness health checking for VM instances. Unhealthy instances are stopped and replaced with new instancesOnly returned in GET requests if view=FULL is set.
"checkInterval": "A String", # Interval between health checks.
"initialDelay": "A String", # The initial delay before starting to execute the checks.
- "unhealthyThreshold": 42, # Number of consecutive failed checks required before considering the VM unhealthy.
- "healthyThreshold": 42, # Number of consecutive successful checks required before considering the VM healthy.
"host": "A String", # Host header to send when performing a HTTP Liveness check. Example: "myapp.appspot.com"
"timeout": "A String", # Time before the check is considered failed.
"path": "A String", # The request path.
+ "successThreshold": 42, # Number of consecutive successful checks required before considering the VM healthy.
+ "failureThreshold": 42, # Number of consecutive failed checks required before considering the VM unhealthy.
},
"name": "A String", # Full path to the Version resource in the API. Example: apps/myapp/services/default/versions/v1.@OutputOnly
"handlers": [ # An ordered list of URL-matching patterns that should be applied to incoming requests. The first matching URL handles the request and other request handlers are not attempted.Only returned in GET requests if view=FULL is set.