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