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)


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

def create_deployment
  @create_deployment
end

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

RPC-specific configuration for create_preview

Returns:

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


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

def create_preview
  @create_preview
end

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

RPC-specific configuration for delete_deployment

Returns:

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


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

def delete_deployment
  @delete_deployment
end

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

RPC-specific configuration for delete_preview

Returns:

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


2835
2836
2837
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2835

def delete_preview
  @delete_preview
end

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

RPC-specific configuration for delete_statefile

Returns:

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


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

def delete_statefile
  @delete_statefile
end

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

RPC-specific configuration for export_deployment_statefile

Returns:

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


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

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)


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

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)


2840
2841
2842
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2840

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)


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

def export_revision_statefile
  @export_revision_statefile
end

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

RPC-specific configuration for get_deployment

Returns:

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


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

def get_deployment
  @get_deployment
end

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

RPC-specific configuration for get_preview

Returns:

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


2825
2826
2827
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2825

def get_preview
  @get_preview
end

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

RPC-specific configuration for get_resource

Returns:

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


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

def get_resource
  @get_resource
end

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

RPC-specific configuration for get_revision

Returns:

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


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

def get_revision
  @get_revision
end

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

RPC-specific configuration for get_terraform_version

Returns:

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


2850
2851
2852
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2850

def get_terraform_version
  @get_terraform_version
end

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

RPC-specific configuration for import_statefile

Returns:

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


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

def import_statefile
  @import_statefile
end

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

RPC-specific configuration for list_deployments

Returns:

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


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

def list_deployments
  @list_deployments
end

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

RPC-specific configuration for list_previews

Returns:

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


2830
2831
2832
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2830

def list_previews
  @list_previews
end

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

RPC-specific configuration for list_resources

Returns:

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


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

def list_resources
  @list_resources
end

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

RPC-specific configuration for list_revisions

Returns:

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


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

def list_revisions
  @list_revisions
end

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

RPC-specific configuration for list_terraform_versions

Returns:

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


2845
2846
2847
# File 'lib/google/cloud/config_service/v1/config/client.rb', line 2845

def list_terraform_versions
  @list_terraform_versions
end

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

RPC-specific configuration for lock_deployment

Returns:

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


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

def lock_deployment
  @lock_deployment
end

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

RPC-specific configuration for unlock_deployment

Returns:

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


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

def unlock_deployment
  @unlock_deployment
end

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

RPC-specific configuration for update_deployment

Returns:

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


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

def update_deployment
  @update_deployment
end