Class: Google::Cloud::Channel::V1::CloudChannelService::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/channel/v1/cloud_channel_service/client.rb

Overview

Configuration RPC class for the CloudChannelService 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.
    • :retry_codes (type: Array<String>) - The error codes that should trigger a retry.

Instance Attribute Summary collapse

Instance Attribute Details

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

RPC-specific configuration for activate_entitlement

Returns:

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


6266
6267
6268
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6266

def activate_entitlement
  @activate_entitlement
end

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

RPC-specific configuration for cancel_entitlement

Returns:

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


6261
6262
6263
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6261

def cancel_entitlement
  @cancel_entitlement
end

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

RPC-specific configuration for change_offer

Returns:

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


6246
6247
6248
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6246

def change_offer
  @change_offer
end

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

RPC-specific configuration for change_parameters

Returns:

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


6236
6237
6238
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6236

def change_parameters
  @change_parameters
end

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

RPC-specific configuration for change_renewal_settings

Returns:

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


6241
6242
6243
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6241

def change_renewal_settings
  @change_renewal_settings
end

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

RPC-specific configuration for check_cloud_identity_accounts_exist

Returns:

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


6181
6182
6183
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6181

def check_cloud_identity_accounts_exist
  @check_cloud_identity_accounts_exist
end

RPC-specific configuration for create_channel_partner_link

Returns:

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


6291
6292
6293
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6291

def create_channel_partner_link
  @create_channel_partner_link
end

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

RPC-specific configuration for create_channel_partner_repricing_config

Returns:

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


6336
6337
6338
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6336

def create_channel_partner_repricing_config
  @create_channel_partner_repricing_config
end

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

RPC-specific configuration for create_customer

Returns:

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


6186
6187
6188
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6186

def create_customer
  @create_customer
end

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

RPC-specific configuration for create_customer_repricing_config

Returns:

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


6311
6312
6313
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6311

def create_customer_repricing_config
  @create_customer_repricing_config
end

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

RPC-specific configuration for create_entitlement

Returns:

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


6231
6232
6233
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6231

def create_entitlement
  @create_entitlement
end

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

RPC-specific configuration for delete_channel_partner_repricing_config

Returns:

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


6346
6347
6348
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6346

def delete_channel_partner_repricing_config
  @delete_channel_partner_repricing_config
end

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

RPC-specific configuration for delete_customer

Returns:

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


6196
6197
6198
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6196

def delete_customer
  @delete_customer
end

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

RPC-specific configuration for delete_customer_repricing_config

Returns:

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


6321
6322
6323
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6321

def delete_customer_repricing_config
  @delete_customer_repricing_config
end

RPC-specific configuration for get_channel_partner_link

Returns:

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


6286
6287
6288
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6286

def get_channel_partner_link
  @get_channel_partner_link
end

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

RPC-specific configuration for get_channel_partner_repricing_config

Returns:

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


6326
6327
6328
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6326

def get_channel_partner_repricing_config
  @get_channel_partner_repricing_config
end

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

RPC-specific configuration for get_customer

Returns:

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


6176
6177
6178
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6176

def get_customer
  @get_customer
end

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

RPC-specific configuration for get_customer_repricing_config

Returns:

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


6301
6302
6303
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6301

def get_customer_repricing_config
  @get_customer_repricing_config
end

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

RPC-specific configuration for get_entitlement

Returns:

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


6226
6227
6228
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6226

def get_entitlement
  @get_entitlement
end

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

RPC-specific configuration for import_customer

Returns:

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


6201
6202
6203
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6201

def import_customer
  @import_customer
end

RPC-specific configuration for list_channel_partner_links

Returns:

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


6281
6282
6283
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6281

def list_channel_partner_links
  @list_channel_partner_links
end

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

RPC-specific configuration for list_channel_partner_repricing_configs

Returns:

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


6331
6332
6333
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6331

def list_channel_partner_repricing_configs
  @list_channel_partner_repricing_configs
end

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

RPC-specific configuration for list_customer_repricing_configs

Returns:

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


6306
6307
6308
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6306

def list_customer_repricing_configs
  @list_customer_repricing_configs
end

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

RPC-specific configuration for list_customers

