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.
    • :jitter (type: Numeric) - The jitter in seconds. Default: 1.0.
    • :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)


3119
3120
3121
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3119

def create_assignment
  @create_assignment
end

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

RPC-specific configuration for create_capacity_commitment

Returns:

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


3084
3085
3086
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3084

def create_capacity_commitment
  @create_capacity_commitment
end

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

RPC-specific configuration for create_reservation

Returns:

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


3054
3055
3056
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3054

def create_reservation
  @create_reservation
end

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

RPC-specific configuration for create_reservation_group

Returns:

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


3179
3180
3181
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3179

def create_reservation_group
  @create_reservation_group
end

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

RPC-specific configuration for delete_assignment

Returns:

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


3129
3130
3131
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3129

def delete_assignment
  @delete_assignment
end

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

RPC-specific configuration for delete_capacity_commitment

Returns:

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


3099
3100
3101
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3099

def delete_capacity_commitment
  @delete_capacity_commitment
end

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

RPC-specific configuration for delete_reservation

Returns:

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


3069
3070
3071
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3069

def delete_reservation
  @delete_reservation
end

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

RPC-specific configuration for delete_reservation_group

Returns:

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


3189
3190
3191
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3189

def delete_reservation_group
  @delete_reservation_group
end

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

RPC-specific configuration for failover_reservation

Returns:

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


3079
3080
3081
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3079

def failover_reservation
  @failover_reservation
end

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

RPC-specific configuration for get_bi_reservation

Returns:

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


3154
3155
3156
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3154

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)


3094
3095
3096
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3094

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)


3164
3165
3166
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3164

def get_iam_policy
  @get_iam_policy
end

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

RPC-specific configuration for get_reservation

Returns:

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


3064
3065
3066
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3064

def get_reservation
  @get_reservation
end

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

RPC-specific configuration for get_reservation_group

Returns:

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


3184
3185
3186
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3184

def get_reservation_group
  @get_reservation_group
end

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

RPC-specific configuration for list_assignments

Returns:

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


3124
3125
3126
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3124

def list_assignments
  @list_assignments
end

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

RPC-specific configuration for list_capacity_commitments

Returns:

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


3089
3090
3091
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3089

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)


3194
3195
3196
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3194

def list_reservation_groups
  @list_reservation_groups
end

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

RPC-specific configuration for list_reservations

Returns:

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


3059
3060
3061
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3059

def list_reservations
  @list_reservations
end

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

RPC-specific configuration for merge_capacity_commitments

Returns:

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


3114
3115
3116
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3114

def merge_capacity_commitments
  @merge_capacity_commitments
end

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

RPC-specific configuration for move_assignment

Returns:

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


3144
3145
3146
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3144

def move_assignment
  @move_assignment
end

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

RPC-specific configuration for search_all_assignments

Returns:

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


3139
3140
3141
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3139

def search_all_assignments
  @search_all_assignments
end

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

RPC-specific configuration for search_assignments

Returns:

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


3134
3135
3136
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3134

def search_assignments
  @search_assignments
end

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

RPC-specific configuration for set_iam_policy

Returns:

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


3169
3170
3171
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3169

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)


3109
3110
3111
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3109

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)


3174
3175
3176
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3174

def test_iam_permissions
  @test_iam_permissions
end

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

RPC-specific configuration for update_assignment

Returns:

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


3149
3150
3151
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3149

def update_assignment
  @update_assignment
end

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

RPC-specific configuration for update_bi_reservation

Returns:

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


3159
3160
3161
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3159

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)


3104
3105
3106
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3104

def update_capacity_commitment
  @update_capacity_commitment
end

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

RPC-specific configuration for update_reservation

Returns:

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


3074
3075
3076
# File 'lib/google/cloud/bigquery/reservation/v1/reservation_service/rest/client.rb', line 3074

def update_reservation
  @update_reservation
end