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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/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 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)


2358
2359
2360
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 2358

def create_assignment
  @create_assignment
end

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

RPC-specific configuration for create_capacity_commitment

Returns:

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


2323
2324
2325
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 2323

def create_capacity_commitment
  @create_capacity_commitment
end

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

RPC-specific configuration for create_reservation

Returns:

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


2298
2299
2300
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 2298

def create_reservation
  @create_reservation
end

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

RPC-specific configuration for delete_assignment

Returns:

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


2368
2369
2370
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 2368

def delete_assignment
  @delete_assignment
end

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

RPC-specific configuration for delete_capacity_commitment

Returns:

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


2338
2339
2340
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 2338

def delete_capacity_commitment
  @delete_capacity_commitment
end

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

RPC-specific configuration for delete_reservation

Returns:

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


2313
2314
2315
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 2313

def delete_reservation
  @delete_reservation
end

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

RPC-specific configuration for get_bi_reservation

Returns:

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


2393
2394
2395
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 2393

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)


2333
2334
2335
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 2333

def get_capacity_commitment
  @get_capacity_commitment
end

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

RPC-specific configuration for get_reservation

Returns:

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


2308
2309
2310
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 2308

def get_reservation
  @get_reservation
end

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

RPC-specific configuration for list_assignments

Returns:

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


2363
2364
2365
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 2363

def list_assignments
  @list_assignments
end

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

RPC-specific configuration for list_capacity_commitments

Returns:

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


2328
2329
2330
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 2328

def list_capacity_commitments
  @list_capacity_commitments
end

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

RPC-specific configuration for list_reservations

Returns:

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


2303
2304
2305
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 2303

def list_reservations
  @list_reservations
end

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

RPC-specific configuration for merge_capacity_commitments

Returns:

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


2353
2354
2355
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 2353

def merge_capacity_commitments
  @merge_capacity_commitments
end

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

RPC-specific configuration for move_assignment

Returns:

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


2383
2384
2385
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 2383

def move_assignment
  @move_assignment
end

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

RPC-specific configuration for search_all_assignments

Returns:

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


2378
2379
2380
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 2378

def search_all_assignments
  @search_all_assignments
end

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

RPC-specific configuration for search_assignments

Returns:

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


2373
2374
2375
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 2373

def search_assignments
  @search_assignments
end

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

RPC-specific configuration for split_capacity_commitment

Returns:

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


2348
2349
2350
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 2348

def split_capacity_commitment
  @split_capacity_commitment
end

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

RPC-specific configuration for update_assignment

Returns:

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


2388
2389
2390
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 2388

def update_assignment
  @update_assignment
end

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

RPC-specific configuration for update_bi_reservation

Returns:

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


2398
2399
2400
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 2398

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)


2343
2344
2345
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 2343

def update_capacity_commitment
  @update_capacity_commitment
end

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

RPC-specific configuration for update_reservation

Returns:

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


2318
2319
2320
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 2318

def update_reservation
  @update_reservation
end