google-apis-chat_v1 0.29.0 → 0.30.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: 0aa1630e3e59bf9fc8b75ec7cd2c26a469c7efea3ef9619f74fc9ceab0c56c5e
4
- data.tar.gz: 3acc0e64a841735c89669762940588683ecde00f16dd98ce62aa8a33855e39ba
3
+ metadata.gz: 06a54325626a566ef1e388e95eddc54667dad22eb1584f9cd9e4f6e4af4613f7
4
+ data.tar.gz: 8b81083b511abe3e7a18c87d789dc2aa50aad10e69874b8b4eac1bf6fac958d3
5
5
  SHA512:
6
- metadata.gz: 615fdee53c4f3388c8850861ee30e4306a73ac1b9887290db2cf23394e102a78cbf6119004d8fa2293f10a793c0780584ccdc43ca08e57341dad7b675149a8b9
7
- data.tar.gz: f9b6b1652a30a2bbede1a87938ec94d6db46783425864310ea2699fe783d883bec71f047e02219e8c2aaea715bf70d8a747c8b3fca8706f923e0ca45a64c4a68
6
+ metadata.gz: 22c6c0dcaca3e90317512a411462ff2e75460fb85abc581035cbf1d33a11099ee470f893835ce2f876a4f64bae16ce2f16c1ece1a94f026558cae1343077c129
7
+ data.tar.gz: e9c22fc87699b17feee7b68d9cb75e35e7e5d744a72fc24ccc3992cdbdc41b98022e160570c0b1a766891ef0bd3b2d9b2a00ec073d6bafc227b8bc4bcc08d3f9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chat_v1
2
2
 
3
+ ### v0.30.0 (2022-04-08)
4
+
5
+ * Regenerated from discovery document revision 20220405
6
+
3
7
  ### v0.29.0 (2022-04-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20220326
@@ -60,12 +60,13 @@ module Google
60
60
  # @return [Google::Apis::ChatV1::DialogAction]
61
61
  attr_accessor :dialog_action
62
62
 
63
- # The type of Chat app response.
63
+ # Input only. The type of Chat app response.
64
64
  # Corresponds to the JSON property `type`
65
65
  # @return [String]
66
66
  attr_accessor :type
67
67
 
68
- # URL for users to auth or config. (Only for REQUEST_CONFIG response types.)
68
+ # Input only. URL for users to auth or config. (Only for REQUEST_CONFIG response
69
+ # types.)
69
70
  # Corresponds to the JSON property `url`
70
71
  # @return [String]
71
72
  attr_accessor :url
@@ -82,7 +83,8 @@ module Google
82
83
  end
83
84
  end
84
85
 
85
- # Represents the status of a request.
86
+ # Represents the status for a request to either invoke or submit a [dialog](
87
+ # https://developers.google.com/chat/how-tos/dialogs).
86
88
  class ActionStatus
87
89
  include Google::Apis::Core::Hashable
88
90
 
@@ -644,10 +646,13 @@ module Google
644
646
  # @return [String]
645
647
  attr_accessor :thread_key
646
648
 
647
- # A secret value that Chat apps can use to verify if a request is from Google.
648
- # The token is randomly generated by Google, remains static, and can be obtained
649
- # from the Google Chat API configuration page in the Cloud Console. Developers
650
- # can revoke/regenerate it if needed from the same page.
649
+ # A secret value that legacy Chat apps can use to verify if a request is from
650
+ # Google. Google randomly generates the token, and its value remains static. You
651
+ # can obtain, revoke, or regenerate the token from the [Chat API configuration
652
+ # page](https://console.cloud.google.com/apis/api/chat.googleapis.com/hangouts-
653
+ # chat) in the Google Cloud Console. Modern Chat apps don't use this field. It
654
+ # is absent from API responses and the [Chat API configuration page](https://
655
+ # console.cloud.google.com/apis/api/chat.googleapis.com/hangouts-chat).
651
656
  # Corresponds to the JSON property `token`
652
657
  # @return [String]
653
658
  attr_accessor :token
