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.
 
 
 

545 lines
24 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/services/shared_criterion_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. // [SharedCriterionService.GetSharedCriterion][google.ads.googleads.v0.services.SharedCriterionService.GetSharedCriterion].
  26. type GetSharedCriterionRequest struct {
  27. // The resource name of the shared criterion 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 *GetSharedCriterionRequest) Reset() { *m = GetSharedCriterionRequest{} }
  34. func (m *GetSharedCriterionRequest) String() string { return proto.CompactTextString(m) }
  35. func (*GetSharedCriterionRequest) ProtoMessage() {}
  36. func (*GetSharedCriterionRequest) Descriptor() ([]byte, []int) {
  37. return fileDescriptor_shared_criterion_service_eb7666e13a33cd20, []int{0}
  38. }
  39. func (m *GetSharedCriterionRequest) XXX_Unmarshal(b []byte) error {
  40. return xxx_messageInfo_GetSharedCriterionRequest.Unmarshal(m, b)
  41. }
  42. func (m *GetSharedCriterionRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  43. return xxx_messageInfo_GetSharedCriterionRequest.Marshal(b, m, deterministic)
  44. }
  45. func (dst *GetSharedCriterionRequest) XXX_Merge(src proto.Message) {
  46. xxx_messageInfo_GetSharedCriterionRequest.Merge(dst, src)
  47. }
  48. func (m *GetSharedCriterionRequest) XXX_Size() int {
  49. return xxx_messageInfo_GetSharedCriterionRequest.Size(m)
  50. }
  51. func (m *GetSharedCriterionRequest) XXX_DiscardUnknown() {
  52. xxx_messageInfo_GetSharedCriterionRequest.DiscardUnknown(m)
  53. }
  54. var xxx_messageInfo_GetSharedCriterionRequest proto.InternalMessageInfo
  55. func (m *GetSharedCriterionRequest) GetResourceName() string {
  56. if m != nil {
  57. return m.ResourceName
  58. }
  59. return ""
  60. }
  61. // Request message for
  62. // [SharedCriterionService.MutateSharedCriteria][google.ads.googleads.v0.services.SharedCriterionService.MutateSharedCriteria].
  63. type MutateSharedCriteriaRequest struct {
  64. // The ID of the customer whose shared criteria 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 shared criteria.
  67. Operations []*SharedCriterionOperation `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 *MutateSharedCriteriaRequest) Reset() { *m = MutateSharedCriteriaRequest{} }
  81. func (m *MutateSharedCriteriaRequest) String() string { return proto.CompactTextString(m) }
  82. func (*MutateSharedCriteriaRequest) ProtoMessage() {}
  83. func (*MutateSharedCriteriaRequest) Descriptor() ([]byte, []int) {
  84. return fileDescriptor_shared_criterion_service_eb7666e13a33cd20, []int{1}
  85. }
  86. func (m *MutateSharedCriteriaRequest) XXX_Unmarshal(b []byte) error {
  87. return xxx_messageInfo_MutateSharedCriteriaRequest.Unmarshal(m, b)
  88. }
  89. func (m *MutateSharedCriteriaRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  90. return xxx_messageInfo_MutateSharedCriteriaRequest.Marshal(b, m, deterministic)
  91. }
  92. func (dst *MutateSharedCriteriaRequest) XXX_Merge(src proto.Message) {
  93. xxx_messageInfo_MutateSharedCriteriaRequest.Merge(dst, src)
  94. }
  95. func (m *MutateSharedCriteriaRequest) XXX_Size() int {
  96. return xxx_messageInfo_MutateSharedCriteriaRequest.Size(m)
  97. }
  98. func (m *MutateSharedCriteriaRequest) XXX_DiscardUnknown() {
  99. xxx_messageInfo_MutateSharedCriteriaRequest.DiscardUnknown(m)
  100. }
  101. var xxx_messageInfo_MutateSharedCriteriaRequest proto.InternalMessageInfo
  102. func (m *MutateSharedCriteriaRequest) GetCustomerId() string {
  103. if m != nil {
  104. return m.CustomerId
  105. }
  106. return ""
  107. }
  108. func (m *MutateSharedCriteriaRequest) GetOperations() []*SharedCriterionOperation {
  109. if m != nil {
  110. return m.Operations
  111. }
  112. return nil
  113. }
  114. func (m *MutateSharedCriteriaRequest) GetPartialFailure() bool {
  115. if m != nil {
  116. return m.PartialFailure
  117. }
  118. return false
  119. }
  120. func (m *MutateSharedCriteriaRequest) GetValidateOnly() bool {
  121. if m != nil {
  122. return m.ValidateOnly
  123. }
  124. return false
  125. }
  126. // A single operation (create, remove) on an shared criterion.
  127. type SharedCriterionOperation struct {
  128. // The mutate operation.
  129. //
  130. // Types that are valid to be assigned to Operation:
  131. // *SharedCriterionOperation_Create
  132. // *SharedCriterionOperation_Remove
  133. Operation isSharedCriterionOperation_Operation `protobuf_oneof:"operation"`
  134. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  135. XXX_unrecognized []byte `json:"-"`
  136. XXX_sizecache int32 `json:"-"`
  137. }
  138. func (m *SharedCriterionOperation) Reset() { *m = SharedCriterionOperation{} }
  139. func (m *SharedCriterionOperation) String() string { return proto.CompactTextString(m) }
  140. func (*SharedCriterionOperation) ProtoMessage() {}
  141. func (*SharedCriterionOperation) Descriptor() ([]byte, []int) {
  142. return fileDescriptor_shared_criterion_service_eb7666e13a33cd20, []int{2}
  143. }
  144. func (m *SharedCriterionOperation) XXX_Unmarshal(b []byte) error {
  145. return xxx_messageInfo_SharedCriterionOperation.Unmarshal(m, b)
  146. }
  147. func (m *SharedCriterionOperation) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  148. return xxx_messageInfo_SharedCriterionOperation.Marshal(b, m, deterministic)
  149. }
  150. func (dst *SharedCriterionOperation) XXX_Merge(src proto.Message) {
  151. xxx_messageInfo_SharedCriterionOperation.Merge(dst, src)
  152. }
  153. func (m *SharedCriterionOperation) XXX_Size() int {
  154. return xxx_messageInfo_SharedCriterionOperation.Size(m)
  155. }
  156. func (m *SharedCriterionOperation) XXX_DiscardUnknown() {
  157. xxx_messageInfo_SharedCriterionOperation.DiscardUnknown(m)
  158. }
  159. var xxx_messageInfo_SharedCriterionOperation proto.InternalMessageInfo
  160. type isSharedCriterionOperation_Operation interface {
  161. isSharedCriterionOperation_Operation()
  162. }
  163. type SharedCriterionOperation_Create struct {
  164. Create *resources.SharedCriterion `protobuf:"bytes,1,opt,name=create,proto3,oneof"`
  165. }
  166. type SharedCriterionOperation_Remove struct {
  167. Remove string `protobuf:"bytes,3,opt,name=remove,proto3,oneof"`
  168. }
  169. func (*SharedCriterionOperation_Create) isSharedCriterionOperation_Operation() {}
  170. func (*SharedCriterionOperation_Remove) isSharedCriterionOperation_Operation() {}
  171. func (m *SharedCriterionOperation) GetOperation() isSharedCriterionOperation_Operation {
  172. if m != nil {
  173. return m.Operation
  174. }
  175. return nil
  176. }
  177. func (m *SharedCriterionOperation) GetCreate() *resources.SharedCriterion {
  178. if x, ok := m.GetOperation().(*SharedCriterionOperation_Create); ok {
  179. return x.Create
  180. }
  181. return nil
  182. }
  183. func (m *SharedCriterionOperation) GetRemove() string {
  184. if x, ok := m.GetOperation().(*SharedCriterionOperation_Remove); ok {
  185. return x.Remove
  186. }
  187. return ""
  188. }
  189. // XXX_OneofFuncs is for the internal use of the proto package.
  190. func (*SharedCriterionOperation) 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 _SharedCriterionOperation_OneofMarshaler, _SharedCriterionOperation_OneofUnmarshaler, _SharedCriterionOperation_OneofSizer, []interface{}{
  192. (*SharedCriterionOperation_Create)(nil),
  193. (*SharedCriterionOperation_Remove)(nil),
  194. }
  195. }
  196. func _SharedCriterionOperation_OneofMarshaler(msg proto.Message, b *proto.Buffer) error {
  197. m := msg.(*SharedCriterionOperation)
  198. // operation
  199. switch x := m.Operation.(type) {
  200. case *SharedCriterionOperation_Create:
  201. b.EncodeVarint(1<<3 | proto.WireBytes)
  202. if err := b.EncodeMessage(x.Create); err != nil {
  203. return err
  204. }
  205. case *SharedCriterionOperation_Remove:
  206. b.EncodeVarint(3<<3 | proto.WireBytes)
  207. b.EncodeStringBytes(x.Remove)
  208. case nil:
  209. default:
  210. return fmt.Errorf("SharedCriterionOperation.Operation has unexpected type %T", x)
  211. }
  212. return nil
  213. }
  214. func _SharedCriterionOperation_OneofUnmarshaler(msg proto.Message, tag, wire int, b *proto.Buffer) (bool, error) {
  215. m := msg.(*SharedCriterionOperation)
  216. switch tag {
  217. case 1: // operation.create
  218. if wire != proto.WireBytes {
  219. return true, proto.ErrInternalBadWireType
  220. }
  221. msg := new(resources.SharedCriterion)
  222. err := b.DecodeMessage(msg)
  223. m.Operation = &SharedCriterionOperation_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 = &SharedCriterionOperation_Remove{x}
  231. return true, err
  232. default:
  233. return false, nil
  234. }
  235. }
  236. func _SharedCriterionOperation_OneofSizer(msg proto.Message) (n int) {
  237. m := msg.(*SharedCriterionOperation)
  238. // operation
  239. switch x := m.Operation.(type) {
  240. case *SharedCriterionOperation_Create:
  241. s := proto.Size(x.Create)
  242. n += 1 // tag and wire
  243. n += proto.SizeVarint(uint64(s))
  244. n += s
  245. case *SharedCriterionOperation_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 shared criterion mutate.
  256. type MutateSharedCriteriaResponse 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 []*MutateSharedCriterionResult `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 *MutateSharedCriteriaResponse) Reset() { *m = MutateSharedCriteriaResponse{} }
  269. func (m *MutateSharedCriteriaResponse) String() string { return proto.CompactTextString(m) }
  270. func (*MutateSharedCriteriaResponse) ProtoMessage() {}
  271. func (*MutateSharedCriteriaResponse) Descriptor() ([]byte, []int) {
  272. return fileDescriptor_shared_criterion_service_eb7666e13a33cd20, []int{3}
  273. }
  274. func (m *MutateSharedCriteriaResponse) XXX_Unmarshal(b []byte) error {
  275. return xxx_messageInfo_MutateSharedCriteriaResponse.Unmarshal(m, b)
  276. }
  277. func (m *MutateSharedCriteriaResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  278. return xxx_messageInfo_MutateSharedCriteriaResponse.Marshal(b, m, deterministic)
  279. }
  280. func (dst *MutateSharedCriteriaResponse) XXX_Merge(src proto.Message) {
  281. xxx_messageInfo_MutateSharedCriteriaResponse.Merge(dst, src)
  282. }
  283. func (m *MutateSharedCriteriaResponse) XXX_Size() int {
  284. return xxx_messageInfo_MutateSharedCriteriaResponse.Size(m)
  285. }
  286. func (m *MutateSharedCriteriaResponse) XXX_DiscardUnknown() {
  287. xxx_messageInfo_MutateSharedCriteriaResponse.DiscardUnknown(m)
  288. }
  289. var xxx_messageInfo_MutateSharedCriteriaResponse proto.InternalMessageInfo
  290. func (m *MutateSharedCriteriaResponse) GetPartialFailureError() *status.Status {
  291. if m != nil {
  292. return m.PartialFailureError
  293. }
  294. return nil
  295. }
  296. func (m *MutateSharedCriteriaResponse) GetResults() []*MutateSharedCriterionResult {
  297. if m != nil {
  298. return m.Results
  299. }
  300. return nil
  301. }
  302. // The result for the shared criterion mutate.
  303. type MutateSharedCriterionResult 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 *MutateSharedCriterionResult) Reset() { *m = MutateSharedCriterionResult{} }
  311. func (m *MutateSharedCriterionResult) String() string { return proto.CompactTextString(m) }
  312. func (*MutateSharedCriterionResult) ProtoMessage() {}
  313. func (*MutateSharedCriterionResult) Descriptor() ([]byte, []int) {
  314. return fileDescriptor_shared_criterion_service_eb7666e13a33cd20, []int{4}
  315. }
  316. func (m *MutateSharedCriterionResult) XXX_Unmarshal(b []byte) error {
  317. return xxx_messageInfo_MutateSharedCriterionResult.Unmarshal(m, b)
  318. }
  319. func (m *MutateSharedCriterionResult) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  320. return xxx_messageInfo_MutateSharedCriterionResult.Marshal(b, m, deterministic)
  321. }
  322. func (dst *MutateSharedCriterionResult) XXX_Merge(src proto.Message) {
  323. xxx_messageInfo_MutateSharedCriterionResult.Merge(dst, src)
  324. }
  325. func (m *MutateSharedCriterionResult) XXX_Size() int {
  326. return xxx_messageInfo_MutateSharedCriterionResult.Size(m)
  327. }
  328. func (m *MutateSharedCriterionResult) XXX_DiscardUnknown() {
  329. xxx_messageInfo_MutateSharedCriterionResult.DiscardUnknown(m)
  330. }
  331. var xxx_messageInfo_MutateSharedCriterionResult proto.InternalMessageInfo
  332. func (m *MutateSharedCriterionResult) GetResourceName() string {
  333. if m != nil {
  334. return m.ResourceName
  335. }
  336. return ""
  337. }
  338. func init() {
  339. proto.RegisterType((*GetSharedCriterionRequest)(nil), "google.ads.googleads.v0.services.GetSharedCriterionRequest")
  340. proto.RegisterType((*MutateSharedCriteriaRequest)(nil), "google.ads.googleads.v0.services.MutateSharedCriteriaRequest")
  341. proto.RegisterType((*SharedCriterionOperation)(nil), "google.ads.googleads.v0.services.SharedCriterionOperation")
  342. proto.RegisterType((*MutateSharedCriteriaResponse)(nil), "google.ads.googleads.v0.services.MutateSharedCriteriaResponse")
  343. proto.RegisterType((*MutateSharedCriterionResult)(nil), "google.ads.googleads.v0.services.MutateSharedCriterionResult")
  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. // SharedCriterionServiceClient is the client API for SharedCriterionService 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 SharedCriterionServiceClient interface {
  355. // Returns the requested shared criterion in full detail.
  356. GetSharedCriterion(ctx context.Context, in *GetSharedCriterionRequest, opts ...grpc.CallOption) (*resources.SharedCriterion, error)
  357. // Creates or removes shared criteria. Operation statuses are returned.
  358. MutateSharedCriteria(ctx context.Context, in *MutateSharedCriteriaRequest, opts ...grpc.CallOption) (*MutateSharedCriteriaResponse, error)
  359. }
  360. type sharedCriterionServiceClient struct {
  361. cc *grpc.ClientConn
  362. }
  363. func NewSharedCriterionServiceClient(cc *grpc.ClientConn) SharedCriterionServiceClient {
  364. return &sharedCriterionServiceClient{cc}
  365. }
  366. func (c *sharedCriterionServiceClient) GetSharedCriterion(ctx context.Context, in *GetSharedCriterionRequest, opts ...grpc.CallOption) (*resources.SharedCriterion, error) {
  367. out := new(resources.SharedCriterion)
  368. err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.SharedCriterionService/GetSharedCriterion", in, out, opts...)
  369. if err != nil {
  370. return nil, err
  371. }
  372. return out, nil
  373. }
  374. func (c *sharedCriterionServiceClient) MutateSharedCriteria(ctx context.Context, in *MutateSharedCriteriaRequest, opts ...grpc.CallOption) (*MutateSharedCriteriaResponse, error) {
  375. out := new(MutateSharedCriteriaResponse)
  376. err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.SharedCriterionService/MutateSharedCriteria", in, out, opts...)
  377. if err != nil {
  378. return nil, err
  379. }
  380. return out, nil
  381. }
  382. // SharedCriterionServiceServer is the server API for SharedCriterionService service.
  383. type SharedCriterionServiceServer interface {
  384. // Returns the requested shared criterion in full detail.
  385. GetSharedCriterion(context.Context, *GetSharedCriterionRequest) (*resources.SharedCriterion, error)
  386. // Creates or removes shared criteria. Operation statuses are returned.
  387. MutateSharedCriteria(context.Context, *MutateSharedCriteriaRequest) (*MutateSharedCriteriaResponse, error)
  388. }
  389. func RegisterSharedCriterionServiceServer(s *grpc.Server, srv SharedCriterionServiceServer) {
  390. s.RegisterService(&_SharedCriterionService_serviceDesc, srv)
  391. }
  392. func _SharedCriterionService_GetSharedCriterion_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  393. in := new(GetSharedCriterionRequest)
  394. if err := dec(in); err != nil {
  395. return nil, err
  396. }
  397. if interceptor == nil {
  398. return srv.(SharedCriterionServiceServer).GetSharedCriterion(ctx, in)
  399. }
  400. info := &grpc.UnaryServerInfo{
  401. Server: srv,
  402. FullMethod: "/google.ads.googleads.v0.services.SharedCriterionService/GetSharedCriterion",
  403. }
  404. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  405. return srv.(SharedCriterionServiceServer).GetSharedCriterion(ctx, req.(*GetSharedCriterionRequest))
  406. }
  407. return interceptor(ctx, in, info, handler)
  408. }
  409. func _SharedCriterionService_MutateSharedCriteria_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  410. in := new(MutateSharedCriteriaRequest)
  411. if err := dec(in); err != nil {
  412. return nil, err
  413. }
  414. if interceptor == nil {
  415. return srv.(SharedCriterionServiceServer).MutateSharedCriteria(ctx, in)
  416. }
  417. info := &grpc.UnaryServerInfo{
  418. Server: srv,
  419. FullMethod: "/google.ads.googleads.v0.services.SharedCriterionService/MutateSharedCriteria",
  420. }
  421. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  422. return srv.(SharedCriterionServiceServer).MutateSharedCriteria(ctx, req.(*MutateSharedCriteriaRequest))
  423. }
  424. return interceptor(ctx, in, info, handler)
  425. }
  426. var _SharedCriterionService_serviceDesc = grpc.ServiceDesc{
  427. ServiceName: "google.ads.googleads.v0.services.SharedCriterionService",
  428. HandlerType: (*SharedCriterionServiceServer)(nil),
  429. Methods: []grpc.MethodDesc{
  430. {
  431. MethodName: "GetSharedCriterion",
  432. Handler: _SharedCriterionService_GetSharedCriterion_Handler,
  433. },
  434. {
  435. MethodName: "MutateSharedCriteria",
  436. Handler: _SharedCriterionService_MutateSharedCriteria_Handler,
  437. },
  438. },
  439. Streams: []grpc.StreamDesc{},
  440. Metadata: "google/ads/googleads/v0/services/shared_criterion_service.proto",
  441. }
  442. func init() {
  443. proto.RegisterFile("google/ads/googleads/v0/services/shared_criterion_service.proto", fileDescriptor_shared_criterion_service_eb7666e13a33cd20)
  444. }
  445. var fileDescriptor_shared_criterion_service_eb7666e13a33cd20 = []byte{
  446. // 664 bytes of a gzipped FileDescriptorProto
  447. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0xcf, 0x6a, 0xd4, 0x40,
  448. 0x18, 0x37, 0x59, 0xa9, 0x76, 0xb6, 0x2a, 0x8c, 0xff, 0xe2, 0xb6, 0xe8, 0x12, 0x0b, 0x96, 0x3d,
  449. 0x24, 0x21, 0xbd, 0x94, 0x94, 0x56, 0x77, 0xc5, 0xb6, 0x82, 0xda, 0x92, 0x42, 0x85, 0xb2, 0x10,
  450. 0xa6, 0xc9, 0x34, 0x06, 0x92, 0x4c, 0x9c, 0x99, 0xac, 0x94, 0xd2, 0x4b, 0x5f, 0xc0, 0x83, 0x6f,
  451. 0xe0, 0xd1, 0xa3, 0x2f, 0xd0, 0xbb, 0x57, 0xf1, 0x0d, 0x3c, 0x88, 0x4f, 0x21, 0xc9, 0x64, 0xd6,
  452. 0xee, 0x9a, 0x65, 0x65, 0x6f, 0x33, 0xdf, 0xf7, 0xcd, 0xef, 0xfb, 0xfd, 0xbe, 0x3f, 0x03, 0x9e,
  453. 0x86, 0x84, 0x84, 0x31, 0x36, 0x51, 0xc0, 0x4c, 0x71, 0x2c, 0x4e, 0x03, 0xcb, 0x64, 0x98, 0x0e,
  454. 0x22, 0x1f, 0x33, 0x93, 0xbd, 0x43, 0x14, 0x07, 0x9e, 0x4f, 0x23, 0x8e, 0x69, 0x44, 0x52, 0xaf,
  455. 0xf2, 0x18, 0x19, 0x25, 0x9c, 0xc0, 0xb6, 0x78, 0x65, 0xa0, 0x80, 0x19, 0x43, 0x00, 0x63, 0x60,
  456. 0x19, 0x12, 0xa0, 0xb5, 0x36, 0x29, 0x05, 0xc5, 0x8c, 0xe4, 0xb4, 0x2e, 0x87, 0xc0, 0x6e, 0x2d,
  457. 0xc9, 0x97, 0x59, 0x64, 0xa2, 0x34, 0x25, 0x1c, 0xf1, 0x88, 0xa4, 0xac, 0xf2, 0x3e, 0xac, 0xbc,
  458. 0xe5, 0xed, 0x28, 0x3f, 0x36, 0x3f, 0x50, 0x94, 0x65, 0x98, 0x4a, 0xff, 0xfd, 0xca, 0x4f, 0x33,
  459. 0xdf, 0x64, 0x1c, 0xf1, 0xbc, 0x72, 0xe8, 0xcf, 0xc0, 0x83, 0x6d, 0xcc, 0xf7, 0xcb, 0x9c, 0xcf,
  460. 0x65, 0x4a, 0x17, 0xbf, 0xcf, 0x31, 0xe3, 0xf0, 0x31, 0xb8, 0x21, 0x79, 0x79, 0x29, 0x4a, 0xb0,
  461. 0xa6, 0xb4, 0x95, 0x95, 0x79, 0x77, 0x41, 0x1a, 0xdf, 0xa0, 0x04, 0xeb, 0xbf, 0x14, 0xb0, 0xf8,
  462. 0x3a, 0xe7, 0x88, 0xe3, 0x11, 0x14, 0x24, 0x41, 0x1e, 0x81, 0xa6, 0x9f, 0x33, 0x4e, 0x12, 0x4c,
  463. 0xbd, 0x28, 0xa8, 0x20, 0x80, 0x34, 0xbd, 0x0c, 0xe0, 0x21, 0x00, 0x24, 0xc3, 0x54, 0xe8, 0xd1,
  464. 0xd4, 0x76, 0x63, 0xa5, 0x69, 0x3b, 0xc6, 0xb4, 0x52, 0x1a, 0x63, 0x9c, 0x77, 0x25, 0x84, 0x7b,
  465. 0x09, 0x0d, 0x3e, 0x01, 0xb7, 0x32, 0x44, 0x79, 0x84, 0x62, 0xef, 0x18, 0x45, 0x71, 0x4e, 0xb1,
  466. 0xd6, 0x68, 0x2b, 0x2b, 0xd7, 0xdd, 0x9b, 0x95, 0x79, 0x4b, 0x58, 0x0b, 0xa9, 0x03, 0x14, 0x47,
  467. 0x01, 0xe2, 0xd8, 0x23, 0x69, 0x7c, 0xa2, 0x5d, 0x2d, 0xc3, 0x16, 0xa4, 0x71, 0x37, 0x8d, 0x4f,
  468. 0xf4, 0x8f, 0x0a, 0xd0, 0x26, 0xa5, 0x85, 0xaf, 0xc0, 0x9c, 0x4f, 0x31, 0xe2, 0xa2, 0x4a, 0x4d,
  469. 0xdb, 0x9e, 0x28, 0x61, 0xd8, 0xeb, 0x71, 0x0d, 0x3b, 0x57, 0xdc, 0x0a, 0x03, 0x6a, 0x60, 0x8e,
  470. 0xe2, 0x84, 0x0c, 0x04, 0xdf, 0xf9, 0xc2, 0x23, 0xee, 0xbd, 0x26, 0x98, 0x1f, 0x0a, 0xd4, 0x2f,
  471. 0x14, 0xb0, 0x54, 0x5f, 0x7c, 0x96, 0x91, 0x94, 0x61, 0xb8, 0x05, 0xee, 0x8e, 0x15, 0xc0, 0xc3,
  472. 0x94, 0x12, 0x5a, 0xc2, 0x36, 0x6d, 0x28, 0x49, 0xd2, 0xcc, 0x37, 0xf6, 0xcb, 0xc1, 0x70, 0x6f,
  473. 0x8f, 0x96, 0xe6, 0x45, 0x11, 0x0e, 0xdf, 0x82, 0x6b, 0x14, 0xb3, 0x3c, 0xe6, 0xb2, 0x43, 0x1b,
  474. 0xd3, 0x3b, 0x54, 0x43, 0xac, 0x98, 0xad, 0x02, 0xc5, 0x95, 0x68, 0x7a, 0xaf, 0x76, 0x7a, 0x64,
  475. 0xdc, 0x7f, 0x8d, 0xa0, 0xfd, 0xb5, 0x01, 0xee, 0x8d, 0x3d, 0xdf, 0x17, 0x24, 0xe0, 0x85, 0x02,
  476. 0xe0, 0xbf, 0x03, 0x0e, 0xd7, 0xa7, 0xb3, 0x9f, 0xb8, 0x16, 0xad, 0x19, 0x3a, 0xab, 0xaf, 0x9d,
  477. 0x7f, 0xff, 0xf9, 0x49, 0xb5, 0xa1, 0x55, 0x2c, 0xfb, 0xe9, 0x88, 0xa4, 0x0d, 0xb9, 0x0b, 0xcc,
  478. 0xec, 0x54, 0xdb, 0x2f, 0xdb, 0x68, 0x76, 0xce, 0xe0, 0x0f, 0x05, 0xdc, 0xa9, 0x6b, 0x31, 0x9c,
  479. 0xad, 0x03, 0x72, 0x2f, 0x5b, 0x9b, 0xb3, 0x3e, 0x17, 0x93, 0xa5, 0x6f, 0x96, 0x8a, 0xd6, 0xf4,
  480. 0xd5, 0x42, 0xd1, 0x5f, 0x09, 0xa7, 0x97, 0x96, 0x7d, 0xa3, 0x73, 0x36, 0x26, 0xc8, 0x49, 0x4a,
  481. 0x48, 0x47, 0xe9, 0xf4, 0xce, 0x55, 0xb0, 0xec, 0x93, 0x64, 0x2a, 0x8b, 0xde, 0x62, 0x7d, 0x6b,
  482. 0xf7, 0x8a, 0xff, 0x6b, 0x4f, 0x39, 0xdc, 0xa9, 0x00, 0x42, 0x12, 0xa3, 0x34, 0x34, 0x08, 0x0d,
  483. 0xcd, 0x10, 0xa7, 0xe5, 0xef, 0x26, 0xbf, 0xd8, 0x2c, 0x62, 0x93, 0x3f, 0xf5, 0x75, 0x79, 0xf8,
  484. 0xac, 0x36, 0xb6, 0xbb, 0xdd, 0x2f, 0x6a, 0x7b, 0x5b, 0x00, 0x76, 0x03, 0x66, 0x88, 0x63, 0x71,
  485. 0x3a, 0xb0, 0x8c, 0x2a, 0x31, 0xfb, 0x26, 0x43, 0xfa, 0xdd, 0x80, 0xf5, 0x87, 0x21, 0xfd, 0x03,
  486. 0xab, 0x2f, 0x43, 0x7e, 0xab, 0xcb, 0xc2, 0xee, 0x38, 0xdd, 0x80, 0x39, 0xce, 0x30, 0xc8, 0x71,
  487. 0x0e, 0x2c, 0xc7, 0x91, 0x61, 0x47, 0x73, 0x25, 0xcf, 0xd5, 0x3f, 0x01, 0x00, 0x00, 0xff, 0xff,
  488. 0x3d, 0x7f, 0xcc, 0x3d, 0x7b, 0x06, 0x00, 0x00,
  489. }