Class: Google::Cloud::Chronicle::V1::NativeDashboardService::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Chronicle::V1::NativeDashboardService::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/chronicle/v1/native_dashboard_service/rest/client.rb
Overview
Configuration RPC class for the NativeDashboardService 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
-
#add_chart ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
add_chart. -
#create_native_dashboard ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_native_dashboard. -
#delete_native_dashboard ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_native_dashboard. -
#duplicate_chart ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
duplicate_chart. -
#duplicate_native_dashboard ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
duplicate_native_dashboard. -
#edit_chart ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
edit_chart. -
#export_native_dashboards ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
export_native_dashboards. -
#get_native_dashboard ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_native_dashboard. -
#import_native_dashboards ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
import_native_dashboards. -
#list_native_dashboards ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_native_dashboards. -
#remove_chart ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
remove_chart. -
#update_native_dashboard ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_native_dashboard.
Instance Attribute Details
#add_chart ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for add_chart
1420 1421 1422 |
# File 'lib/google/cloud/chronicle/v1/native_dashboard_service/rest/client.rb', line 1420 def add_chart @add_chart end |
#create_native_dashboard ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_native_dashboard
1390 1391 1392 |
# File 'lib/google/cloud/chronicle/v1/native_dashboard_service/rest/client.rb', line 1390 def create_native_dashboard @create_native_dashboard end |
#delete_native_dashboard ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_native_dashboard
1415 1416 1417 |
# File 'lib/google/cloud/chronicle/v1/native_dashboard_service/rest/client.rb', line 1415 def delete_native_dashboard @delete_native_dashboard end |
#duplicate_chart ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for duplicate_chart
1435 1436 1437 |
# File 'lib/google/cloud/chronicle/v1/native_dashboard_service/rest/client.rb', line 1435 def duplicate_chart @duplicate_chart end |
#duplicate_native_dashboard ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for duplicate_native_dashboard
1410 1411 1412 |
# File 'lib/google/cloud/chronicle/v1/native_dashboard_service/rest/client.rb', line 1410 def duplicate_native_dashboard @duplicate_native_dashboard end |
#edit_chart ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for edit_chart
1430 1431 1432 |
# File 'lib/google/cloud/chronicle/v1/native_dashboard_service/rest/client.rb', line 1430 def edit_chart @edit_chart end |
#export_native_dashboards ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for export_native_dashboards
1440 1441 1442 |
# File 'lib/google/cloud/chronicle/v1/native_dashboard_service/rest/client.rb', line 1440 def export_native_dashboards @export_native_dashboards end |
#get_native_dashboard ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_native_dashboard
1395 1396 1397 |
# File 'lib/google/cloud/chronicle/v1/native_dashboard_service/rest/client.rb', line 1395 def get_native_dashboard @get_native_dashboard end |
#import_native_dashboards ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for import_native_dashboards
1445 1446 1447 |
# File 'lib/google/cloud/chronicle/v1/native_dashboard_service/rest/client.rb', line 1445 def import_native_dashboards @import_native_dashboards end |
#list_native_dashboards ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_native_dashboards
1400 1401 1402 |
# File 'lib/google/cloud/chronicle/v1/native_dashboard_service/rest/client.rb', line 1400 def list_native_dashboards @list_native_dashboards end |
#remove_chart ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for remove_chart
1425 1426 1427 |
# File 'lib/google/cloud/chronicle/v1/native_dashboard_service/rest/client.rb', line 1425 def remove_chart @remove_chart end |
#update_native_dashboard ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_native_dashboard
1405 1406 1407 |
# File 'lib/google/cloud/chronicle/v1/native_dashboard_service/rest/client.rb', line 1405 def update_native_dashboard @update_native_dashboard end |