Class: Google::Cloud::Bigquery::Reservation::V1::ReservationService::Client::Configuration::Rpcs

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb

Overview

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

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

RPC-specific configuration for create_assignment

Returns:

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


3366
3367
3368
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3366

def create_assignment
  @create_assignment
end

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

RPC-specific configuration for create_capacity_commitment

Returns:

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


3331
3332
3333
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3331

def create_capacity_commitment
  @create_capacity_commitment
end

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

RPC-specific configuration for create_reservation

Returns:

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


3301
3302
3303
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3301

def create_reservation
  @create_reservation
end

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

RPC-specific configuration for create_reservation_group

Returns:

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


3426
3427
3428
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3426

def create_reservation_group
  @create_reservation_group
end

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

RPC-specific configuration for delete_assignment

Returns:

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


3376
3377
3378
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3376

def delete_assignment
  @delete_assignment
end

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

RPC-specific configuration for delete_capacity_commitment

Returns:

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


3346
3347
3348
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3346

def delete_capacity_commitment
  @delete_capacity_commitment
end

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

RPC-specific configuration for delete_reservation

Returns:

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


3316
3317
3318
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3316

def delete_reservation
  @delete_reservation
end

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

RPC-specific configuration for delete_reservation_group

Returns:

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


3436
3437
3438
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3436

def delete_reservation_group
  @delete_reservation_group
end

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

RPC-specific configuration for failover_reservation

Returns:

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


3326
3327
3328
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3326

def failover_reservation
  @failover_reservation
end

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

RPC-specific configuration for get_bi_reservation

Returns:

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


3401
3402
3403
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3401

def get_bi_reservation
  @get_bi_reservation
end

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

RPC-specific configuration for get_capacity_commitment

Returns:

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


3341
3342
3343
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3341

def get_capacity_commitment
  @get_capacity_commitment
end

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

RPC-specific configuration for get_iam_policy

Returns:

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


3411
3412
3413
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3411

def get_iam_policy
  @get_iam_policy
end

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

RPC-specific configuration for get_reservation

Returns:

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


3311
3312
3313
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3311

def get_reservation
  @get_reservation
end

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

RPC-specific configuration for get_reservation_group

Returns:

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


3431
3432
3433
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3431

def get_reservation_group
  @get_reservation_group
end

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

RPC-specific configuration for list_assignments

Returns:

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


3371
3372
3373
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3371

def list_assignments
  @list_assignments
end

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

RPC-specific configuration for list_capacity_commitments

Returns:

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


3336
3337
3338
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3336

def list_capacity_commitments
  @list_capacity_commitments
end

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

RPC-specific configuration for list_reservation_groups

Returns:

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


3441
3442
3443
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3441

def list_reservation_groups
  @list_reservation_groups
end

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

RPC-specific configuration for list_reservations

Returns:

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


3306
3307
3308
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3306

def list_reservations
  @list_reservations
end

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

RPC-specific configuration for merge_capacity_commitments

Returns:

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


3361
3362
3363
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3361

def merge_capacity_commitments
  @merge_capacity_commitments
end

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

RPC-specific configuration for move_assignment

Returns:

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


3391
3392
3393
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3391

def move_assignment
  @move_assignment
end

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

RPC-specific configuration for search_all_assignments

Returns:

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


3386
3387
3388
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3386

def search_all_assignments
  @search_all_assignments
end

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

RPC-specific configuration for search_assignments

Returns:

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


3381
3382
3383
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3381

def search_assignments
  @search_assignments
end

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

RPC-specific configuration for set_iam_policy

Returns:

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


3416
3417
3418
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3416

def set_iam_policy
  @set_iam_policy
end

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

RPC-specific configuration for split_capacity_commitment

Returns:

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


3356
3357
3358
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3356

def split_capacity_commitment
  @split_capacity_commitment
end

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

RPC-specific configuration for test_iam_permissions

Returns:

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


3421
3422
3423
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3421

def test_iam_permissions
  @test_iam_permissions
end

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

RPC-specific configuration for update_assignment

Returns:

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


3396
3397
3398
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3396

def update_assignment
  @update_assignment
end

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

RPC-specific configuration for update_bi_reservation

Returns:

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


3406
3407
3408
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3406

def update_bi_reservation
  @update_bi_reservation
end

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

RPC-specific configuration for update_capacity_commitment

Returns:

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


3351
3352
3353
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3351

def update_capacity_commitment
  @update_capacity_commitment
end

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

RPC-specific configuration for update_reservation

Returns:

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


3321
3322
3323
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 3321

def update_reservation
  @update_reservation
end