Class: Google::Cloud::Asset::V1::AssetService::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/asset/v1/asset_service/client.rb

Overview

Configuration RPC class for the AssetService 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

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

RPC-specific configuration for analyze_iam_policy

Returns:

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


1735
1736
1737
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1735

def analyze_iam_policy
  @analyze_iam_policy
end

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

RPC-specific configuration for analyze_iam_policy_longrunning

Returns:

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


1740
1741
1742
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1740

def analyze_iam_policy_longrunning
  @analyze_iam_policy_longrunning
end

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

RPC-specific configuration for analyze_move

Returns:

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


1745
1746
1747
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1745

def analyze_move
  @analyze_move
end

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

RPC-specific configuration for batch_get_assets_history

Returns:

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


1695
1696
1697
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1695

def batch_get_assets_history
  @batch_get_assets_history
end

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

RPC-specific configuration for create_feed

Returns:

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


1700
1701
1702
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1700

def create_feed
  @create_feed
end

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

RPC-specific configuration for delete_feed

Returns:

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


1720
1721
1722
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1720

def delete_feed
  @delete_feed
end

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

RPC-specific configuration for export_assets

Returns:

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


1685
1686
1687
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1685

def export_assets
  @export_assets
end

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

RPC-specific configuration for get_feed

Returns:

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


1705
1706
1707
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1705

def get_feed
  @get_feed
end

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

RPC-specific configuration for list_assets

Returns:

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


1690
1691
1692
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1690

def list_assets
  @list_assets
end

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

RPC-specific configuration for list_feeds

Returns:

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


1710
1711
1712
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1710

def list_feeds
  @list_feeds
end

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

RPC-specific configuration for search_all_iam_policies

Returns:

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


1730
1731
1732
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1730

def search_all_iam_policies
  @search_all_iam_policies
end

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

RPC-specific configuration for search_all_resources

Returns:

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


1725
1726
1727
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1725

def search_all_resources
  @search_all_resources
end

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

RPC-specific configuration for update_feed

Returns:

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


1715
1716
1717
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1715

def update_feed
  @update_feed
end