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 milliseconds
  • 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_exclusion::Gapic::Config::Method (readonly)

RPC-specific configuration for create_exclusion

Returns:

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


1662
1663
1664
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 1662

def create_exclusion
  @create_exclusion
end

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

RPC-specific configuration for create_sink

Returns:

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


1637
1638
1639
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 1637

def create_sink
  @create_sink
end

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

RPC-specific configuration for delete_exclusion

Returns:

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


1672
1673
1674
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 1672

def delete_exclusion
  @delete_exclusion
end

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

RPC-specific configuration for delete_sink

Returns:

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


1647
1648
1649
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 1647

def delete_sink
  @delete_sink
end

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

RPC-specific configuration for get_bucket

Returns:

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


1617
1618
1619
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 1617

def get_bucket
  @get_bucket
end

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

RPC-specific configuration for get_cmek_settings

Returns:

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


1677
1678
1679
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 1677

def get_cmek_settings
  @get_cmek_settings
end

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

RPC-specific configuration for get_exclusion

Returns:

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


1657
1658
1659
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 1657

def get_exclusion
  @get_exclusion
end

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

RPC-specific configuration for get_sink

Returns:

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


1632
1633
1634
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 1632

def get_sink
  @get_sink
end

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

RPC-specific configuration for list_buckets

Returns:

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


1612
1613
1614
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 1612

def list_buckets
  @list_buckets
end

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

RPC-specific configuration for list_exclusions

Returns:

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


1652
1653
1654
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 1652

def list_exclusions
  @list_exclusions
end

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

RPC-specific configuration for list_sinks

Returns:

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


1627
1628
1629
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 1627

def list_sinks
  @list_sinks
end

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

RPC-specific configuration for update_bucket

Returns:

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


1622
1623
1624
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 1622

def update_bucket
  @update_bucket
end

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

RPC-specific configuration for update_cmek_settings

Returns:

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


1682
1683
1684
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 1682

def update_cmek_settings
  @update_cmek_settings
end

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

RPC-specific configuration for update_exclusion

Returns:

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


1667
1668
1669
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 1667

def update_exclusion
  @update_exclusion
end

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

RPC-specific configuration for update_sink

Returns:

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


1642
1643
1644
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 1642

def update_sink
  @update_sink
end