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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/chronicle/v1/native_dashboard_service/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 gRPC 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

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

RPC-specific configuration for add_chart

Returns:

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


1550
1551
1552
# File 'lib/google/cloud/chronicle/v1/native_dashboard_service/client.rb', line 1550

def add_chart
  @add_chart
end

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

RPC-specific configuration for create_native_dashboard

Returns:

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


1520
1521
1522
# File 'lib/google/cloud/chronicle/v1/native_dashboard_service/client.rb', line 1520

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)


1545
1546
1547
# File 'lib/google/cloud/chronicle/v1/native_dashboard_service/client.rb', line 1545

def delete_native_dashboard
  @delete_native_dashboard
end

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

RPC-specific configuration for duplicate_chart

Returns:

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


1565
1566
1567
# File 'lib/google/cloud/chronicle/v1/native_dashboard_service/client.rb', line 1565

def duplicate_chart
  @duplicate_chart
end

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

RPC-specific configuration for duplicate_native_dashboard

Returns:

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


1540
1541
1542
# File 'lib/google/cloud/chronicle/v1/native_dashboard_service/client.rb', line 1540

def duplicate_native_dashboard
  @duplicate_native_dashboard
end

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

RPC-specific configuration for edit_chart

Returns:

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


1560
1561
1562
# File 'lib/google/cloud/chronicle/v1/native_dashboard_service/client.rb', line 1560

def edit_chart
  @edit_chart
end

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

RPC-specific configuration for export_native_dashboards

Returns:

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


1570
1571
1572
# File 'lib/google/cloud/chronicle/v1/native_dashboard_service/client.rb', line 1570

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)


1525
1526
1527
# File 'lib/google/cloud/chronicle/v1/native_dashboard_service/client.rb', line 1525

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)


1575
1576
1577
# File 'lib/google/cloud/chronicle/v1/native_dashboard_service/client.rb', line 1575

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)


1530
1531
1532
# File 'lib/google/cloud/chronicle/v1/native_dashboard_service/client.rb', line 1530

def list_native_dashboards
  @list_native_dashboards
end

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

RPC-specific configuration for remove_chart

Returns:

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


1555
1556
1557
# File 'lib/google/cloud/chronicle/v1/native_dashboard_service/client.rb', line 1555

def remove_chart
  @remove_chart
end

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

RPC-specific configuration for update_native_dashboard

Returns:

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


1535
1536
1537
# File 'lib/google/cloud/chronicle/v1/native_dashboard_service/client.rb', line 1535

def update_native_dashboard
  @update_native_dashboard
end