google-apis-networkconnectivity_v1 0.22.0 → 0.24.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 534c13f8bae070c404786759fe73d62c49baf0de0c4461df63b655da46c4efe8
4
- data.tar.gz: d8f1a432c5ade8aa2b76179352163e4e242a4886b0a1e6f4f6ce52eb6e24c3e3
3
+ metadata.gz: c31b8ae0986ecfaff84ebacc0a98d265b46aeb9406bf7b4b9a0bc39dabd1f3d6
4
+ data.tar.gz: f29f0b42bfc0e093d74e3fa89e647041abf508af454caa5360f4caf1aed7386d
5
5
  SHA512:
6
- metadata.gz: 93ed08960b8447f8a5aed6ae1b9f4d013403592f44ceb07b2f84e448bcaccf3bfdd6aef9134f0811cecd407182cd77ce14cd96ff713fdc6b33bc0e6e0629dea4
7
- data.tar.gz: bb400ff7b2b64fe5b91488040dddb743516aa2dfd8e6319f1aa80b08868c735d2ec524f4c650e2bb688fa4fd11b5ffb02b8f7e827cf28543ba03b946952f37a0
6
+ metadata.gz: f6b98a2f562a73a6522aad0611924b84437b24b59f7ac964472b4f5014f3a0fe0b53a4668693cdda547adfeb4d4a6c3fcdcd79370a7e01e63abe06088dbb97e8
7
+ data.tar.gz: fadcecbc3a6a2f59f55f0577acd5f059aff8765d80177a4fbaccc58fe1934fc925ff5846e3156e029bc969d5e7c7daeb1a6c916e993d591c653817440c64ca15
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-networkconnectivity_v1
2
2
 
3
+ ### v0.24.0 (2023-03-26)
4
+
5
+ * Regenerated from discovery document revision 20230308
6
+
7
+ ### v0.23.0 (2023-02-15)
8
+
9
+ * Regenerated from discovery document revision 20230208
10
+ * Regenerated using generator version 0.12.0
11
+
3
12
  ### v0.22.0 (2023-02-12)
4
13
 
5
14
  * Regenerated from discovery document revision 20230201
@@ -687,8 +687,9 @@ module Google
687
687
  # @return [Array<Google::Apis::NetworkconnectivityV1::Hub>]
688
688
  attr_accessor :hubs
689
689
 
690
- # The next pagination token in the List response. It should be used as
691
- # page_token for the following request. An empty value means no more result.
690
+ # The token for the next page of the response. To see more results, use this
691
+ # value as the page_token for your next request. If this value is empty, there
692
+ # are no more results.
692
693
  # Corresponds to the JSON property `nextPageToken`
693
694
  # @return [String]
694
695
  attr_accessor :next_page_token
@@ -771,8 +772,9 @@ module Google
771
772
  class ListSpokesResponse
772
773
  include Google::Apis::Core::Hashable
773
774
 
774
- # The next pagination token in the List response. It should be used as
775
- # page_token for the following request. An empty value means no more result.
775
+ # The token for the next page of the response. To see more results, use this
776
+ # value as the page_token for your next request. If this value is empty, there
777
+ # are no more results.
776
778
  # Corresponds to the JSON property `nextPageToken`
777
779
  # @return [String]
778
780
  attr_accessor :next_page_token
@@ -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.22.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230201"
25
+ REVISION = "20230308"
26
26
  end
27
27
  end
28
28
  end
@@ -293,11 +293,11 @@ module Google
293
293
  # @param [String] parent
294
294
  # Required. The parent resource's name.
295
295
  # @param [String] filter
296
- # An expression that filters the results listed in the response.
296
+ # An expression that filters the list of results.
297
297
  # @param [String] order_by
298
298
  # Sort the results by a certain order.
299
299
  # @param [Fixnum] page_size
300
- # The maximum number of results per page that should be returned.
300
+ # The maximum number of results per page to return.
301
301
  # @param [String] page_token
302
302
  # The page token.
303
303
  # @param [String] fields
@@ -595,7 +595,7 @@ module Google
595
595
  # request ID so that if you must retry your request, the server will know to
596
596
  # ignore the request if it has already been completed. The server will guarantee
597
597
  # that for at least 60 minutes since the first request. For example, consider a
598
- # situation where you make an initial request and t he request times out. If you
598
+ # situation where you make an initial request and the request times out. If you
599
599
  # make the request again with the same request ID, the server can check if
600
600
  # original operation with the same request ID was received, and if so, will
601
601
  # ignore the second request. This prevents clients from accidentally creating
@@ -640,7 +640,7 @@ module Google
640
640
  # request ID so that if you must retry your request, the server will know to
641
641
  # ignore the request if it has already been completed. The server will guarantee
642
642
  # that for at least 60 minutes after the first request. For example, consider a
643
- # situation where you make an initial request and t he request times out. If you
643
+ # situation where you make an initial request and the request times out. If you
644
644
  # make the request again with the same request ID, the server can check if
645
645
  # original operation with the same request ID was received, and if so, will
646
646
  # ignore the second request. This prevents clients from accidentally creating
@@ -757,7 +757,7 @@ module Google
757
757
  # request ID so that if you must retry your request, the server will know to
758
758
  # ignore the request if it has already been completed. The server will guarantee
759
759
  # that for at least 60 minutes since the first request. For example, consider a
760
- # situation where you make an initial request and t he request times out. If you
760
+ # situation where you make an initial request and the request times out. If you
761
761
  # make the request again with the same request ID, the server can check if
762
762
  # original operation with the same request ID was received, and if so, will
763
763
  # ignore the second request. This prevents clients from accidentally creating
@@ -905,13 +905,7 @@ module Google
905
905
  end
906
906
 
907
907
  # Lists operations that match the specified filter in the request. If the server
908
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
909
- # binding allows API services to override the binding to use different resource
910
- # name schemes, such as `users/*/operations`. To override the binding, API
911
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
912
- # service configuration. For backwards compatibility, the default name includes
913
- # the operations collection id, however overriding users must ensure the name
914
- # binding is the parent resource, without the operations collection id.
908
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
915
909
  # @param [String] name
916
910
  # The name of the operation's parent resource.
917
911
  # @param [String] filter
@@ -1485,11 +1479,11 @@ module Google
1485
1479
  # @param [String] parent
1486
1480
  # Required. The parent resource.
1487
1481
  # @param [String] filter
1488
- # An expression that filters the results listed in the response.
1482
+ # An expression that filters the list of results.
1489
1483
  # @param [String] order_by
1490
1484
  # Sort the results by a certain order.
1491
1485
  # @param [Fixnum] page_size
1492
- # The maximum number of results per page that should be returned.
1486
+ # The maximum number of results to return per page.
1493
1487
  # @param [String] page_token
1494
1488
  # The page token.
1495
1489
  # @param [String] fields
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkconnectivity_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.24.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-12 00:00:00.000000000 Z
11
+ date: 2023-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.24.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1
63
63
  post_install_message:
64
64
  rdoc_options: []