rpc_publish.yaml 712 B

12345678910111213141516171819202122232425262728
  1. type: google.api.Service
  2. config_version: 1
  3. name: rpc.googleapis.com
  4. title: Google RPC Types
  5. types:
  6. - name: google.rpc.Status
  7. - name: google.rpc.RetryInfo
  8. - name: google.rpc.DebugInfo
  9. - name: google.rpc.QuotaFailure
  10. - name: google.rpc.BadRequest
  11. - name: google.rpc.PreconditionFailure
  12. - name: google.rpc.RequestInfo
  13. - name: google.rpc.ResourceInfo
  14. - name: google.rpc.Help
  15. - name: google.rpc.LocalizedMessage
  16. enums:
  17. - name: google.rpc.Code
  18. documentation:
  19. summary: Defines RPC types.
  20. overview: |-
  21. # Google RPC
  22. This package contains type definitions for general RPC systems. While
  23. [gRPC](https://github.com/grpc) is using these defintions, they are not
  24. designed specifically to support gRPC.