google-apps-chat-v1 0.28.0 → 0.30.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 +4 -4
- data/README.md +0 -1
- data/lib/google/apps/chat/v1/chat_service/client.rb +485 -51
- data/lib/google/apps/chat/v1/chat_service/credentials.rb +6 -1
- data/lib/google/apps/chat/v1/chat_service/paths.rb +18 -1
- data/lib/google/apps/chat/v1/chat_service/rest/client.rb +464 -51
- data/lib/google/apps/chat/v1/chat_service/rest/service_stub.rb +185 -1
- data/lib/google/apps/chat/v1/chat_service/rest.rb +1 -1
- data/lib/google/apps/chat/v1/chat_service.rb +1 -1
- data/lib/google/apps/chat/v1/rest.rb +1 -1
- data/lib/google/apps/chat/v1/version.rb +1 -1
- data/lib/google/apps/chat/v1.rb +1 -1
- data/lib/google/chat/v1/app_command_metadata_pb.rb +22 -0
- data/lib/google/chat/v1/chat_service_pb.rb +2 -1
- data/lib/google/chat/v1/chat_service_services_pb.rb +53 -8
- data/lib/google/chat/v1/markup_syntax_pb.rb +21 -0
- data/lib/google/chat/v1/message_pb.rb +2 -1
- data/lib/google/chat/v1/message_pin_pb.rb +28 -0
- data/lib/google/chat/v1/space_pb.rb +2 -1
- data/lib/google-apps-chat-v1.rb +1 -1
- data/proto_docs/google/api/client.rb +1 -1
- data/proto_docs/google/api/field_behavior.rb +1 -1
- data/proto_docs/google/api/field_info.rb +1 -1
- data/proto_docs/google/api/launch_stage.rb +1 -1
- data/proto_docs/google/api/resource.rb +1 -1
- data/proto_docs/google/apps/card/v1/card.rb +2 -2
- data/proto_docs/google/chat/v1/action_status.rb +1 -1
- data/proto_docs/google/chat/v1/annotation.rb +6 -6
- data/proto_docs/google/chat/v1/app_command_metadata.rb +57 -0
- data/proto_docs/google/chat/v1/attachment.rb +1 -1
- data/proto_docs/google/chat/v1/contextual_addon.rb +1 -1
- data/proto_docs/google/chat/v1/deletion_metadata.rb +1 -1
- data/proto_docs/google/chat/v1/event_payload.rb +1 -1
- data/proto_docs/google/chat/v1/group.rb +1 -1
- data/proto_docs/google/chat/v1/history_state.rb +1 -1
- data/proto_docs/google/chat/v1/markup_syntax.rb +47 -0
- data/proto_docs/google/chat/v1/matched_url.rb +1 -1
- data/proto_docs/google/chat/v1/membership.rb +1 -1
- data/proto_docs/google/chat/v1/message.rb +60 -10
- data/proto_docs/google/chat/v1/message_pin.rb +106 -0
- data/proto_docs/google/chat/v1/reaction.rb +13 -13
- data/proto_docs/google/chat/v1/slash_command.rb +1 -1
- data/proto_docs/google/chat/v1/space.rb +117 -20
- data/proto_docs/google/chat/v1/space_event.rb +1 -1
- data/proto_docs/google/chat/v1/space_notification_setting.rb +4 -4
- data/proto_docs/google/chat/v1/space_read_state.rb +1 -1
- data/proto_docs/google/chat/v1/space_setup.rb +19 -7
- data/proto_docs/google/chat/v1/thread_read_state.rb +1 -1
- data/proto_docs/google/chat/v1/user.rb +1 -1
- data/proto_docs/google/chat/v1/widgets.rb +1 -1
- data/proto_docs/google/protobuf/duration.rb +1 -1
- data/proto_docs/google/protobuf/empty.rb +1 -1
- data/proto_docs/google/protobuf/field_mask.rb +1 -1
- data/proto_docs/google/protobuf/timestamp.rb +8 -7
- data/proto_docs/google/protobuf/wrappers.rb +1 -1
- data/proto_docs/google/rpc/code.rb +1 -1
- data/proto_docs/google/type/color.rb +1 -1
- metadata +7 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2f841dc5e353342d1f678931c0689ef32d2319bd304314ebdb8a280452fedbe0
|
|
4
|
+
data.tar.gz: 21a2107faa5ce724b5135bde5c14e6bcb387e3b082834768b594cbb129385f1c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cc1a73cd01f3bad7b832a5dad66b8cd37038067df04f55222b8160e1518811bce6fd5d967c21e580fa04225b4ea57140760759a6ae8cf7cc218ac80ff20777f2
|
|
7
|
+
data.tar.gz: 327749e7e35c2db638549d437fe99eb3378b0f65871adb47ea4ca80ee08311ab803355725f63ddd73a9984c0ac6a7137faa11a5e3f7b1c78089eec66c0777e13
|
data/README.md
CHANGED
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
The Google Chat API lets you build Chat apps to integrate your services with Google Chat and manage Chat resources such as spaces, members, and messages.
|
|
4
4
|
|
|
5
|
-
The Google Chat API lets you build Chat apps to integrate your services with Google Chat and manage Chat resources such as spaces, members, and messages.
|
|
6
5
|
|
|
7
6
|
https://github.com/googleapis/google-cloud-ruby
|
|
8
7
|
|