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)


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

def batch_create_repositories
  @batch_create_repositories
end

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

RPC-specific configuration for create_connection

Returns:

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


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

def create_connection
  @create_connection
end

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

RPC-specific configuration for create_repository

Returns:

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


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

def create_repository
  @create_repository
end

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

RPC-specific configuration for delete_connection

Returns:

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


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

def delete_connection
  @delete_connection
end

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

RPC-specific configuration for delete_repository

Returns:

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


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

def delete_repository
  @delete_repository
end

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

RPC-specific configuration for fetch_git_refs

Returns:

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


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

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)


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

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)


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

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)


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

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)


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

def get_connection
  @get_connection
end

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

RPC-specific configuration for get_repository

Returns:

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


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

def get_repository
  @get_repository
end

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

RPC-specific configuration for list_connections

Returns:

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


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

def list_connections
  @list_connections
end

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

RPC-specific configuration for list_repositories

Returns:

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


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

def list_repositories
  @list_repositories
end

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

RPC-specific configuration for update_connection

Returns:

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


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

def update_connection
  @update_connection
end