Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 

349 рядки
16 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/services/google_ads_field_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 resources "google.golang.org/genproto/googleapis/ads/googleads/v0/resources"
  8. import _ "google.golang.org/genproto/googleapis/api/annotations"
  9. import (
  10. context "golang.org/x/net/context"
  11. grpc "google.golang.org/grpc"
  12. )
  13. // Reference imports to suppress errors if they are not otherwise used.
  14. var _ = proto.Marshal
  15. var _ = fmt.Errorf
  16. var _ = math.Inf
  17. // This is a compile-time assertion to ensure that this generated file
  18. // is compatible with the proto package it is being compiled against.
  19. // A compilation error at this line likely means your copy of the
  20. // proto package needs to be updated.
  21. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  22. // Request message for
  23. // [GoogleAdsFieldService.GetGoogleAdsField][google.ads.googleads.v0.services.GoogleAdsFieldService.GetGoogleAdsField].
  24. type GetGoogleAdsFieldRequest struct {
  25. // The resource name of the field to get.
  26. ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
  27. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  28. XXX_unrecognized []byte `json:"-"`
  29. XXX_sizecache int32 `json:"-"`
  30. }
  31. func (m *GetGoogleAdsFieldRequest) Reset() { *m = GetGoogleAdsFieldRequest{} }
  32. func (m *GetGoogleAdsFieldRequest) String() string { return proto.CompactTextString(m) }
  33. func (*GetGoogleAdsFieldRequest) ProtoMessage() {}
  34. func (*GetGoogleAdsFieldRequest) Descriptor() ([]byte, []int) {
  35. return fileDescriptor_google_ads_field_service_d89cb2ddce8b241d, []int{0}
  36. }
  37. func (m *GetGoogleAdsFieldRequest) XXX_Unmarshal(b []byte) error {
  38. return xxx_messageInfo_GetGoogleAdsFieldRequest.Unmarshal(m, b)
  39. }
  40. func (m *GetGoogleAdsFieldRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  41. return xxx_messageInfo_GetGoogleAdsFieldRequest.Marshal(b, m, deterministic)
  42. }
  43. func (dst *GetGoogleAdsFieldRequest) XXX_Merge(src proto.Message) {
  44. xxx_messageInfo_GetGoogleAdsFieldRequest.Merge(dst, src)
  45. }
  46. func (m *GetGoogleAdsFieldRequest) XXX_Size() int {
  47. return xxx_messageInfo_GetGoogleAdsFieldRequest.Size(m)
  48. }
  49. func (m *GetGoogleAdsFieldRequest) XXX_DiscardUnknown() {
  50. xxx_messageInfo_GetGoogleAdsFieldRequest.DiscardUnknown(m)
  51. }
  52. var xxx_messageInfo_GetGoogleAdsFieldRequest proto.InternalMessageInfo
  53. func (m *GetGoogleAdsFieldRequest) GetResourceName() string {
  54. if m != nil {
  55. return m.ResourceName
  56. }
  57. return ""
  58. }
  59. // Request message for
  60. // [GoogleAdsFieldService.SearchGoogleAdsFields][google.ads.googleads.v0.services.GoogleAdsFieldService.SearchGoogleAdsFields].
  61. type SearchGoogleAdsFieldsRequest struct {
  62. // The query string.
  63. Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
  64. // Token of the page to retrieve. If not specified, the first page of
  65. // results will be returned. Use the value obtained from `next_page_token`
  66. // in the previous response in order to request the next page of results.
  67. PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
  68. // Number of elements to retrieve in a single page.
  69. // When too large a page is requested, the server may decide to further
  70. // limit the number of returned resources.
  71. PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
  72. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  73. XXX_unrecognized []byte `json:"-"`
  74. XXX_sizecache int32 `json:"-"`
  75. }
  76. func (m *SearchGoogleAdsFieldsRequest) Reset() { *m = SearchGoogleAdsFieldsRequest{} }
  77. func (m *SearchGoogleAdsFieldsRequest) String() string { return proto.CompactTextString(m) }
  78. func (*SearchGoogleAdsFieldsRequest) ProtoMessage() {}
  79. func (*SearchGoogleAdsFieldsRequest) Descriptor() ([]byte, []int) {
  80. return fileDescriptor_google_ads_field_service_d89cb2ddce8b241d, []int{1}
  81. }
  82. func (m *SearchGoogleAdsFieldsRequest) XXX_Unmarshal(b []byte) error {
  83. return xxx_messageInfo_SearchGoogleAdsFieldsRequest.Unmarshal(m, b)
  84. }
  85. func (m *SearchGoogleAdsFieldsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  86. return xxx_messageInfo_SearchGoogleAdsFieldsRequest.Marshal(b, m, deterministic)
  87. }
  88. func (dst *SearchGoogleAdsFieldsRequest) XXX_Merge(src proto.Message) {
  89. xxx_messageInfo_SearchGoogleAdsFieldsRequest.Merge(dst, src)
  90. }
  91. func (m *SearchGoogleAdsFieldsRequest) XXX_Size() int {
  92. return xxx_messageInfo_SearchGoogleAdsFieldsRequest.Size(m)
  93. }
  94. func (m *SearchGoogleAdsFieldsRequest) XXX_DiscardUnknown() {
  95. xxx_messageInfo_SearchGoogleAdsFieldsRequest.DiscardUnknown(m)
  96. }
  97. var xxx_messageInfo_SearchGoogleAdsFieldsRequest proto.InternalMessageInfo
  98. func (m *SearchGoogleAdsFieldsRequest) GetQuery() string {
  99. if m != nil {
  100. return m.Query
  101. }
  102. return ""
  103. }
  104. func (m *SearchGoogleAdsFieldsRequest) GetPageToken() string {
  105. if m != nil {
  106. return m.PageToken
  107. }
  108. return ""
  109. }
  110. func (m *SearchGoogleAdsFieldsRequest) GetPageSize() int32 {
  111. if m != nil {
  112. return m.PageSize
  113. }
  114. return 0
  115. }
  116. // Response message for
  117. // [GoogleAdsFieldService.SearchGoogleAdsFields][google.ads.googleads.v0.services.GoogleAdsFieldService.SearchGoogleAdsFields].
  118. type SearchGoogleAdsFieldsResponse struct {
  119. // The list of fields that matched the query.
  120. Results []*resources.GoogleAdsField `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"`
  121. // Pagination token used to retrieve the next page of results. Pass the
  122. // content of this string as the `page_token` attribute of the next request.
  123. // `next_page_token` is not returned for the last page.
  124. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
  125. // Total number of results that match the query ignoring the LIMIT clause.
  126. TotalResultsCount int64 `protobuf:"varint,3,opt,name=total_results_count,json=totalResultsCount,proto3" json:"total_results_count,omitempty"`
  127. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  128. XXX_unrecognized []byte `json:"-"`
  129. XXX_sizecache int32 `json:"-"`
  130. }
  131. func (m *SearchGoogleAdsFieldsResponse) Reset() { *m = SearchGoogleAdsFieldsResponse{} }
  132. func (m *SearchGoogleAdsFieldsResponse) String() string { return proto.CompactTextString(m) }
  133. func (*SearchGoogleAdsFieldsResponse) ProtoMessage() {}
  134. func (*SearchGoogleAdsFieldsResponse) Descriptor() ([]byte, []int) {
  135. return fileDescriptor_google_ads_field_service_d89cb2ddce8b241d, []int{2}
  136. }
  137. func (m *SearchGoogleAdsFieldsResponse) XXX_Unmarshal(b []byte) error {
  138. return xxx_messageInfo_SearchGoogleAdsFieldsResponse.Unmarshal(m, b)
  139. }
  140. func (m *SearchGoogleAdsFieldsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  141. return xxx_messageInfo_SearchGoogleAdsFieldsResponse.Marshal(b, m, deterministic)
  142. }
  143. func (dst *SearchGoogleAdsFieldsResponse) XXX_Merge(src proto.Message) {
  144. xxx_messageInfo_SearchGoogleAdsFieldsResponse.Merge(dst, src)
  145. }
  146. func (m *SearchGoogleAdsFieldsResponse) XXX_Size() int {
  147. return xxx_messageInfo_SearchGoogleAdsFieldsResponse.Size(m)
  148. }
  149. func (m *SearchGoogleAdsFieldsResponse) XXX_DiscardUnknown() {
  150. xxx_messageInfo_SearchGoogleAdsFieldsResponse.DiscardUnknown(m)
  151. }
  152. var xxx_messageInfo_SearchGoogleAdsFieldsResponse proto.InternalMessageInfo
  153. func (m *SearchGoogleAdsFieldsResponse) GetResults() []*resources.GoogleAdsField {
  154. if m != nil {
  155. return m.Results
  156. }
  157. return nil
  158. }
  159. func (m *SearchGoogleAdsFieldsResponse) GetNextPageToken() string {
  160. if m != nil {
  161. return m.NextPageToken
  162. }
  163. return ""
  164. }
  165. func (m *SearchGoogleAdsFieldsResponse) GetTotalResultsCount() int64 {
  166. if m != nil {
  167. return m.TotalResultsCount
  168. }
  169. return 0
  170. }
  171. func init() {
  172. proto.RegisterType((*GetGoogleAdsFieldRequest)(nil), "google.ads.googleads.v0.services.GetGoogleAdsFieldRequest")
  173. proto.RegisterType((*SearchGoogleAdsFieldsRequest)(nil), "google.ads.googleads.v0.services.SearchGoogleAdsFieldsRequest")
  174. proto.RegisterType((*SearchGoogleAdsFieldsResponse)(nil), "google.ads.googleads.v0.services.SearchGoogleAdsFieldsResponse")
  175. }
  176. // Reference imports to suppress errors if they are not otherwise used.
  177. var _ context.Context
  178. var _ grpc.ClientConn
  179. // This is a compile-time assertion to ensure that this generated file
  180. // is compatible with the grpc package it is being compiled against.
  181. const _ = grpc.SupportPackageIsVersion4
  182. // GoogleAdsFieldServiceClient is the client API for GoogleAdsFieldService service.
  183. //
  184. // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  185. type GoogleAdsFieldServiceClient interface {
  186. // Returns just the requested field.
  187. GetGoogleAdsField(ctx context.Context, in *GetGoogleAdsFieldRequest, opts ...grpc.CallOption) (*resources.GoogleAdsField, error)
  188. // Returns all fields that match the search query.
  189. SearchGoogleAdsFields(ctx context.Context, in *SearchGoogleAdsFieldsRequest, opts ...grpc.CallOption) (*SearchGoogleAdsFieldsResponse, error)
  190. }
  191. type googleAdsFieldServiceClient struct {
  192. cc *grpc.ClientConn
  193. }
  194. func NewGoogleAdsFieldServiceClient(cc *grpc.ClientConn) GoogleAdsFieldServiceClient {
  195. return &googleAdsFieldServiceClient{cc}
  196. }
  197. func (c *googleAdsFieldServiceClient) GetGoogleAdsField(ctx context.Context, in *GetGoogleAdsFieldRequest, opts ...grpc.CallOption) (*resources.GoogleAdsField, error) {
  198. out := new(resources.GoogleAdsField)
  199. err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.GoogleAdsFieldService/GetGoogleAdsField", in, out, opts...)
  200. if err != nil {
  201. return nil, err
  202. }
  203. return out, nil
  204. }
  205. func (c *googleAdsFieldServiceClient) SearchGoogleAdsFields(ctx context.Context, in *SearchGoogleAdsFieldsRequest, opts ...grpc.CallOption) (*SearchGoogleAdsFieldsResponse, error) {
  206. out := new(SearchGoogleAdsFieldsResponse)
  207. err := c.cc.Invoke(ctx, "/google.ads.googleads.v0.services.GoogleAdsFieldService/SearchGoogleAdsFields", in, out, opts...)
  208. if err != nil {
  209. return nil, err
  210. }
  211. return out, nil
  212. }
  213. // GoogleAdsFieldServiceServer is the server API for GoogleAdsFieldService service.
  214. type GoogleAdsFieldServiceServer interface {
  215. // Returns just the requested field.
  216. GetGoogleAdsField(context.Context, *GetGoogleAdsFieldRequest) (*resources.GoogleAdsField, error)
  217. // Returns all fields that match the search query.
  218. SearchGoogleAdsFields(context.Context, *SearchGoogleAdsFieldsRequest) (*SearchGoogleAdsFieldsResponse, error)
  219. }
  220. func RegisterGoogleAdsFieldServiceServer(s *grpc.Server, srv GoogleAdsFieldServiceServer) {
  221. s.RegisterService(&_GoogleAdsFieldService_serviceDesc, srv)
  222. }
  223. func _GoogleAdsFieldService_GetGoogleAdsField_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  224. in := new(GetGoogleAdsFieldRequest)
  225. if err := dec(in); err != nil {
  226. return nil, err
  227. }
  228. if interceptor == nil {
  229. return srv.(GoogleAdsFieldServiceServer).GetGoogleAdsField(ctx, in)
  230. }
  231. info := &grpc.UnaryServerInfo{
  232. Server: srv,
  233. FullMethod: "/google.ads.googleads.v0.services.GoogleAdsFieldService/GetGoogleAdsField",
  234. }
  235. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  236. return srv.(GoogleAdsFieldServiceServer).GetGoogleAdsField(ctx, req.(*GetGoogleAdsFieldRequest))
  237. }
  238. return interceptor(ctx, in, info, handler)
  239. }
  240. func _GoogleAdsFieldService_SearchGoogleAdsFields_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  241. in := new(SearchGoogleAdsFieldsRequest)
  242. if err := dec(in); err != nil {
  243. return nil, err
  244. }
  245. if interceptor == nil {
  246. return srv.(GoogleAdsFieldServiceServer).SearchGoogleAdsFields(ctx, in)
  247. }
  248. info := &grpc.UnaryServerInfo{
  249. Server: srv,
  250. FullMethod: "/google.ads.googleads.v0.services.GoogleAdsFieldService/SearchGoogleAdsFields",
  251. }
  252. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  253. return srv.(GoogleAdsFieldServiceServer).SearchGoogleAdsFields(ctx, req.(*SearchGoogleAdsFieldsRequest))
  254. }
  255. return interceptor(ctx, in, info, handler)
  256. }
  257. var _GoogleAdsFieldService_serviceDesc = grpc.ServiceDesc{
  258. ServiceName: "google.ads.googleads.v0.services.GoogleAdsFieldService",
  259. HandlerType: (*GoogleAdsFieldServiceServer)(nil),
  260. Methods: []grpc.MethodDesc{
  261. {
  262. MethodName: "GetGoogleAdsField",
  263. Handler: _GoogleAdsFieldService_GetGoogleAdsField_Handler,
  264. },
  265. {
  266. MethodName: "SearchGoogleAdsFields",
  267. Handler: _GoogleAdsFieldService_SearchGoogleAdsFields_Handler,
  268. },
  269. },
  270. Streams: []grpc.StreamDesc{},
  271. Metadata: "google/ads/googleads/v0/services/google_ads_field_service.proto",
  272. }
  273. func init() {
  274. proto.RegisterFile("google/ads/googleads/v0/services/google_ads_field_service.proto", fileDescriptor_google_ads_field_service_d89cb2ddce8b241d)
  275. }
  276. var fileDescriptor_google_ads_field_service_d89cb2ddce8b241d = []byte{
  277. // 539 bytes of a gzipped FileDescriptorProto
  278. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x54, 0x41, 0x8b, 0xd3, 0x4e,
  279. 0x14, 0x27, 0x29, 0xfb, 0xff, 0xbb, 0xa3, 0x8b, 0xec, 0xe8, 0x42, 0x89, 0xbb, 0x58, 0xe2, 0xae,
  280. 0x96, 0x05, 0x27, 0x75, 0xbd, 0xc8, 0x88, 0x96, 0xac, 0x60, 0x05, 0x41, 0x4a, 0x2b, 0x3d, 0x48,
  281. 0x21, 0x8c, 0xcd, 0x33, 0x06, 0xdb, 0x99, 0x6c, 0x66, 0x5a, 0x74, 0xc5, 0x83, 0xde, 0x3d, 0xf9,
  282. 0x0d, 0x3c, 0x7a, 0xf3, 0x13, 0x78, 0xf1, 0xe4, 0xd5, 0xaf, 0xe0, 0xc9, 0x4f, 0x21, 0x93, 0xe9,
  283. 0x04, 0xbb, 0xdb, 0x58, 0xf4, 0x36, 0x79, 0xbf, 0xf7, 0xfb, 0xfd, 0xde, 0xbc, 0xf7, 0x26, 0xa8,
  284. 0x9d, 0x08, 0x91, 0x8c, 0x21, 0x60, 0xb1, 0x0c, 0xcc, 0x51, 0x9f, 0x66, 0xad, 0x40, 0x42, 0x3e,
  285. 0x4b, 0x47, 0x60, 0xa3, 0x11, 0x8b, 0x65, 0xf4, 0x2c, 0x85, 0x71, 0x1c, 0xcd, 0x11, 0x92, 0xe5,
  286. 0x42, 0x09, 0xdc, 0x30, 0x38, 0x61, 0xb1, 0x24, 0xa5, 0x00, 0x99, 0xb5, 0x88, 0x15, 0xf0, 0x6e,
  287. 0x55, 0x59, 0xe4, 0x20, 0xc5, 0x34, 0x5f, 0xe6, 0x61, 0xb4, 0xbd, 0x6d, 0xcb, 0xcc, 0xd2, 0x80,
  288. 0x71, 0x2e, 0x14, 0x53, 0xa9, 0xe0, 0xd2, 0xa0, 0x7e, 0x1b, 0xd5, 0x3b, 0xa0, 0x3a, 0x45, 0x4a,
  289. 0x18, 0xcb, 0xfb, 0x9a, 0xd8, 0x83, 0xa3, 0x29, 0x48, 0x85, 0xaf, 0xa0, 0x0d, 0xab, 0x1e, 0x71,
  290. 0x36, 0x81, 0xba, 0xd3, 0x70, 0x9a, 0xeb, 0xbd, 0x73, 0x36, 0xf8, 0x88, 0x4d, 0xc0, 0xcf, 0xd0,
  291. 0x76, 0x1f, 0x58, 0x3e, 0x7a, 0xbe, 0xa8, 0x21, 0xad, 0xc8, 0x45, 0xb4, 0x76, 0x34, 0x85, 0xfc,
  292. 0xd5, 0x9c, 0x6c, 0x3e, 0xf0, 0x0e, 0x42, 0x19, 0x4b, 0x20, 0x52, 0xe2, 0x05, 0xf0, 0xba, 0x5b,
  293. 0x40, 0xeb, 0x3a, 0xf2, 0x58, 0x07, 0xf0, 0x25, 0x54, 0x7c, 0x44, 0x32, 0x3d, 0x86, 0x7a, 0xad,
  294. 0xe1, 0x34, 0xd7, 0x7a, 0x67, 0x74, 0xa0, 0x9f, 0x1e, 0x83, 0xff, 0xd5, 0x41, 0x3b, 0x15, 0x96,
  295. 0x32, 0x13, 0x5c, 0x02, 0x7e, 0x88, 0xfe, 0xcf, 0x41, 0x4e, 0xc7, 0x4a, 0xd6, 0x9d, 0x46, 0xad,
  296. 0x79, 0xf6, 0xe0, 0x06, 0xa9, 0x6a, 0x70, 0xd9, 0x3e, 0x72, 0xa2, 0x07, 0x56, 0x01, 0x5f, 0x45,
  297. 0xe7, 0x39, 0xbc, 0x54, 0xd1, 0xa9, 0x7a, 0x37, 0x74, 0xb8, 0x5b, 0xd6, 0x4c, 0xd0, 0x05, 0x25,
  298. 0x14, 0x1b, 0x47, 0x73, 0x62, 0x34, 0x12, 0x53, 0xae, 0x8a, 0xea, 0x6b, 0xbd, 0xcd, 0x02, 0xea,
  299. 0x19, 0xe4, 0x9e, 0x06, 0x0e, 0xde, 0xd7, 0xd0, 0xd6, 0xa2, 0x67, 0xdf, 0x0c, 0x1b, 0x7f, 0x76,
  300. 0xd0, 0xe6, 0xa9, 0xa1, 0x60, 0x4a, 0x56, 0x2d, 0x09, 0xa9, 0x9a, 0xa4, 0xf7, 0xf7, 0xf7, 0xf7,
  301. 0xaf, 0xbf, 0xfb, 0xfe, 0xe3, 0x83, 0x7b, 0x0d, 0xef, 0xe9, 0x25, 0x7b, 0xbd, 0xb0, 0x07, 0x77,
  302. 0x92, 0xc5, 0xbe, 0x07, 0xfb, 0x6f, 0xf0, 0x17, 0x07, 0x6d, 0x2d, 0x1d, 0x0a, 0xbe, 0xbb, 0xba,
  303. 0xee, 0x3f, 0x2d, 0x90, 0xd7, 0xfe, 0x67, 0xbe, 0xd9, 0x06, 0x7f, 0xaf, 0xb8, 0xc9, 0x65, 0xdf,
  304. 0xd3, 0x37, 0x39, 0x51, 0x3a, 0x95, 0x05, 0x95, 0x3a, 0xfb, 0x87, 0x6f, 0x5d, 0xb4, 0x3b, 0x12,
  305. 0x93, 0x95, 0x6e, 0x87, 0xde, 0xd2, 0xa9, 0x75, 0xf5, 0x73, 0xea, 0x3a, 0x4f, 0x1e, 0xcc, 0xf9,
  306. 0x89, 0x18, 0x33, 0x9e, 0x10, 0x91, 0x27, 0x41, 0x02, 0xbc, 0x78, 0x6c, 0xf6, 0xe1, 0x66, 0xa9,
  307. 0xac, 0xfe, 0x55, 0xdc, 0xb6, 0x87, 0x8f, 0x6e, 0xad, 0x13, 0x86, 0x9f, 0xdc, 0x86, 0xb1, 0x23,
  308. 0x61, 0xfc, 0xdb, 0x8c, 0xc8, 0xa0, 0x45, 0xe6, 0xc6, 0xf2, 0x9b, 0x4d, 0x19, 0x86, 0xb1, 0x1c,
  309. 0x96, 0x29, 0xc3, 0x41, 0x6b, 0x68, 0x53, 0x7e, 0xba, 0xbb, 0x26, 0x4e, 0x69, 0x18, 0x4b, 0x4a,
  310. 0xcb, 0x24, 0x4a, 0x07, 0x2d, 0x4a, 0x6d, 0xda, 0xd3, 0xff, 0x8a, 0x3a, 0x6f, 0xfe, 0x0a, 0x00,
  311. 0x00, 0xff, 0xff, 0x44, 0xa9, 0x28, 0xa6, 0xd1, 0x04, 0x00, 0x00,
  312. }