google-apis-chat_v1 0.31.0 → 0.34.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: 89fee3a044a69bf90ae6f5a4054a271305f870e10d4c95284afc464f4592de07
4
- data.tar.gz: f1c7f57285b867ef847a45955f66665f5def9b9449a7a853b9c8cef425d38f69
3
+ metadata.gz: a0ba8affbf41651cf455b6b567872ebb8cd5c545956845f9f492c9a4102ef9f6
4
+ data.tar.gz: b30361522e9372842d67b59df1b20dd106895723e87a5fecd307e35f7c7ef9ed
5
5
  SHA512:
6
- metadata.gz: d394433ccdcd4e58edb32b19d732b405cbefe76e42b9d9f108c4d2d40c37672f1d2e4330206a9206a1e2287664156a96c3d3d1006360511a2bf54c05c4fffbec
7
- data.tar.gz: fbe7edb4c1527077f32454db977c6d30733341ea63e282d1247db69e7cf26658b8a1afb3aa2371696321bb554829b807a2408d482d2a808bf5fc639ef1a1b5d4
6
+ metadata.gz: 8325162728eec4eb27cb6840715d16c2b13a2b932427295c6a7bb6ce5b525bf55a5ec03a0dd0571e14759d72583f3dde91eb493ee8bd51397ff68d001bb591ed
7
+ data.tar.gz: 3529b1be8092d00a5749b9c6744b46ab640b1874525967538c4e7bd5182d741808250c9039d422047f530f723a2464c1c3fcdefed0c11a5bd7ea0b5c6d0bc1ae
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.34.0 (2022-05-25)
4
+
5
+ * Regenerated from discovery document revision 20220520
6
+
7
+ ### v0.33.0 (2022-05-18)
8
+
9
+ * Regenerated from discovery document revision 20220511
10
+
11
+ ### v0.32.0 (2022-05-13)
12
+
13
+ * Regenerated from discovery document revision 20220506
14
+
3
15
  ### v0.31.0 (2022-04-22)
4
16
 
5
17
  * Regenerated from discovery document revision 20220415
@@ -380,7 +380,7 @@ module Google
380
380
  class ChatAppLogEntry
381
381
  include Google::Apis::Core::Hashable
382
382
 
383
- # The deployment that caused the error. For Chat bots built in Apps Script, this
383
+ # The deployment that caused the error. For Chat apps built in Apps Script, this
384
384
  # is the deployment ID defined by Apps Script.
385
385
  # Corresponds to the JSON property `deployment`
386
386
  # @return [String]
@@ -2362,9 +2362,9 @@ module Google
2362
2362
  end
2363
2363
  end
2364
2364
 
2365
- # A matched url in a Chat message. Chat apps can unfurl matched URLs. For more
2366
- # information, refer to [Unfurl links](https://developers.google.com/chat/how-
2367
- # tos/link-unfurling).
2365
+ # A matched url in a Chat message. Chat apps can preview matched URLs. For more
2366
+ # information, refer to [Preview links](https://developers.google.com/chat/how-
2367
+ # tos/preview-links).
2368
2368
  class MatchedUrl
2369
2369
  include Google::Apis::Core::Hashable
2370
2370
 
@@ -2402,12 +2402,13 @@ module Google
2402
2402
  end
2403
2403
  end
2404
2404
 
2405
- # Represents a membership relation in Google Chat.
2405
+ # Represents a membership relation in Google Chat, such as whether a user or
2406
+ # Chat app is invited to, part of, or absent from a space.
2406
2407
  class Membership
2407
2408
  include Google::Apis::Core::Hashable
2408
2409
 
2409
- # Output only. The creation time of the membership a.k.a. the time at which the
2410
- # member joined the space, if applicable.
2410
+ # Output only. The creation time of the membership, such as when a member joined
2411
+ # or was invited to join a space.
2411
2412
  # Corresponds to the JSON property `createTime`
2412
2413
  # @return [String]
2413
2414
  attr_accessor :create_time
@@ -2417,7 +2418,7 @@ module Google
2417
2418
  # @return [Google::Apis::ChatV1::User]
2418
2419
  attr_accessor :member
2419
2420
 
2420
- #
2421
+ # Resource name of the membership. Format: spaces/`space`/members/`member`
2421
2422
  # Corresponds to the JSON property `name`
2422
2423
  # @return [String]
2423
2424
  attr_accessor :name
@@ -2482,16 +2483,15 @@ module Google
2482
2483
  # @return [String]
2483
2484
  attr_accessor :fallback_text
2484
2485
 
2485
- # Output only. The time at which the message was last updated in Google Chat
2486
- # server. If the message was never updated, this field will be same as
2487
- # create_time.
2486
+ # Output only. The time at which the message was last updated. If the message
2487
+ # was never updated, this field matches `create_time`.
2488
2488
  # Corresponds to the JSON property `lastUpdateTime`
2489
2489
  # @return [String]
2490
2490
  attr_accessor :last_update_time
2491
2491
 
