aboutsummaryrefslogtreecommitdiff
path: root/google/rpc/rpc_publish.yaml
blob: ea91204fbbf18ea9d5e9b40462348407d78ac7fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
type: google.api.Service
config_version: 0
name: rpc.googleapis.com
title: Google RPC Types

types:
- name: google.rpc.Status
- name: google.rpc.RetryInfo
- name: google.rpc.DebugInfo
- name: google.rpc.QuotaFailure
- name: google.rpc.BadRequest
- name: google.rpc.PreconditionFailure
- name: google.rpc.RequestInfo
- name: google.rpc.ResourceInfo
- name: google.rpc.Help
- name: google.rpc.LocalizedMessage

enums:
- name: google.rpc.Code

documentation:
  summary: Defines RPC types.
  overview: |-
    # Google RPC

    This package contains type definitions for general RPC systems. While
    [gRPC](https://github.com/grpc) is using these defintions, they are not
    designed specifically to support gRPC.