docs: update docs (#916)
* fix: re-run script
* test: fix noxfile
diff --git a/docs/dyn/tpu_v1alpha1.projects.locations.nodes.html b/docs/dyn/tpu_v1alpha1.projects.locations.nodes.html
index 1a1faec..108a7c9 100644
--- a/docs/dyn/tpu_v1alpha1.projects.locations.nodes.html
+++ b/docs/dyn/tpu_v1alpha1.projects.locations.nodes.html
@@ -109,6 +109,27 @@
The object takes the form of:
{ # A TPU instance.
+ "healthDescription": "A String", # Output only. If this field is populated, it contains a description of why the TPU Node
+ # is unhealthy.
+ "network": "A String", # The name of a network they wish to peer the TPU node to. It must be a
+ # preexisting Compute Engine network inside of the project on which this API
+ # has been activated. If none is provided, "default" will be used.
+ "health": "A String", # The health status of the TPU node.
+ "ipAddress": "A String", # Output only. DEPRECATED! Use network_endpoints instead.
+ # The network address for the TPU Node as visible to Compute Engine
+ # instances.
+ "cidrBlock": "A String", # The CIDR block that the TPU node will use when selecting an IP address.
+ # This CIDR block must be a /29 block; the Compute Engine networks API
+ # forbids a smaller block, and using a larger block would be wasteful (a
+ # node can only consume one IP address). Errors will occur if the CIDR block
+ # has already been used for a currently existing TPU node, the CIDR block
+ # conflicts with any subnetworks in the user's provided network, or the
+ # provided network is peered with another network that is using that CIDR
+ # block.
+ "labels": { # Resource labels to represent user-provided metadata.
+ "a_key": "A String",
+ },
+ "createTime": "A String", # Output only. The time when the node was created.
"tensorflowVersion": "A String", # The version of Tensorflow running in the Node.
# Required.
"description": "A String", # The user-supplied description of the TPU. Maximum of 512 characters.
@@ -134,27 +155,6 @@
# To share resources, including Google Cloud Storage data, with the
# Tensorflow job running in the Node, this account must have permissions to
# that data.
- "network": "A String", # The name of a network they wish to peer the TPU node to. It must be a
- # preexisting Compute Engine network inside of the project on which this API
- # has been activated. If none is provided, "default" will be used.
- "healthDescription": "A String", # Output only. If this field is populated, it contains a description of why the TPU Node
- # is unhealthy.
- "health": "A String", # The health status of the TPU node.
- "ipAddress": "A String", # Output only. DEPRECATED! Use network_endpoints instead.
- # The network address for the TPU Node as visible to Compute Engine
- # instances.
- "labels": { # Resource labels to represent user-provided metadata.
- "a_key": "A String",
- },
- "createTime": "A String", # Output only. The time when the node was created.
- "cidrBlock": "A String", # The CIDR block that the TPU node will use when selecting an IP address.
- # This CIDR block must be a /29 block; the Compute Engine networks API
- # forbids a smaller block, and using a larger block would be wasteful (a
- # node can only consume one IP address). Errors will occur if the CIDR block
- # has already been used for a currently existing TPU node, the CIDR block
- # conflicts with any subnetworks in the user's provided network, or the
- # provided network is peered with another network that is using that CIDR
- # block.
}
nodeId: string, The unqualified resource name.
@@ -168,6 +168,9 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
+ "done": True or False, # If the value is `false`, it means the operation is still in progress.
+ # If `true`, the operation is completed, and either `error` or `response` is
+ # available.
"response": { # The normal response of the operation in case of success. If the original
# method returns no data on success, such as `Delete`, the response is
# `google.protobuf.Empty`. If the original method is standard
@@ -188,16 +191,16 @@
#
# You can find out more about this error model and how to work with it in the
# [API Design Guide](https://cloud.google.com/apis/design/errors).
- "code": 42, # The status code, which should be an enum value of google.rpc.Code.
- "message": "A String", # A developer-facing error message, which should be in English. Any
- # user-facing error message should be localized and sent in the
- # google.rpc.Status.details field, or localized by the client.
"details": [ # A list of messages that carry the error details. There is a common set of
# message types for APIs to use.
{
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
],
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "message": "A String", # A developer-facing error message, which should be in English. Any
+ # user-facing error message should be localized and sent in the
+ # google.rpc.Status.details field, or localized by the client.
},
"metadata": { # Service-specific metadata associated with the operation. It typically
# contains progress information and common metadata such as create time.
@@ -205,9 +208,6 @@
# long-running operation should document the metadata type, if any.
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
- "done": True or False, # If the value is `false`, it means the operation is still in progress.
- # If `true`, the operation is completed, and either `error` or `response` is
- # available.
}</pre>
</div>
@@ -227,6 +227,9 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
+ "done": True or False, # If the value is `false`, it means the operation is still in progress.
+ # If `true`, the operation is completed, and either `error` or `response` is
+ # available.
"response": { # The normal response of the operation in case of success. If the original
# method returns no data on success, such as `Delete`, the response is
# `google.protobuf.Empty`. If the original method is standard
@@ -247,16 +250,16 @@
#
# You can find out more about this error model and how to work with it in the
# [API Design Guide](https://cloud.google.com/apis/design/errors).
- "code": 42, # The status code, which should be an enum value of google.rpc.Code.
- "message": "A String", # A developer-facing error message, which should be in English. Any
- # user-facing error message should be localized and sent in the
- # google.rpc.Status.details field, or localized by the client.
"details": [ # A list of messages that carry the error details. There is a common set of
# message types for APIs to use.
{
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
],
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "message": "A String", # A developer-facing error message, which should be in English. Any
+ # user-facing error message should be localized and sent in the
+ # google.rpc.Status.details field, or localized by the client.
},
"metadata": { # Service-specific metadata associated with the operation. It typically
# contains progress information and common metadata such as create time.
@@ -264,9 +267,6 @@
# long-running operation should document the metadata type, if any.
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
- "done": True or False, # If the value is `false`, it means the operation is still in progress.
- # If `true`, the operation is completed, and either `error` or `response` is
- # available.
}</pre>
</div>
@@ -285,6 +285,27 @@
An object of the form:
{ # A TPU instance.
+ "healthDescription": "A String", # Output only. If this field is populated, it contains a description of why the TPU Node
+ # is unhealthy.
+ "network": "A String", # The name of a network they wish to peer the TPU node to. It must be a
+ # preexisting Compute Engine network inside of the project on which this API
+ # has been activated. If none is provided, "default" will be used.
+ "health": "A String", # The health status of the TPU node.
+ "ipAddress": "A String", # Output only. DEPRECATED! Use network_endpoints instead.
+ # The network address for the TPU Node as visible to Compute Engine
+ # instances.
+ "cidrBlock": "A String", # The CIDR block that the TPU node will use when selecting an IP address.
+ # This CIDR block must be a /29 block; the Compute Engine networks API
+ # forbids a smaller block, and using a larger block would be wasteful (a
+ # node can only consume one IP address). Errors will occur if the CIDR block
+ # has already been used for a currently existing TPU node, the CIDR block
+ # conflicts with any subnetworks in the user's provided network, or the
+ # provided network is peered with another network that is using that CIDR
+ # block.
+ "labels": { # Resource labels to represent user-provided metadata.
+ "a_key": "A String",
+ },
+ "createTime": "A String", # Output only. The time when the node was created.
"tensorflowVersion": "A String", # The version of Tensorflow running in the Node.
# Required.
"description": "A String", # The user-supplied description of the TPU. Maximum of 512 characters.
@@ -310,27 +331,6 @@
# To share resources, including Google Cloud Storage data, with the
# Tensorflow job running in the Node, this account must have permissions to
# that data.
- "network": "A String", # The name of a network they wish to peer the TPU node to. It must be a
- # preexisting Compute Engine network inside of the project on which this API
- # has been activated. If none is provided, "default" will be used.
- "healthDescription": "A String", # Output only. If this field is populated, it contains a description of why the TPU Node
- # is unhealthy.
- "health": "A String", # The health status of the TPU node.
- "ipAddress": "A String", # Output only. DEPRECATED! Use network_endpoints instead.
- # The network address for the TPU Node as visible to Compute Engine
- # instances.
- "labels": { # Resource labels to represent user-provided metadata.
- "a_key": "A String",
- },
- "createTime": "A String", # Output only. The time when the node was created.
- "cidrBlock": "A String", # The CIDR block that the TPU node will use when selecting an IP address.
- # This CIDR block must be a /29 block; the Compute Engine networks API
- # forbids a smaller block, and using a larger block would be wasteful (a
- # node can only consume one IP address). Errors will occur if the CIDR block
- # has already been used for a currently existing TPU node, the CIDR block
- # conflicts with any subnetworks in the user's provided network, or the
- # provided network is peered with another network that is using that CIDR
- # block.
}</pre>
</div>
@@ -356,6 +356,27 @@
],
"nodes": [ # The listed nodes.
{ # A TPU instance.
+ "healthDescription": "A String", # Output only. If this field is populated, it contains a description of why the TPU Node
+ # is unhealthy.
+ "network": "A String", # The name of a network they wish to peer the TPU node to. It must be a
+ # preexisting Compute Engine network inside of the project on which this API
+ # has been activated. If none is provided, "default" will be used.
+ "health": "A String", # The health status of the TPU node.
+ "ipAddress": "A String", # Output only. DEPRECATED! Use network_endpoints instead.
+ # The network address for the TPU Node as visible to Compute Engine
+ # instances.
+ "cidrBlock": "A String", # The CIDR block that the TPU node will use when selecting an IP address.
+ # This CIDR block must be a /29 block; the Compute Engine networks API
+ # forbids a smaller block, and using a larger block would be wasteful (a
+ # node can only consume one IP address). Errors will occur if the CIDR block
+ # has already been used for a currently existing TPU node, the CIDR block
+ # conflicts with any subnetworks in the user's provided network, or the
+ # provided network is peered with another network that is using that CIDR
+ # block.
+ "labels": { # Resource labels to represent user-provided metadata.
+ "a_key": "A String",
+ },
+ "createTime": "A String", # Output only. The time when the node was created.
"tensorflowVersion": "A String", # The version of Tensorflow running in the Node.
# Required.
"description": "A String", # The user-supplied description of the TPU. Maximum of 512 characters.
@@ -381,27 +402,6 @@
# To share resources, including Google Cloud Storage data, with the
# Tensorflow job running in the Node, this account must have permissions to
# that data.
- "network": "A String", # The name of a network they wish to peer the TPU node to. It must be a
- # preexisting Compute Engine network inside of the project on which this API
- # has been activated. If none is provided, "default" will be used.
- "healthDescription": "A String", # Output only. If this field is populated, it contains a description of why the TPU Node
- # is unhealthy.
- "health": "A String", # The health status of the TPU node.
- "ipAddress": "A String", # Output only. DEPRECATED! Use network_endpoints instead.
- # The network address for the TPU Node as visible to Compute Engine
- # instances.
- "labels": { # Resource labels to represent user-provided metadata.
- "a_key": "A String",
- },
- "createTime": "A String", # Output only. The time when the node was created.
- "cidrBlock": "A String", # The CIDR block that the TPU node will use when selecting an IP address.
- # This CIDR block must be a /29 block; the Compute Engine networks API
- # forbids a smaller block, and using a larger block would be wasteful (a
- # node can only consume one IP address). Errors will occur if the CIDR block
- # has already been used for a currently existing TPU node, the CIDR block
- # conflicts with any subnetworks in the user's provided network, or the
- # provided network is peered with another network that is using that CIDR
- # block.
},
],
"nextPageToken": "A String", # The next page token or empty if none.
@@ -445,6 +445,9 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
+ "done": True or False, # If the value is `false`, it means the operation is still in progress.
+ # If `true`, the operation is completed, and either `error` or `response` is
+ # available.
"response": { # The normal response of the operation in case of success. If the original
# method returns no data on success, such as `Delete`, the response is
# `google.protobuf.Empty`. If the original method is standard
@@ -465,16 +468,16 @@
#
# You can find out more about this error model and how to work with it in the
# [API Design Guide](https://cloud.google.com/apis/design/errors).
- "code": 42, # The status code, which should be an enum value of google.rpc.Code.
- "message": "A String", # A developer-facing error message, which should be in English. Any
- # user-facing error message should be localized and sent in the
- # google.rpc.Status.details field, or localized by the client.
"details": [ # A list of messages that carry the error details. There is a common set of
# message types for APIs to use.
{
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
],
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "message": "A String", # A developer-facing error message, which should be in English. Any
+ # user-facing error message should be localized and sent in the
+ # google.rpc.Status.details field, or localized by the client.
},
"metadata": { # Service-specific metadata associated with the operation. It typically
# contains progress information and common metadata such as create time.
@@ -482,9 +485,6 @@
# long-running operation should document the metadata type, if any.
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
- "done": True or False, # If the value is `false`, it means the operation is still in progress.
- # If `true`, the operation is completed, and either `error` or `response` is
- # available.
}</pre>
</div>
@@ -510,6 +510,9 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
+ "done": True or False, # If the value is `false`, it means the operation is still in progress.
+ # If `true`, the operation is completed, and either `error` or `response` is
+ # available.
"response": { # The normal response of the operation in case of success. If the original
# method returns no data on success, such as `Delete`, the response is
# `google.protobuf.Empty`. If the original method is standard
@@ -530,16 +533,16 @@
#
# You can find out more about this error model and how to work with it in the
# [API Design Guide](https://cloud.google.com/apis/design/errors).
- "code": 42, # The status code, which should be an enum value of google.rpc.Code.
- "message": "A String", # A developer-facing error message, which should be in English. Any
- # user-facing error message should be localized and sent in the
- # google.rpc.Status.details field, or localized by the client.
"details": [ # A list of messages that carry the error details. There is a common set of
# message types for APIs to use.
{
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
],
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "message": "A String", # A developer-facing error message, which should be in English. Any
+ # user-facing error message should be localized and sent in the
+ # google.rpc.Status.details field, or localized by the client.
},
"metadata": { # Service-specific metadata associated with the operation. It typically
# contains progress information and common metadata such as create time.
@@ -547,9 +550,6 @@
# long-running operation should document the metadata type, if any.
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
- "done": True or False, # If the value is `false`, it means the operation is still in progress.
- # If `true`, the operation is completed, and either `error` or `response` is
- # available.
}</pre>
</div>
@@ -575,6 +575,9 @@
{ # This resource represents a long-running operation that is the result of a
# network API call.
+ "done": True or False, # If the value is `false`, it means the operation is still in progress.
+ # If `true`, the operation is completed, and either `error` or `response` is
+ # available.
"response": { # The normal response of the operation in case of success. If the original
# method returns no data on success, such as `Delete`, the response is
# `google.protobuf.Empty`. If the original method is standard
@@ -595,16 +598,16 @@
#
# You can find out more about this error model and how to work with it in the
# [API Design Guide](https://cloud.google.com/apis/design/errors).
- "code": 42, # The status code, which should be an enum value of google.rpc.Code.
- "message": "A String", # A developer-facing error message, which should be in English. Any
- # user-facing error message should be localized and sent in the
- # google.rpc.Status.details field, or localized by the client.
"details": [ # A list of messages that carry the error details. There is a common set of
# message types for APIs to use.
{
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
],
+ "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+ "message": "A String", # A developer-facing error message, which should be in English. Any
+ # user-facing error message should be localized and sent in the
+ # google.rpc.Status.details field, or localized by the client.
},
"metadata": { # Service-specific metadata associated with the operation. It typically
# contains progress information and common metadata such as create time.
@@ -612,9 +615,6 @@
# long-running operation should document the metadata type, if any.
"a_key": "", # Properties of the object. Contains field @type with type URL.
},
- "done": True or False, # If the value is `false`, it means the operation is still in progress.
- # If `true`, the operation is completed, and either `error` or `response` is
- # available.
}</pre>
</div>