You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

547 lines
23 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/services/feed_mapping_service.proto
  3. package services // import "google.golang.org/genproto/googleapis/ads/googleads/v0/services"
  4. import proto "github.com/golang/protobuf/proto"
  5. import fmt "fmt"
  6. import math "math"
  7. import _ "github.com/golang/protobuf/ptypes/wrappers"
  8. import resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources"
  9. import _ "google.golang.org/genproto/googleapis/api/annotations"
  10. import status "google.golang.org/genproto/googleapis/rpc/status"
  11. import (
  12. context "golang.org/x/net/context"
  13. grpc "google.golang.org/grpc"
  14. )
  15. // Reference imports to suppress errors if they are not otherwise used.
  16. var _ = proto.Marshal
  17. var _ = fmt.Errorf
  18. var _ = math.Inf
  19. // This is a compile-time assertion to ensure that this generated file
  20. // is compatible with the proto package it is being compiled against.
  21. // A compilation error at this line likely means your copy of the
  22. // proto package needs to be updated.
  23. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  24. // Request message for
  25. // [FeedMappingService.GetFeedMapping][google.ads.googleads.v0.services.FeedMappingService.GetFeedMapping].
  26. type GetFeedMappingRequest struct {
  27. // The resource name of the feed mapping to fetch.
  28. ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
  29. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  30. XXX_unrecognized []byte `json:"-"`
  31. XXX_sizecache int32 `json:"-"`
  32. }
  33. func (m *GetFeedMappingRequest) Reset() { *m = GetFeedMappingRequest{} }
  34. func (m *GetFeedMappingRequest) String() string { return proto.CompactTextString(m) }
  35. func (*GetFeedMappingRequest) ProtoMessage() {}
  36. func (*GetFeedMappingRequest) Descriptor() ([]byte, []int) {
  37. return fileDescriptor_feed_mapping_service_be319f3aef939115, []int{0}
  38. }
  39. func (m *GetFeedMappingRequest) XXX_Unmarshal(b []byte) error {
  40. return xxx_messageInfo_GetFeedMappingRequest.Unmarshal(m, b)
  41. }
  42. func (m *GetFeedMappingRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  43. return xxx_messageInfo_GetFeedMappingRequest.Marshal(b, m, deterministic)
  44. }
  45. func (dst *GetFeedMappingRequest) XXX_Merge(src proto.Message) {
  46. xxx_messageInfo_GetFeedMappingRequest.Merge(dst, src)
  47. }
  48. func (m *GetFeedMappingRequest) XXX_Size() int {
  49. return xxx_messageInfo_GetFeedMappingRequest.Size(m)
  50. }
  51. func (m *GetFeedMappingRequest) XXX_DiscardUnknown() {
  52. xxx_messageInfo_GetFeedMappingRequest.DiscardUnknown(m)
  53. }
  54. var xxx_messageInfo_GetFeedMappingRequest proto.InternalMessageInfo
  55. func (m *GetFeedMappingRequest) GetResourceName() string {
  56. if m != nil {
  57. return m.ResourceName
  58. }
  59. return ""
  60. }
  61. // Request message for
  62. // [FeedMappingService.MutateFeedMappings][google.ads.googleads.v0.services.FeedMappingService.MutateFeedMappings].
  63. type MutateFeedMappingsRequest struct {
  64. // The ID of the customer whose feed mappings are being modified.
  65. CustomerId string `protobuf:"bytes,1,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
  66. // The list of operations to perform on individual feed mappings.
  67. Operations []*FeedMappingOperation `protobuf:"bytes,2,rep,name=operations,proto3" json:"operations,omitempty"`
  68. // If true, successful operations will be carried out and invalid
  69. // operations will return errors. If false, all operations will be carried
  70. // out in one transaction if and only if they are all valid.
  71. // Default is false.
  72. PartialFailure bool `protobuf:"varint,3,opt,name=partial_failure,json=partialFailure,proto3" json:"partial_failure,omitempty"`
  73. // If true, the request is validated but not executed. Only errors are
  74. // returned, not results.
  75. ValidateOnly bool `protobuf:"varint,4,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"`
  76. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  77. XXX_unrecognized []byte `json:"-"`
  78. XXX_sizecache int32 `json:"-"`
  79. }
  80. func (m *MutateFeedMappingsRequest) Reset() { *m = MutateFeedMappingsRequest{} }
  81. func (m *MutateFeedMappingsRequest) String() string { return proto.CompactTextString(m) }
  82. func (*MutateFeedMappingsRequest) ProtoMessage() {}
  83. func (*MutateFeedMappingsRequest) Descriptor() ([]byte, []int) {
  84. return fileDescriptor_feed_mapping_service_be319f3aef939115, []int{1}
  85. }
  86. func (m *MutateFeedMappingsRequest) XXX_Unmarshal(b []byte) error {
  87. return xxx_messageInfo_MutateFeedMappingsRequest.Unmarshal(m, b)
  88. }
  89. func (m *MutateFeedMappingsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  90. return xxx_messageInfo_MutateFeedMappingsRequest.Marshal(b, m, deterministic)
  91. }
  92. func (dst *MutateFeedMappingsRequest) XXX_Merge(src proto.Message) {
  93. xxx_messageInfo_MutateFeedMappingsRequest.Merge(dst, src)
  94. }
  95. func (m *MutateFeedMappingsRequest) XXX_Size() int {
  96. return xxx_messageInfo_MutateFeedMappingsRequest.Size(m)
  97. }
  98. func (m *MutateFeedMappingsRequest) XXX_DiscardUnknown() {
  99. xxx_messageInfo_MutateFeedMappingsRequest.DiscardUnknown(m)
  100. }
  101. var xxx_messageInfo_MutateFeedMappingsRequest proto.InternalMessageInfo
  102. func (m *MutateFeedMappingsRequest) GetCustomerId() string {
  103. if m != nil {
  104. return m.CustomerId
  105. }
  106. return ""
  107. }
  108. func (m *MutateFeedMappingsRequest) GetOperations() []*FeedMappingOperation {
  109. if m != nil {
  110. return m.Operations
  111. }
  112. return nil
  113. }
  114. func (m *MutateFeedMappingsRequest) GetPartialFailure() bool {
  115. if m != nil {
  116. return m.PartialFailure
  117. }
  118. return false
  119. }
  120. func (m *MutateFeedMappingsRequest) GetValidateOnly() bool {
  121. if m != nil {
  122. return m.ValidateOnly
  123. }
  124. return false
  125. }
  126. // A single operation (create, remove) on a feed mapping.
  127. type FeedMappingOperation struct {
  128. // The mutate operation.
  129. //
  130. // Types that are valid to be assigned to Operation:
  131. // *FeedMappingOperation_Create
  132. // *FeedMappingOperation_Remove
  133. Operation isFeedMappingOperation_Operation `protobuf_oneof:"operation"`
  134. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  135. XXX_unrecognized []byte `json:"-"`
  136. XXX_sizecache int32 `json:"-"`
  137. }
  138. func (m *FeedMappingOperation) Reset() { *m = FeedMappingOperation{} }
  139. func (m *FeedMappingOperation) String() string { return proto.CompactTextString(m) }
  140. func (*FeedMappingOperation) ProtoMessage() {}
  141. func (*FeedMappingOperation) Descriptor() ([]byte, []int) {
  142. return fileDescriptor_feed_mapping_service_be319f3aef939115, []int{2}
  143. }
  144. func (m *FeedMappingOperation) XXX_Unmarshal(b []byte) error {
  145. return xxx_messageInfo_FeedMappingOperation.Unmarshal(m, b)
  146. }
  147. func (m *FeedMappingOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  148. return xxx_messageInfo_FeedMappingOperation.Marshal(b, m, deterministic)
  149. }
  150. func (dst *FeedMappingOperation) XXX_Merge(src proto.Message) {
  151. xxx_messageInfo_FeedMappingOperation.Merge(dst, src)
  152. }
  153. func (m *FeedMappingOperation) XXX_Size() int {
  154. return xxx_messageInfo_FeedMappingOperation.Size(m)
  155. }
  156. func (m *FeedMappingOperation) XXX_DiscardUnknown() {
  157. xxx_messageInfo_FeedMappingOperation.DiscardUnknown(m)
  158. }
  159. var xxx_messageInfo_FeedMappingOperation proto.InternalMessageInfo
  160. type isFeedMappingOperation_Operation interface {
  161. isFeedMappingOperation_Operation()
  162. }
  163. type FeedMappingOperation_Create struct {
  164. Create *resources.FeedMapping `protobuf:"bytes,1,opt,name=create,proto3,oneof"`
  165. }
  166. type FeedMappingOperation_Remove struct {
  167. Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"`
  168. }
  169. func (*FeedMappingOperation_Create) isFeedMappingOperation_Operation() {}
  170. func (*FeedMappingOperation_Remove) isFeedMappingOperation_Operation() {}
  171. func (m *FeedMappingOperation) GetOperation() isFeedMappingOperation_Operation {
  172. if m != nil {
  173. return m.Operation
  174. }
  175. return nil
  176. }
  177. func (m *FeedMappingOperation) GetCreate() *resources.FeedMapping {
  178. if x, ok := m.GetOperation().(*FeedMappingOperation_Create); ok {
  179. return x.Create
  180. }
  181. return nil
  182. }
  183. func (m *FeedMappingOperation) GetRemove() string {
  184. if x, ok := m.GetOperation().(*FeedMappingOperation_Remove); ok {
  185. return x.Remove
  186. }
  187. return ""
  188. }
  189. // XXX_OneofFuncs is for the internal use of the proto package.
  190. func (*FeedMappingOperation) XXX_OneofFuncs() (func(msg proto.Message, b *proto.Buffer) error, func(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error), func(msg proto.Message) (n int), []interface{}) {
  191. return _FeedMappingOperation_OneofMarshaler, _FeedMappingOperation_OneofUnmarshaler, _FeedMappingOperation_OneofSizer, []interface{}{
  192. (*FeedMappingOperation_Create)(nil),
  193. (*FeedMappingOperation_Remove)(nil),
  194. }
  195. }
  196. func _FeedMappingOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error {
  197. m := msg.(*FeedMappingOperation)
  198. // operation
  199. switch x := m.Operation.(type) {
  200. case *FeedMappingOperation_Create:
  201. b.EncodeVarint(1<<3 | proto.WireBytes)
  202. if err := b.EncodeMessage(x.Create); err != nil {
  203. return err
  204. }
  205. case *FeedMappingOperation_Remove:
  206. b.EncodeVarint(3<<3 | proto.WireBytes)
  207. b.EncodeStringBytes(x.Remove)
  208. case nil:
  209. default:
  210. return fmt.Errorf("FeedMappingOperation.Operation has unexpected type %T", x)
  211. }
  212. return nil
  213. }
  214. func _FeedMappingOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) {
  215. m := msg.(*FeedMappingOperation)
  216. switch tag {
  217. case 1: // operation.create
  218. if wire != proto.WireBytes {
  219. return true, proto.ErrInternalBadWireType
  220. }
  221. msg := new(resources.FeedMapping)
  222. err := b.DecodeMessage(msg)
  223. m.Operation = &FeedMappingOperation_Create{msg}
  224. return true, err
  225. case 3: // operation.remove
  226. if wire != proto.WireBytes {
  227. return true, proto.ErrInternalBadWireType
  228. }
  229. x, err := b.DecodeStringBytes()
  230. m.Operation = &FeedMappingOperation_Remove{x}
  231. return true, err
  232. default:
  233. return false, nil
  234. }
  235. }
  236. func _FeedMappingOperation_OneofSizer(msg proto.Message) (n int) {
  237. m := msg.(*FeedMappingOperation)
  238. // operation
  239. switch x := m.Operation.(type) {
  240. case *FeedMappingOperation_Create:
  241. s := proto.Size(x.Create)
  242. n += 1 // tag and wire
  243. n += proto.SizeVarint(uint64(s))
  244. n += s
  245. case *FeedMappingOperation_Remove:
  246. n += 1 // tag and wire
  247. n += proto.SizeVarint(uint64(len(x.Remove)))
  248. n += len(x.Remove)
  249. case nil:
  250. default:
  251. panic(fmt.Sprintf("proto: unexpected type %T in oneof", x))
  252. }
  253. return n
  254. }
  255. // Response message for a feed mapping mutate.
  256. type MutateFeedMappingsResponse struct {
  257. // Errors that pertain to operation failures in the partial failure mode.
  258. // Returned only when partial_failure = true and all errors occur inside the
  259. // operations. If any errors occur outside the operations (e.g. auth errors),
  260. // we return an RPC level error.
  261. PartialFailureError *status.Status `protobuf:"bytes,3,opt,name=partial_failure_error,json=partialFailureError,proto3" json:"partial_failure_error,omitempty"`
  262. // All results for the mutate.
  263. Results []*MutateFeedMappingResult `protobuf:"bytes,2,rep,name=results,proto3" json:"results,omitempty"`
  264. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  265. XXX_unrecognized []byte `json:"-"`
  266. XXX_sizecache int32 `json:"-"`
  267. }
  268. func (m *MutateFeedMappingsResponse) Reset() { *m = MutateFeedMappingsResponse{} }
  269. func (m *MutateFeedMappingsResponse) String() string { return proto.CompactTextString(m) }
  270. func (*MutateFeedMappingsResponse) ProtoMessage() {}
  271. func (*MutateFeedMappingsResponse) Descriptor() ([]byte, []int) {
  272. return fileDescriptor_feed_mapping_service_be319f3aef939115, []int{3}
  273. }
  274. func (m *MutateFeedMappingsResponse) XXX_Unmarshal(b []byte) error {
  275. return xxx_messageInfo_MutateFeedMappingsResponse.Unmarshal(m, b)
  276. }
  277. func (m *MutateFeedMappingsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  278. return xxx_messageInfo_MutateFeedMappingsResponse.Marshal(b, m, deterministic)
  279. }
  280. func (dst *MutateFeedMappingsResponse) XXX_Merge(src proto.Message) {
  281. xxx_messageInfo_MutateFeedMappingsResponse.Merge(dst, src)
  282. }
  283. func (m *MutateFeedMappingsResponse) XXX_Size() int {
  284. return xxx_messageInfo_MutateFeedMappingsResponse.Size(m)
  285. }
  286. func (m *MutateFeedMappingsResponse) XXX_DiscardUnknown() {
  287. xxx_messageInfo_MutateFeedMappingsResponse.DiscardUnknown(m)
  288. }
  289. var xxx_messageInfo_MutateFeedMappingsResponse proto.InternalMessageInfo
  290. func (m *MutateFeedMappingsResponse) GetPartialFailureError() *status.Status {
  291. if m != nil {
  292. return m.PartialFailureError
  293. }
  294. return nil
  295. }
  296. func (m *MutateFeedMappingsResponse) GetResults() []*MutateFeedMappingResult {
  297. if m != nil {
  298. return m.Results
  299. }
  300. return nil
  301. }
  302. // The result for the feed mapping mutate.
  303. type MutateFeedMappingResult struct {
  304. // Returned for successful operations.
  305. ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
  306. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  307. XXX_unrecognized []byte `json:"-"`
  308. XXX_sizecache int32 `json:"-"`
  309. }
  310. func (m *MutateFeedMappingResult) Reset() { *m = MutateFeedMappingResult{} }
  311. func (m *MutateFeedMappingResult) String() string { return proto.CompactTextString(m) }
  312. func (*MutateFeedMappingResult) ProtoMessage() {}
  313. func (*MutateFeedMappingResult) Descriptor() ([]byte, []int) {
  314. return fileDescriptor_feed_mapping_service_be319f3aef939115, []int{4}
  315. }
  316. func (m *MutateFeedMappingResult) XXX_Unmarshal(b []byte) error {
  317. return xxx_messageInfo_MutateFeedMappingResult.Unmarshal(m, b)
  318. }
  319. func (m *MutateFeedMappingResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  320. return xxx_messageInfo_MutateFeedMappingResult.Marshal(b, m, deterministic)
  321. }
  322. func (dst *MutateFeedMappingResult) XXX_Merge(src proto.Message) {
  323. xxx_messageInfo_MutateFeedMappingResult.Merge(dst, src)
  324. }
  325. func (m *MutateFeedMappingResult) XXX_Size() int {
  326. return xxx_messageInfo_MutateFeedMappingResult.Size(m)
  327. }
  328. func (m *MutateFeedMappingResult) XXX_DiscardUnknown() {
  329. xxx_messageInfo_MutateFeedMappingResult.DiscardUnknown(m)
  330. }
  331. var xxx_messageInfo_MutateFeedMappingResult proto.InternalMessageInfo
  332. func (m *MutateFeedMappingResult) GetResourceName() string {
  333. if m != nil {
  334. return m.ResourceName
  335. }
  336. return ""
  337. }
  338. func init() {
  339. proto.RegisterType((*GetFeedMappingRequest)(nil), "google.ads.googleads.v0.services.GetFeedMappingRequest")
  340. proto.RegisterType((*MutateFeedMappingsRequest)(nil), "google.ads.googleads.v0.services.MutateFeedMappingsRequest")
  341. proto.RegisterType((*FeedMappingOperation)(nil), "google.ads.googleads.v0.services.FeedMappingOperation")
  342. proto.RegisterType((*MutateFeedMappingsResponse)(nil), "google.ads.googleads.v0.services.MutateFeedMappingsResponse")
  343. proto.RegisterType((*MutateFeedMappingResult)(nil), "google.ads.googleads.v0.services.MutateFeedMappingResult")
  344. }
  345. // Reference imports to suppress errors if they are not otherwise used.
  346. var _ context.Context
  347. var _ grpc.ClientConn
  348. // This is a compile-time assertion to ensure that this generated file
  349. // is compatible with the grpc package it is being compiled against.
  350. const _ = grpc.SupportPackageIsVersion4
  351. // FeedMappingServiceClient is the client API for FeedMappingService service.
  352. //
  353. // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  354. type FeedMappingServiceClient interface {
  355. // Returns the requested feed mapping in full detail.
  356. GetFeedMapping(ctx context.Context, in *GetFeedMappingRequest, opts ...grpc.CallOption) (*resources.FeedMapping, error)
  357. // Creates or removes feed mappings. Operation statuses are
  358. // returned.
  359. MutateFeedMappings(ctx context.Context, in *MutateFeedMappingsRequest, opts ...grpc.CallOption) (*MutateFeedMappingsResponse, error)
  360. }
  361. type feedMappingServiceClient struct {
  362. cc *grpc.ClientConn
  363. }
  364. func NewFeedMappingServiceClient(cc *grpc.ClientConn) FeedMappingServiceClient {
  365. return &feedMappingServiceClient{cc}
  366. }
  367. func (c *feedMappingServiceClient) GetFeedMapping(ctx context.Context, in *GetFeedMappingRequest, opts ...grpc.CallOption) (*resources.FeedMapping, error) {
  368. out := new(resources.FeedMapping)
  369. err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.FeedMappingService/GetFeedMapping", in, out, opts...)
  370. if err != nil {
  371. return nil, err
  372. }
  373. return out, nil
  374. }
  375. func (c *feedMappingServiceClient) MutateFeedMappings(ctx context.Context, in *MutateFeedMappingsRequest, opts ...grpc.CallOption) (*MutateFeedMappingsResponse, error) {
  376. out := new(MutateFeedMappingsResponse)
  377. err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.FeedMappingService/MutateFeedMappings", in, out, opts...)
  378. if err != nil {
  379. return nil, err
  380. }
  381. return out, nil
  382. }
  383. // FeedMappingServiceServer is the server API for FeedMappingService service.
  384. type FeedMappingServiceServer interface {
  385. // Returns the requested feed mapping in full detail.
  386. GetFeedMapping(context.Context, *GetFeedMappingRequest) (*resources.FeedMapping, error)
  387. // Creates or removes feed mappings. Operation statuses are
  388. // returned.
  389. MutateFeedMappings(context.Context, *MutateFeedMappingsRequest) (*MutateFeedMappingsResponse, error)
  390. }
  391. func RegisterFeedMappingServiceServer(s *grpc.Server, srv FeedMappingServiceServer) {
  392. s.RegisterService(&_FeedMappingService_serviceDesc, srv)
  393. }
  394. func _FeedMappingService_GetFeedMapping_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  395. in := new(GetFeedMappingRequest)
  396. if err := dec(in); err != nil {
  397. return nil, err
  398. }
  399. if interceptor == nil {
  400. return srv.(FeedMappingServiceServer).GetFeedMapping(ctx, in)
  401. }
  402. info := &grpc.UnaryServerInfo{
  403. Server: srv,
  404. FullMethod: "/google.ads.googleads.v0.services.FeedMappingService/GetFeedMapping",
  405. }
  406. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  407. return srv.(FeedMappingServiceServer).GetFeedMapping(ctx, req.(*GetFeedMappingRequest))
  408. }
  409. return interceptor(ctx, in, info, handler)
  410. }
  411. func _FeedMappingService_MutateFeedMappings_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  412. in := new(MutateFeedMappingsRequest)
  413. if err := dec(in); err != nil {
  414. return nil, err
  415. }
  416. if interceptor == nil {
  417. return srv.(FeedMappingServiceServer).MutateFeedMappings(ctx, in)
  418. }
  419. info := &grpc.UnaryServerInfo{
  420. Server: srv,
  421. FullMethod: "/google.ads.googleads.v0.services.FeedMappingService/MutateFeedMappings",
  422. }
  423. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  424. return srv.(FeedMappingServiceServer).MutateFeedMappings(ctx, req.(*MutateFeedMappingsRequest))
  425. }
  426. return interceptor(ctx, in, info, handler)
  427. }
  428. var _FeedMappingService_serviceDesc = grpc.ServiceDesc{
  429. ServiceName: "google.ads.googleads.v0.services.FeedMappingService",
  430. HandlerType: (*FeedMappingServiceServer)(nil),
  431. Methods: []grpc.MethodDesc{
  432. {
  433. MethodName: "GetFeedMapping",
  434. Handler: _FeedMappingService_GetFeedMapping_Handler,
  435. },
  436. {
  437. MethodName: "MutateFeedMappings",
  438. Handler: _FeedMappingService_MutateFeedMappings_Handler,
  439. },
  440. },
  441. Streams: []grpc.StreamDesc{},
  442. Metadata: "google/ads/googleads/v0/services/feed_mapping_service.proto",
  443. }
  444. func init() {
  445. proto.RegisterFile("google/ads/googleads/v0/services/feed_mapping_service.proto", fileDescriptor_feed_mapping_service_be319f3aef939115)
  446. }
  447. var fileDescriptor_feed_mapping_service_be319f3aef939115 = []byte{
  448. // 663 bytes of a gzipped FileDescriptorProto
  449. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x4f, 0x6b, 0x13, 0x4f,
  450. 0x18, 0xfe, 0x6d, 0xf2, 0xa3, 0xda, 0x49, 0xad, 0x30, 0x5a, 0x1a, 0x83, 0x68, 0x58, 0x0b, 0x96,
  451. 0x1c, 0x66, 0x63, 0x94, 0x8a, 0xdb, 0x56, 0x48, 0xc1, 0xb6, 0x1e, 0x6a, 0xcb, 0x16, 0x72, 0x90,
  452. 0xc0, 0x32, 0xcd, 0xbe, 0x5d, 0x16, 0x76, 0x77, 0xd6, 0x99, 0xd9, 0x48, 0x29, 0xbd, 0x78, 0xf1,
  453. 0x03, 0x78, 0xf1, 0xec, 0xd1, 0x9b, 0x47, 0xbf, 0x82, 0xe0, 0xc9, 0x6f, 0x20, 0x9e, 0xfc, 0x10,
  454. 0x22, 0xbb, 0xb3, 0x13, 0x37, 0x6d, 0x42, 0xb4, 0xb7, 0x99, 0xf7, 0x7d, 0x9f, 0xe7, 0x7d, 0xde,
  455. 0x3f, 0x33, 0x68, 0xdd, 0x67, 0xcc, 0x0f, 0xc1, 0xa2, 0x9e, 0xb0, 0xd4, 0x31, 0x3b, 0x0d, 0xdb,
  456. 0x96, 0x00, 0x3e, 0x0c, 0x06, 0x20, 0xac, 0x63, 0x00, 0xcf, 0x8d, 0x68, 0x92, 0x04, 0xb1, 0xef,
  457. 0x16, 0x56, 0x92, 0x70, 0x26, 0x19, 0x6e, 0x2a, 0x04, 0xa1, 0x9e, 0x20, 0x23, 0x30, 0x19, 0xb6,
  458. 0x89, 0x06, 0x37, 0x1e, 0x4d, 0xa3, 0xe7, 0x20, 0x58, 0xca, 0xcf, 0xf3, 0x2b, 0xde, 0xc6, 0x6d,
  459. 0x8d, 0x4a, 0x02, 0x8b, 0xc6, 0x31, 0x93, 0x54, 0x06, 0x2c, 0x16, 0x85, 0xf7, 0x4e, 0xe1, 0xcd,
  460. 0x6f, 0x47, 0xe9, 0xb1, 0xf5, 0x9a, 0xd3, 0x24, 0x01, 0xae, 0xfd, 0xcb, 0x85, 0x9f, 0x27, 0x03,
  461. 0x4b, 0x48, 0x2a, 0xd3, 0xc2, 0x61, 0x6e, 0xa0, 0xa5, 0x1d, 0x90, 0xdb, 0x00, 0xde, 0x9e, 0x4a,
  462. 0xe7, 0xc0, 0xab, 0x14, 0x84, 0xc4, 0xf7, 0xd0, 0x35, 0xad, 0xc7, 0x8d, 0x69, 0x04, 0x75, 0xa3,
  463. 0x69, 0xac, 0xce, 0x3b, 0x0b, 0xda, 0xf8, 0x82, 0x46, 0x60, 0x7e, 0x37, 0xd0, 0xad, 0xbd, 0x54,
  464. 0x52, 0x09, 0x25, 0x06, 0xa1, 0x29, 0xee, 0xa2, 0xda, 0x20, 0x15, 0x92, 0x45, 0xc0, 0xdd, 0xc0,
  465. 0x2b, 0x08, 0x90, 0x36, 0x3d, 0xf7, 0x70, 0x0f, 0x21, 0x96, 0x00, 0x57, 0x95, 0xd4, 0x2b, 0xcd,
  466. 0xea, 0x6a, 0xad, 0xb3, 0x46, 0x66, 0x35, 0x90, 0x94, 0x72, 0xed, 0x6b, 0xb8, 0x53, 0x62, 0xc2,
  467. 0xf7, 0xd1, 0xf5, 0x84, 0x72, 0x19, 0xd0, 0xd0, 0x3d, 0xa6, 0x41, 0x98, 0x72, 0xa8, 0x57, 0x9b,
  468. 0xc6, 0xea, 0x55, 0x67, 0xb1, 0x30, 0x6f, 0x2b, 0x6b, 0x56, 0xe4, 0x90, 0x86, 0x81, 0x47, 0x25,
  469. 0xb8, 0x2c, 0x0e, 0x4f, 0xea, 0xff, 0xe7, 0x61, 0x0b, 0xda, 0xb8, 0x1f, 0x87, 0x27, 0xe6, 0x5b,
  470. 0x03, 0xdd, 0x9c, 0x94, 0x12, 0xef, 0xa2, 0xb9, 0x01, 0x07, 0x2a, 0x55, 0x6f, 0x6a, 0x1d, 0x32,
  471. 0x55, 0xfa, 0x68, 0xb2, 0x65, 0xed, 0xbb, 0xff, 0x39, 0x05, 0x1e, 0xd7, 0xd1, 0x1c, 0x87, 0x88,
  472. 0x0d, 0x95, 0xce, 0xf9, 0xcc, 0xa3, 0xee, 0x5b, 0x35, 0x34, 0x3f, 0x2a, 0xcc, 0xfc, 0x6c, 0xa0,
  473. 0xc6, 0xa4, 0x76, 0x8b, 0x84, 0xc5, 0x02, 0xf0, 0x36, 0x5a, 0x3a, 0x57, 0xb6, 0x0b, 0x9c, 0x33,
  474. 0x9e, 0x93, 0xd6, 0x3a, 0x58, 0xcb, 0xe3, 0xc9, 0x80, 0x1c, 0xe6, 0x4b, 0xe0, 0xdc, 0x18, 0x6f,
  475. 0xc8, 0xb3, 0x2c, 0x1c, 0x1f, 0xa2, 0x2b, 0x1c, 0x44, 0x1a, 0x4a, 0x3d, 0x93, 0x27, 0xb3, 0x67,
  476. 0x72, 0x41, 0x96, 0x93, 0x33, 0x38, 0x9a, 0xc9, 0x7c, 0x8a, 0x96, 0xa7, 0xc4, 0xfc, 0xd5, 0xaa,
  477. 0x75, 0xde, 0x57, 0x11, 0x2e, 0x41, 0x0f, 0x55, 0x62, 0xfc, 0xc9, 0x40, 0x8b, 0xe3, 0x0b, 0x8c,
  478. 0x1f, 0xcf, 0x56, 0x3b, 0x71, 0xe5, 0x1b, 0xff, 0x38, 0x3f, 0x73, 0xed, 0xcd, 0xb7, 0x1f, 0xef,
  479. 0x2a, 0x6d, 0x4c, 0xb2, 0xc7, 0x7b, 0x3a, 0x56, 0xc2, 0xa6, 0xde, 0x72, 0x61, 0xb5, 0xf2, 0xd7,
  480. 0xac, 0x87, 0x65, 0xb5, 0xce, 0xf0, 0x57, 0x03, 0xe1, 0x8b, 0x63, 0xc4, 0xeb, 0x97, 0xe8, 0xb2,
  481. 0x7e, 0x6b, 0x8d, 0x8d, 0xcb, 0x81, 0xd5, 0xe6, 0x98, 0x1b, 0x79, 0x25, 0x6b, 0xe6, 0x83, 0xac,
  482. 0x92, 0x3f, 0xd2, 0x4f, 0x4b, 0xcf, 0x77, 0xb3, 0x75, 0x36, 0x56, 0x88, 0x1d, 0xe5, 0x74, 0xb6,
  483. 0xd1, 0xda, 0xfa, 0x65, 0xa0, 0x95, 0x01, 0x8b, 0x66, 0x2a, 0xd8, 0x5a, 0xbe, 0x38, 0xc0, 0x83,
  484. 0xec, 0x17, 0x3a, 0x30, 0x5e, 0xee, 0x16, 0x60, 0x9f, 0x85, 0x34, 0xf6, 0x09, 0xe3, 0xbe, 0xe5,
  485. 0x43, 0x9c, 0xff, 0x51, 0xfa, 0x93, 0x4c, 0x02, 0x31, 0xfd, 0x4b, 0x5e, 0xd7, 0x87, 0x0f, 0x95,
  486. 0xea, 0x4e, 0xb7, 0xfb, 0xb1, 0xd2, 0xdc, 0x51, 0x84, 0x5d, 0x4f, 0x10, 0x75, 0xcc, 0x4e, 0xbd,
  487. 0x36, 0x29, 0x12, 0x8b, 0x2f, 0x3a, 0xa4, 0xdf, 0xf5, 0x44, 0x7f, 0x14, 0xd2, 0xef, 0xb5, 0xfb,
  488. 0x3a, 0xe4, 0x67, 0x65, 0x45, 0xd9, 0x6d, 0xbb, 0xeb, 0x09, 0xdb, 0x1e, 0x05, 0xd9, 0x76, 0xaf,
  489. 0x6d, 0xdb, 0x3a, 0xec, 0x68, 0x2e, 0xd7, 0xf9, 0xf0, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0x1c,
  490. 0x40, 0x3b, 0xda, 0x39, 0x06, 0x00, 0x00,
  491. }