google-apps-chat-v1 0.a → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +12 -0
  3. data/AUTHENTICATION.md +122 -0
  4. data/README.md +144 -8
  5. data/lib/google/apps/chat/v1/chat_service/client.rb +3663 -0
  6. data/lib/google/apps/chat/v1/chat_service/credentials.rb +63 -0
  7. data/lib/google/apps/chat/v1/chat_service/paths.rb +191 -0
  8. data/lib/google/apps/chat/v1/chat_service/rest/client.rb +3487 -0
  9. data/lib/google/apps/chat/v1/chat_service/rest/service_stub.rb +1614 -0
  10. data/lib/google/apps/chat/v1/chat_service/rest.rb +53 -0
  11. data/lib/google/apps/chat/v1/chat_service.rb +56 -0
  12. data/lib/google/apps/chat/v1/rest.rb +37 -0
  13. data/lib/google/apps/chat/v1/version.rb +7 -2
  14. data/lib/google/apps/chat/v1.rb +45 -0
  15. data/lib/google/chat/v1/action_status_pb.rb +44 -0
  16. data/lib/google/chat/v1/annotation_pb.rb +55 -0
  17. data/lib/google/chat/v1/attachment_pb.rb +51 -0
  18. data/lib/google/chat/v1/chat_service_pb.rb +53 -0
  19. data/lib/google/chat/v1/chat_service_services_pb.rb +359 -0
  20. data/lib/google/chat/v1/contextual_addon_pb.rb +50 -0
  21. data/lib/google/chat/v1/deletion_metadata_pb.rb +43 -0
  22. data/lib/google/chat/v1/group_pb.rb +42 -0
  23. data/lib/google/chat/v1/history_state_pb.rb +42 -0
  24. data/lib/google/chat/v1/matched_url_pb.rb +44 -0
  25. data/lib/google/chat/v1/membership_pb.rb +61 -0
  26. data/lib/google/chat/v1/message_pb.rb +89 -0
  27. data/lib/google/chat/v1/reaction_pb.rb +54 -0
  28. data/lib/google/chat/v1/slash_command_pb.rb +42 -0
  29. data/lib/google/chat/v1/space_pb.rb +63 -0
  30. data/lib/google/chat/v1/space_read_state_pb.rb +51 -0
  31. data/lib/google/chat/v1/space_setup_pb.rb +48 -0
  32. data/lib/google/chat/v1/thread_read_state_pb.rb +48 -0
  33. data/lib/google/chat/v1/user_pb.rb +46 -0
  34. data/lib/google/chat/v1/widgets_pb.rb +53 -0
  35. data/lib/google-apps-chat-v1.rb +21 -0
  36. data/proto_docs/README.md +4 -0
  37. data/proto_docs/google/api/client.rb +399 -0
  38. data/proto_docs/google/api/field_behavior.rb +85 -0
  39. data/proto_docs/google/api/launch_stage.rb +71 -0
  40. data/proto_docs/google/api/resource.rb +222 -0
  41. data/proto_docs/google/apps/card/v1/card.rb +2076 -0
  42. data/proto_docs/google/chat/v1/action_status.rb +40 -0
  43. data/proto_docs/google/chat/v1/annotation.rb +186 -0
  44. data/proto_docs/google/chat/v1/attachment.rb +131 -0
  45. data/proto_docs/google/chat/v1/contextual_addon.rb +120 -0
  46. data/proto_docs/google/chat/v1/deletion_metadata.rb +60 -0
  47. data/proto_docs/google/chat/v1/group.rb +41 -0
  48. data/proto_docs/google/chat/v1/history_state.rb +42 -0
  49. data/proto_docs/google/chat/v1/matched_url.rb +37 -0
  50. data/proto_docs/google/chat/v1/membership.rb +294 -0
  51. data/proto_docs/google/chat/v1/message.rb +657 -0
  52. data/proto_docs/google/chat/v1/reaction.rb +185 -0
  53. data/proto_docs/google/chat/v1/slash_command.rb +37 -0
  54. data/proto_docs/google/chat/v1/space.rb +382 -0
  55. data/proto_docs/google/chat/v1/space_read_state.rb +104 -0
  56. data/proto_docs/google/chat/v1/space_setup.rb +92 -0
  57. data/proto_docs/google/chat/v1/thread_read_state.rb +66 -0
  58. data/proto_docs/google/chat/v1/user.rb +84 -0
  59. data/proto_docs/google/chat/v1/widgets.rb +293 -0
  60. data/proto_docs/google/protobuf/duration.rb +98 -0
  61. data/proto_docs/google/protobuf/empty.rb +34 -0
  62. data/proto_docs/google/protobuf/field_mask.rb +229 -0
  63. data/proto_docs/google/protobuf/timestamp.rb +127 -0
  64. data/proto_docs/google/protobuf/wrappers.rb +121 -0
  65. data/proto_docs/google/rpc/code.rb +185 -0
  66. data/proto_docs/google/type/color.rb +173 -0
  67. metadata +128 -10
