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)


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

def create_exclusion
  @create_exclusion
end

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

RPC-specific configuration for create_sink

Returns:

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


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

def create_sink
  @create_sink
end

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

RPC-specific configuration for delete_exclusion

Returns:

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


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

def delete_exclusion
  @delete_exclusion
end

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

RPC-specific configuration for delete_sink

Returns:

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


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

def delete_sink
  @delete_sink
end

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

RPC-specific configuration for get_bucket

Returns:

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


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

def get_bucket
  @get_bucket
end

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

RPC-specific configuration for get_cmek_settings

Returns:

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


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

def get_cmek_settings
  @get_cmek_settings
end

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

RPC-specific configuration for get_exclusion

Returns:

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


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

def get_exclusion
  @get_exclusion
end

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

RPC-specific configuration for get_sink

Returns:

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


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

def get_sink
  @get_sink
end

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

RPC-specific configuration for list_buckets

Returns:

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


1609
1610
1611
# File 'lib/google/cloud/logging/v2/config_service/client.rb', line 1609

def list_buckets
  @list_buckets
end

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

RPC-specific configuration for list_exclusions

Returns:

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


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

def list_exclusions
  @list_exclusions
end

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

RPC-specific configuration for list_sinks

Returns:

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


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

def list_sinks
  @list_sinks
end

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

RPC-specific configuration for update_bucket

Returns:

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


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

def update_bucket
  @update_bucket
end

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

RPC-specific configuration for update_cmek_settings

Returns:

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


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

def update_cmek_settings
  @update_cmek_settings
end

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

RPC-specific configuration for update_exclusion

Returns:

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


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

def update_exclusion
  @update_exclusion
end

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

RPC-specific configuration for update_sink

Returns:

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


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

def update_sink
  @update_sink
end