Clean and regen docs (#401)
diff --git a/docs/dyn/compute_beta.globalAddresses.html b/docs/dyn/compute_beta.globalAddresses.html
index 5c15fbf..19d97dc 100644
--- a/docs/dyn/compute_beta.globalAddresses.html
+++ b/docs/dyn/compute_beta.globalAddresses.html
@@ -167,7 +167,8 @@
"kind": "compute#address", # [Output Only] Type of the resource. Always compute#address for addresses.
"description": "A String", # An optional description of this resource. Provide this property when you create the resource.
"region": "A String", # [Output Only] URL of the region where the regional address resides. This field is not applicable to global addresses.
- "address": "A String", # The static external IP address represented by this resource. Only IPv4 is supported.
+ "ipVersion": "A String", # The IP Version that will be used by this address. Valid options are IPV4 or IPV6. This can only be specified for a global address.
+ "address": "A String", # The static external IP address represented by this resource.
"users": [ # [Output Only] The URLs of the resources that are using this address.
"A String",
],
@@ -192,7 +193,8 @@
"kind": "compute#address", # [Output Only] Type of the resource. Always compute#address for addresses.
"description": "A String", # An optional description of this resource. Provide this property when you create the resource.
"region": "A String", # [Output Only] URL of the region where the regional address resides. This field is not applicable to global addresses.
- "address": "A String", # The static external IP address represented by this resource. Only IPv4 is supported.
+ "ipVersion": "A String", # The IP Version that will be used by this address. Valid options are IPV4 or IPV6. This can only be specified for a global address.
+ "address": "A String", # The static external IP address represented by this resource.
"users": [ # [Output Only] The URLs of the resources that are using this address.
"A String",
],
@@ -287,7 +289,8 @@
"kind": "compute#address", # [Output Only] Type of the resource. Always compute#address for addresses.
"description": "A String", # An optional description of this resource. Provide this property when you create the resource.
"region": "A String", # [Output Only] URL of the region where the regional address resides. This field is not applicable to global addresses.
- "address": "A String", # The static external IP address represented by this resource. Only IPv4 is supported.
+ "ipVersion": "A String", # The IP Version that will be used by this address. Valid options are IPV4 or IPV6. This can only be specified for a global address.
+ "address": "A String", # The static external IP address represented by this resource.
"users": [ # [Output Only] The URLs of the resources that are using this address.
"A String",
],