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: 7eb11d73cc40669d0a37f9945fa59c2f0b19a34427ff994836cc99a180124f71
4
- data.tar.gz: e73f14776176781862c7b7ef4d401f26e80148614fe5689b9caf793406b4e936
3
+ metadata.gz: 92c848e225d06e37c1166b2d828d67ddd091ae66de662fd5676e4fd0313534e2
4
+ data.tar.gz: 192a38f0093bde124e943f42eee0682adb65459136c73c64b77bd30e0d57cb56
5
5
  SHA512:
6
- metadata.gz: 6ec825dfe12616462669f10d610166f2b3eb98c6156028a5c6ecf43f8c47c1abefca5d4d9c7502f751071a76fe7c8615e419d97e48889837ad75c042d9b72933
7
- data.tar.gz: 7224bda149af1873cf1471636dce773cd0b2c1047f5dd4e8e466bdca6cdf42d55c75377f6e479042c872eb6674dcfd7198a24b762476c82aeab9d3efb70fb65e
6
+ metadata.gz: '080b74adf3281ee1634f399cffd13163a6337fa781b2693a3bff91391ac7f5bd9415cc5118239a9a41ab573bb335bda2f4a03a5fed9823fa112542c29fe0663e'
7
+ data.tar.gz: 476da85fd15de2e1e06f5edf1946ef42ed9eac22185bc40b2037b06d6a9e7ec9f1dd3b798267eea62afb99b7aaa350e485267185a899fcc77676e5eca864ea07
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkconnectivity_v1alpha1
2
2
 
3
+ ### v0.31.0 (2023-03-19)
4
+
5
+ * Regenerated from discovery document revision 20230308
6
+
3
7
  ### v0.30.0 (2023-02-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20230208
@@ -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.30.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 = "20230208"
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 t he request times out. If you
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 t he request times out. If you
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 t he request times out. If you
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`. NOTE: the `name`
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.30.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-02-19 00:00:00.000000000 Z
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.30.0
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: []