Class: Google::Cloud::Build::V2::RepositoryManager::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/build/v2/repository_manager/client.rb

Overview

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

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

RPC-specific configuration for batch_create_repositories

Returns:

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


1808
1809
1810
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1808

def batch_create_repositories
  @batch_create_repositories
end

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

RPC-specific configuration for create_connection

Returns:

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


1778
1779
1780
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1778

def create_connection
  @create_connection
end

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

RPC-specific configuration for create_repository

Returns:

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


1803
1804
1805
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1803

def create_repository
  @create_repository
end

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

RPC-specific configuration for delete_connection

Returns:

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


1798
1799
1800
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1798

def delete_connection
  @delete_connection
end

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

RPC-specific configuration for delete_repository

Returns:

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


1823
1824
1825
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1823

def delete_repository
  @delete_repository
end

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

RPC-specific configuration for fetch_git_refs

Returns:

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


1843
1844
1845
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1843

def fetch_git_refs
  @fetch_git_refs
end

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

RPC-specific configuration for fetch_linkable_repositories

Returns:

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


1838
1839
1840
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1838

def fetch_linkable_repositories
  @fetch_linkable_repositories
end

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

RPC-specific configuration for fetch_read_token

Returns:

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


1833
1834
1835
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1833

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)


1828
1829
1830
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1828

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)


1783
1784
1785
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1783

def get_connection
  @get_connection
end

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

RPC-specific configuration for get_repository

Returns:

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


1813
1814
1815
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1813

def get_repository
  @get_repository
end

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

RPC-specific configuration for list_connections

Returns:

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


1788
1789
1790
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1788

def list_connections
  @list_connections
end

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

RPC-specific configuration for list_repositories

Returns:

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


1818
1819
1820
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1818

def list_repositories
  @list_repositories
end

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

RPC-specific configuration for update_connection

Returns:

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


1793
1794
1795
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1793

def update_connection
  @update_connection
end