google-apis-networkmanagement_v1 0.67.0 → 0.68.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: 95c06f040fd3abeb2e4ee0e81f482523bb7b964f8ca292019fc4190ddd27ee10
|
4
|
+
data.tar.gz: 6dc8882fb039e9208815c543da41c8054bd938650903f8e11033e9f00dac5eb2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 427eb65b0078ab9a82eef597253a465ad9356d995d1e922bec8026390c36e180ef483638f96b11bc5d8871cf409b34a5f2b83b9b9b67247c8a6fc8c866cb0a28
|
7
|
+
data.tar.gz: 4c203c0a46ed8b305fea1a29076c347e88b8f93d61ed7538838e07192329a906292127c4fd821e457353c761fde1063704d9a7c4e8bca6f925879723a2b7a331
|
data/CHANGELOG.md
CHANGED
@@ -795,8 +795,8 @@ module Google
|
|
795
795
|
# configuration of a Google Cloud load balancer. Forwarding rules are also used
|
796
796
|
# for protocol forwarding, Private Service Connect and other network services to
|
797
797
|
# provide forwarding information in the control plane. Applicable only to
|
798
|
-
# destination endpoint. Format: projects/`project`/global/forwardingRules/`id
|
799
|
-
# or projects/`project`/regions/`region`/forwardingRules/`id
|
798
|
+
# destination endpoint. Format: `projects/`project`/global/forwardingRules/`id``
|
799
|
+
# or `projects/`project`/regions/`region`/forwardingRules/`id``
|
800
800
|
# Corresponds to the JSON property `forwardingRule`
|
801
801
|
# @return [String]
|
802
802
|
attr_accessor :forwarding_rule
|
@@ -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.68.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
|
@@ -307,8 +307,8 @@ module Google
|
|
307
307
|
# @param [String] name
|
308
308
|
# The resource that owns the locations collection, if applicable.
|
309
309
|
# @param [Array<String>, String] extra_location_types
|
310
|
-
# Optional.
|
311
|
-
#
|
310
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
311
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
312
312
|
# @param [String] filter
|
313
313
|
# A filter to narrow down results to a preferred subset. The filtering language
|
314
314
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
@@ -935,8 +935,8 @@ module Google
|
|
935
935
|
|
936
936
|
# Gets the NetworkMonitoringProvider resource.
|
937
937
|
# @param [String] name
|
938
|
-
# Required. Name of the resource. Format: projects/`project`/locations/`
|
939
|
-
#
|
938
|
+
# Required. Name of the resource. Format: `projects/`project`/locations/`
|
939
|
+
# location`/networkMonitoringProviders/`network_monitoring_provider``
|
940
940
|
# @param [String] fields
|
941
941
|
# Selector specifying which fields to include in a partial response.
|
942
942
|
# @param [String] quota_user
|
@@ -966,8 +966,8 @@ module Google
|
|
966
966
|
|
967
967
|
# Lists NetworkMonitoringProviders for a given project and location.
|
968
968
|
# @param [String] parent
|
969
|
-
# Required. Parent value for ListNetworkMonitoringProvidersRequest. Format:
|
970
|
-
# projects/`project`/locations/`location
|
969
|
+
# Required. Parent value for ListNetworkMonitoringProvidersRequest. Format: `
|
970
|
+
# projects/`project`/locations/`location``
|
971
971
|
# @param [Fixnum] page_size
|
972
972
|
# Optional. The maximum number of monitoring points to return. The service may
|
973
973
|
# return fewer than this value. If unspecified, at most 20 monitoring points
|
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.68.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.68.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:
|