google-apis-chat_v1 0.65.0 → 0.66.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: 2c65a81dab6ac075cef33aaf03a2642d95ffc774f7e8ff9277de309f9abcfc22
4
- data.tar.gz: 54d6ae2576c77c768aced97592262e42212265fb1de025c795f23754eccb98e6
3
+ metadata.gz: 4c6db8d186394fcb2d11c5bfb7aa1fc1c725a8e6aeca2cc3265b2a21d3b60a53
4
+ data.tar.gz: b0c28dde1b39f8ebe03c411130fed0fa1f6b37e47acefb350723e15585d08d57
5
5
  SHA512:
6
- metadata.gz: 63388e05529dc3e365028e1ab0b725eea9a9663d7ac70c9c0ca22864e15cf15cf9a163084e10376b2f2ff00fdf363d7e1e67011274ce88ed5e01b900809abcb6
7
- data.tar.gz: eb707a4877edd21f2fc4ab8975c379cae0497c7530b1f548cda4f784c0da0e032407ef21a952a81307e03ccb47dc8615293fbe23bd8e6c6c84d3b55087e07495
6
+ metadata.gz: c0fbb61921ee643baa36af2b347f2b2f459a3d2ec3241f8fef1a02e2a04c7e508e48ff7c08be4f02e5d4787ab31beca59a38384827b471039f1874da883a91fd
7
+ data.tar.gz: 73c28afdde537c597723b3b128f8b8c05e779050e5a91fa7e53c16b84a7e08db2a65d6a7f79619f73b94f45d6d22f514aef55e4594c81d39706cb83fbf5faed7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.66.0 (2023-07-23)
4
+
5
+ * Regenerated from discovery document revision 20230718
6
+
3
7
  ### v0.65.0 (2023-07-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20230711
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ChatV1
18
18
  # Version of the google-apis-chat_v1 gem
19
- GEM_VERSION = "0.65.0"
19
+ GEM_VERSION = "0.66.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 = "20230711"
25
+ REVISION = "20230718"
26
26
  end
27
27
  end
28
28
  end
@@ -631,14 +631,15 @@ module Google
631
631
  # role = "ROLE_MEMBER" ``` Invalid queries are rejected by the server with an `
632
632
  # INVALID_ARGUMENT` error.
633
633
  # @param [Fixnum] page_size
634
- # The maximum number of memberships to return. The service might return fewer
635
- # than this value. If unspecified, at most 100 memberships are returned. The
636
- # maximum value is 1,000. If you use a value more than 1,000, it's automatically
637
- # changed to 1,000. Negative values return an `INVALID_ARGUMENT` error.
634
+ # Optional. The maximum number of memberships to return. The service might
635
+ # return fewer than this value. If unspecified, at most 100 memberships are
636
+ # returned. The maximum value is 1,000. If you use a value more than 1,000, it's
637
+ # automatically changed to 1,000. Negative values return an `INVALID_ARGUMENT`
638
+ # error.
638
639
  # @param [String] page_token
639
- # A page token, received from a previous call to list memberships. Provide this
640
- # parameter to retrieve the subsequent page. When paginating, all other
641
- # parameters provided should match the call that provided the page token.
640
+ # Optional. A page token, received from a previous call to list memberships.
641
+ # Provide this parameter to retrieve the subsequent page. When paginating, all
642
+ # other parameters provided should match the call that provided the page token.
642
643
  # Passing different values to the other parameters might lead to unexpected
643
644
  # results.
644
645
  # @param [Boolean] show_invited
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-chat_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.65.0
4
+ version: 0.66.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-07-16 00:00:00.000000000 Z
11
+ date: 2023-07-23 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-chat_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.65.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.66.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chat_v1
63
63
  post_install_message:
64
64
  rdoc_options: []