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)


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

def create_assignment
  @create_assignment
end

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

RPC-specific configuration for create_capacity_commitment

Returns:

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


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

def create_capacity_commitment
  @create_capacity_commitment
end

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

RPC-specific configuration for create_reservation

Returns:

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


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

def create_reservation
  @create_reservation
end

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

RPC-specific configuration for create_reservation_group

Returns:

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


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

def create_reservation_group
  @create_reservation_group
end

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

RPC-specific configuration for delete_assignment

Returns:

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


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

def delete_assignment
  @delete_assignment
end

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

RPC-specific configuration for delete_capacity_commitment

Returns:

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


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

def delete_capacity_commitment
  @delete_capacity_commitment
end

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

RPC-specific configuration for delete_reservation

Returns:

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


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

def delete_reservation
  @delete_reservation
end

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

RPC-specific configuration for delete_reservation_group

Returns:

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


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

def delete_reservation_group
  @delete_reservation_group
end

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

RPC-specific configuration for failover_reservation

Returns:

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


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

def failover_reservation
  @failover_reservation
end

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

RPC-specific configuration for get_bi_reservation

Returns:

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


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

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)


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

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)


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

def get_iam_policy
  @get_iam_policy
end

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

RPC-specific configuration for get_reservation

Returns:

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


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

def get_reservation
  @get_reservation
end

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

RPC-specific configuration for get_reservation_group

Returns:

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


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

def get_reservation_group
  @get_reservation_group
end

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

RPC-specific configuration for list_assignments

Returns:

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


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

def list_assignments
  @list_assignments
end

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

RPC-specific configuration for list_capacity_commitments

Returns:

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


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

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)


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

def list_reservation_groups
  @list_reservation_groups
end

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

RPC-specific configuration for list_reservations

Returns:

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


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

def list_reservations
  @list_reservations
end

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

RPC-specific configuration for merge_capacity_commitments

Returns:

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


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

def merge_capacity_commitments
  @merge_capacity_commitments
end

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

RPC-specific configuration for move_assignment

Returns:

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


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

def move_assignment
  @move_assignment
end

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

RPC-specific configuration for search_all_assignments

Returns:

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


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

def search_all_assignments
  @search_all_assignments
end

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

RPC-specific configuration for search_assignments

Returns:

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


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

def search_assignments
  @search_assignments
end

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

RPC-specific configuration for set_iam_policy

Returns:

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


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

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)


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

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)


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

def test_iam_permissions
  @test_iam_permissions
end

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

RPC-specific configuration for update_assignment

Returns:

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


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

def update_assignment
  @update_assignment
end

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

RPC-specific configuration for update_bi_reservation

Returns:

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


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

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)


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

def update_capacity_commitment
  @update_capacity_commitment
end

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

RPC-specific configuration for update_reservation

Returns:

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


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

def update_reservation
  @update_reservation
end