Class: Google::Apps::Meet::V2beta::SpacesService::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/apps/meet/v2beta/spaces_service/rest/client.rb

Overview

Configuration RPC class for the SpacesService 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.
    • :jitter (type: Numeric) - The jitter in seconds. Default: 1.0.
    • :retry_codes (type: Array<String>) - The error codes that should trigger a retry.

Instance Attribute Summary collapse

Instance Attribute Details

#connect_active_conference::Gapic::Config::Method (readonly)

RPC-specific configuration for connect_active_conference

Returns:

  • (::Gapic::Config::Method)


1162
1163
1164
# File 'lib/google/apps/meet/v2beta/spaces_service/rest/client.rb', line 1162

def connect_active_conference
  @connect_active_conference
end

#create_member::Gapic::Config::Method (readonly)

RPC-specific configuration for create_member

Returns:

  • (::Gapic::Config::Method)


1172
1173
1174
# File 'lib/google/apps/meet/v2beta/spaces_service/rest/client.rb', line 1172

def create_member
  @create_member
end

#create_space::Gapic::Config::Method (readonly)

RPC-specific configuration for create_space

Returns:

  • (::Gapic::Config::Method)


1147
1148
1149
# File 'lib/google/apps/meet/v2beta/spaces_service/rest/client.rb', line 1147

def create_space
  @create_space
end

#delete_member::Gapic::Config::Method (readonly)

RPC-specific configuration for delete_member

Returns:

  • (::Gapic::Config::Method)


1187
1188
1189
# File 'lib/google/apps/meet/v2beta/spaces_service/rest/client.rb', line 1187

def delete_member
  @delete_member
end

#end_active_conference::Gapic::Config::Method (readonly)

RPC-specific configuration for end_active_conference

Returns:

  • (::Gapic::Config::Method)


1167
1168
1169
# File 'lib/google/apps/meet/v2beta/spaces_service/rest/client.rb', line 1167

def end_active_conference
  @end_active_conference
end

#get_member::Gapic::Config::Method (readonly)

RPC-specific configuration for get_member

Returns:

  • (::Gapic::Config::Method)


1177
1178
1179
# File 'lib/google/apps/meet/v2beta/spaces_service/rest/client.rb', line 1177

def get_member
  @get_member
end

#get_space::Gapic::Config::Method (readonly)

RPC-specific configuration for get_space

Returns:

  • (::Gapic::Config::Method)


1152
1153
1154
# File 'lib/google/apps/meet/v2beta/spaces_service/rest/client.rb', line 1152

def get_space
  @get_space
end

#list_members::Gapic::Config::Method (readonly)

RPC-specific configuration for list_members

Returns:

  • (::Gapic::Config::Method)


1182
1183
1184
# File 'lib/google/apps/meet/v2beta/spaces_service/rest/client.rb', line 1182

def list_members
  @list_members
end

#update_space::Gapic::Config::Method (readonly)

RPC-specific configuration for update_space

Returns:

  • (::Gapic::Config::Method)


1157
1158
1159
# File 'lib/google/apps/meet/v2beta/spaces_service/rest/client.rb', line 1157

def update_space
  @update_space
end