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.
 
 
 

562 line
25 KiB

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