Class: Google::Cloud::Bigquery::Reservation::V1::ReservationService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Reservation::V1::ReservationService::Client::Configuration::Rpcs
- 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
-
#create_assignment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_assignment
. -
#create_capacity_commitment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_capacity_commitment
. -
#create_reservation ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_reservation
. -
#delete_assignment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_assignment
. -
#delete_capacity_commitment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_capacity_commitment
. -
#delete_reservation ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_reservation
. -
#failover_reservation ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
failover_reservation
. -
#get_bi_reservation ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_bi_reservation
. -
#get_capacity_commitment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_capacity_commitment
. -
#get_reservation ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_reservation
. -
#list_assignments ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_assignments
. -
#list_capacity_commitments ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_capacity_commitments
. -
#list_reservations ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_reservations
. -
#merge_capacity_commitments ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
merge_capacity_commitments
. -
#move_assignment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
move_assignment
. -
#search_all_assignments ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
search_all_assignments
. -
#search_assignments ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
search_assignments
. -
#split_capacity_commitment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
split_capacity_commitment
. -
#update_assignment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_assignment
. -
#update_bi_reservation ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_bi_reservation
. -
#update_capacity_commitment ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_capacity_commitment
. -
#update_reservation ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_reservation
.
Instance Attribute Details
#create_assignment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_assignment
2663 2664 2665 |
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2663 def create_assignment @create_assignment end |
#create_capacity_commitment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_capacity_commitment
2628 2629 2630 |
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2628 def create_capacity_commitment @create_capacity_commitment end |
#create_reservation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_reservation
2598 2599 2600 |
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2598 def create_reservation @create_reservation end |
#delete_assignment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_assignment
2673 2674 2675 |
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2673 def delete_assignment @delete_assignment end |
#delete_capacity_commitment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_capacity_commitment
2643 2644 2645 |
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2643 def delete_capacity_commitment @delete_capacity_commitment end |
#delete_reservation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_reservation
2613 2614 2615 |
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2613 def delete_reservation @delete_reservation end |
#failover_reservation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for failover_reservation
2623 2624 2625 |
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2623 def failover_reservation @failover_reservation end |
#get_bi_reservation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_bi_reservation
2698 2699 2700 |
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2698 def get_bi_reservation @get_bi_reservation end |
#get_capacity_commitment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_capacity_commitment
2638 2639 2640 |
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2638 def get_capacity_commitment @get_capacity_commitment end |
#get_reservation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_reservation
2608 2609 2610 |
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2608 def get_reservation @get_reservation end |
#list_assignments ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_assignments
2668 2669 2670 |
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2668 def list_assignments @list_assignments end |
#list_capacity_commitments ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_capacity_commitments
2633 2634 2635 |
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2633 def list_capacity_commitments @list_capacity_commitments end |
#list_reservations ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_reservations
2603 2604 2605 |
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2603 def list_reservations @list_reservations end |
#merge_capacity_commitments ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for merge_capacity_commitments
2658 2659 2660 |
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2658 def merge_capacity_commitments @merge_capacity_commitments end |
#move_assignment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for move_assignment
2688 2689 2690 |
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2688 def move_assignment @move_assignment end |
#search_all_assignments ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for search_all_assignments
2683 2684 2685 |
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2683 def search_all_assignments @search_all_assignments end |
#search_assignments ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for search_assignments
2678 2679 2680 |
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2678 def search_assignments @search_assignments end |
#split_capacity_commitment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for split_capacity_commitment
2653 2654 2655 |
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2653 def split_capacity_commitment @split_capacity_commitment end |
#update_assignment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_assignment
2693 2694 2695 |
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2693 def update_assignment @update_assignment end |
#update_bi_reservation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_bi_reservation
2703 2704 2705 |
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2703 def update_bi_reservation @update_bi_reservation end |
#update_capacity_commitment ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_capacity_commitment
2648 2649 2650 |
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2648 def update_capacity_commitment @update_capacity_commitment end |
#update_reservation ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_reservation
2618 2619 2620 |
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/client.rb', line 2618 def update_reservation @update_reservation end |