|
658 | 658 | }
|
659 | 659 | }
|
660 | 660 | },
|
661 |
| - "revision": "20190509", |
| 661 | + "revision": "20190619", |
662 | 662 | "rootUrl": "https://tpu.googleapis.com/",
|
663 | 663 | "schemas": {
|
664 | 664 | "AcceleratorType": {
|
|
842 | 842 | "type": "string"
|
843 | 843 | },
|
844 | 844 | "createTime": {
|
845 |
| - "description": "Output only.\nThe time when the node was created.", |
| 845 | + "description": "Output only. The time when the node was created.", |
846 | 846 | "format": "google-datetime",
|
847 | 847 | "type": "string"
|
848 | 848 | },
|
|
871 | 871 | "type": "string"
|
872 | 872 | },
|
873 | 873 | "healthDescription": {
|
874 |
| - "description": "Output only.\nIf this field is populated, it contains a description of why the TPU Node\nis unhealthy.", |
| 874 | + "description": "Output only. If this field is populated, it contains a description of why the TPU Node\nis unhealthy.", |
875 | 875 | "type": "string"
|
876 | 876 | },
|
877 | 877 | "ipAddress": {
|
878 |
| - "description": "Output only.\nDEPRECATED! Use network_endpoints instead.\nThe network address for the TPU Node as visible to Compute Engine\ninstances.", |
| 878 | + "description": "Output only. DEPRECATED! Use network_endpoints instead.\nThe network address for the TPU Node as visible to Compute Engine\ninstances.", |
879 | 879 | "type": "string"
|
880 | 880 | },
|
881 | 881 | "labels": {
|
|
886 | 886 | "type": "object"
|
887 | 887 | },
|
888 | 888 | "name": {
|
889 |
| - "description": "Output only.\nThe immutable name of the TPU", |
| 889 | + "description": "Output only. The immutable name of the TPU", |
890 | 890 | "type": "string"
|
891 | 891 | },
|
892 | 892 | "network": {
|
|
901 | 901 | "type": "array"
|
902 | 902 | },
|
903 | 903 | "port": {
|
904 |
| - "description": "Output only.\nDEPRECATED! Use network_endpoints instead.\nThe network port for the TPU Node as visible to Compute Engine instances.", |
| 904 | + "description": "Output only. DEPRECATED! Use network_endpoints instead.\nThe network port for the TPU Node as visible to Compute Engine instances.", |
905 | 905 | "type": "string"
|
906 | 906 | },
|
907 | 907 | "schedulingConfig": {
|
908 | 908 | "$ref": "SchedulingConfig"
|
909 | 909 | },
|
910 | 910 | "serviceAccount": {
|
911 |
| - "description": "Output only.\nThe service account used to run the tensor flow services within the node.\nTo share resources, including Google Cloud Storage data, with the\nTensorflow job running in the Node, this account must have permissions to\nthat data.", |
| 911 | + "description": "Output only. The service account used to run the tensor flow services within the node.\nTo share resources, including Google Cloud Storage data, with the\nTensorflow job running in the Node, this account must have permissions to\nthat data.", |
912 | 912 | "type": "string"
|
913 | 913 | },
|
914 | 914 | "state": {
|
915 |
| - "description": "Output only.\nThe current state for the TPU Node.", |
| 915 | + "description": "Output only. The current state for the TPU Node.", |
916 | 916 | "enum": [
|
917 | 917 | "STATE_UNSPECIFIED",
|
918 | 918 | "CREATING",
|
|
1059 | 1059 | "type": "object"
|
1060 | 1060 | },
|
1061 | 1061 | "Status": {
|
1062 |
| - "description": "The `Status` type defines a logical error model that is suitable for\ndifferent programming environments, including REST APIs and RPC APIs. It is\nused by [gRPC](https://github.com/grpc). The error model is designed to be:\n\n- Simple to use and understand for most users\n- Flexible enough to meet unexpected needs\n\n# Overview\n\nThe `Status` message contains three pieces of data: error code, error\nmessage, and error details. The error code should be an enum value of\ngoogle.rpc.Code, but it may accept additional error codes if needed. The\nerror message should be a developer-facing English message that helps\ndevelopers *understand* and *resolve* the error. If a localized user-facing\nerror message is needed, put the localized message in the error details or\nlocalize it in the client. The optional error details may contain arbitrary\ninformation about the error. There is a predefined set of error detail types\nin the package `google.rpc` that can be used for common error conditions.\n\n# Language mapping\n\nThe `Status` message is the logical representation of the error model, but it\nis not necessarily the actual wire format. When the `Status` message is\nexposed in different client libraries and different wire protocols, it can be\nmapped differently. For example, it will likely be mapped to some exceptions\nin Java, but more likely mapped to some error codes in C.\n\n# Other uses\n\nThe error model and the `Status` message can be used in a variety of\nenvironments, either with or without APIs, to provide a\nconsistent developer experience across different environments.\n\nExample uses of this error model include:\n\n- Partial errors. If a service needs to return partial errors to the client,\n it may embed the `Status` in the normal response to indicate the partial\n errors.\n\n- Workflow errors. A typical workflow has multiple steps. Each step may\n have a `Status` message for error reporting.\n\n- Batch operations. If a client uses batch request and batch response, the\n `Status` message should be used directly inside batch response, one for\n each error sub-response.\n\n- Asynchronous operations. If an API call embeds asynchronous operation\n results in its response, the status of those operations should be\n represented directly using the `Status` message.\n\n- Logging. If some API errors are stored in logs, the message `Status` could\n be used directly after any stripping needed for security/privacy reasons.", |
| 1062 | + "description": "The `Status` type defines a logical error model that is suitable for\ndifferent programming environments, including REST APIs and RPC APIs. It is\nused by [gRPC](https://github.com/grpc). Each `Status` message contains\nthree pieces of data: error code, error message, and error details.\n\nYou can find out more about this error model and how to work with it in the\n[API Design Guide](https://cloud.google.com/apis/design/errors).", |
1063 | 1063 | "id": "Status",
|
1064 | 1064 | "properties": {
|
1065 | 1065 | "code": {
|
|
0 commit comments