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)


2624
2625
2626
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 2624

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)


2629
2630
2631
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 2629

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)


2634
2635
2636
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 2634

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)


2584
2585
2586
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 2584

def batch_get_assets_history
  @batch_get_assets_history
end

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

RPC-specific configuration for batch_get_effective_iam_policies

Returns:

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


2664
2665
2666
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 2664

def batch_get_effective_iam_policies
  @batch_get_effective_iam_policies
end

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

RPC-specific configuration for create_feed

Returns:

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


2589
2590
2591
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 2589

def create_feed
  @create_feed
end

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

RPC-specific configuration for create_saved_query

Returns:

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


2639
2640
2641
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 2639

def create_saved_query
  @create_saved_query
end

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

RPC-specific configuration for delete_feed

Returns:

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


2609
2610
2611
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 2609

def delete_feed
  @delete_feed
end

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

RPC-specific configuration for delete_saved_query

Returns:

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


2659
2660
2661
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 2659

def delete_saved_query
  @delete_saved_query
end

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

RPC-specific configuration for export_assets

Returns:

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


2574
2575
2576
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 2574

def export_assets
  @export_assets
end

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

RPC-specific configuration for get_feed

Returns:

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


2594
2595
2596
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 2594

def get_feed
  @get_feed
end

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

RPC-specific configuration for get_saved_query

Returns:

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


2644
2645
2646
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 2644

def get_saved_query
  @get_saved_query
end

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

RPC-specific configuration for list_assets

Returns:

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


2579
2580
2581
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 2579

def list_assets
  @list_assets
end

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

RPC-specific configuration for list_feeds

Returns:

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


2599
2600
2601
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 2599

def list_feeds
  @list_feeds
end

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

RPC-specific configuration for list_saved_queries

Returns:

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


2649
2650
2651
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 2649

def list_saved_queries
  @list_saved_queries
end

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

RPC-specific configuration for search_all_iam_policies

Returns:

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


2619
2620
2621
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 2619

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)


2614
2615
2616
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 2614

def search_all_resources
  @search_all_resources
end

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

RPC-specific configuration for update_feed

Returns:

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


2604
2605
2606
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 2604

def update_feed
  @update_feed
end

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

RPC-specific configuration for update_saved_query

Returns:

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


2654
2655
2656
# File 'lib/google/cloud/asset/v1/asset_service/client.rb', line 2654

def update_saved_query
  @update_saved_query
end