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)


1733
1734
1735
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1733

def batch_create_repositories
  @batch_create_repositories
end

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

RPC-specific configuration for create_connection

Returns:

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


1703
1704
1705
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1703

def create_connection
  @create_connection
end

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

RPC-specific configuration for create_repository

Returns:

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


1728
1729
1730
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1728

def create_repository
  @create_repository
end

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

RPC-specific configuration for delete_connection

Returns:

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


1723
1724
1725
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1723

def delete_connection
  @delete_connection
end

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

RPC-specific configuration for delete_repository

Returns:

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


1748
1749
1750
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1748

def delete_repository
  @delete_repository
end

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

RPC-specific configuration for fetch_git_refs

Returns:

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


1768
1769
1770
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1768

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)


1763
1764
1765
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1763

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)


1758
1759
1760
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1758

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)


1753
1754
1755
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1753

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)


1708
1709
1710
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1708

def get_connection
  @get_connection
end

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

RPC-specific configuration for get_repository

Returns:

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


1738
1739
1740
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1738

def get_repository
  @get_repository
end

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

RPC-specific configuration for list_connections

Returns:

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


1713
1714
1715
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1713

def list_connections
  @list_connections
end

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

RPC-specific configuration for list_repositories

Returns:

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


1743
1744
1745
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1743

def list_repositories
  @list_repositories
end

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

RPC-specific configuration for update_connection

Returns:

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


1718
1719
1720
# File 'lib/google/cloud/build/v2/repository_manager/client.rb', line 1718

def update_connection
  @update_connection
end