選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

594 行
26 KiB

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