Class: Google::Cloud::Compute::V1::BackendServices::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::BackendServices::Rest::Client::Configuration::Rpcs
- 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
-
#add_signed_url_key ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
add_signed_url_key. -
#aggregated_list ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
aggregated_list. -
#delete ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete. -
#delete_signed_url_key ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_signed_url_key. -
#get ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get. -
#get_health ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_health. -
#insert ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
insert. -
#list ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list. -
#patch ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
patch. -
#set_security_policy ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
set_security_policy. -
#update ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update.
Instance Attribute Details
#add_signed_url_key ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for add_signed_url_key
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
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
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
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
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
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
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
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
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
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
1057 1058 1059 |
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1057 def update @update end |