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.
 
 
 

425 lines
17 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/cloud/location/locations.proto
  3. package location // import "google.golang.org/genproto/googleapis/cloud/location"
  4. import proto "github.com/golang/protobuf/proto"
  5. import fmt "fmt"
  6. import math "math"
  7. import any "github.com/golang/protobuf/ptypes/any"
  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. // The request message for
  23. // [Locations.ListLocations][google.cloud.location.Locations.ListLocations].
  24. type ListLocationsRequest struct {
  25. // The resource that owns the locations collection, if applicable.
  26. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
  27. // The standard list filter.
  28. Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
  29. // The standard list page size.
  30. PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
  31. // The standard list page token.
  32. PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
  33. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  34. XXX_unrecognized []byte `json:"-"`
  35. XXX_sizecache int32 `json:"-"`
  36. }
  37. func (m *ListLocationsRequest) Reset() { *m = ListLocationsRequest{} }
  38. func (m *ListLocationsRequest) String() string { return proto.CompactTextString(m) }
  39. func (*ListLocationsRequest) ProtoMessage() {}
  40. func (*ListLocationsRequest) Descriptor() ([]byte, []int) {
  41. return fileDescriptor_locations_9c99ccd80b3cade7, []int{0}
  42. }
  43. func (m *ListLocationsRequest) XXX_Unmarshal(b []byte) error {
  44. return xxx_messageInfo_ListLocationsRequest.Unmarshal(m, b)
  45. }
  46. func (m *ListLocationsRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  47. return xxx_messageInfo_ListLocationsRequest.Marshal(b, m, deterministic)
  48. }
  49. func (dst *ListLocationsRequest) XXX_Merge(src proto.Message) {
  50. xxx_messageInfo_ListLocationsRequest.Merge(dst, src)
  51. }
  52. func (m *ListLocationsRequest) XXX_Size() int {
  53. return xxx_messageInfo_ListLocationsRequest.Size(m)
  54. }
  55. func (m *ListLocationsRequest) XXX_DiscardUnknown() {
  56. xxx_messageInfo_ListLocationsRequest.DiscardUnknown(m)
  57. }
  58. var xxx_messageInfo_ListLocationsRequest proto.InternalMessageInfo
  59. func (m *ListLocationsRequest) GetName() string {
  60. if m != nil {
  61. return m.Name
  62. }
  63. return ""
  64. }
  65. func (m *ListLocationsRequest) GetFilter() string {
  66. if m != nil {
  67. return m.Filter
  68. }
  69. return ""
  70. }
  71. func (m *ListLocationsRequest) GetPageSize() int32 {
  72. if m != nil {
  73. return m.PageSize
  74. }
  75. return 0
  76. }
  77. func (m *ListLocationsRequest) GetPageToken() string {
  78. if m != nil {
  79. return m.PageToken
  80. }
  81. return ""
  82. }
  83. // The response message for
  84. // [Locations.ListLocations][google.cloud.location.Locations.ListLocations].
  85. type ListLocationsResponse struct {
  86. // A list of locations that matches the specified filter in the request.
  87. Locations []*Location `protobuf:"bytes,1,rep,name=locations,proto3" json:"locations,omitempty"`
  88. // The standard List next-page token.
  89. NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
  90. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  91. XXX_unrecognized []byte `json:"-"`
  92. XXX_sizecache int32 `json:"-"`
  93. }
  94. func (m *ListLocationsResponse) Reset() { *m = ListLocationsResponse{} }
  95. func (m *ListLocationsResponse) String() string { return proto.CompactTextString(m) }
  96. func (*ListLocationsResponse) ProtoMessage() {}
  97. func (*ListLocationsResponse) Descriptor() ([]byte, []int) {
  98. return fileDescriptor_locations_9c99ccd80b3cade7, []int{1}
  99. }
  100. func (m *ListLocationsResponse) XXX_Unmarshal(b []byte) error {
  101. return xxx_messageInfo_ListLocationsResponse.Unmarshal(m, b)
  102. }
  103. func (m *ListLocationsResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  104. return xxx_messageInfo_ListLocationsResponse.Marshal(b, m, deterministic)
  105. }
  106. func (dst *ListLocationsResponse) XXX_Merge(src proto.Message) {
  107. xxx_messageInfo_ListLocationsResponse.Merge(dst, src)
  108. }
  109. func (m *ListLocationsResponse) XXX_Size() int {
  110. return xxx_messageInfo_ListLocationsResponse.Size(m)
  111. }
  112. func (m *ListLocationsResponse) XXX_DiscardUnknown() {
  113. xxx_messageInfo_ListLocationsResponse.DiscardUnknown(m)
  114. }
  115. var xxx_messageInfo_ListLocationsResponse proto.InternalMessageInfo
  116. func (m *ListLocationsResponse) GetLocations() []*Location {
  117. if m != nil {
  118. return m.Locations
  119. }
  120. return nil
  121. }
  122. func (m *ListLocationsResponse) GetNextPageToken() string {
  123. if m != nil {
  124. return m.NextPageToken
  125. }
  126. return ""
  127. }
  128. // The request message for
  129. // [Locations.GetLocation][google.cloud.location.Locations.GetLocation].
  130. type GetLocationRequest struct {
  131. // Resource name for the location.
  132. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
  133. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  134. XXX_unrecognized []byte `json:"-"`
  135. XXX_sizecache int32 `json:"-"`
  136. }
  137. func (m *GetLocationRequest) Reset() { *m = GetLocationRequest{} }
  138. func (m *GetLocationRequest) String() string { return proto.CompactTextString(m) }
  139. func (*GetLocationRequest) ProtoMessage() {}
  140. func (*GetLocationRequest) Descriptor() ([]byte, []int) {
  141. return fileDescriptor_locations_9c99ccd80b3cade7, []int{2}
  142. }
  143. func (m *GetLocationRequest) XXX_Unmarshal(b []byte) error {
  144. return xxx_messageInfo_GetLocationRequest.Unmarshal(m, b)
  145. }
  146. func (m *GetLocationRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  147. return xxx_messageInfo_GetLocationRequest.Marshal(b, m, deterministic)
  148. }
  149. func (dst *GetLocationRequest) XXX_Merge(src proto.Message) {
  150. xxx_messageInfo_GetLocationRequest.Merge(dst, src)
  151. }
  152. func (m *GetLocationRequest) XXX_Size() int {
  153. return xxx_messageInfo_GetLocationRequest.Size(m)
  154. }
  155. func (m *GetLocationRequest) XXX_DiscardUnknown() {
  156. xxx_messageInfo_GetLocationRequest.DiscardUnknown(m)
  157. }
  158. var xxx_messageInfo_GetLocationRequest proto.InternalMessageInfo
  159. func (m *GetLocationRequest) GetName() string {
  160. if m != nil {
  161. return m.Name
  162. }
  163. return ""
  164. }
  165. // A resource that represents Google Cloud Platform location.
  166. type Location struct {
  167. // Resource name for the location, which may vary between implementations.
  168. // For example: `"projects/example-project/locations/us-east1"`
  169. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
  170. // The canonical id for this location. For example: `"us-east1"`.
  171. LocationId string `protobuf:"bytes,4,opt,name=location_id,json=locationId,proto3" json:"location_id,omitempty"`
  172. // The friendly name for this location, typically a nearby city name.
  173. // For example, "Tokyo".
  174. DisplayName string `protobuf:"bytes,5,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
  175. // Cross-service attributes for the location. For example
  176. //
  177. // {"cloud.googleapis.com/region": "us-east1"}
  178. Labels map[string]string `protobuf:"bytes,2,rep,name=labels,proto3" json:"labels,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
  179. // Service-specific metadata. For example the available capacity at the given
  180. // location.
  181. Metadata *any.Any `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
  182. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  183. XXX_unrecognized []byte `json:"-"`
  184. XXX_sizecache int32 `json:"-"`
  185. }
  186. func (m *Location) Reset() { *m = Location{} }
  187. func (m *Location) String() string { return proto.CompactTextString(m) }
  188. func (*Location) ProtoMessage() {}
  189. func (*Location) Descriptor() ([]byte, []int) {
  190. return fileDescriptor_locations_9c99ccd80b3cade7, []int{3}
  191. }
  192. func (m *Location) XXX_Unmarshal(b []byte) error {
  193. return xxx_messageInfo_Location.Unmarshal(m, b)
  194. }
  195. func (m *Location) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  196. return xxx_messageInfo_Location.Marshal(b, m, deterministic)
  197. }
  198. func (dst *Location) XXX_Merge(src proto.Message) {
  199. xxx_messageInfo_Location.Merge(dst, src)
  200. }
  201. func (m *Location) XXX_Size() int {
  202. return xxx_messageInfo_Location.Size(m)
  203. }
  204. func (m *Location) XXX_DiscardUnknown() {
  205. xxx_messageInfo_Location.DiscardUnknown(m)
  206. }
  207. var xxx_messageInfo_Location proto.InternalMessageInfo
  208. func (m *Location) GetName() string {
  209. if m != nil {
  210. return m.Name
  211. }
  212. return ""
  213. }
  214. func (m *Location) GetLocationId() string {
  215. if m != nil {
  216. return m.LocationId
  217. }
  218. return ""
  219. }
  220. func (m *Location) GetDisplayName() string {
  221. if m != nil {
  222. return m.DisplayName
  223. }
  224. return ""
  225. }
  226. func (m *Location) GetLabels() map[string]string {
  227. if m != nil {
  228. return m.Labels
  229. }
  230. return nil
  231. }
  232. func (m *Location) GetMetadata() *any.Any {
  233. if m != nil {
  234. return m.Metadata
  235. }
  236. return nil
  237. }
  238. func init() {
  239. proto.RegisterType((*ListLocationsRequest)(nil), "google.cloud.location.ListLocationsRequest")
  240. proto.RegisterType((*ListLocationsResponse)(nil), "google.cloud.location.ListLocationsResponse")
  241. proto.RegisterType((*GetLocationRequest)(nil), "google.cloud.location.GetLocationRequest")
  242. proto.RegisterType((*Location)(nil), "google.cloud.location.Location")
  243. proto.RegisterMapType((map[string]string)(nil), "google.cloud.location.Location.LabelsEntry")
  244. }
  245. // Reference imports to suppress errors if they are not otherwise used.
  246. var _ context.Context
  247. var _ grpc.ClientConn
  248. // This is a compile-time assertion to ensure that this generated file
  249. // is compatible with the grpc package it is being compiled against.
  250. const _ = grpc.SupportPackageIsVersion4
  251. // LocationsClient is the client API for Locations service.
  252. //
  253. // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
  254. type LocationsClient interface {
  255. // Lists information about the supported locations for this service.
  256. ListLocations(ctx context.Context, in *ListLocationsRequest, opts ...grpc.CallOption) (*ListLocationsResponse, error)
  257. // Gets information about a location.
  258. GetLocation(ctx context.Context, in *GetLocationRequest, opts ...grpc.CallOption) (*Location, error)
  259. }
  260. type locationsClient struct {
  261. cc *grpc.ClientConn
  262. }
  263. func NewLocationsClient(cc *grpc.ClientConn) LocationsClient {
  264. return &locationsClient{cc}
  265. }
  266. func (c *locationsClient) ListLocations(ctx context.Context, in *ListLocationsRequest, opts ...grpc.CallOption) (*ListLocationsResponse, error) {
  267. out := new(ListLocationsResponse)
  268. err := c.cc.Invoke(ctx, "/google.cloud.location.Locations/ListLocations", in, out, opts...)
  269. if err != nil {
  270. return nil, err
  271. }
  272. return out, nil
  273. }
  274. func (c *locationsClient) GetLocation(ctx context.Context, in *GetLocationRequest, opts ...grpc.CallOption) (*Location, error) {
  275. out := new(Location)
  276. err := c.cc.Invoke(ctx, "/google.cloud.location.Locations/GetLocation", in, out, opts...)
  277. if err != nil {
  278. return nil, err
  279. }
  280. return out, nil
  281. }
  282. // LocationsServer is the server API for Locations service.
  283. type LocationsServer interface {
  284. // Lists information about the supported locations for this service.
  285. ListLocations(context.Context, *ListLocationsRequest) (*ListLocationsResponse, error)
  286. // Gets information about a location.
  287. GetLocation(context.Context, *GetLocationRequest) (*Location, error)
  288. }
  289. func RegisterLocationsServer(s *grpc.Server, srv LocationsServer) {
  290. s.RegisterService(&_Locations_serviceDesc, srv)
  291. }
  292. func _Locations_ListLocations_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  293. in := new(ListLocationsRequest)
  294. if err := dec(in); err != nil {
  295. return nil, err
  296. }
  297. if interceptor == nil {
  298. return srv.(LocationsServer).ListLocations(ctx, in)
  299. }
  300. info := &grpc.UnaryServerInfo{
  301. Server: srv,
  302. FullMethod: "/google.cloud.location.Locations/ListLocations",
  303. }
  304. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  305. return srv.(LocationsServer).ListLocations(ctx, req.(*ListLocationsRequest))
  306. }
  307. return interceptor(ctx, in, info, handler)
  308. }
  309. func _Locations_GetLocation_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
  310. in := new(GetLocationRequest)
  311. if err := dec(in); err != nil {
  312. return nil, err
  313. }
  314. if interceptor == nil {
  315. return srv.(LocationsServer).GetLocation(ctx, in)
  316. }
  317. info := &grpc.UnaryServerInfo{
  318. Server: srv,
  319. FullMethod: "/google.cloud.location.Locations/GetLocation",
  320. }
  321. handler := func(ctx context.Context, req interface{}) (interface{}, error) {
  322. return srv.(LocationsServer).GetLocation(ctx, req.(*GetLocationRequest))
  323. }
  324. return interceptor(ctx, in, info, handler)
  325. }
  326. var _Locations_serviceDesc = grpc.ServiceDesc{
  327. ServiceName: "google.cloud.location.Locations",
  328. HandlerType: (*LocationsServer)(nil),
  329. Methods: []grpc.MethodDesc{
  330. {
  331. MethodName: "ListLocations",
  332. Handler: _Locations_ListLocations_Handler,
  333. },
  334. {
  335. MethodName: "GetLocation",
  336. Handler: _Locations_GetLocation_Handler,
  337. },
  338. },
  339. Streams: []grpc.StreamDesc{},
  340. Metadata: "google/cloud/location/locations.proto",
  341. }
  342. func init() {
  343. proto.RegisterFile("google/cloud/location/locations.proto", fileDescriptor_locations_9c99ccd80b3cade7)
  344. }
  345. var fileDescriptor_locations_9c99ccd80b3cade7 = []byte{
  346. // 527 bytes of a gzipped FileDescriptorProto
  347. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x54, 0xcd, 0x6e, 0xd3, 0x40,
  348. 0x10, 0xd6, 0x3a, 0x4d, 0x94, 0x8c, 0x29, 0xa0, 0x55, 0x8a, 0xdc, 0x00, 0x4a, 0x62, 0x04, 0xa4,
  349. 0x05, 0x79, 0x21, 0x5c, 0xf8, 0x51, 0x0e, 0x14, 0x21, 0x84, 0x14, 0xa1, 0xc8, 0x70, 0xe2, 0x12,
  350. 0x6d, 0xe2, 0xad, 0x65, 0xea, 0xec, 0x1a, 0xef, 0xa6, 0xc2, 0x45, 0xed, 0x01, 0xf1, 0x06, 0xe5,
  351. 0x21, 0x78, 0x1f, 0x5e, 0x81, 0x87, 0xe0, 0x88, 0xbc, 0xfe, 0x49, 0x28, 0x2e, 0xe5, 0xb6, 0x3b,
  352. 0xf3, 0x7d, 0xf3, 0xcd, 0xb7, 0x33, 0x36, 0xdc, 0xf6, 0x85, 0xf0, 0x43, 0x46, 0xe6, 0xa1, 0x58,
  353. 0x7a, 0x24, 0x14, 0x73, 0xaa, 0x02, 0xc1, 0xcb, 0x83, 0x74, 0xa2, 0x58, 0x28, 0x81, 0xb7, 0x32,
  354. 0x98, 0xa3, 0x61, 0x4e, 0x91, 0xed, 0xdc, 0xc8, 0xd9, 0x34, 0x0a, 0x08, 0xe5, 0x5c, 0xa8, 0x75,
  355. 0x52, 0x67, 0x3b, 0xcf, 0xea, 0xdb, 0x6c, 0xb9, 0x4f, 0x28, 0x4f, 0xb2, 0x94, 0x7d, 0x02, 0xed,
  356. 0x71, 0x20, 0xd5, 0xb8, 0x90, 0x71, 0xd9, 0xc7, 0x25, 0x93, 0x0a, 0x63, 0xd8, 0xe0, 0x74, 0xc1,
  357. 0x2c, 0xd4, 0x43, 0x83, 0x96, 0xab, 0xcf, 0xf8, 0x1a, 0x34, 0xf6, 0x83, 0x50, 0xb1, 0xd8, 0x32,
  358. 0x74, 0x34, 0xbf, 0xe1, 0xeb, 0xd0, 0x8a, 0xa8, 0xcf, 0xa6, 0x32, 0x38, 0x62, 0x56, 0xad, 0x87,
  359. 0x06, 0x75, 0xb7, 0x99, 0x06, 0xde, 0x06, 0x47, 0x0c, 0xdf, 0x04, 0xd0, 0x49, 0x25, 0x0e, 0x18,
  360. 0xb7, 0x36, 0x34, 0x51, 0xc3, 0xdf, 0xa5, 0x01, 0xfb, 0x04, 0xb6, 0xce, 0xe8, 0xcb, 0x48, 0x70,
  361. 0xc9, 0xf0, 0x08, 0x5a, 0xa5, 0x77, 0x0b, 0xf5, 0x6a, 0x03, 0x73, 0xd8, 0x75, 0x2a, 0xcd, 0x3b,
  362. 0x05, 0xd9, 0x5d, 0x31, 0xf0, 0x1d, 0xb8, 0xc2, 0xd9, 0x27, 0x35, 0x5d, 0xd3, 0xce, 0x9a, 0xde,
  363. 0x4c, 0xc3, 0x93, 0x52, 0x7f, 0x00, 0xf8, 0x15, 0x2b, 0xe5, 0xff, 0xe1, 0xde, 0xfe, 0x66, 0x40,
  364. 0xb3, 0xc0, 0x55, 0x3e, 0x4f, 0x17, 0xcc, 0x42, 0x7f, 0x1a, 0x78, 0xb9, 0x55, 0x28, 0x42, 0xaf,
  365. 0x3d, 0xdc, 0x87, 0x4b, 0x5e, 0x20, 0xa3, 0x90, 0x26, 0x53, 0x4d, 0xae, 0x6b, 0x84, 0x99, 0xc7,
  366. 0xde, 0xa4, 0x35, 0x5e, 0x40, 0x23, 0xa4, 0x33, 0x16, 0x4a, 0xcb, 0xd0, 0x96, 0xef, 0x5d, 0x60,
  367. 0xd9, 0x19, 0x6b, 0xf4, 0x4b, 0xae, 0xe2, 0xc4, 0xcd, 0xa9, 0xf8, 0x01, 0x34, 0x17, 0x4c, 0x51,
  368. 0x8f, 0x2a, 0xaa, 0xc7, 0x61, 0x0e, 0xdb, 0x45, 0x99, 0x62, 0x03, 0x9c, 0xe7, 0x3c, 0x71, 0x4b,
  369. 0x54, 0xe7, 0x09, 0x98, 0x6b, 0x85, 0xf0, 0x55, 0xa8, 0x1d, 0xb0, 0x24, 0x37, 0x97, 0x1e, 0x71,
  370. 0x1b, 0xea, 0x87, 0x34, 0x5c, 0xb2, 0xfc, 0x11, 0xb3, 0xcb, 0x53, 0xe3, 0x31, 0x1a, 0x7e, 0x37,
  371. 0xa0, 0x55, 0x4e, 0x0f, 0x9f, 0x22, 0xd8, 0xfc, 0x63, 0x9e, 0xf8, 0x5c, 0x07, 0x15, 0x5b, 0xd7,
  372. 0xb9, 0xff, 0x7f, 0xe0, 0x6c, 0x45, 0xec, 0xbb, 0x5f, 0x7e, 0xfc, 0x3c, 0x35, 0xfa, 0xb8, 0x4b,
  373. 0x0e, 0x1f, 0x92, 0xcf, 0xe9, 0x93, 0x8e, 0xa2, 0x58, 0x7c, 0x60, 0x73, 0x25, 0xc9, 0xee, 0xf1,
  374. 0xea, 0xd3, 0xc1, 0x5f, 0x11, 0x98, 0x6b, 0x53, 0xc6, 0x3b, 0xe7, 0xc8, 0xfc, 0xbd, 0x09, 0x9d,
  375. 0x8b, 0x76, 0xce, 0xde, 0xd1, 0x4d, 0xdc, 0xc2, 0xfd, 0xaa, 0x26, 0x56, 0x3d, 0x90, 0xdd, 0xe3,
  376. 0x3d, 0x01, 0xdb, 0x73, 0xb1, 0xa8, 0x2e, 0xb8, 0x77, 0xb9, 0xf4, 0x37, 0x49, 0x67, 0x34, 0x41,
  377. 0xef, 0x47, 0x39, 0xd0, 0x17, 0x21, 0xe5, 0xbe, 0x23, 0x62, 0x9f, 0xf8, 0x8c, 0xeb, 0x09, 0x92,
  378. 0x2c, 0x45, 0xa3, 0x40, 0x9e, 0xf9, 0x61, 0x3c, 0x2b, 0x0e, 0xbf, 0x10, 0x9a, 0x35, 0x34, 0xf8,
  379. 0xd1, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x27, 0xd7, 0x9e, 0x57, 0x5c, 0x04, 0x00, 0x00,
  380. }