Class: Google::Cloud::DeveloperConnect::V1::DeveloperConnect::Client::Configuration::Rpcs

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

Overview

Configuration RPC class for the DeveloperConnect 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_connection::Gapic::Config::Method (readonly)

RPC-specific configuration for create_connection

Returns:

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


1835
1836
1837
# File 'lib/google/cloud/developer_connect/v1/developer_connect/client.rb', line 1835

def create_connection
  @create_connection
end

RPC-specific configuration for create_git_repository_link

Returns:

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


1850
1851
1852
# File 'lib/google/cloud/developer_connect/v1/developer_connect/client.rb', line 1850

def create_git_repository_link
  @create_git_repository_link
end

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

RPC-specific configuration for delete_connection

Returns:

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


1845
1846
1847
# File 'lib/google/cloud/developer_connect/v1/developer_connect/client.rb', line 1845

def delete_connection
  @delete_connection
end

RPC-specific configuration for delete_git_repository_link

Returns:

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


1855
1856
1857
# File 'lib/google/cloud/developer_connect/v1/developer_connect/client.rb', line 1855

def delete_git_repository_link
  @delete_git_repository_link
end

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

RPC-specific configuration for fetch_git_hub_installations

Returns:

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


1885
1886
1887
# File 'lib/google/cloud/developer_connect/v1/developer_connect/client.rb', line 1885

def fetch_git_hub_installations
  @fetch_git_hub_installations
end

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

RPC-specific configuration for fetch_git_refs

Returns:

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


1890
1891
1892
# File 'lib/google/cloud/developer_connect/v1/developer_connect/client.rb', line 1890

def fetch_git_refs
  @fetch_git_refs
end

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

RPC-specific configuration for fetch_linkable_git_repositories

Returns:

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


1880
1881
1882
# File 'lib/google/cloud/developer_connect/v1/developer_connect/client.rb', line 1880

def fetch_linkable_git_repositories
  @fetch_linkable_git_repositories
end

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

RPC-specific configuration for fetch_read_token

Returns:

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


1875
1876
1877
# File 'lib/google/cloud/developer_connect/v1/developer_connect/client.rb', line 1875

def fetch_read_token
  @fetch_read_token
end

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

RPC-specific configuration for fetch_read_write_token

Returns:

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


1870
1871
1872
# File 'lib/google/cloud/developer_connect/v1/developer_connect/client.rb', line 1870

def fetch_read_write_token
  @fetch_read_write_token
end

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

RPC-specific configuration for get_connection

Returns:

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


1830
1831
1832
# File 'lib/google/cloud/developer_connect/v1/developer_connect/client.rb', line 1830

def get_connection
  @get_connection
end

RPC-specific configuration for get_git_repository_link

Returns:

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


1865
1866
1867
# File 'lib/google/cloud/developer_connect/v1/developer_connect/client.rb', line 1865

def get_git_repository_link
  @get_git_repository_link
end

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

RPC-specific configuration for list_connections

Returns:

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


1825
1826
1827
# File 'lib/google/cloud/developer_connect/v1/developer_connect/client.rb', line 1825

def list_connections
  @list_connections
end

RPC-specific configuration for list_git_repository_links

Returns:

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


1860
1861
1862
# File 'lib/google/cloud/developer_connect/v1/developer_connect/client.rb', line 1860

def list_git_repository_links
  @list_git_repository_links
end

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

RPC-specific configuration for update_connection

Returns:

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


1840
1841
1842
# File 'lib/google/cloud/developer_connect/v1/developer_connect/client.rb', line 1840

def update_connection
  @update_connection
end