Class: Google::Cloud::Compute::V1::VpnGateways::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::VpnGateways::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb
Overview
Configuration RPC class for the VpnGateways 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
there is one other field (retry_policy) that can be set
but is currently not supported for REST Gapic libraries.
Instance Attribute Summary collapse
-
#aggregated_list ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
aggregated_list. -
#delete ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete. -
#get ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get. -
#get_status ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_status. -
#insert ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
insert. -
#list ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list. -
#set_labels ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
set_labels. -
#test_iam_permissions ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
test_iam_permissions.
Instance Attribute Details
#aggregated_list ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for aggregated_list
847 848 849 |
# File 'lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb', line 847 def aggregated_list @aggregated_list end |
#delete ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete
852 853 854 |
# File 'lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb', line 852 def delete @delete end |
#get ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get
857 858 859 |
# File 'lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb', line 857 def get @get end |
#get_status ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_status
862 863 864 |
# File 'lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb', line 862 def get_status @get_status end |
#insert ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for insert
867 868 869 |
# File 'lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb', line 867 def insert @insert end |
#list ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list
872 873 874 |
# File 'lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb', line 872 def list @list end |
#set_labels ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for set_labels
877 878 879 |
# File 'lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb', line 877 def set_labels @set_labels end |
#test_iam_permissions ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for test_iam_permissions
882 883 884 |
# File 'lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb', line 882 def @test_iam_permissions end |