google-apis-networkconnectivity_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: 8f8c2eba87780a9d4645ac3bfcf00fe4512dc8800d32a973352cf222f62d7c1b
|
|
4
|
+
data.tar.gz: 88423250923d433ab5bdd0967800c4ebd7904fcb70575508ca95d5c7beed8c3e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c4ea3bbdf03d7c8977a6171e44a1de93565507d5ddec63bd3039bf9a013f4ff3bbe841a89e983708ca09992b9d1e45da8e1711bb344bcb3dd1af565c6be55337
|
|
7
|
+
data.tar.gz: 7b0e3e80090ba0f8d5d83cb1cd81bcfd07f67150eb9885ddd30c10c8c7fbbbcb233f831c803ccf6ffcd0cfc8b9ca669d1c564cb37bd693286694d4f34cbc7fb7
|
data/CHANGELOG.md
CHANGED
|
@@ -2920,7 +2920,7 @@ module Google
|
|
|
2920
2920
|
# @return [Hash<String,String>]
|
|
2921
2921
|
attr_accessor :labels
|
|
2922
2922
|
|
|
2923
|
-
# Immutable. A unique name of the resource in the form of `projects/`
|
|
2923
|
+
# Immutable. Identifier. A unique name of the resource in the form of `projects/`
|
|
2924
2924
|
# project_number`/locations/global/PolicyBasedRoutes/`policy_based_route_id``
|
|
2925
2925
|
# Corresponds to the JSON property `name`
|
|
2926
2926
|
# @return [String]
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module NetworkconnectivityV1
|
|
18
18
|
# Version of the google-apis-networkconnectivity_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 = "20251030"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -126,8 +126,8 @@ module Google
|
|
|
126
126
|
# @param [String] name
|
|
127
127
|
# The resource that owns the locations collection, if applicable.
|
|
128
128
|
# @param [Array<String>, String] extra_location_types
|
|
129
|
-
# Optional.
|
|
130
|
-
#
|
|
129
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
|
130
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
|
131
131
|
# @param [String] filter
|
|
132
132
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
133
133
|
# 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-networkconnectivity_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-networkconnectivity_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.68.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|