@googleapis/servicenetworking 4.4.0 → 4.4.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 +1 -1
- package/package.json +1 -1
- package/v1.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### [4.4.1](https://github.com/googleapis/google-api-nodejs-client/compare/servicenetworking-v4.4.0...servicenetworking-v4.4.1) (2022-03-23)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* **servicenetworking:** update the API ([301a70a](https://github.com/googleapis/google-api-nodejs-client/commit/301a70a84d7bfb8b3a283ed64997aec86663abcb))
|
|
9
|
+
|
|
3
10
|
## [4.4.0](https://github.com/googleapis/google-api-nodejs-client/compare/servicenetworking-v4.3.0...servicenetworking-v4.4.0) (2022-02-04)
|
|
4
11
|
|
|
5
12
|
|
package/build/v1.d.ts
CHANGED
|
@@ -671,7 +671,7 @@ export declare namespace servicenetworking_v1 {
|
|
|
671
671
|
selector?: string | null;
|
|
672
672
|
}
|
|
673
673
|
/**
|
|
674
|
-
* 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); \}
|
|
674
|
+
* 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); \}
|
|
675
675
|
*/
|
|
676
676
|
export interface Schema$Empty {
|
|
677
677
|
}
|
package/package.json
CHANGED
package/v1.ts
CHANGED
|
@@ -719,7 +719,7 @@ export namespace servicenetworking_v1 {
|
|
|
719
719
|
selector?: string | null;
|
|
720
720
|
}
|
|
721
721
|
/**
|
|
722
|
-
* 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); \}
|
|
722
|
+
* 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); \}
|
|
723
723
|
*/
|
|
724
724
|
export interface Schema$Empty {}
|
|
725
725
|
/**
|