@@ -724,7 +729,8 @@ module Google
724
729
  class DialogAction
725
730
  include Google::Apis::Core::Hashable
726
731
 
727
- # Represents the status of a request.
732
+ # Represents the status for a request to either invoke or submit a [dialog](
733
+ # https://developers.google.com/chat/how-tos/dialogs).
728
734
  # Corresponds to the JSON property `actionStatus`
729
735
  # @return [Google::Apis::ChatV1::ActionStatus]
730
736
  attr_accessor :action_status
@@ -2357,11 +2363,12 @@ module Google
2357
2363
  end
2358
2364
 
2359
2365
  # A matched url in a Chat message. Chat apps can unfurl matched URLs. For more
2360
- # information, refer to [Unfurl links](/chat/how-tos/link-unfurling).
2366
+ # information, refer to [Unfurl links](https://developers.google.com/chat/how-
2367
+ # tos/link-unfurling).
2361
2368
  class MatchedUrl
2362
2369
  include Google::Apis::Core::Hashable
2363
2370
 
2364
- # The url that was matched.
2371
+ # Output only. The url that was matched.
2365
2372
  # Corresponds to the JSON property `url`
2366
2373
  # @return [String]
2367
2374
  attr_accessor :url
@@ -2483,7 +2490,8 @@ module Google
2483
2490
  attr_accessor :last_update_time
2484
2491
 
2485
2492
  # A matched url in a Chat message. Chat apps can unfurl matched URLs. For more
2486
- # information, refer to [Unfurl links](/chat/how-tos/link-unfurling).
2493
+ # information, refer to [Unfurl links](https://developers.google.com/chat/how-
2494
+ # tos/link-unfurling).
2487
2495
  # Corresponds to the JSON property `matchedUrl`
2488
2496
  # @return [Google::Apis::ChatV1::MatchedUrl]
2489
2497
  attr_accessor :matched_url
@@ -2705,13 +2713,14 @@ module Google
2705
2713
  attr_accessor :single_user_bot_dm
2706
2714
  alias_method :single_user_bot_dm?, :single_user_bot_dm
2707
2715
 
2708
- # Output only. Whether the messages are threaded in this space.
2716
+ # Output only. Output only. Whether the messages are threaded in this space.
2709
2717
  # Corresponds to the JSON property `threaded`
2710
2718
  # @return [Boolean]
2711
2719
  attr_accessor :threaded
2712
2720
  alias_method :threaded?, :threaded
2713
2721
 
2714
- # Deprecated. Use `single_user_bot_dm` instead. Output only. The type of a space.
2722
+ # Output only. Deprecated: Use `single_user_bot_dm` instead. Output only. The
2723
+ # type of a space.
2715
2724
  # Corresponds to the JSON property `type`
2716
2725
  # @return [String]
2717
2726
  attr_accessor :type
@@ -2911,7 +2920,7 @@ module Google
2911
2920
  class User
2912
2921
  include Google::Apis::Core::Hashable
2913
2922
 
2914
- # The user's display name.
2923
+ # Output only. The user's display name.
2915
2924
  # Corresponds to the JSON property `displayName`
2916
2925
  # @return [String]
2917
2926
  attr_accessor :display_name
@@ -2921,7 +2930,7 @@ module Google
2921
2930
  # @return [String]
2922
2931
  attr_accessor :domain_id
2923
2932
 
2924
- # When `true`, the user is deleted or their profile is not visible.
2933
+ # Output only. When `true`, the user is deleted or their profile is not visible.
2925
2934
  # Corresponds to the JSON property `isAnonymous`
2926
2935
  # @return [Boolean]
2927
2936
  attr_accessor :is_anonymous
@@ -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.29.0"
19
+ GEM_VERSION = "0.30.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 = "20220326"
25
+ REVISION = "20220405"
26
26
  end
27
27
  end
28
28
  end
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.29.0
4
+ version: 0.30.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-04 00:00:00.000000000 Z
11
+ date: 2022-04-11 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.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chat_v1/v0.30.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: []