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)


1381
1382
1383
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1381

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)


1386
1387
1388
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1386

def analyze_iam_policy_longrunning
  @analyze_iam_policy_longrunning
end

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

RPC-specific configuration for batch_get_assets_history

Returns:

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


1341
1342
1343
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1341

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)


1346
1347
1348
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1346

def create_feed
  @create_feed
end

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

RPC-specific configuration for delete_feed

Returns:

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


1366
1367
1368
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1366

def delete_feed
  @delete_feed
end

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

RPC-specific configuration for export_assets

Returns:

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


1336
1337
1338
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1336

def export_assets
  @export_assets
end

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

RPC-specific configuration for get_feed

Returns:

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


1351
1352
1353
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1351

def get_feed
  @get_feed
end

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

RPC-specific configuration for list_feeds

Returns:

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


1356
1357
1358
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1356

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)


1376
1377
1378
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1376

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)


1371
1372
1373
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1371

def search_all_resources
  @search_all_resources
end

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

RPC-specific configuration for update_feed

Returns:

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


1361
1362
1363
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 1361

def update_feed
  @update_feed
end