Class: Google::Cloud::CommerceProducer::V1beta::CommerceTransaction::Rest::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::CommerceProducer::V1beta::CommerceTransaction::Rest::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/commerce_producer/v1beta/commerce_transaction/rest/client.rb
Overview
Configuration RPC class for the CommerceTransaction 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
-
#cancel_private_offer ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
cancel_private_offer. -
#create_private_offer ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_private_offer. -
#create_private_offer_document ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_private_offer_document. -
#delete_private_offer ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_private_offer. -
#delete_private_offer_document ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_private_offer_document. -
#get_private_offer ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_private_offer. -
#get_private_offer_document ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_private_offer_document. -
#get_service ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_service. -
#get_sku ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_sku. -
#get_sku_group ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_sku_group. -
#get_standard_offer ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_standard_offer. -
#list_private_offer_documents ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_private_offer_documents. -
#list_private_offers ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_private_offers. -
#list_services ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_services. -
#list_sku_groups ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_sku_groups. -
#list_skus ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_skus. -
#list_standard_offers ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
list_standard_offers. -
#publish_private_offer ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
publish_private_offer. -
#resolve_amendment_target ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
resolve_amendment_target. -
#update_private_offer ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_private_offer. -
#update_private_offer_document ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_private_offer_document.
Instance Attribute Details
#cancel_private_offer ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for cancel_private_offer
2275 2276 2277 |
# File 'lib/google/cloud/commerce_producer/v1beta/commerce_transaction/rest/client.rb', line 2275 def cancel_private_offer @cancel_private_offer end |
#create_private_offer ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_private_offer
2260 2261 2262 |
# File 'lib/google/cloud/commerce_producer/v1beta/commerce_transaction/rest/client.rb', line 2260 def create_private_offer @create_private_offer end |
#create_private_offer_document ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_private_offer_document
2295 2296 2297 |
# File 'lib/google/cloud/commerce_producer/v1beta/commerce_transaction/rest/client.rb', line 2295 def create_private_offer_document @create_private_offer_document end |
#delete_private_offer ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_private_offer
2280 2281 2282 |
# File 'lib/google/cloud/commerce_producer/v1beta/commerce_transaction/rest/client.rb', line 2280 def delete_private_offer @delete_private_offer end |
#delete_private_offer_document ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_private_offer_document
2305 2306 2307 |
# File 'lib/google/cloud/commerce_producer/v1beta/commerce_transaction/rest/client.rb', line 2305 def delete_private_offer_document @delete_private_offer_document end |
#get_private_offer ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_private_offer
2250 2251 2252 |
# File 'lib/google/cloud/commerce_producer/v1beta/commerce_transaction/rest/client.rb', line 2250 def get_private_offer @get_private_offer end |
#get_private_offer_document ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_private_offer_document
2290 2291 2292 |
# File 'lib/google/cloud/commerce_producer/v1beta/commerce_transaction/rest/client.rb', line 2290 def get_private_offer_document @get_private_offer_document end |
#get_service ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_service
2240 2241 2242 |
# File 'lib/google/cloud/commerce_producer/v1beta/commerce_transaction/rest/client.rb', line 2240 def get_service @get_service end |
#get_sku ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_sku
2320 2321 2322 |
# File 'lib/google/cloud/commerce_producer/v1beta/commerce_transaction/rest/client.rb', line 2320 def get_sku @get_sku end |
#get_sku_group ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_sku_group
2330 2331 2332 |
# File 'lib/google/cloud/commerce_producer/v1beta/commerce_transaction/rest/client.rb', line 2330 def get_sku_group @get_sku_group end |
#get_standard_offer ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_standard_offer
2315 2316 2317 |
# File 'lib/google/cloud/commerce_producer/v1beta/commerce_transaction/rest/client.rb', line 2315 def get_standard_offer @get_standard_offer end |
#list_private_offer_documents ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_private_offer_documents
2285 2286 2287 |
# File 'lib/google/cloud/commerce_producer/v1beta/commerce_transaction/rest/client.rb', line 2285 def list_private_offer_documents @list_private_offer_documents end |
#list_private_offers ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_private_offers
2245 2246 2247 |
# File 'lib/google/cloud/commerce_producer/v1beta/commerce_transaction/rest/client.rb', line 2245 def list_private_offers @list_private_offers end |
#list_services ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_services
2235 2236 2237 |
# File 'lib/google/cloud/commerce_producer/v1beta/commerce_transaction/rest/client.rb', line 2235 def list_services @list_services end |
#list_sku_groups ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_sku_groups
2335 2336 2337 |
# File 'lib/google/cloud/commerce_producer/v1beta/commerce_transaction/rest/client.rb', line 2335 def list_sku_groups @list_sku_groups end |
#list_skus ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_skus
2325 2326 2327 |
# File 'lib/google/cloud/commerce_producer/v1beta/commerce_transaction/rest/client.rb', line 2325 def list_skus @list_skus end |
#list_standard_offers ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for list_standard_offers
2310 2311 2312 |
# File 'lib/google/cloud/commerce_producer/v1beta/commerce_transaction/rest/client.rb', line 2310 def list_standard_offers @list_standard_offers end |
#publish_private_offer ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for publish_private_offer
2270 2271 2272 |
# File 'lib/google/cloud/commerce_producer/v1beta/commerce_transaction/rest/client.rb', line 2270 def publish_private_offer @publish_private_offer end |
#resolve_amendment_target ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for resolve_amendment_target
2255 2256 2257 |
# File 'lib/google/cloud/commerce_producer/v1beta/commerce_transaction/rest/client.rb', line 2255 def resolve_amendment_target @resolve_amendment_target end |
#update_private_offer ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_private_offer
2265 2266 2267 |
# File 'lib/google/cloud/commerce_producer/v1beta/commerce_transaction/rest/client.rb', line 2265 def update_private_offer @update_private_offer end |
#update_private_offer_document ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_private_offer_document
2300 2301 2302 |
# File 'lib/google/cloud/commerce_producer/v1beta/commerce_transaction/rest/client.rb', line 2300 def update_private_offer_document @update_private_offer_document end |