@@ -0,0 +1,185 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2024 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+
20
+ module Google
21
+ module Rpc
22
+ # The canonical error codes for gRPC APIs.
23
+ #
24
+ #
25
+ # Sometimes multiple error codes may apply. Services should return
26
+ # the most specific error code that applies. For example, prefer
27
+ # `OUT_OF_RANGE` over `FAILED_PRECONDITION` if both codes apply.
28
+ # Similarly prefer `NOT_FOUND` or `ALREADY_EXISTS` over `FAILED_PRECONDITION`.
29
+ module Code
30
+ # Not an error; returned on success.
31
+ #
32
+ # HTTP Mapping: 200 OK
33
+ OK = 0
34
+
35
+ # The operation was cancelled, typically by the caller.
36
+ #
37
+ # HTTP Mapping: 499 Client Closed Request
38
+ CANCELLED = 1
39
+
40
+ # Unknown error. For example, this error may be returned when
41
+ # a `Status` value received from another address space belongs to
42
+ # an error space that is not known in this address space. Also
43
+ # errors raised by APIs that do not return enough error information
44
+ # may be converted to this error.
45
+ #
46
+ # HTTP Mapping: 500 Internal Server Error
47
+ UNKNOWN = 2
48
+
49
+ # The client specified an invalid argument. Note that this differs
50
+ # from `FAILED_PRECONDITION`. `INVALID_ARGUMENT` indicates arguments
51
+ # that are problematic regardless of the state of the system
52
+ # (e.g., a malformed file name).
53
+ #
54
+ # HTTP Mapping: 400 Bad Request
55
+ INVALID_ARGUMENT = 3
56
+
57
+ # The deadline expired before the operation could complete. For operations
58
+ # that change the state of the system, this error may be returned
59
+ # even if the operation has completed successfully. For example, a
60
+ # successful response from a server could have been delayed long
61
+ # enough for the deadline to expire.
62
+ #
63
+ # HTTP Mapping: 504 Gateway Timeout
64
+ DEADLINE_EXCEEDED = 4
65
+
66
+ # Some requested entity (e.g., file or directory) was not found.
67
+ #
68
+ # Note to server developers: if a request is denied for an entire class
69
+ # of users, such as gradual feature rollout or undocumented allowlist,
70
+ # `NOT_FOUND` may be used. If a request is denied for some users within
71
+ # a class of users, such as user-based access control, `PERMISSION_DENIED`
72
+ # must be used.
73
+ #
74
+ # HTTP Mapping: 404 Not Found
75
+ NOT_FOUND = 5
76
+
77
+ # The entity that a client attempted to create (e.g., file or directory)
78
+ # already exists.
79
+ #
80
+ # HTTP Mapping: 409 Conflict
81
+ ALREADY_EXISTS = 6
82
+
83
+ # The caller does not have permission to execute the specified
84
+ # operation. `PERMISSION_DENIED` must not be used for rejections
85
+ # caused by exhausting some resource (use `RESOURCE_EXHAUSTED`
86
+ # instead for those errors). `PERMISSION_DENIED` must not be
87
+ # used if the caller can not be identified (use `UNAUTHENTICATED`
88
+ # instead for those errors). This error code does not imply the
89
+ # request is valid or the requested entity exists or satisfies
90
+ # other pre-conditions.
91
+ #
92
+ # HTTP Mapping: 403 Forbidden
93
+ PERMISSION_DENIED = 7
94
+
95
+ # The request does not have valid authentication credentials for the
96
+ # operation.
97
+ #
98
+ # HTTP Mapping: 401 Unauthorized
99
+ UNAUTHENTICATED = 16
100
+
101
+ # Some resource has been exhausted, perhaps a per-user quota, or
102
+ # perhaps the entire file system is out of space.
103
+ #
104
+ # HTTP Mapping: 429 Too Many Requests
105
+ RESOURCE_EXHAUSTED = 8
106
+
107
+ # The operation was rejected because the system is not in a state
108
+ # required for the operation's execution. For example, the directory
109
+ # to be deleted is non-empty, an rmdir operation is applied to
110
+ # a non-directory, etc.
111
+ #
112
+ # Service implementors can use the following guidelines to decide
113
+ # between `FAILED_PRECONDITION`, `ABORTED`, and `UNAVAILABLE`:
114
+ # (a) Use `UNAVAILABLE` if the client can retry just the failing call.
115
+ # (b) Use `ABORTED` if the client should retry at a higher level. For
116
+ # example, when a client-specified test-and-set fails, indicating the
117
+ # client should restart a read-modify-write sequence.
118
+ # (c) Use `FAILED_PRECONDITION` if the client should not retry until
119
+ # the system state has been explicitly fixed. For example, if an "rmdir"
120
+ # fails because the directory is non-empty, `FAILED_PRECONDITION`
121
+ # should be returned since the client should not retry unless
122
+ # the files are deleted from the directory.
123
+ #
124
+ # HTTP Mapping: 400 Bad Request
125
+ FAILED_PRECONDITION = 9
126
+
127
+ # The operation was aborted, typically due to a concurrency issue such as
128
+ # a sequencer check failure or transaction abort.
129
+ #
130
+ # See the guidelines above for deciding between `FAILED_PRECONDITION`,
131
+ # `ABORTED`, and `UNAVAILABLE`.
132
+ #
133
+ # HTTP Mapping: 409 Conflict
134
+ ABORTED = 10
135
+
136
+ # The operation was attempted past the valid range. E.g., seeking or
137
+ # reading past end-of-file.
138
+ #
139
+ # Unlike `INVALID_ARGUMENT`, this error indicates a problem that may
140
+ # be fixed if the system state changes. For example, a 32-bit file
141
+ # system will generate `INVALID_ARGUMENT` if asked to read at an
142
+ # offset that is not in the range [0,2^32-1], but it will generate
143
+ # `OUT_OF_RANGE` if asked to read from an offset past the current
144
+ # file size.
145
+ #
146
+ # There is a fair bit of overlap between `FAILED_PRECONDITION` and
147
+ # `OUT_OF_RANGE`. We recommend using `OUT_OF_RANGE` (the more specific
148
+ # error) when it applies so that callers who are iterating through
149
+ # a space can easily look for an `OUT_OF_RANGE` error to detect when
150
+ # they are done.
151
+ #
152
+ # HTTP Mapping: 400 Bad Request
153
+ OUT_OF_RANGE = 11
154
+
155
+ # The operation is not implemented or is not supported/enabled in this
156
+ # service.
157
+ #
158
+ # HTTP Mapping: 501 Not Implemented
159
+ UNIMPLEMENTED = 12
160
+
161
+ # Internal errors. This means that some invariants expected by the
162
+ # underlying system have been broken. This error code is reserved
163
+ # for serious errors.
164
+ #
165
+ # HTTP Mapping: 500 Internal Server Error
166
+ INTERNAL = 13
167
+
168
+ # The service is currently unavailable. This is most likely a
169
+ # transient condition, which can be corrected by retrying with
170
+ # a backoff. Note that it is not always safe to retry
171
+ # non-idempotent operations.
172
+ #
173
+ # See the guidelines above for deciding between `FAILED_PRECONDITION`,
174
+ # `ABORTED`, and `UNAVAILABLE`.
175
+ #
176
+ # HTTP Mapping: 503 Service Unavailable
177
+ UNAVAILABLE = 14
178
+
179
+ # Unrecoverable data loss or corruption.
180
+ #
181
+ # HTTP Mapping: 500 Internal Server Error
182
+ DATA_LOSS = 15
183
+ end
184
+ end
185
+ end
@@ -0,0 +1,173 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2024 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+
20
+ module Google
21
+ module Type
22
+ # Represents a color in the RGBA color space. This representation is designed
23
+ # for simplicity of conversion to/from color representations in various
24
+ # languages over compactness. For example, the fields of this representation
25
+ # can be trivially provided to the constructor of `java.awt.Color` in Java; it
26
+ # can also be trivially provided to UIColor's `+colorWithRed:green:blue:alpha`
27
+ # method in iOS; and, with just a little work, it can be easily formatted into
28
+ # a CSS `rgba()` string in JavaScript.
29
+ #
30
+ # This reference page doesn't carry information about the absolute color
31
+ # space
32
+ # that should be used to interpret the RGB value (e.g. sRGB, Adobe RGB,
33
+ # DCI-P3, BT.2020, etc.). By default, applications should assume the sRGB color
34
+ # space.
35
+ #
36
+ # When color equality needs to be decided, implementations, unless
37
+ # documented otherwise, treat two colors as equal if all their red,
38
+ # green, blue, and alpha values each differ by at most 1e-5.
39
+ #
40
+ # Example (Java):
41
+ #
42
+ # import com.google.type.Color;
43
+ #
44
+ # // ...
45
+ # public static java.awt.Color fromProto(Color protocolor) {
46
+ # float alpha = protocolor.hasAlpha()
47
+ # ? protocolor.getAlpha().getValue()
48
+ # : 1.0;
49
+ #
50
+ # return new java.awt.Color(
51
+ # protocolor.getRed(),
52
+ # protocolor.getGreen(),
53
+ # protocolor.getBlue(),
54
+ # alpha);
55
+ # }
56
+ #
57
+ # public static Color toProto(java.awt.Color color) {
58
+ # float red = (float) color.getRed();
59
+ # float green = (float) color.getGreen();
60
+ # float blue = (float) color.getBlue();
61
+ # float denominator = 255.0;
62
+ # Color.Builder resultBuilder =
63
+ # Color
64
+ # .newBuilder()
65
+ # .setRed(red / denominator)
66
+ # .setGreen(green / denominator)
67
+ # .setBlue(blue / denominator);
68
+ # int alpha = color.getAlpha();
69
+ # if (alpha != 255) {
70
+ # result.setAlpha(
71
+ # FloatValue
72
+ # .newBuilder()
73
+ # .setValue(((float) alpha) / denominator)
74
+ # .build());
75
+ # }
76
+ # return resultBuilder.build();
77
+ # }
78
+ # // ...
79
+ #
80
+ # Example (iOS / Obj-C):
81
+ #
82
+ # // ...
83
+ # static UIColor* fromProto(Color* protocolor) {
84
+ # float red = [protocolor red];
85
+ # float green = [protocolor green];
86
+ # float blue = [protocolor blue];
87
+ # FloatValue* alpha_wrapper = [protocolor alpha];
88
+ # float alpha = 1.0;
89
+ # if (alpha_wrapper != nil) {
90
+ # alpha = [alpha_wrapper value];
91
+ # }
92
+ # return [UIColor colorWithRed:red green:green blue:blue alpha:alpha];
93
+ # }
94
+ #
95
+ # static Color* toProto(UIColor* color) {
96
+ # CGFloat red, green, blue, alpha;
97
+ # if (![color getRed:&red green:&green blue:&blue alpha:&alpha]) {
98
+ # return nil;
99
+ # }
100
+ # Color* result = [[Color alloc] init];
101
+ # [result setRed:red];
102
+ # [result setGreen:green];
103
+ # [result setBlue:blue];
104
+ # if (alpha <= 0.9999) {
105
+ # [result setAlpha:floatWrapperWithValue(alpha)];
106
+ # }
107
+ # [result autorelease];
108
+ # return result;
109
+ # }
110
+ # // ...
111
+ #
112
+ # Example (JavaScript):
113
+ #
114
+ # // ...
115
+ #
116
+ # var protoToCssColor = function(rgb_color) {
117
+ # var redFrac = rgb_color.red || 0.0;
118
+ # var greenFrac = rgb_color.green || 0.0;
119
+ # var blueFrac = rgb_color.blue || 0.0;
120
+ # var red = Math.floor(redFrac * 255);
121
+ # var green = Math.floor(greenFrac * 255);
122
+ # var blue = Math.floor(blueFrac * 255);
123
+ #
124
+ # if (!('alpha' in rgb_color)) {
125
+ # return rgbToCssColor(red, green, blue);
126
+ # }
127
+ #
128
+ # var alphaFrac = rgb_color.alpha.value || 0.0;
129
+ # var rgbParams = [red, green, blue].join(',');
130
+ # return ['rgba(', rgbParams, ',', alphaFrac, ')'].join('');
131
+ # };
132
+ #
133
+ # var rgbToCssColor = function(red, green, blue) {
134
+ # var rgbNumber = new Number((red << 16) | (green << 8) | blue);
135
+ # var hexString = rgbNumber.toString(16);
136
+ # var missingZeros = 6 - hexString.length;
137
+ # var resultBuilder = ['#'];
138
+ # for (var i = 0; i < missingZeros; i++) {
139
+ # resultBuilder.push('0');
140
+ # }
141
+ # resultBuilder.push(hexString);
142
+ # return resultBuilder.join('');
143
+ # };
144
+ #
145
+ # // ...
146
+ # @!attribute [rw] red
147
+ # @return [::Float]
148
+ # The amount of red in the color as a value in the interval [0, 1].
149
+ # @!attribute [rw] green
150
+ # @return [::Float]
151
+ # The amount of green in the color as a value in the interval [0, 1].
152
+ # @!attribute [rw] blue
153
+ # @return [::Float]
154
+ # The amount of blue in the color as a value in the interval [0, 1].
155
+ # @!attribute [rw] alpha
156
+ # @return [::Google::Protobuf::FloatValue]
157
+ # The fraction of this color that should be applied to the pixel. That is,
158
+ # the final pixel color is defined by the equation:
159
+ #
160
+ # `pixel color = alpha * (this color) + (1.0 - alpha) * (background color)`
161
+ #
162
+ # This means that a value of 1.0 corresponds to a solid color, whereas
163
+ # a value of 0.0 corresponds to a completely transparent color. This
164
+ # uses a wrapper message rather than a simple float scalar so that it is
165
+ # possible to distinguish between a default value and the value being unset.
166
+ # If omitted, this color object is rendered as a solid color
167
+ # (as if the alpha value had been explicitly given a value of 1.0).
168
+ class Color
169
+ include ::Google::Protobuf::MessageExts
170
+ extend ::Google::Protobuf::MessageExts::ClassMethods
171
+ end
172
+ end
173
+ end
metadata CHANGED
@@ -1,28 +1,145 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apps-chat-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.a
4
+ version: 0.1.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: 2024-03-05 00:00:00.000000000 Z
12
- dependencies: []
13
- description: Placeholder for the future Google-authored gem google-apps-chat-v1. This
14
- placeholder is being released on 2024-03-05 in order to reserve the name. The final
15
- gem should be available shortly after that date. If it has not been released in
16
- a timely manner, or if this placeholder interferes with your work, you can contact
17
- the Google Ruby team by opening an issue in the GitHub repository https://github.com/googleapis/google-cloud-ruby.
11
+ date: 2024-04-29 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: gapic-common
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: 0.21.1
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
23
+ type: :runtime
24
+ prerelease: false
25
+ version_requirements: !ruby/object:Gem::Requirement
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: 0.21.1
30
+ - - "<"
31
+ - !ruby/object:Gem::Version
32
+ version: 2.a
33
+ - !ruby/object:Gem::Dependency
34
+ name: google-apps-card-v1
35
+ requirement: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - ">"
38
+ - !ruby/object:Gem::Version
39
+ version: '0.0'
40
+ - - "<"
41
+ - !ruby/object:Gem::Version
42
+ version: 2.a
43
+ type: :runtime
44
+ prerelease: false
45
+ version_requirements: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - ">"
48
+ - !ruby/object:Gem::Version
49
+ version: '0.0'
50
+ - - "<"
51
+ - !ruby/object:Gem::Version
52
+ version: 2.a
53
+ - !ruby/object:Gem::Dependency
54
+ name: google-cloud-errors
55
+ requirement: !ruby/object:Gem::Requirement
56
+ requirements:
57
+ - - "~>"
58
+ - !ruby/object:Gem::Version
59
+ version: '1.0'
60
+ type: :runtime
61
+ prerelease: false
62
+ version_requirements: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - "~>"
65
+ - !ruby/object:Gem::Version
66
+ version: '1.0'
67
+ description: The Google Chat API lets you build Chat apps to integrate your services
68
+ with Google Chat and manage Chat resources such as spaces, members, and messages.
69
+ Note that google-apps-chat-v1 is a version-specific client library. For most uses,
70
+ we recommend installing the main client library google-apps-chat instead. See the
71
+ readme for more details.
18
72
  email: googleapis-packages@google.com
