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)


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

def create_deployment
  @create_deployment
end

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

RPC-specific configuration for create_preview

Returns:

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


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

def create_preview
  @create_preview
end

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

RPC-specific configuration for delete_deployment

Returns:

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


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

def delete_deployment
  @delete_deployment
end

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

RPC-specific configuration for delete_preview

Returns:

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


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

def delete_preview
  @delete_preview
end

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

RPC-specific configuration for delete_statefile

Returns:

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


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

def delete_statefile
  @delete_statefile
end

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

RPC-specific configuration for export_deployment_statefile

Returns:

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


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

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)


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

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)


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

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)


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

def export_revision_statefile
  @export_revision_statefile
end

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

RPC-specific configuration for get_deployment

Returns:

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


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

def get_deployment
  @get_deployment
end

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

RPC-specific configuration for get_preview

Returns:

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


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

def get_preview
  @get_preview
end

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

RPC-specific configuration for get_resource

Returns:

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


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

def get_resource
  @get_resource
end

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

RPC-specific configuration for get_revision

Returns:

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


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

def get_revision
  @get_revision
end

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

RPC-specific configuration for get_terraform_version

Returns:

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


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

def get_terraform_version
  @get_terraform_version
end

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

RPC-specific configuration for import_statefile

Returns:

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


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

def import_statefile
  @import_statefile
end

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

RPC-specific configuration for list_deployments

Returns:

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


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

def list_deployments
  @list_deployments
end

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

RPC-specific configuration for list_previews

Returns:

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


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

def list_previews
  @list_previews
end

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

RPC-specific configuration for list_resources

Returns:

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


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

def list_resources
  @list_resources
end

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

RPC-specific configuration for list_revisions

Returns:

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


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

def list_revisions
  @list_revisions
end

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

RPC-specific configuration for list_terraform_versions

Returns:

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


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

def list_terraform_versions
  @list_terraform_versions
end

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

RPC-specific configuration for lock_deployment

Returns:

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


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

def lock_deployment
  @lock_deployment
end

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

RPC-specific configuration for unlock_deployment

Returns:

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


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

def unlock_deployment
  @unlock_deployment
end

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

RPC-specific configuration for update_deployment

Returns:

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


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

def update_deployment
  @update_deployment
end