google-apis-networkconnectivity_v1 0.23.0 → 0.24.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: bbfb84b7b03f9b723317a690f3f6372cff882ad51fadfe7f9e6f92cf722aa3b2
4
- data.tar.gz: 50cf778812c581f02b9e731ce1df933ca35b221c6eaf083083f8191f0553d935
3
+ metadata.gz: c31b8ae0986ecfaff84ebacc0a98d265b46aeb9406bf7b4b9a0bc39dabd1f3d6
4
+ data.tar.gz: f29f0b42bfc0e093d74e3fa89e647041abf508af454caa5360f4caf1aed7386d
5
5
  SHA512:
6
- metadata.gz: aa278970b02e745343dce1f15b476ef577df9315619b7414a17663de8af8af526eb47bb917b87292535f9177a1ee8d03517544d0fba868f3f63969527c4c0498
7
- data.tar.gz: ee0b410a38639a66edb12aa93deb4f6431ff89f4d42ef91de8f418db507d3af5786d71559fcd547119572cba2e72d707e009b5007f6256a23b96438b9cb2ab8e
6
+ metadata.gz: f6b98a2f562a73a6522aad0611924b84437b24b59f7ac964472b4f5014f3a0fe0b53a4668693cdda547adfeb4d4a6c3fcdcd79370a7e01e63abe06088dbb97e8
7
+ data.tar.gz: fadcecbc3a6a2f59f55f0577acd5f059aff8765d80177a4fbaccc58fe1934fc925ff5846e3156e029bc969d5e7c7daeb1a6c916e993d591c653817440c64ca15
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.23.0 (2023-02-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20230208
@@ -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.23.0"
19
+ GEM_VERSION = "0.24.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
@@ -293,7 +293,7 @@ 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
@@ -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,7 +1479,7 @@ 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
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.23.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-19 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
@@ -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.23.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: []