Class: Google::Apps::Chat::V1::ChatService::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::ChatService::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/apps/chat/v1/chat_service/rest/client.rb
Overview
Configuration RPC class for the ChatService API.
Includes fields providing the configuration for each RPC in this service.
Each configuration object is of type Gapic::Config::Method and includes
the following configuration fields:
-
timeout(type:Numeric) - The call timeout in seconds -
metadata(type:Hash{Symbol=>String}) - Additional headers -
retry_policy (*type:*Hash`) - The retry policy. The policy fields include the following keys:-
:initial_delay(type:Numeric) - The initial delay in seconds. -
:max_delay(type:Numeric) - The max delay in seconds. -
:multiplier(type:Numeric) - The incremental backoff multiplier. -
:retry_codes(type:Array<String>) - The error codes that should trigger a retry.
-
Instance Attribute Summary collapse
-
#complete_import_space ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
complete_import_space. -
#create_custom_emoji ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_custom_emoji. -
#create_membership ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_membership. -
#create_message ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_message. -
#create_reaction ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_reaction. -
#create_space ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_space. -
#delete_custom_emoji ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_custom_emoji. -
#delete_membership ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_membership. -
#delete_message ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_message. -
#delete_reaction ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_reaction. -
#delete_space ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_space. -
#find_direct_message ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
find_direct_message. -
#get_attachment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_attachment. -
#get_custom_emoji ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_custom_emoji. -
#get_membership ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_membership. -
#get_message ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_message. -
#get_space ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_space. -
#get_space_event ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_space_event. -
#get_space_notification_setting ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_space_notification_setting. -
#get_space_read_state ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_space_read_state. -
#get_thread_read_state ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_thread_read_state. -
#list_custom_emojis ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_custom_emojis. -
#list_memberships ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_memberships. -
#list_messages ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_messages. -
#list_reactions ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_reactions. -
#list_space_events ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_space_events. -
#list_spaces ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_spaces. -
#search_spaces ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
search_spaces. -
#set_up_space ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
set_up_space. -
#update_membership ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_membership. -
#update_message ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_message. -
#update_space ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_space. -
#update_space_notification_setting ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_space_notification_setting. -
#update_space_read_state ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_space_read_state. -
#upload_attachment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
upload_attachment.
Instance Attribute Details
#complete_import_space ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for complete_import_space
5083 5084 5085 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5083 def complete_import_space @complete_import_space end |
#create_custom_emoji ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_custom_emoji
5123 5124 5125 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5123 def create_custom_emoji @create_custom_emoji end |
#create_membership ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_membership
5093 5094 5095 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5093 def create_membership @create_membership end |
#create_message ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_message
5003 5004 5005 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5003 def end |
#create_reaction ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_reaction
5108 5109 5110 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5108 def create_reaction @create_reaction end |
#create_space ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_space
5063 5064 5065 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5063 def create_space @create_space end |
#delete_custom_emoji ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_custom_emoji
5138 5139 5140 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5138 def delete_custom_emoji @delete_custom_emoji end |
#delete_membership ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_membership
5103 5104 5105 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5103 def delete_membership @delete_membership end |
#delete_message ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_message
5033 5034 5035 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5033 def end |
#delete_reaction ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_reaction
5118 5119 5120 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5118 def delete_reaction @delete_reaction end |
#delete_space ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_space
5078 5079 5080 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5078 def delete_space @delete_space end |
#find_direct_message ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for find_direct_message
5088 5089 5090 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5088 def end |
#get_attachment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_attachment
5038 5039 5040 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5038 def end |
#get_custom_emoji ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_custom_emoji
5128 5129 5130 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5128 def get_custom_emoji @get_custom_emoji end |
#get_membership ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_membership
5018 5019 5020 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5018 def get_membership @get_membership end |
#get_message ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_message
5023 5024 5025 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5023 def end |
#get_space ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_space
5058 5059 5060 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5058 def get_space @get_space end |
#get_space_event ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_space_event
5158 5159 5160 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5158 def get_space_event @get_space_event end |
#get_space_notification_setting ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_space_notification_setting
5168 5169 5170 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5168 def get_space_notification_setting @get_space_notification_setting end |
#get_space_read_state ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_space_read_state
5143 5144 5145 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5143 def get_space_read_state @get_space_read_state end |
#get_thread_read_state ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_thread_read_state
5153 5154 5155 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5153 def get_thread_read_state @get_thread_read_state end |
#list_custom_emojis ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_custom_emojis
5133 5134 5135 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5133 def list_custom_emojis @list_custom_emojis end |
#list_memberships ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_memberships
5013 5014 5015 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5013 def list_memberships @list_memberships end |
#list_messages ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_messages
5008 5009 5010 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5008 def end |
#list_reactions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_reactions
5113 5114 5115 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5113 def list_reactions @list_reactions end |
#list_space_events ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_space_events
5163 5164 5165 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5163 def list_space_events @list_space_events end |
#list_spaces ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_spaces
5048 5049 5050 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5048 def list_spaces @list_spaces end |
#search_spaces ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for search_spaces
5053 5054 5055 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5053 def search_spaces @search_spaces end |
#set_up_space ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for set_up_space
5068 5069 5070 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5068 def set_up_space @set_up_space end |
#update_membership ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_membership
5098 5099 5100 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5098 def update_membership @update_membership end |
#update_message ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_message
5028 5029 5030 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5028 def end |
#update_space ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_space
5073 5074 5075 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5073 def update_space @update_space end |
#update_space_notification_setting ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_space_notification_setting
5173 5174 5175 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5173 def update_space_notification_setting @update_space_notification_setting end |
#update_space_read_state ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_space_read_state
5148 5149 5150 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5148 def update_space_read_state @update_space_read_state end |
#upload_attachment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for upload_attachment
5043 5044 5045 |
# File 'lib/google/apps/chat/v1/chat_service/rest/client.rb', line 5043 def end |