Version 1.3 release.
Updates CHANGELOG, version, docs.
diff --git a/docs/dyn/compute_v1.backendServices.html b/docs/dyn/compute_v1.backendServices.html
index 2027de1..0299645 100644
--- a/docs/dyn/compute_v1.backendServices.html
+++ b/docs/dyn/compute_v1.backendServices.html
@@ -171,7 +171,7 @@
"protocol": "A String",
"description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
"timeoutSec": 42, # How many seconds to wait for the backend before considering it a failed request. Default is 30 seconds.
- "port": 42, # The TCP port to connect on the backend. The default value is 80.
+ "port": 42, # Deprecated in favor of port_name. The TCP port to connect on the backend. The default value is 80.
"backends": [ # The list of backends that serve this BackendService.
{ # Message containing information of one individual backend.
"group": "A String", # URL of a zonal Cloud Resource View resource. This resource view defines the list of instances that serve traffic. Member virtual machine instances from each resource view must live in the same zone as the resource view itself. No two backends in a backend service are allowed to use same Resource View resource.
@@ -220,6 +220,7 @@
"instance": "A String", # URL of the instance resource.
"healthState": "A String", # Health state of the instance.
"ipAddress": "A String", # The IP address represented by this resource.
+ "port": 42, # The port on the instance.
},
],
}</pre>
@@ -239,7 +240,7 @@
"protocol": "A String",
"description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
"timeoutSec": 42, # How many seconds to wait for the backend before considering it a failed request. Default is 30 seconds.
- "port": 42, # The TCP port to connect on the backend. The default value is 80.
+ "port": 42, # Deprecated in favor of port_name. The TCP port to connect on the backend. The default value is 80.
"backends": [ # The list of backends that serve this BackendService.
{ # Message containing information of one individual backend.
"group": "A String", # URL of a zonal Cloud Resource View resource. This resource view defines the list of instances that serve traffic. Member virtual machine instances from each resource view must live in the same zone as the resource view itself. No two backends in a backend service are allowed to use same Resource View resource.
@@ -332,7 +333,7 @@
"protocol": "A String",
"description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
"timeoutSec": 42, # How many seconds to wait for the backend before considering it a failed request. Default is 30 seconds.
- "port": 42, # The TCP port to connect on the backend. The default value is 80.
+ "port": 42, # Deprecated in favor of port_name. The TCP port to connect on the backend. The default value is 80.
"backends": [ # The list of backends that serve this BackendService.
{ # Message containing information of one individual backend.
"group": "A String", # URL of a zonal Cloud Resource View resource. This resource view defines the list of instances that serve traffic. Member virtual machine instances from each resource view must live in the same zone as the resource view itself. No two backends in a backend service are allowed to use same Resource View resource.
@@ -390,7 +391,7 @@
"protocol": "A String",
"description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
"timeoutSec": 42, # How many seconds to wait for the backend before considering it a failed request. Default is 30 seconds.
- "port": 42, # The TCP port to connect on the backend. The default value is 80.
+ "port": 42, # Deprecated in favor of port_name. The TCP port to connect on the backend. The default value is 80.
"backends": [ # The list of backends that serve this BackendService.
{ # Message containing information of one individual backend.
"group": "A String", # URL of a zonal Cloud Resource View resource. This resource view defines the list of instances that serve traffic. Member virtual machine instances from each resource view must live in the same zone as the resource view itself. No two backends in a backend service are allowed to use same Resource View resource.
@@ -477,7 +478,7 @@
"protocol": "A String",
"description": "A String", # An optional textual description of the resource; provided by the client when the resource is created.
"timeoutSec": 42, # How many seconds to wait for the backend before considering it a failed request. Default is 30 seconds.
- "port": 42, # The TCP port to connect on the backend. The default value is 80.
+ "port": 42, # Deprecated in favor of port_name. The TCP port to connect on the backend. The default value is 80.
"backends": [ # The list of backends that serve this BackendService.
{ # Message containing information of one individual backend.
"group": "A String", # URL of a zonal Cloud Resource View resource. This resource view defines the list of instances that serve traffic. Member virtual machine instances from each resource view must live in the same zone as the resource view itself. No two backends in a backend service are allowed to use same Resource View resource.