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.
    • :jitter (type: Numeric) - The jitter in seconds. Default: 1.0.
    • :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)


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

def batch_create_repositories
  @batch_create_repositories
end

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

RPC-specific configuration for create_connection

Returns:

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


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

def create_connection
  @create_connection
end

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

RPC-specific configuration for create_repository

Returns:

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


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

def create_repository
  @create_repository
end

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

RPC-specific configuration for delete_connection

Returns:

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


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

def delete_connection
  @delete_connection
end

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

RPC-specific configuration for delete_repository

Returns:

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


1849
1850
1851
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1849

def delete_repository
  @delete_repository
end

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

RPC-specific configuration for fetch_git_refs

Returns:

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


1869
1870
1871
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1869

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)


1864
1865
1866
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1864

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)


1859
1860
1861
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1859

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)


1854
1855
1856
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1854

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)


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

def get_connection
  @get_connection
end

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

RPC-specific configuration for get_repository

Returns:

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


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

def get_repository
  @get_repository
end

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

RPC-specific configuration for list_connections

Returns:

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


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

def list_connections
  @list_connections
end

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

RPC-specific configuration for list_repositories

Returns:

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


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

def list_repositories
  @list_repositories
end

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

RPC-specific configuration for update_connection

Returns:

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


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

def update_connection
  @update_connection
end