Class: Google::Cloud::Chronicle::V1::NativeDashboardService::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

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

RPC-specific configuration for add_chart

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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