google-apis-networkmanagement_v1beta1 0.72.0 → 0.73.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: c83c42db553457da6badecce046345bef6dfabcf59414357456b3b501ac7a002
|
|
4
|
+
data.tar.gz: 8ac6e5b5352320927fe91a3ceca3db11d5012cb101223dbc2a714ce35cabff3c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '0380f594df380211f2aabfc0b7798d0be8d1179cf956f30ab01926424263081d1b61848d3619e962329f293f20b6e3dce3cdccda9cfe4bba9feae68d597596ee'
|
|
7
|
+
data.tar.gz: bafcf9d0a4f074c0c035bf76c31dd2b25e78db0af25e96300967edcd73febc4561c4f87e8a148de7e1ebaf4204830cb823f8e6d5ae9a5a081df4152cb26f8eeb
|
data/CHANGELOG.md
CHANGED
|
@@ -962,14 +962,15 @@ module Google
|
|
|
962
962
|
# @return [String]
|
|
963
963
|
attr_accessor :load_balancer_type
|
|
964
964
|
|
|
965
|
-
# A VPC network URI.
|
|
966
|
-
# source
|
|
965
|
+
# A VPC network URI. For source endpoints, used according to the `network_type`.
|
|
966
|
+
# For destination endpoints, used only when the source is an external IP address
|
|
967
|
+
# endpoint, and the destination is an internal IP address endpoint.
|
|
967
968
|
# Corresponds to the JSON property `network`
|
|
968
969
|
# @return [String]
|
|
969
970
|
attr_accessor :network
|
|
970
971
|
|
|
971
|
-
#
|
|
972
|
-
#
|
|
972
|
+
# For source endpoints, type of the network where the endpoint is located. Not
|
|
973
|
+
# relevant for destination endpoints.
|
|
973
974
|
# Corresponds to the JSON property `networkType`
|
|
974
975
|
# @return [String]
|
|
975
976
|
attr_accessor :network_type
|
|
@@ -980,8 +981,8 @@ module Google
|
|
|
980
981
|
# @return [Fixnum]
|
|
981
982
|
attr_accessor :port
|
|
982
983
|
|
|
983
|
-
#
|
|
984
|
-
#
|
|
984
|
+
# For source endpoints, endpoint project ID. Used according to the `network_type`
|
|
985
|
+
# . Not relevant for destination endpoints.
|
|
985
986
|
# Corresponds to the JSON property `projectId`
|
|
986
987
|
# @return [String]
|
|
987
988
|
attr_accessor :project_id
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module NetworkmanagementV1beta1
|
|
18
18
|
# Version of the google-apis-networkmanagement_v1beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.73.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_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.73.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_v1beta1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.73.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1beta1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|