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.
 
 
 

515 lines
22 KiB

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