google-apis-networkmanagement_v1 0.76.0 → 0.77.0
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 42d025f034a4cfd8079c9a096a6e50f043f6c9c4d5bd5a3eef3b4783b1b3b00e
|
|
4
|
+
data.tar.gz: 5f8c798e549055de736afce7ef4a4215341bf901434a616a3bd14ea7703ce975
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cbe2ae77d06f0ed96dff27ba75d724c47789a6aa8d5191c7c34258b4d72c7d5c0f98a3e2abcead45e2b87f4924775d65986349c1023dc4f6fe93175d489ba4c2
|
|
7
|
+
data.tar.gz: fcc53ec14b20b71509719b80dd4d88b363b47c1933141cd9b3c13649eb69f24b4546c5db5487fc1344900a0db68a8f60cf828c6b1a8abb1d76b5b86ab779490d
|
data/CHANGELOG.md
CHANGED
|
@@ -957,14 +957,15 @@ module Google
|
|
|
957
957
|
# @return [String]
|
|
958
958
|
attr_accessor :load_balancer_type
|
|
959
959
|
|
|
960
|
-
# A VPC network URI.
|
|
961
|
-
# source
|
|
960
|
+
# A VPC network URI. For source endpoints, used according to the `network_type`.
|
|
961
|
+
# For destination endpoints, used only when the source is an external IP address
|
|
962
|
+
# endpoint, and the destination is an internal IP address endpoint.
|
|
962
963
|
# Corresponds to the JSON property `network`
|
|
963
964
|
# @return [String]
|
|
964
965
|
attr_accessor :network
|
|
965
966
|
|
|
966
|
-
#
|
|
967
|
-
#
|
|
967
|
+
# For source endpoints, type of the network where the endpoint is located. Not
|
|
968
|
+
# relevant for destination endpoints.
|
|
968
969
|
# Corresponds to the JSON property `networkType`
|
|
969
970
|
# @return [String]
|
|
970
971
|
attr_accessor :network_type
|
|
@@ -975,8 +976,8 @@ module Google
|
|
|
975
976
|
# @return [Fixnum]
|
|
976
977
|
attr_accessor :port
|
|
977
978
|
|
|
978
|
-
#
|
|
979
|
-
#
|
|
979
|
+
# For source endpoints, endpoint project ID. Used according to the `network_type`
|
|
980
|
+
# . Not relevant for destination endpoints.
|
|
980
981
|
# Corresponds to the JSON property `projectId`
|
|
981
982
|
# @return [String]
|
|
982
983
|
attr_accessor :project_id
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module NetworkmanagementV1
|
|
18
18
|
# Version of the google-apis-networkmanagement_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.77.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260121"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-networkmanagement_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.77.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.77.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|