Class: Google::Cloud::Logging::V2::ConfigService::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/logging/v2/config_service/client.rb

Overview

Configuration RPC class for the ConfigService 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.
    • :retry_codes (type: Array<String>) - The error codes that should trigger a retry.

Instance Attribute Summary collapse

Instance Attribute Details

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

RPC-specific configuration for create_bucket

Returns:

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


2670
2671
2672
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2670

def create_bucket
  @create_bucket
end

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

RPC-specific configuration for create_exclusion

Returns:

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


2750
2751
2752
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2750

def create_exclusion
  @create_exclusion
end

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

RPC-specific configuration for create_sink

Returns:

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


2725
2726
2727
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2725

def create_sink
  @create_sink
end

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

RPC-specific configuration for create_view

Returns:

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


2700
2701
2702
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2700

def create_view
  @create_view
end

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

RPC-specific configuration for delete_bucket

Returns:

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


2680
2681
2682
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2680

def delete_bucket
  @delete_bucket
end

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

RPC-specific configuration for delete_exclusion

Returns:

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


2760
2761
2762
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2760

def delete_exclusion
  @delete_exclusion
end

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

RPC-specific configuration for delete_sink

Returns:

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


2735
2736
2737
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2735

def delete_sink
  @delete_sink
end

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

RPC-specific configuration for delete_view

Returns:

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


2710
2711
2712
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2710

def delete_view
  @delete_view
end

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

RPC-specific configuration for get_bucket

Returns:

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


2665
2666
2667
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2665

def get_bucket
  @get_bucket
end

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

RPC-specific configuration for get_cmek_settings

Returns:

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


2765
2766
2767
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2765

def get_cmek_settings
  @get_cmek_settings
end

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

RPC-specific configuration for get_exclusion

Returns:

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


2745
2746
2747
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2745

def get_exclusion
  @get_exclusion
end

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

RPC-specific configuration for get_sink

Returns:

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


2720
2721
2722
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2720

def get_sink
  @get_sink
end

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

RPC-specific configuration for get_view

Returns:

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


2695
2696
2697
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2695

def get_view
  @get_view
end

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

RPC-specific configuration for list_buckets

Returns:

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


2660
2661
2662
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2660

def list_buckets
  @list_buckets
end

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

RPC-specific configuration for list_exclusions

Returns:

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


2740
2741
2742
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2740

def list_exclusions
  @list_exclusions
end

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

RPC-specific configuration for list_sinks

Returns:

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


2715
2716
2717
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2715

def list_sinks
  @list_sinks
end

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

RPC-specific configuration for list_views

Returns:

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


2690
2691
2692
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2690

def list_views
  @list_views
end

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

RPC-specific configuration for undelete_bucket

Returns:

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


2685
2686
2687
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2685

def undelete_bucket
  @undelete_bucket
end

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

RPC-specific configuration for update_bucket

Returns:

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


2675
2676
2677
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2675

def update_bucket
  @update_bucket
end

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

RPC-specific configuration for update_cmek_settings

Returns:

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


2770
2771
2772
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2770

def update_cmek_settings
  @update_cmek_settings
end

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

RPC-specific configuration for update_exclusion

Returns:

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


2755
2756
2757
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2755

def update_exclusion
  @update_exclusion
end

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

RPC-specific configuration for update_sink

Returns:

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


2730
2731
2732
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2730

def update_sink
  @update_sink
end

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

RPC-specific configuration for update_view

Returns:

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


2705
2706
2707
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 2705

def update_view
  @update_view
end