Class: Google::Cloud::NetworkConnectivity::V1::DataTransferService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkConnectivity::V1::DataTransferService::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/network_connectivity/v1/data_transfer_service/client.rb
Overview
Configuration RPC class for the DataTransferService 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
-
#create_destination ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_destination. -
#create_multicloud_data_transfer_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_multicloud_data_transfer_config. -
#delete_destination ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_destination. -
#delete_multicloud_data_transfer_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_multicloud_data_transfer_config. -
#get_destination ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_destination. -
#get_multicloud_data_transfer_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_multicloud_data_transfer_config. -
#get_multicloud_data_transfer_supported_service ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_multicloud_data_transfer_supported_service. -
#list_destinations ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_destinations. -
#list_multicloud_data_transfer_configs ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_multicloud_data_transfer_configs. -
#list_multicloud_data_transfer_supported_services ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_multicloud_data_transfer_supported_services. -
#update_destination ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_destination. -
#update_multicloud_data_transfer_config ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_multicloud_data_transfer_config.
Instance Attribute Details
#create_destination ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_destination
1724 1725 1726 |
# File 'lib/google/cloud/network_connectivity/v1/data_transfer_service/client.rb', line 1724 def create_destination @create_destination end |
#create_multicloud_data_transfer_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_multicloud_data_transfer_config
1699 1700 1701 |
# File 'lib/google/cloud/network_connectivity/v1/data_transfer_service/client.rb', line 1699 def create_multicloud_data_transfer_config @create_multicloud_data_transfer_config end |
#delete_destination ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_destination
1734 1735 1736 |
# File 'lib/google/cloud/network_connectivity/v1/data_transfer_service/client.rb', line 1734 def delete_destination @delete_destination end |
#delete_multicloud_data_transfer_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_multicloud_data_transfer_config
1709 1710 1711 |
# File 'lib/google/cloud/network_connectivity/v1/data_transfer_service/client.rb', line 1709 def delete_multicloud_data_transfer_config @delete_multicloud_data_transfer_config end |
#get_destination ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_destination
1719 1720 1721 |
# File 'lib/google/cloud/network_connectivity/v1/data_transfer_service/client.rb', line 1719 def get_destination @get_destination end |
#get_multicloud_data_transfer_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_multicloud_data_transfer_config
1694 1695 1696 |
# File 'lib/google/cloud/network_connectivity/v1/data_transfer_service/client.rb', line 1694 def get_multicloud_data_transfer_config @get_multicloud_data_transfer_config end |
#get_multicloud_data_transfer_supported_service ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_multicloud_data_transfer_supported_service
1739 1740 1741 |
# File 'lib/google/cloud/network_connectivity/v1/data_transfer_service/client.rb', line 1739 def get_multicloud_data_transfer_supported_service @get_multicloud_data_transfer_supported_service end |
#list_destinations ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_destinations
1714 1715 1716 |
# File 'lib/google/cloud/network_connectivity/v1/data_transfer_service/client.rb', line 1714 def list_destinations @list_destinations end |
#list_multicloud_data_transfer_configs ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_multicloud_data_transfer_configs
1689 1690 1691 |
# File 'lib/google/cloud/network_connectivity/v1/data_transfer_service/client.rb', line 1689 def list_multicloud_data_transfer_configs @list_multicloud_data_transfer_configs end |
#list_multicloud_data_transfer_supported_services ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_multicloud_data_transfer_supported_services
1744 1745 1746 |
# File 'lib/google/cloud/network_connectivity/v1/data_transfer_service/client.rb', line 1744 def list_multicloud_data_transfer_supported_services @list_multicloud_data_transfer_supported_services end |
#update_destination ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_destination
1729 1730 1731 |
# File 'lib/google/cloud/network_connectivity/v1/data_transfer_service/client.rb', line 1729 def update_destination @update_destination end |
#update_multicloud_data_transfer_config ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_multicloud_data_transfer_config
1704 1705 1706 |
# File 'lib/google/cloud/network_connectivity/v1/data_transfer_service/client.rb', line 1704 def update_multicloud_data_transfer_config @update_multicloud_data_transfer_config end |