@google-cloud/tpu
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -105,3 +105,3 @@ /// <reference types="node" /> | ||
getProjectId(callback: Callback<string, undefined, undefined>): void; | ||
getNode(request: protos.google.cloud.tpu.v1.IGetNodeRequest, options?: CallOptions): Promise<[ | ||
getNode(request?: protos.google.cloud.tpu.v1.IGetNodeRequest, options?: CallOptions): Promise<[ | ||
protos.google.cloud.tpu.v1.INode, | ||
@@ -113,3 +113,3 @@ protos.google.cloud.tpu.v1.IGetNodeRequest | undefined, | ||
getNode(request: protos.google.cloud.tpu.v1.IGetNodeRequest, callback: Callback<protos.google.cloud.tpu.v1.INode, protos.google.cloud.tpu.v1.IGetNodeRequest | null | undefined, {} | null | undefined>): void; | ||
getTensorFlowVersion(request: protos.google.cloud.tpu.v1.IGetTensorFlowVersionRequest, options?: CallOptions): Promise<[ | ||
getTensorFlowVersion(request?: protos.google.cloud.tpu.v1.IGetTensorFlowVersionRequest, options?: CallOptions): Promise<[ | ||
protos.google.cloud.tpu.v1.ITensorFlowVersion, | ||
@@ -121,3 +121,3 @@ protos.google.cloud.tpu.v1.IGetTensorFlowVersionRequest | undefined, | ||
getTensorFlowVersion(request: protos.google.cloud.tpu.v1.IGetTensorFlowVersionRequest, callback: Callback<protos.google.cloud.tpu.v1.ITensorFlowVersion, protos.google.cloud.tpu.v1.IGetTensorFlowVersionRequest | null | undefined, {} | null | undefined>): void; | ||
getAcceleratorType(request: protos.google.cloud.tpu.v1.IGetAcceleratorTypeRequest, options?: CallOptions): Promise<[ | ||
getAcceleratorType(request?: protos.google.cloud.tpu.v1.IGetAcceleratorTypeRequest, options?: CallOptions): Promise<[ | ||
protos.google.cloud.tpu.v1.IAcceleratorType, | ||
@@ -129,3 +129,3 @@ protos.google.cloud.tpu.v1.IGetAcceleratorTypeRequest | undefined, | ||
getAcceleratorType(request: protos.google.cloud.tpu.v1.IGetAcceleratorTypeRequest, callback: Callback<protos.google.cloud.tpu.v1.IAcceleratorType, protos.google.cloud.tpu.v1.IGetAcceleratorTypeRequest | null | undefined, {} | null | undefined>): void; | ||
createNode(request: protos.google.cloud.tpu.v1.ICreateNodeRequest, options?: CallOptions): Promise<[ | ||
createNode(request?: protos.google.cloud.tpu.v1.ICreateNodeRequest, options?: CallOptions): Promise<[ | ||
LROperation<protos.google.cloud.tpu.v1.INode, protos.google.cloud.tpu.v1.IOperationMetadata>, | ||
@@ -153,3 +153,3 @@ protos.google.longrunning.IOperation | undefined, | ||
checkCreateNodeProgress(name: string): Promise<LROperation<protos.google.cloud.tpu.v1.Node, protos.google.cloud.tpu.v1.OperationMetadata>>; | ||
deleteNode(request: protos.google.cloud.tpu.v1.IDeleteNodeRequest, options?: CallOptions): Promise<[ | ||
deleteNode(request?: protos.google.cloud.tpu.v1.IDeleteNodeRequest, options?: CallOptions): Promise<[ | ||
LROperation<protos.google.cloud.tpu.v1.INode, protos.google.cloud.tpu.v1.IOperationMetadata>, | ||
@@ -177,3 +177,3 @@ protos.google.longrunning.IOperation | undefined, | ||
checkDeleteNodeProgress(name: string): Promise<LROperation<protos.google.cloud.tpu.v1.Node, protos.google.cloud.tpu.v1.OperationMetadata>>; | ||
reimageNode(request: protos.google.cloud.tpu.v1.IReimageNodeRequest, options?: CallOptions): Promise<[ | ||
reimageNode(request?: protos.google.cloud.tpu.v1.IReimageNodeRequest, options?: CallOptions): Promise<[ | ||
LROperation<protos.google.cloud.tpu.v1.INode, protos.google.cloud.tpu.v1.IOperationMetadata>, | ||
@@ -201,3 +201,3 @@ protos.google.longrunning.IOperation | undefined, | ||
checkReimageNodeProgress(name: string): Promise<LROperation<protos.google.cloud.tpu.v1.Node, protos.google.cloud.tpu.v1.OperationMetadata>>; | ||
stopNode(request: protos.google.cloud.tpu.v1.IStopNodeRequest, options?: CallOptions): Promise<[ | ||
stopNode(request?: protos.google.cloud.tpu.v1.IStopNodeRequest, options?: CallOptions): Promise<[ | ||
LROperation<protos.google.cloud.tpu.v1.INode, protos.google.cloud.tpu.v1.IOperationMetadata>, | ||
@@ -225,3 +225,3 @@ protos.google.longrunning.IOperation | undefined, | ||
checkStopNodeProgress(name: string): Promise<LROperation<protos.google.cloud.tpu.v1.Node, protos.google.cloud.tpu.v1.OperationMetadata>>; | ||
startNode(request: protos.google.cloud.tpu.v1.IStartNodeRequest, options?: CallOptions): Promise<[ | ||
startNode(request?: protos.google.cloud.tpu.v1.IStartNodeRequest, options?: CallOptions): Promise<[ | ||
LROperation<protos.google.cloud.tpu.v1.INode, protos.google.cloud.tpu.v1.IOperationMetadata>, | ||
@@ -249,3 +249,3 @@ protos.google.longrunning.IOperation | undefined, | ||
checkStartNodeProgress(name: string): Promise<LROperation<protos.google.cloud.tpu.v1.Node, protos.google.cloud.tpu.v1.OperationMetadata>>; | ||
listNodes(request: protos.google.cloud.tpu.v1.IListNodesRequest, options?: CallOptions): Promise<[ | ||
listNodes(request?: protos.google.cloud.tpu.v1.IListNodesRequest, options?: CallOptions): Promise<[ | ||
protos.google.cloud.tpu.v1.INode[], | ||
@@ -309,3 +309,3 @@ protos.google.cloud.tpu.v1.IListNodesRequest | null, | ||
listNodesAsync(request?: protos.google.cloud.tpu.v1.IListNodesRequest, options?: CallOptions): AsyncIterable<protos.google.cloud.tpu.v1.INode>; | ||
listTensorFlowVersions(request: protos.google.cloud.tpu.v1.IListTensorFlowVersionsRequest, options?: CallOptions): Promise<[ | ||
listTensorFlowVersions(request?: protos.google.cloud.tpu.v1.IListTensorFlowVersionsRequest, options?: CallOptions): Promise<[ | ||
protos.google.cloud.tpu.v1.ITensorFlowVersion[], | ||
@@ -377,3 +377,3 @@ protos.google.cloud.tpu.v1.IListTensorFlowVersionsRequest | null, | ||
listTensorFlowVersionsAsync(request?: protos.google.cloud.tpu.v1.IListTensorFlowVersionsRequest, options?: CallOptions): AsyncIterable<protos.google.cloud.tpu.v1.ITensorFlowVersion>; | ||
listAcceleratorTypes(request: protos.google.cloud.tpu.v1.IListAcceleratorTypesRequest, options?: CallOptions): Promise<[ | ||
listAcceleratorTypes(request?: protos.google.cloud.tpu.v1.IListAcceleratorTypesRequest, options?: CallOptions): Promise<[ | ||
protos.google.cloud.tpu.v1.IAcceleratorType[], | ||
@@ -380,0 +380,0 @@ protos.google.cloud.tpu.v1.IListAcceleratorTypesRequest | null, |
# Changelog | ||
### [1.0.1](https://www.github.com/googleapis/nodejs-cloud-tpu/compare/v1.0.0...v1.0.1) (2021-06-29) | ||
### Bug Fixes | ||
* **deps:** google-gax v2.17.0 with mTLS ([#13](https://www.github.com/googleapis/nodejs-cloud-tpu/issues/13)) ([a162ec4](https://www.github.com/googleapis/nodejs-cloud-tpu/commit/a162ec451cab0ccd68353d3863c60ce7073ead1a)) | ||
* make request optional in all cases ([#9](https://www.github.com/googleapis/nodejs-cloud-tpu/issues/9)) ([b8bde22](https://www.github.com/googleapis/nodejs-cloud-tpu/commit/b8bde2285a9c855f14c9bd5552ea3141aa820a97)) | ||
## 1.0.0 (2021-06-09) | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@google-cloud/tpu", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "tpu client for Node.js", | ||
@@ -42,3 +42,3 @@ "repository": "googleapis/nodejs-cloud-tpu", | ||
"dependencies": { | ||
"google-gax": "^2.12.0" | ||
"google-gax": "^2.17.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1689506
Updatedgoogle-gax@^2.17.0