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)


2558
2559
2560
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2558

def create_assignment
  @create_assignment
end

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

RPC-specific configuration for create_capacity_commitment

Returns:

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


2523
2524
2525
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2523

def create_capacity_commitment
  @create_capacity_commitment
end

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

RPC-specific configuration for create_reservation

Returns:

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


2498
2499
2500
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2498

def create_reservation
  @create_reservation
end

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

RPC-specific configuration for delete_assignment

Returns:

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


2568
2569
2570
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2568

def delete_assignment
  @delete_assignment
end

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

RPC-specific configuration for delete_capacity_commitment

Returns:

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


2538
2539
2540
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2538

def delete_capacity_commitment
  @delete_capacity_commitment
end

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

RPC-specific configuration for delete_reservation

Returns:

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


2513
2514
2515
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2513

def delete_reservation
  @delete_reservation
end

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

RPC-specific configuration for get_bi_reservation

Returns:

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


2593
2594
2595
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2593

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)


2533
2534
2535
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2533

def get_capacity_commitment
  @get_capacity_commitment
end

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

RPC-specific configuration for get_reservation

Returns:

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


2508
2509
2510
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2508

def get_reservation
  @get_reservation
end

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

RPC-specific configuration for list_assignments

Returns:

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


2563
2564
2565
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2563

def list_assignments
  @list_assignments
end

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

RPC-specific configuration for list_capacity_commitments

Returns:

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


2528
2529
2530
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2528

def list_capacity_commitments
  @list_capacity_commitments
end

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

RPC-specific configuration for list_reservations

Returns:

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


2503
2504
2505
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2503

def list_reservations
  @list_reservations
end

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

RPC-specific configuration for merge_capacity_commitments

Returns:

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


2553
2554
2555
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2553

def merge_capacity_commitments
  @merge_capacity_commitments
end

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

RPC-specific configuration for move_assignment

Returns:

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


2583
2584
2585
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2583

def move_assignment
  @move_assignment
end

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

RPC-specific configuration for search_all_assignments

Returns:

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


2578
2579
2580
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2578

def search_all_assignments
  @search_all_assignments
end

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

RPC-specific configuration for search_assignments

Returns:

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


2573
2574
2575
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2573

def search_assignments
  @search_assignments
end

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

RPC-specific configuration for split_capacity_commitment

Returns:

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


2548
2549
2550
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2548

def split_capacity_commitment
  @split_capacity_commitment
end

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

RPC-specific configuration for update_assignment

Returns:

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


2588
2589
2590
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2588

def update_assignment
  @update_assignment
end

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

RPC-specific configuration for update_bi_reservation

Returns:

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


2598
2599
2600
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2598

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)


2543
2544
2545
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2543

def update_capacity_commitment
  @update_capacity_commitment
end

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

RPC-specific configuration for update_reservation

Returns:

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


2518
2519
2520
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2518

def update_reservation
  @update_reservation
end