summaryrefslogtreecommitdiff
path: root/third_party/googleapis/google/rpc/rpc_publish.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/googleapis/google/rpc/rpc_publish.yaml')
-rw-r--r--third_party/googleapis/google/rpc/rpc_publish.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/third_party/googleapis/google/rpc/rpc_publish.yaml b/third_party/googleapis/google/rpc/rpc_publish.yaml
new file mode 100644
index 0000000..90a91e0
--- /dev/null
+++ b/third_party/googleapis/google/rpc/rpc_publish.yaml
@@ -0,0 +1,28 @@
+type: google.api.Service
+config_version: 1
+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.