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

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

Instance Attribute Details

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

RPC-specific configuration for aggregated_list

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


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

Returns:

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


882
883
884
# File 'lib/google/cloud/compute/v1/vpn_gateways/rest/client.rb', line 882

def test_iam_permissions
  @test_iam_permissions
end