Class: Google::Cloud::ConfigService::V1::Config::Client::Configuration::Rpcs

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

Overview

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

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

RPC-specific configuration for create_deployment

Returns:

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


2721
2722
2723
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2721

def create_deployment
  @create_deployment
end

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

RPC-specific configuration for create_preview

Returns:

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


2791
2792
2793
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2791

def create_preview
  @create_preview
end

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

RPC-specific configuration for delete_deployment

Returns:

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


2731
2732
2733
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2731

def delete_deployment
  @delete_deployment
end

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

RPC-specific configuration for delete_preview

Returns:

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


2806
2807
2808
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2806

def delete_preview
  @delete_preview
end

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

RPC-specific configuration for delete_statefile

Returns:

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


2771
2772
2773
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2771

def delete_statefile
  @delete_statefile
end

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

RPC-specific configuration for export_deployment_statefile

Returns:

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


2756
2757
2758
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2756

def export_deployment_statefile
  @export_deployment_statefile
end

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

RPC-specific configuration for export_lock_info

Returns:

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


2786
2787
2788
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2786

def export_lock_info
  @export_lock_info
end

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

RPC-specific configuration for export_preview_result

Returns:

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


2811
2812
2813
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2811

def export_preview_result
  @export_preview_result
end

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

RPC-specific configuration for export_revision_statefile

Returns:

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


2761
2762
2763
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2761

def export_revision_statefile
  @export_revision_statefile
end

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

RPC-specific configuration for get_deployment

Returns:

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


2716
2717
2718
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2716

def get_deployment
  @get_deployment
end

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

RPC-specific configuration for get_preview

Returns:

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


2796
2797
2798
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2796

def get_preview
  @get_preview
end

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

RPC-specific configuration for get_resource

Returns:

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


2746
2747
2748
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2746

def get_resource
  @get_resource
end

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

RPC-specific configuration for get_revision

Returns:

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


2741
2742
2743
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2741

def get_revision
  @get_revision
end

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

RPC-specific configuration for get_terraform_version

Returns:

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


2821
2822
2823
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2821

def get_terraform_version
  @get_terraform_version
end

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

RPC-specific configuration for import_statefile

Returns:

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


2766
2767
2768
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2766

def import_statefile
  @import_statefile
end

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

RPC-specific configuration for list_deployments

Returns:

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


2711
2712
2713
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2711

def list_deployments
  @list_deployments
end

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

RPC-specific configuration for list_previews

Returns:

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


2801
2802
2803
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2801

def list_previews
  @list_previews
end

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

RPC-specific configuration for list_resources

Returns:

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


2751
2752
2753
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2751

def list_resources
  @list_resources
end

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

RPC-specific configuration for list_revisions

Returns:

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


2736
2737
2738
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2736

def list_revisions
  @list_revisions
end

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

RPC-specific configuration for list_terraform_versions

Returns:

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


2816
2817
2818
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2816

def list_terraform_versions
  @list_terraform_versions
end

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

RPC-specific configuration for lock_deployment

Returns:

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


2776
2777
2778
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2776

def lock_deployment
  @lock_deployment
end

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

RPC-specific configuration for unlock_deployment

Returns:

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


2781
2782
2783
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2781

def unlock_deployment
  @unlock_deployment
end

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

RPC-specific configuration for update_deployment

Returns:

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


2726
2727
2728
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2726

def update_deployment
  @update_deployment
end