19
73
  executables: []
20
74
  extensions: []
21
75
  extra_rdoc_files: []
22
76
  files:
77
+ - ".yardopts"
78
+ - AUTHENTICATION.md
23
79
  - LICENSE.md
24
80
  - README.md
81
+ - lib/google-apps-chat-v1.rb
82
+ - lib/google/apps/chat/v1.rb
83
+ - lib/google/apps/chat/v1/chat_service.rb
84
+ - lib/google/apps/chat/v1/chat_service/client.rb
85
+ - lib/google/apps/chat/v1/chat_service/credentials.rb
86
+ - lib/google/apps/chat/v1/chat_service/paths.rb
87
+ - lib/google/apps/chat/v1/chat_service/rest.rb
88
+ - lib/google/apps/chat/v1/chat_service/rest/client.rb
89
+ - lib/google/apps/chat/v1/chat_service/rest/service_stub.rb
90
+ - lib/google/apps/chat/v1/rest.rb
25
91
  - lib/google/apps/chat/v1/version.rb
92
+ - lib/google/chat/v1/action_status_pb.rb
93
+ - lib/google/chat/v1/annotation_pb.rb
94
+ - lib/google/chat/v1/attachment_pb.rb
95
+ - lib/google/chat/v1/chat_service_pb.rb
96
+ - lib/google/chat/v1/chat_service_services_pb.rb
97
+ - lib/google/chat/v1/contextual_addon_pb.rb
98
+ - lib/google/chat/v1/deletion_metadata_pb.rb
99
+ - lib/google/chat/v1/group_pb.rb
100
+ - lib/google/chat/v1/history_state_pb.rb
101
+ - lib/google/chat/v1/matched_url_pb.rb
102
+ - lib/google/chat/v1/membership_pb.rb
103
+ - lib/google/chat/v1/message_pb.rb
104
+ - lib/google/chat/v1/reaction_pb.rb
105
+ - lib/google/chat/v1/slash_command_pb.rb
106
+ - lib/google/chat/v1/space_pb.rb
107
+ - lib/google/chat/v1/space_read_state_pb.rb
108
+ - lib/google/chat/v1/space_setup_pb.rb
109
+ - lib/google/chat/v1/thread_read_state_pb.rb
110
+ - lib/google/chat/v1/user_pb.rb
111
+ - lib/google/chat/v1/widgets_pb.rb
112
+ - proto_docs/README.md
113
+ - proto_docs/google/api/client.rb
114
+ - proto_docs/google/api/field_behavior.rb
115
+ - proto_docs/google/api/launch_stage.rb
116
+ - proto_docs/google/api/resource.rb
117
+ - proto_docs/google/apps/card/v1/card.rb
118
+ - proto_docs/google/chat/v1/action_status.rb
119
+ - proto_docs/google/chat/v1/annotation.rb
120
+ - proto_docs/google/chat/v1/attachment.rb
121
+ - proto_docs/google/chat/v1/contextual_addon.rb
122
+ - proto_docs/google/chat/v1/deletion_metadata.rb
123
+ - proto_docs/google/chat/v1/group.rb
124
+ - proto_docs/google/chat/v1/history_state.rb
125
+ - proto_docs/google/chat/v1/matched_url.rb
126
+ - proto_docs/google/chat/v1/membership.rb
127
+ - proto_docs/google/chat/v1/message.rb
128
+ - proto_docs/google/chat/v1/reaction.rb
129
+ - proto_docs/google/chat/v1/slash_command.rb
130
+ - proto_docs/google/chat/v1/space.rb
131
+ - proto_docs/google/chat/v1/space_read_state.rb
132
+ - proto_docs/google/chat/v1/space_setup.rb
133
+ - proto_docs/google/chat/v1/thread_read_state.rb
134
+ - proto_docs/google/chat/v1/user.rb
135
+ - proto_docs/google/chat/v1/widgets.rb
136
+ - proto_docs/google/protobuf/duration.rb
137
+ - proto_docs/google/protobuf/empty.rb
138
+ - proto_docs/google/protobuf/field_mask.rb
139
+ - proto_docs/google/protobuf/timestamp.rb
140
+ - proto_docs/google/protobuf/wrappers.rb
141
+ - proto_docs/google/rpc/code.rb
142
+ - proto_docs/google/type/color.rb
26
143
  homepage: https://github.com/googleapis/google-cloud-ruby
27
144
  licenses:
28
145
  - Apache-2.0
@@ -35,7 +152,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
35
152
  requirements:
36
153
  - - ">="
37
154
  - !ruby/object:Gem::Version
38
- version: '3.0'
155
+ version: '2.7'
39
156
  required_rubygems_version: !ruby/object:Gem::Requirement
40
157
  requirements:
41
158
  - - ">="
@@ -45,5 +162,6 @@ requirements: []
45
162
  rubygems_version: 3.5.6
46
163
  signing_key:
47
164
  specification_version: 4
48
- summary: Placeholder for the future Google-authored gem google-apps-chat-v1
165
+ summary: The Google Chat API lets you build Chat apps to integrate your services with
166
+ Google Chat and manage Chat resources such as spaces, members, and messages.
49
167
  test_files: []