Returns:

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


6171
6172
6173
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6171

def list_customers
  @list_customers
end

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

RPC-specific configuration for list_entitlement_changes

Returns:

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


6411
6412
6413
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6411

def list_entitlement_changes
  @list_entitlement_changes
end

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

RPC-specific configuration for list_entitlements

Returns:

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


6211
6212
6213
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6211

def list_entitlements
  @list_entitlements
end

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

RPC-specific configuration for list_offers

Returns:

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


6376
6377
6378
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6376

def list_offers
  @list_offers
end

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

RPC-specific configuration for list_products

Returns:

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


6366
6367
6368
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6366

def list_products
  @list_products
end

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

RPC-specific configuration for list_purchasable_offers

Returns:

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


6386
6387
6388
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6386

def list_purchasable_offers
  @list_purchasable_offers
end

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

RPC-specific configuration for list_purchasable_skus

Returns:

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


6381
6382
6383
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6381

def list_purchasable_skus
  @list_purchasable_skus
end

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

RPC-specific configuration for list_sku_group_billable_skus

Returns:

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


6356
6357
6358
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6356

def list_sku_group_billable_skus
  @list_sku_group_billable_skus
end

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

RPC-specific configuration for list_sku_groups

Returns:

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


6351
6352
6353
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6351

def list_sku_groups
  @list_sku_groups
end

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

RPC-specific configuration for list_skus

Returns:

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


6371
6372
6373
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6371

def list_skus
  @list_skus
end

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

RPC-specific configuration for list_subscribers

Returns:

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


6406
6407
6408
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6406

def list_subscribers
  @list_subscribers
end

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

RPC-specific configuration for list_transferable_offers

Returns:

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


6221
6222
6223
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6221

def list_transferable_offers
  @list_transferable_offers
end

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

RPC-specific configuration for list_transferable_skus

Returns:

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


6216
6217
6218
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6216

def list_transferable_skus
  @list_transferable_skus
end

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

RPC-specific configuration for lookup_offer

Returns:

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


6361
6362
6363
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6361

def lookup_offer
  @lookup_offer
end

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

RPC-specific configuration for provision_cloud_identity

Returns:

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


6206
6207
6208
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6206

def provision_cloud_identity
  @provision_cloud_identity
end

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

RPC-specific configuration for query_eligible_billing_accounts

Returns:

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


6391
6392
6393
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6391

def query_eligible_billing_accounts
  @query_eligible_billing_accounts
end

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

RPC-specific configuration for register_subscriber

Returns:

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


6396
6397
6398
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6396

def register_subscriber
  @register_subscriber
end

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

RPC-specific configuration for start_paid_service

Returns:

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


6251
6252
6253
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6251

def start_paid_service
  @start_paid_service
end

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

RPC-specific configuration for suspend_entitlement

Returns:

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


6256
6257
6258
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6256

def suspend_entitlement
  @suspend_entitlement
end

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

RPC-specific configuration for transfer_entitlements

Returns:

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


6271
6272
6273
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6271

def transfer_entitlements
  @transfer_entitlements
end

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

RPC-specific configuration for transfer_entitlements_to_google

Returns:

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


6276
6277
6278
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6276

def transfer_entitlements_to_google
  @transfer_entitlements_to_google
end

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

RPC-specific configuration for unregister_subscriber

Returns:

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


6401
6402
6403
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6401

def unregister_subscriber
  @unregister_subscriber
end

RPC-specific configuration for update_channel_partner_link

Returns:

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


6296
6297
6298
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6296

def update_channel_partner_link
  @update_channel_partner_link
end

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

RPC-specific configuration for update_channel_partner_repricing_config

Returns:

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


6341
6342
6343
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6341

def update_channel_partner_repricing_config
  @update_channel_partner_repricing_config
end

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

RPC-specific configuration for update_customer

Returns:

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


6191
6192
6193
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6191

def update_customer
  @update_customer
end

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

RPC-specific configuration for update_customer_repricing_config

Returns:

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


6316
6317
6318
# File 'lib/google/cloud/channel/v1/cloud_channel_service/client.rb', line 6316

def update_customer_repricing_config
  @update_customer_repricing_config
end