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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/config_service/v1/config/rest/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 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)


1846
1847
1848
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 1846

def create_deployment
  @create_deployment
end

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

RPC-specific configuration for delete_deployment

Returns:

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


1856
1857
1858
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 1856

def delete_deployment
  @delete_deployment
end

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

RPC-specific configuration for delete_statefile

Returns:

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


1896
1897
1898
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 1896

def delete_statefile
  @delete_statefile
end

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

RPC-specific configuration for export_deployment_statefile

Returns:

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


1881
1882
1883
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 1881

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)


1911
1912
1913
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 1911

def export_lock_info
  @export_lock_info
end

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

RPC-specific configuration for export_revision_statefile

Returns:

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


1886
1887
1888
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 1886

def export_revision_statefile
  @export_revision_statefile
end

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

RPC-specific configuration for get_deployment

Returns:

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


1841
1842
1843
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 1841

def get_deployment
  @get_deployment
end

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

RPC-specific configuration for get_resource

Returns:

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


1871
1872
1873
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 1871

def get_resource
  @get_resource
end

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

RPC-specific configuration for get_revision

Returns:

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


1866
1867
1868
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 1866

def get_revision
  @get_revision
end

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

RPC-specific configuration for import_statefile

Returns:

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


1891
1892
1893
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 1891

def import_statefile
  @import_statefile
end

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

RPC-specific configuration for list_deployments

Returns:

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


1836
1837
1838
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 1836

def list_deployments
  @list_deployments
end

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

RPC-specific configuration for list_resources

Returns:

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


1876
1877
1878
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 1876

def list_resources
  @list_resources
end

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

RPC-specific configuration for list_revisions

Returns:

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


1861
1862
1863
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 1861

def list_revisions
  @list_revisions
end

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

RPC-specific configuration for lock_deployment

Returns:

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


1901
1902
1903
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 1901

def lock_deployment
  @lock_deployment
end

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

RPC-specific configuration for unlock_deployment

Returns:

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


1906
1907
1908
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 1906

def unlock_deployment
  @unlock_deployment
end

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

RPC-specific configuration for update_deployment

Returns:

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


1851
1852
1853
# File 'lib/google/cloud/config_service/v1/config/rest/client.rb', line 1851

def update_deployment
  @update_deployment
end