Class: Google::Cloud::Compute::V1::Networks::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::Networks::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/compute/v1/networks/rest/client.rb
Overview
Configuration RPC class for the Networks 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
-
#add_peering ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
add_peering. -
#delete ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete. -
#get ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get. -
#get_effective_firewalls ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_effective_firewalls. -
#insert ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
insert. -
#list ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list. -
#list_peering_routes ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_peering_routes. -
#patch ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
patch. -
#remove_peering ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
remove_peering. -
#switch_to_custom_mode ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
switch_to_custom_mode. -
#update_peering ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_peering.
Instance Attribute Details
#add_peering ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for add_peering
1076 1077 1078 |
# File 'lib/google/cloud/compute/v1/networks/rest/client.rb', line 1076 def add_peering @add_peering end |
#delete ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete
1081 1082 1083 |
# File 'lib/google/cloud/compute/v1/networks/rest/client.rb', line 1081 def delete @delete end |
#get ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get
1086 1087 1088 |
# File 'lib/google/cloud/compute/v1/networks/rest/client.rb', line 1086 def get @get end |
#get_effective_firewalls ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_effective_firewalls
1091 1092 1093 |
# File 'lib/google/cloud/compute/v1/networks/rest/client.rb', line 1091 def get_effective_firewalls @get_effective_firewalls end |
#insert ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for insert
1096 1097 1098 |
# File 'lib/google/cloud/compute/v1/networks/rest/client.rb', line 1096 def insert @insert end |
#list ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list
1101 1102 1103 |
# File 'lib/google/cloud/compute/v1/networks/rest/client.rb', line 1101 def list @list end |
#list_peering_routes ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_peering_routes
1106 1107 1108 |
# File 'lib/google/cloud/compute/v1/networks/rest/client.rb', line 1106 def list_peering_routes @list_peering_routes end |
#patch ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for patch
1111 1112 1113 |
# File 'lib/google/cloud/compute/v1/networks/rest/client.rb', line 1111 def patch @patch end |
#remove_peering ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for remove_peering
1116 1117 1118 |
# File 'lib/google/cloud/compute/v1/networks/rest/client.rb', line 1116 def remove_peering @remove_peering end |
#switch_to_custom_mode ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for switch_to_custom_mode
1121 1122 1123 |
# File 'lib/google/cloud/compute/v1/networks/rest/client.rb', line 1121 def switch_to_custom_mode @switch_to_custom_mode end |
#update_peering ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_peering
1126 1127 1128 |
# File 'lib/google/cloud/compute/v1/networks/rest/client.rb', line 1126 def update_peering @update_peering end |