2492
- # A matched url in a Chat message. Chat apps can unfurl matched URLs. For more
2493
- # information, refer to [Unfurl links](https://developers.google.com/chat/how-
2494
- # tos/link-unfurling).
2492
+ # A matched url in a Chat message. Chat apps can preview matched URLs. For more
2493
+ # information, refer to [Preview links](https://developers.google.com/chat/how-
2494
+ # tos/preview-links).
2495
2495
  # Corresponds to the JSON property `matchedUrl`
2496
2496
  # @return [Google::Apis::ChatV1::MatchedUrl]
2497
2497
  attr_accessor :matched_url
@@ -2701,8 +2701,7 @@ module Google
2701
2701
  # @return [String]
2702
2702
  attr_accessor :display_name
2703
2703
 
2704
- # Resource name of the space, in the form "spaces/*". Example: spaces/
2705
- # AAAAAAAAAAAA
2704
+ # Resource name of the space. Format: spaces/`space`
2706
2705
  # Corresponds to the JSON property `name`
2707
2706
  # @return [String]
2708
2707
  attr_accessor :name
@@ -2713,14 +2712,14 @@ module Google
2713
2712
  attr_accessor :single_user_bot_dm
2714
2713
  alias_method :single_user_bot_dm?, :single_user_bot_dm
2715
2714
 
2716
- # Output only. Output only. Whether the messages are threaded in this space.
2715
+ # Output only. Whether messages are threaded in this space.
2717
2716
  # Corresponds to the JSON property `threaded`
2718
2717
  # @return [Boolean]
2719
2718
  attr_accessor :threaded
2720
2719
  alias_method :threaded?, :threaded
2721
2720
 
2722
- # Output only. Deprecated: Use `single_user_bot_dm` instead. Output only. The
2723
- # type of a space.
2721
+ # Output only. Deprecated: Use `single_user_bot_dm` or `space_type` (developer
2722
+ # preview) instead. The type of a space.
2724
2723
  # Corresponds to the JSON property `type`
2725
2724
  # @return [String]
2726
2725
  attr_accessor :type
@@ -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.31.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220415"
25
+ REVISION = "20220520"
26
26
  end
27
27
  end
28
28
  end
@@ -23,8 +23,7 @@ module Google
23
23
  # Google Chat API
24
24
  #
25
25
  # Enables apps to fetch information and perform actions in Google Chat.
26
- # Authentication using a service account is a prerequisite for using the Google
27
- # Chat REST API.
26
+ # Authentication is a prerequisite for using the Google Chat REST API.
28
27
  #
29
28
  # @example
30
29
  # require 'google/apis/chat_v1'
@@ -362,8 +361,8 @@ module Google
362
361
  # Returns a space. Requires [service account authentication](https://developers.
363
362
  # google.com/chat/api/guides/auth/service-accounts).
364
363
  # @param [String] name
365
- # Required. Resource name of the space, in the form "spaces/*". Example: spaces/
366
- # AAAAAAAAAAAA
364
+ # Required. Resource name of the space, in the form "spaces/*". Format: spaces/`
365
+ # space`
367
366
  # @param [String] fields
368
367
  # Selector specifying which fields to include in a partial response.
369
368
  # @param [String] quota_user
@@ -475,8 +474,8 @@ module Google
475
474
  # Returns a membership. Requires [service account authentication](https://
476
475
  # developers.google.com/chat/api/guides/auth/service-accounts).
477
476
  # @param [String] name
478
- # Required. Resource name of the membership to be retrieved, in the form "spaces/
479
- # */members/*". Example: spaces/AAAAAAAAAAAA/members/111111111111111111111
477
+ # Required. Resource name of the membership to retrieve. Format: spaces/`space`/
478
+ # members/`member`
480
479
  # @param [String] fields
481
480
  # Selector specifying which fields to include in a partial response.
482
481
  # @param [String] quota_user
@@ -507,8 +506,8 @@ module Google
507
506
  # Lists human memberships in a space. Requires [service account authentication](
508
507
  # https://developers.google.com/chat/api/guides/auth/service-accounts).
509
508
  # @param [String] parent
510
- # Required. The resource name of the space for which membership list is to be
511
- # fetched, in the form "spaces/*". Example: spaces/AAAAAAAAAAAA
509
+ # Required. The resource name of the space for which to fetch a membership list.
510
+ # Format: spaces/`space`
512
511
  # @param [Fixnum] page_size
513
512
  # Requested page size. The value is capped at 1000. Server may return fewer
514
513
  # results than requested. If unspecified, server will default to 100.
@@ -22,8 +22,7 @@ module Google
22
22
  # Google Chat API
23
23
  #
24
24
  # Enables apps to fetch information and perform actions in Google Chat.
25
- # Authentication using a service account is a prerequisite for using the Google
26
- # Chat REST API.
25
+ # Authentication is a prerequisite for using the Google Chat REST API.
27
26
  #
28
27
  # @see https://developers.google.com/hangouts/chat
29
28
  module ChatV1
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.31.0
4
+ version: 0.34.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: 2022-04-25 00:00:00.000000000 Z
11
+ date: 2022-05-30 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.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.34.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Chat API V1