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
  • metadata (type: Hash{Symbol=>String}) - Additional headers
  • retry_policy (*type:*Hash`) - The retry policy. The policy fields include the following keys:
    • :initial_delay (type: Numeric) - The initial delay in seconds.
    • :max_delay (type: Numeric) - The max delay in seconds.
    • :multiplier (type: Numeric) - The incremental backoff multiplier.
    • :jitter (type: Numeric) - The jitter in seconds. Default: 1.0.
    • :retry_codes (type: Array<String>) - The error codes that should trigger a retry.

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)


2264
2265
2266
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 2264

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)


2269
2270
2271
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 2269

def aggregated_list
  @aggregated_list
end

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

RPC-specific configuration for delete

Returns:

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


2274
2275
2276
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 2274

def delete
  @delete
end

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

RPC-specific configuration for delete_signed_url_key

Returns:

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


2279
2280
2281
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 2279

def delete_signed_url_key
  @delete_signed_url_key
end

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

RPC-specific configuration for get

Returns:

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


2284
2285
2286
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 2284

def get
  @get
end

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

RPC-specific configuration for get_effective_security_policies

Returns:

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


2289
2290
2291
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 2289

def get_effective_security_policies
  @get_effective_security_policies
end

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

RPC-specific configuration for get_health

Returns:

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


2294
2295
2296
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 2294

def get_health
  @get_health
end

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

RPC-specific configuration for get_iam_policy

Returns:

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


2299
2300
2301
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 2299

def get_iam_policy
  @get_iam_policy
end

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

RPC-specific configuration for insert

Returns:

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


2304
2305
2306
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 2304

def insert
  @insert
end

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

RPC-specific configuration for list

Returns:

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


2309
2310
2311
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 2309

def list
  @list
end

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

RPC-specific configuration for list_usable

Returns:

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


2314
2315
2316
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 2314

def list_usable
  @list_usable
end

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

RPC-specific configuration for patch

Returns:

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


2319
2320
2321
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 2319

def patch
  @patch
end

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

RPC-specific configuration for set_edge_security_policy

Returns:

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


2324
2325
2326
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 2324

def set_edge_security_policy
  @set_edge_security_policy
end

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

RPC-specific configuration for set_iam_policy

Returns:

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


2329
2330
2331
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 2329

def set_iam_policy
  @set_iam_policy
end

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

RPC-specific configuration for set_security_policy

Returns:

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


2334
2335
2336
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 2334

def set_security_policy
  @set_security_policy
end

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

RPC-specific configuration for test_iam_permissions

Returns:

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


2339
2340
2341
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 2339

def test_iam_permissions
  @test_iam_permissions
end

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

RPC-specific configuration for update

Returns:

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


2344
2345
2346
# File 'lib/google/cloud/compute/v1/backend_services/rest/client.rb', line 2344

def update
  @update
end