google-apis-networkmanagement_v1beta1 0.63.0 → 0.64.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: ff27060c15bfa4565b42e60081de4bf0867fa00ca7d5a041824ab68d2b8645e3
|
4
|
+
data.tar.gz: 267a1c9cd7e6b2f9bcd994107e711ed79b59904895efcb42f93211391348bf37
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 142f13f3dcc3dc41144606ba318fa9ac07eebf449dd4c6282c8b0aa864b46cb7282cdc794cb9f0e180982af3774f4717eb9806882abb2462409042ea6542dd71
|
7
|
+
data.tar.gz: 52bf718ac049cc6b43e7190d97d36679580dc354695c072edc27261bd4aaf4657ecd8cb6e77c6a5a3aee6dcaf0ed771251bf7360fe1ff1911f1fc01e98726819
|
data/CHANGELOG.md
CHANGED
@@ -800,8 +800,8 @@ module Google
|
|
800
800
|
# configuration of a Google Cloud load balancer. Forwarding rules are also used
|
801
801
|
# for protocol forwarding, Private Service Connect and other network services to
|
802
802
|
# provide forwarding information in the control plane. Applicable only to
|
803
|
-
# destination endpoint. Format: projects/`project`/global/forwardingRules/`id
|
804
|
-
# or projects/`project`/regions/`region`/forwardingRules/`id
|
803
|
+
# destination endpoint. Format: `projects/`project`/global/forwardingRules/`id``
|
804
|
+
# or `projects/`project`/regions/`region`/forwardingRules/`id``
|
805
805
|
# Corresponds to the JSON property `forwardingRule`
|
806
806
|
# @return [String]
|
807
807
|
attr_accessor :forwarding_rule
|
@@ -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.64.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 = "20250813"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -86,8 +86,8 @@ module Google
|
|
86
86
|
# @param [String] name
|
87
87
|
# The resource that owns the locations collection, if applicable.
|
88
88
|
# @param [Array<String>, String] extra_location_types
|
89
|
-
# Optional.
|
90
|
-
#
|
89
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
90
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
91
91
|
# @param [String] filter
|
92
92
|
# A filter to narrow down results to a preferred subset. The filtering language
|
93
93
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
@@ -517,8 +517,8 @@ module Google
|
|
517
517
|
# @param [String] name
|
518
518
|
# The resource that owns the locations collection, if applicable.
|
519
519
|
# @param [Array<String>, String] extra_location_types
|
520
|
-
# Optional.
|
521
|
-
#
|
520
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
521
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
522
522
|
# @param [String] filter
|
523
523
|
# A filter to narrow down results to a preferred subset. The filtering language
|
524
524
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
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.64.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.64.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:
|