Class: Google::Cloud::GDCHardwareManagement::V1alpha::GDCHardwareManagement::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb

Overview

Configuration RPC class for the GDCHardwareManagement 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 gRPC 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

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

RPC-specific configuration for cancel_order

Returns:

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


4263
4264
4265
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4263

def cancel_order
  @cancel_order
end

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

RPC-specific configuration for create_comment

Returns:

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


4353
4354
4355
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4353

def create_comment
  @create_comment
end

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

RPC-specific configuration for create_hardware

Returns:

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


4328
4329
4330
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4328

def create_hardware
  @create_hardware
end

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

RPC-specific configuration for create_hardware_group

Returns:

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


4303
4304
4305
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4303

def create_hardware_group
  @create_hardware_group
end

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

RPC-specific configuration for create_order

Returns:

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


4243
4244
4245
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4243

def create_order
  @create_order
end

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

RPC-specific configuration for create_site

Returns:

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


4278
4279
4280
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4278

def create_site
  @create_site
end

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

RPC-specific configuration for create_zone

Returns:

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


4393
4394
4395
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4393

def create_zone
  @create_zone
end

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

RPC-specific configuration for delete_hardware

Returns:

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


4338
4339
4340
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4338

def delete_hardware
  @delete_hardware
end

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

RPC-specific configuration for delete_hardware_group

Returns:

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


4313
4314
4315
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4313

def delete_hardware_group
  @delete_hardware_group
end

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

RPC-specific configuration for delete_order

Returns:

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


4253
4254
4255
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4253

def delete_order
  @delete_order
end

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

RPC-specific configuration for delete_site

Returns:

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


4288
4289
4290
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4288

def delete_site
  @delete_site
end

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

RPC-specific configuration for delete_zone

Returns:

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


4403
4404
4405
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4403

def delete_zone
  @delete_zone
end

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

RPC-specific configuration for get_change_log_entry

Returns:

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


4368
4369
4370
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4368

def get_change_log_entry
  @get_change_log_entry
end

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

RPC-specific configuration for get_comment

Returns:

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


4348
4349
4350
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4348

def get_comment
  @get_comment
end

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

RPC-specific configuration for get_hardware

Returns:

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


4323
4324
4325
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4323

def get_hardware
  @get_hardware
end

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

RPC-specific configuration for get_hardware_group

Returns:

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


4298
4299
4300
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4298

def get_hardware_group
  @get_hardware_group
end

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

RPC-specific configuration for get_order

Returns:

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


4238
4239
4240
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4238

def get_order
  @get_order
end

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

RPC-specific configuration for get_site

Returns:

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


4273
4274
4275
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4273

def get_site
  @get_site
end

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

RPC-specific configuration for get_sku

Returns:

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


4378
4379
4380
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4378

def get_sku
  @get_sku
end

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

RPC-specific configuration for get_zone

Returns:

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


4388
4389
4390
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4388

def get_zone
  @get_zone
end

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

RPC-specific configuration for list_change_log_entries

Returns:

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


4363
4364
4365
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4363

def list_change_log_entries
  @list_change_log_entries
end

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

RPC-specific configuration for list_comments

Returns:

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


4343
4344
4345
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4343

def list_comments
  @list_comments
end

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

RPC-specific configuration for list_hardware

Returns:

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


4318
4319
4320
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4318

def list_hardware
  @list_hardware
end

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

RPC-specific configuration for list_hardware_groups

Returns:

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


4293
4294
4295
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4293

def list_hardware_groups
  @list_hardware_groups
end

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

RPC-specific configuration for list_orders

Returns:

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


4233
4234
4235
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4233

def list_orders
  @list_orders
end

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

RPC-specific configuration for list_sites

Returns:

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


4268
4269
4270
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4268

def list_sites
  @list_sites
end

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

RPC-specific configuration for list_skus

Returns:

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


4373
4374
4375
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4373

def list_skus
  @list_skus
end

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

RPC-specific configuration for list_zones

Returns:

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


4383
4384
4385
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4383

def list_zones
  @list_zones
end

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

RPC-specific configuration for record_action_on_comment

Returns:

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


4358
4359
4360
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4358

def record_action_on_comment
  @record_action_on_comment
end

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

RPC-specific configuration for request_order_date_change

Returns:

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


4413
4414
4415
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4413

def request_order_date_change
  @request_order_date_change
end

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

RPC-specific configuration for signal_zone_state

Returns:

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


4408
4409
4410
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4408

def signal_zone_state
  @signal_zone_state
end

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

RPC-specific configuration for submit_order

Returns:

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


4258
4259
4260
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4258

def submit_order
  @submit_order
end

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

RPC-specific configuration for update_hardware

Returns:

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


4333
4334
4335
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4333

def update_hardware
  @update_hardware
end

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

RPC-specific configuration for update_hardware_group

Returns:

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


4308
4309
4310
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4308

def update_hardware_group
  @update_hardware_group
end

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

RPC-specific configuration for update_order

Returns:

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


4248
4249
4250
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4248

def update_order
  @update_order
end

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

RPC-specific configuration for update_site

Returns:

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


4283
4284
4285
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4283

def update_site
  @update_site
end

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

RPC-specific configuration for update_zone

Returns:

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


4398
4399
4400
# File 'lib/google/cloud/gdc_hardware_management/v1alpha/gdc_hardware_management/client.rb', line 4398

def update_zone
  @update_zone
end