@googleapis/tpu 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/build/v1.d.ts +3 -3
- package/build/v1alpha1.d.ts +3 -3
- package/build/v2alpha1.d.ts +4 -4
- package/package.json +1 -1
- package/v1.ts +3 -3
- package/v1alpha1.ts +3 -3
- package/v2alpha1.ts +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/tpu-v1.0.0...tpu-v1.0.1) (2022-06-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **tpu:** update the API ([34de081](https://github.com/googleapis/google-api-nodejs-client/commit/34de081906c9badd0c24fd2171b9a48deeb001c9))
|
|
9
|
+
|
|
3
10
|
## [1.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/tpu-v0.6.0...tpu-v1.0.0) (2022-03-08)
|
|
4
11
|
|
|
5
12
|
|
package/build/v1.d.ts
CHANGED
|
@@ -85,7 +85,7 @@ export declare namespace tpu_v1 {
|
|
|
85
85
|
type?: string | null;
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
88
|
-
* A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); \}
|
|
88
|
+
* A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); \}
|
|
89
89
|
*/
|
|
90
90
|
export interface Schema$Empty {
|
|
91
91
|
}
|
|
@@ -537,7 +537,7 @@ export declare namespace tpu_v1 {
|
|
|
537
537
|
*
|
|
538
538
|
* // Do the magic
|
|
539
539
|
* const res = await tpu.projects.locations.list({
|
|
540
|
-
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo"
|
|
540
|
+
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
|
|
541
541
|
* filter: 'placeholder-value',
|
|
542
542
|
* // The resource that owns the locations collection, if applicable.
|
|
543
543
|
* name: 'projects/my-project',
|
|
@@ -582,7 +582,7 @@ export declare namespace tpu_v1 {
|
|
|
582
582
|
}
|
|
583
583
|
export interface Params$Resource$Projects$Locations$List extends StandardParameters {
|
|
584
584
|
/**
|
|
585
|
-
* A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo"
|
|
585
|
+
* A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
|
|
586
586
|
*/
|
|
587
587
|
filter?: string;
|
|
588
588
|
/**
|
package/build/v1alpha1.d.ts
CHANGED
|
@@ -85,7 +85,7 @@ export declare namespace tpu_v1alpha1 {
|
|
|
85
85
|
type?: string | null;
|
|
86
86
|
}
|
|
87
87
|
/**
|
|
88
|
-
* A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); \}
|
|
88
|
+
* A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); \}
|
|
89
89
|
*/
|
|
90
90
|
export interface Schema$Empty {
|
|
91
91
|
}
|
|
@@ -537,7 +537,7 @@ export declare namespace tpu_v1alpha1 {
|
|
|
537
537
|
*
|
|
538
538
|
* // Do the magic
|
|
539
539
|
* const res = await tpu.projects.locations.list({
|
|
540
|
-
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo"
|
|
540
|
+
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
|
|
541
541
|
* filter: 'placeholder-value',
|
|
542
542
|
* // The resource that owns the locations collection, if applicable.
|
|
543
543
|
* name: 'projects/my-project',
|
|
@@ -582,7 +582,7 @@ export declare namespace tpu_v1alpha1 {
|
|
|
582
582
|
}
|
|
583
583
|
export interface Params$Resource$Projects$Locations$List extends StandardParameters {
|
|
584
584
|
/**
|
|
585
|
-
* A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo"
|
|
585
|
+
* A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
|
|
586
586
|
*/
|
|
587
587
|
filter?: string;
|
|
588
588
|
/**
|
package/build/v2alpha1.d.ts
CHANGED
|
@@ -107,7 +107,7 @@ export declare namespace tpu_v2alpha1 {
|
|
|
107
107
|
sourceDisk?: string | null;
|
|
108
108
|
}
|
|
109
109
|
/**
|
|
110
|
-
* A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); \}
|
|
110
|
+
* A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); \}
|
|
111
111
|
*/
|
|
112
112
|
export interface Schema$Empty {
|
|
113
113
|
}
|
|
@@ -335,7 +335,7 @@ export declare namespace tpu_v2alpha1 {
|
|
|
335
335
|
*/
|
|
336
336
|
export interface Schema$Node {
|
|
337
337
|
/**
|
|
338
|
-
*
|
|
338
|
+
* The type of hardware accelerators associated with this node.
|
|
339
339
|
*/
|
|
340
340
|
acceleratorType?: string | null;
|
|
341
341
|
/**
|
|
@@ -740,7 +740,7 @@ export declare namespace tpu_v2alpha1 {
|
|
|
740
740
|
*
|
|
741
741
|
* // Do the magic
|
|
742
742
|
* const res = await tpu.projects.locations.list({
|
|
743
|
-
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo"
|
|
743
|
+
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
|
|
744
744
|
* filter: 'placeholder-value',
|
|
745
745
|
* // The resource that owns the locations collection, if applicable.
|
|
746
746
|
* name: 'projects/my-project',
|
|
@@ -795,7 +795,7 @@ export declare namespace tpu_v2alpha1 {
|
|
|
795
795
|
}
|
|
796
796
|
export interface Params$Resource$Projects$Locations$List extends StandardParameters {
|
|
797
797
|
/**
|
|
798
|
-
* A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo"
|
|
798
|
+
* A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
|
|
799
799
|
*/
|
|
800
800
|
filter?: string;
|
|
801
801
|
/**
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -139,7 +139,7 @@ export namespace tpu_v1 {
|
|
|
139
139
|
type?: string | null;
|
|
140
140
|
}
|
|
141
141
|
/**
|
|
142
|
-
* A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); \}
|
|
142
|
+
* A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); \}
|
|
143
143
|
*/
|
|
144
144
|
export interface Schema$Empty {}
|
|
145
145
|
/**
|
|
@@ -663,7 +663,7 @@ export namespace tpu_v1 {
|
|
|
663
663
|
*
|
|
664
664
|
* // Do the magic
|
|
665
665
|
* const res = await tpu.projects.locations.list({
|
|
666
|
-
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo"
|
|
666
|
+
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
|
|
667
667
|
* filter: 'placeholder-value',
|
|
668
668
|
* // The resource that owns the locations collection, if applicable.
|
|
669
669
|
* name: 'projects/my-project',
|
|
@@ -788,7 +788,7 @@ export namespace tpu_v1 {
|
|
|
788
788
|
export interface Params$Resource$Projects$Locations$List
|
|
789
789
|
extends StandardParameters {
|
|
790
790
|
/**
|
|
791
|
-
* A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo"
|
|
791
|
+
* A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
|
|
792
792
|
*/
|
|
793
793
|
filter?: string;
|
|
794
794
|
/**
|
package/v1alpha1.ts
CHANGED
|
@@ -139,7 +139,7 @@ export namespace tpu_v1alpha1 {
|
|
|
139
139
|
type?: string | null;
|
|
140
140
|
}
|
|
141
141
|
/**
|
|
142
|
-
* A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); \}
|
|
142
|
+
* A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); \}
|
|
143
143
|
*/
|
|
144
144
|
export interface Schema$Empty {}
|
|
145
145
|
/**
|
|
@@ -663,7 +663,7 @@ export namespace tpu_v1alpha1 {
|
|
|
663
663
|
*
|
|
664
664
|
* // Do the magic
|
|
665
665
|
* const res = await tpu.projects.locations.list({
|
|
666
|
-
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo"
|
|
666
|
+
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
|
|
667
667
|
* filter: 'placeholder-value',
|
|
668
668
|
* // The resource that owns the locations collection, if applicable.
|
|
669
669
|
* name: 'projects/my-project',
|
|
@@ -788,7 +788,7 @@ export namespace tpu_v1alpha1 {
|
|
|
788
788
|
export interface Params$Resource$Projects$Locations$List
|
|
789
789
|
extends StandardParameters {
|
|
790
790
|
/**
|
|
791
|
-
* A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo"
|
|
791
|
+
* A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
|
|
792
792
|
*/
|
|
793
793
|
filter?: string;
|
|
794
794
|
/**
|
package/v2alpha1.ts
CHANGED
|
@@ -161,7 +161,7 @@ export namespace tpu_v2alpha1 {
|
|
|
161
161
|
sourceDisk?: string | null;
|
|
162
162
|
}
|
|
163
163
|
/**
|
|
164
|
-
* A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); \}
|
|
164
|
+
* A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); \}
|
|
165
165
|
*/
|
|
166
166
|
export interface Schema$Empty {}
|
|
167
167
|
/**
|
|
@@ -383,7 +383,7 @@ export namespace tpu_v2alpha1 {
|
|
|
383
383
|
*/
|
|
384
384
|
export interface Schema$Node {
|
|
385
385
|
/**
|
|
386
|
-
*
|
|
386
|
+
* The type of hardware accelerators associated with this node.
|
|
387
387
|
*/
|
|
388
388
|
acceleratorType?: string | null;
|
|
389
389
|
/**
|
|
@@ -946,7 +946,7 @@ export namespace tpu_v2alpha1 {
|
|
|
946
946
|
*
|
|
947
947
|
* // Do the magic
|
|
948
948
|
* const res = await tpu.projects.locations.list({
|
|
949
|
-
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo"
|
|
949
|
+
* // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
|
|
950
950
|
* filter: 'placeholder-value',
|
|
951
951
|
* // The resource that owns the locations collection, if applicable.
|
|
952
952
|
* name: 'projects/my-project',
|
|
@@ -1083,7 +1083,7 @@ export namespace tpu_v2alpha1 {
|
|
|
1083
1083
|
export interface Params$Resource$Projects$Locations$List
|
|
1084
1084
|
extends StandardParameters {
|
|
1085
1085
|
/**
|
|
1086
|
-
* A filter to narrow down results to a preferred subset. The filtering language accepts strings like "displayName=tokyo"
|
|
1086
|
+
* A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
|
|
1087
1087
|
*/
|
|
1088
1088
|
filter?: string;
|
|
1089
1089
|
/**
|