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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/compute/v1/backend_services/rest/client.rb

Overview

Configuration RPC class for the BackendServices 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_signed_url_key::Gapic::Config::Method (readonly)

RPC-specific configuration for add_signed_url_key

Returns:

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


1007
1008
1009
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1007

def add_signed_url_key
  @add_signed_url_key
end

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

RPC-specific configuration for aggregated_list

Returns:

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


1012
1013
1014
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1012

def aggregated_list
  @aggregated_list
end

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

RPC-specific configuration for delete

Returns:

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


1017
1018
1019
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1017

def delete
  @delete
end

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

RPC-specific configuration for delete_signed_url_key

Returns:

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


1022
1023
1024
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1022

def delete_signed_url_key
  @delete_signed_url_key
end

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

RPC-specific configuration for get

Returns:

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


1027
1028
1029
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1027

def get
  @get
end

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

RPC-specific configuration for get_health

Returns:

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


1032
1033
1034
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1032

def get_health
  @get_health
end

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

RPC-specific configuration for insert

Returns:

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


1037
1038
1039
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1037

def insert
  @insert
end

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

RPC-specific configuration for list

Returns:

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


1042
1043
1044
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1042

def list
  @list
end

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

RPC-specific configuration for patch

Returns:

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


1047
1048
1049
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1047

def patch
  @patch
end

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

RPC-specific configuration for set_security_policy

Returns:

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


1052
1053
1054
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1052

def set_security_policy
  @set_security_policy
end

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

RPC-specific configuration for update

Returns:

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


1057
1058
1059
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1057

def update
  @update
end