google-apis-networkconnectivity_v1alpha1 0.30.0 → 0.31.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: 92c848e225d06e37c1166b2d828d67ddd091ae66de662fd5676e4fd0313534e2
|
|
4
|
+
data.tar.gz: 192a38f0093bde124e943f42eee0682adb65459136c73c64b77bd30e0d57cb56
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '080b74adf3281ee1634f399cffd13163a6337fa781b2693a3bff91391ac7f5bd9415cc5118239a9a41ab573bb335bda2f4a03a5fed9823fa112542c29fe0663e'
|
|
7
|
+
data.tar.gz: 476da85fd15de2e1e06f5edf1946ef42ed9eac22185bc40b2037b06d6a9e7ec9f1dd3b798267eea62afb99b7aaa350e485267185a899fcc77676e5eca864ea07
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module NetworkconnectivityV1alpha1
|
|
18
18
|
# Version of the google-apis-networkconnectivity_v1alpha1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.31.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230308"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -470,7 +470,7 @@ module Google
|
|
|
470
470
|
# request ID so that if you must retry your request, the server will know to
|
|
471
471
|
# ignore the request if it has already been completed. The server will guarantee
|
|
472
472
|
# that for at least 60 minutes since the first request. For example, consider a
|
|
473
|
-
# situation where you make an initial request and
|
|
473
|
+
# situation where you make an initial request and the request times out. If you
|
|
474
474
|
# make the request again with the same request ID, the server can check if the
|
|
475
475
|
# original operation with the same request ID was received, and if so, will
|
|
476
476
|
# ignore the second request. This prevents clients from accidentally creating
|
|
@@ -515,7 +515,7 @@ module Google
|
|
|
515
515
|
# request ID so that if you must retry your request, the server will know to
|
|
516
516
|
# ignore the request if it has already been completed. The server will guarantee
|
|
517
517
|
# that for at least 60 minutes after the first request. For example, consider a
|
|
518
|
-
# situation where you make an initial request and
|
|
518
|
+
# situation where you make an initial request and the request times out. If you
|
|
519
519
|
# make the request again with the same request ID, the server can check if the
|
|
520
520
|
# original operation with the same request ID was received, and if so, will
|
|
521
521
|
# ignore the second request. This prevents clients from accidentally creating
|
|
@@ -677,7 +677,7 @@ module Google
|
|
|
677
677
|
# request ID so that if you must retry your request, the server will know to
|
|
678
678
|
# ignore the request if it has already been completed. The server will guarantee
|
|
679
679
|
# that for at least 60 minutes since the first request. For example, consider a
|
|
680
|
-
# situation where you make an initial request and
|
|
680
|
+
# situation where you make an initial request and the request times out. If you
|
|
681
681
|
# make the request again with the same request ID, the server can check if the
|
|
682
682
|
# original operation with the same request ID was received, and if so, will
|
|
683
683
|
# ignore the second request. This prevents clients from accidentally creating
|
|
@@ -901,13 +901,7 @@ module Google
|
|
|
901
901
|
end
|
|
902
902
|
|
|
903
903
|
# Lists operations that match the specified filter in the request. If the server
|
|
904
|
-
# doesn't support this method, it returns `UNIMPLEMENTED`.
|
|
905
|
-
# binding allows API services to override the binding to use different resource
|
|
906
|
-
# name schemes, such as `users/*/operations`. To override the binding, API
|
|
907
|
-
# services can add a binding such as `"/v1/`name=users/*`/operations"` to their
|
|
908
|
-
# service configuration. For backwards compatibility, the default name includes
|
|
909
|
-
# the operations collection id, however overriding users must ensure the name
|
|
910
|
-
# binding is the parent resource, without the operations collection id.
|
|
904
|
+
# doesn't support this method, it returns `UNIMPLEMENTED`.
|
|
911
905
|
# @param [String] name
|
|
912
906
|
# The name of the operation's parent resource.
|
|
913
907
|
# @param [String] filter
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-networkconnectivity_v1alpha1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.31.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-03-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1alpha1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1alpha1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1alpha1/v0.31.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1alpha1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|