@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 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); \} The JSON representation for `Empty` is empty JSON object `{\}`.
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/servicenetworking",
3
- "version": "4.4.0",
3
+ "version": "4.4.1",
4
4
  "description": "servicenetworking",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
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); \} The JSON representation for `Empty` is empty JSON object `{\}`.
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
  /**