issuerswitch_v1.yaml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. type: google.api.Service
  2. config_version: 3
  3. name: issuerswitch.googleapis.com
  4. title: Issuer switch API
  5. apis:
  6. - name: google.cloud.paymentgateway.issuerswitch.v1.IssuerSwitchResolutions
  7. - name: google.cloud.paymentgateway.issuerswitch.v1.IssuerSwitchRules
  8. - name: google.cloud.paymentgateway.issuerswitch.v1.IssuerSwitchTransactions
  9. - name: google.longrunning.Operations
  10. types:
  11. - name: google.cloud.paymentgateway.issuerswitch.v1.Complaint
  12. - name: google.cloud.paymentgateway.issuerswitch.v1.CreateComplaintMetadata
  13. - name: google.cloud.paymentgateway.issuerswitch.v1.CreateDisputeMetadata
  14. - name: google.cloud.paymentgateway.issuerswitch.v1.Dispute
  15. - name: google.cloud.paymentgateway.issuerswitch.v1.ExportComplaintTransactionsMetadata
  16. - name: google.cloud.paymentgateway.issuerswitch.v1.ExportComplaintTransactionsResponse
  17. - name: google.cloud.paymentgateway.issuerswitch.v1.ExportFinancialTransactionsMetadata
  18. - name: google.cloud.paymentgateway.issuerswitch.v1.ExportFinancialTransactionsResponse
  19. - name: google.cloud.paymentgateway.issuerswitch.v1.ExportMandateTransactionsMetadata
  20. - name: google.cloud.paymentgateway.issuerswitch.v1.ExportMandateTransactionsResponse
  21. - name: google.cloud.paymentgateway.issuerswitch.v1.ExportMetadataTransactionsMetadata
  22. - name: google.cloud.paymentgateway.issuerswitch.v1.ExportMetadataTransactionsResponse
  23. - name: google.cloud.paymentgateway.issuerswitch.v1.ResolveComplaintMetadata
  24. - name: google.cloud.paymentgateway.issuerswitch.v1.ResolveDisputeMetadata
  25. - name: google.cloud.paymentgateway.issuerswitch.v1.UpiTransaction
  26. http:
  27. rules:
  28. - selector: google.longrunning.Operations.GetOperation
  29. get: '/v1/{name=projects/*/operations/*}'
  30. - selector: google.longrunning.Operations.ListOperations
  31. get: '/v1/{name=projects/*}/operations'
  32. authentication:
  33. rules:
  34. - selector: 'google.cloud.paymentgateway.issuerswitch.v1.IssuerSwitchResolutions.*'
  35. oauth:
  36. canonical_scopes: |-
  37. https://www.googleapis.com/auth/cloud-platform
  38. - selector: 'google.cloud.paymentgateway.issuerswitch.v1.IssuerSwitchRules.*'
  39. oauth:
  40. canonical_scopes: |-
  41. https://www.googleapis.com/auth/cloud-platform
  42. - selector: 'google.cloud.paymentgateway.issuerswitch.v1.IssuerSwitchTransactions.*'
  43. oauth:
  44. canonical_scopes: |-
  45. https://www.googleapis.com/auth/cloud-platform