1type: google.api.Service 2config_version: 3 3name: cloudcommerceconsumerprocurement.googleapis.com 4title: Cloud Commerce Consumer Procurement API 5 6apis: 7- name: google.cloud.commerce.consumer.procurement.v1alpha1.ConsumerProcurementService 8- name: google.longrunning.Operations 9 10types: 11- name: google.cloud.commerce.consumer.procurement.v1alpha1.PlaceOrderMetadata 12 13documentation: 14 summary: Enables consumers to procure products served by Cloud Marketplace platform 15 16http: 17 rules: 18 - selector: google.longrunning.Operations.GetOperation 19 get: '/v1alpha1/{name=billingAccounts/*/orders/*/operations/*}' 20 additional_bindings: 21 - get: '/v1alpha1/{name=billingAccounts/*/orders/*/orderAttributions/*/operations/*}' 22 23authentication: 24 rules: 25 - selector: 'google.cloud.commerce.consumer.procurement.v1alpha1.ConsumerProcurementService.*' 26 oauth: 27 canonical_scopes: |- 28 https://www.googleapis.com/auth/cloud-platform 29 - selector: google.longrunning.Operations.GetOperation 30 oauth: 31 canonical_scopes: |- 32 https://www.googleapis.com/auth/cloud-platform 33