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



1146
1147
1148
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1146

def add_signed_url_key
  @add_signed_url_key
end

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

RPC-specific configuration for aggregated_list



1151
1152
1153
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1151

def aggregated_list
  @aggregated_list
end

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

RPC-specific configuration for delete



1156
1157
1158
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1156

def delete
  @delete
end

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

RPC-specific configuration for delete_signed_url_key



1161
1162
1163
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1161

def delete_signed_url_key
  @delete_signed_url_key
end

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

RPC-specific configuration for get



1166
1167
1168
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1166

def get
  @get
end

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

RPC-specific configuration for get_health



1171
1172
1173
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1171

def get_health
  @get_health
end

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

RPC-specific configuration for insert



1176
1177
1178
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1176

def insert
  @insert
end

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

RPC-specific configuration for list



1181
1182
1183
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1181

def list
  @list
end

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

RPC-specific configuration for patch



1186
1187
1188
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1186

def patch
  @patch
end

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

RPC-specific configuration for set_edge_security_policy



1191
1192
1193
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1191

def set_edge_security_policy
  @set_edge_security_policy
end

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

RPC-specific configuration for set_security_policy



1196
1197
1198
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1196

def set_security_policy
  @set_security_policy
end

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

RPC-specific configuration for update



1201
1202
1203
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 1201

def update
  @update
end