Class: Google::Cloud::Compute::V1::Networks::Rest::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

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

RPC-specific configuration for add_peering

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


1126
1127
1128
# File 'lib/google/cloud/compute/v1/networks/rest/client.rb', line 1126

def update_peering
  @update_peering
end