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)


1988
1989
1990
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1988

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)


1993
1994
1995
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1993

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)


1998
1999
2000
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1998

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)


1948
1949
1950
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1948

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)


1953
1954
1955
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1953

def create_feed
  @create_feed
end

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

RPC-specific configuration for delete_feed

Returns:

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


1973
1974
1975
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1973

def delete_feed
  @delete_feed
end

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

RPC-specific configuration for export_assets

Returns:

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


1938
1939
1940
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1938

def export_assets
  @export_assets
end

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

RPC-specific configuration for get_feed

Returns:

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


1958
1959
1960
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1958

def get_feed
  @get_feed
end

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

RPC-specific configuration for list_assets

Returns:

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


1943
1944
1945
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1943

def list_assets
  @list_assets
end

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

RPC-specific configuration for list_feeds

Returns:

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


1963
1964
1965
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1963

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)


1983
1984
1985
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1983

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)


1978
1979
1980
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1978

def search_all_resources
  @search_all_resources
end

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

RPC-specific configuration for update_feed

Returns:

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


1968
1969
1970
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1968

def update_feed
  @update_feed
end