type google.golang.org/genproto/googleapis/rpc/errdetails.RequestInfo

11 uses

	google.golang.org/genproto/googleapis/rpc/errdetails (current package)
		error_details.pb.go#L432: type RequestInfo struct {
		error_details.pb.go#L445: func (x *RequestInfo) Reset() {
		error_details.pb.go#L446: 	*x = RequestInfo{}
		error_details.pb.go#L454: func (x *RequestInfo) String() string {
		error_details.pb.go#L458: func (*RequestInfo) ProtoMessage() {}
		error_details.pb.go#L460: func (x *RequestInfo) ProtoReflect() protoreflect.Message {
		error_details.pb.go#L473: func (*RequestInfo) Descriptor() ([]byte, []int) {
		error_details.pb.go#L477: func (x *RequestInfo) GetRequestId() string {
		error_details.pb.go#L484: func (x *RequestInfo) GetServingData() string {
		error_details.pb.go#L1065: 	(*RequestInfo)(nil),                   // 6: google.rpc.RequestInfo
		error_details.pb.go#L1169: 			switch v := v.(*RequestInfo); i {