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.

209 lines
6.9 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.26.0
  4. // protoc v3.17.3
  5. // source: s3.proto
  6. package s3_pb
  7. import (
  8. protoreflect "google.golang.org/protobuf/reflect/protoreflect"
  9. protoimpl "google.golang.org/protobuf/runtime/protoimpl"
  10. reflect "reflect"
  11. sync "sync"
  12. )
  13. const (
  14. // Verify that this generated code is sufficiently up-to-date.
  15. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
  16. // Verify that runtime/protoimpl is sufficiently up-to-date.
  17. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
  18. )
  19. type S3ConfigureRequest struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. S3ConfigurationFileContent []byte `protobuf:"bytes,1,opt,name=s3_configuration_file_content,json=s3ConfigurationFileContent,proto3" json:"s3_configuration_file_content,omitempty"`
  24. }
  25. func (x *S3ConfigureRequest) Reset() {
  26. *x = S3ConfigureRequest{}
  27. if protoimpl.UnsafeEnabled {
  28. mi := &file_s3_proto_msgTypes[0]
  29. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  30. ms.StoreMessageInfo(mi)
  31. }
  32. }
  33. func (x *S3ConfigureRequest) String() string {
  34. return protoimpl.X.MessageStringOf(x)
  35. }
  36. func (*S3ConfigureRequest) ProtoMessage() {}
  37. func (x *S3ConfigureRequest) ProtoReflect() protoreflect.Message {
  38. mi := &file_s3_proto_msgTypes[0]
  39. if protoimpl.UnsafeEnabled && x != nil {
  40. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  41. if ms.LoadMessageInfo() == nil {
  42. ms.StoreMessageInfo(mi)
  43. }
  44. return ms
  45. }
  46. return mi.MessageOf(x)
  47. }
  48. // Deprecated: Use S3ConfigureRequest.ProtoReflect.Descriptor instead.
  49. func (*S3ConfigureRequest) Descriptor() ([]byte, []int) {
  50. return file_s3_proto_rawDescGZIP(), []int{0}
  51. }
  52. func (x *S3ConfigureRequest) GetS3ConfigurationFileContent() []byte {
  53. if x != nil {
  54. return x.S3ConfigurationFileContent
  55. }
  56. return nil
  57. }
  58. type S3ConfigureResponse struct {
  59. state protoimpl.MessageState
  60. sizeCache protoimpl.SizeCache
  61. unknownFields protoimpl.UnknownFields
  62. }
  63. func (x *S3ConfigureResponse) Reset() {
  64. *x = S3ConfigureResponse{}
  65. if protoimpl.UnsafeEnabled {
  66. mi := &file_s3_proto_msgTypes[1]
  67. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  68. ms.StoreMessageInfo(mi)
  69. }
  70. }
  71. func (x *S3ConfigureResponse) String() string {
  72. return protoimpl.X.MessageStringOf(x)
  73. }
  74. func (*S3ConfigureResponse) ProtoMessage() {}
  75. func (x *S3ConfigureResponse) ProtoReflect() protoreflect.Message {
  76. mi := &file_s3_proto_msgTypes[1]
  77. if protoimpl.UnsafeEnabled && x != nil {
  78. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  79. if ms.LoadMessageInfo() == nil {
  80. ms.StoreMessageInfo(mi)
  81. }
  82. return ms
  83. }
  84. return mi.MessageOf(x)
  85. }
  86. // Deprecated: Use S3ConfigureResponse.ProtoReflect.Descriptor instead.
  87. func (*S3ConfigureResponse) Descriptor() ([]byte, []int) {
  88. return file_s3_proto_rawDescGZIP(), []int{1}
  89. }
  90. var File_s3_proto protoreflect.FileDescriptor
  91. var file_s3_proto_rawDesc = []byte{
  92. 0x0a, 0x08, 0x73, 0x33, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0c, 0x6d, 0x65, 0x73, 0x73,
  93. 0x61, 0x67, 0x69, 0x6e, 0x67, 0x5f, 0x70, 0x62, 0x22, 0x57, 0x0a, 0x12, 0x53, 0x33, 0x43, 0x6f,
  94. 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x41,
  95. 0x0a, 0x1d, 0x73, 0x33, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x61, 0x74, 0x69,
  96. 0x6f, 0x6e, 0x5f, 0x66, 0x69, 0x6c, 0x65, 0x5f, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18,
  97. 0x01, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x1a, 0x73, 0x33, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75,
  98. 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x46, 0x69, 0x6c, 0x65, 0x43, 0x6f, 0x6e, 0x74, 0x65, 0x6e,
  99. 0x74, 0x22, 0x15, 0x0a, 0x13, 0x53, 0x33, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x65,
  100. 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0x5f, 0x0a, 0x09, 0x53, 0x65, 0x61, 0x77,
  101. 0x65, 0x65, 0x64, 0x53, 0x33, 0x12, 0x52, 0x0a, 0x09, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75,
  102. 0x72, 0x65, 0x12, 0x20, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x5f, 0x70,
  103. 0x62, 0x2e, 0x53, 0x33, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x65, 0x52, 0x65, 0x71,
  104. 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x6d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x69, 0x6e, 0x67,
  105. 0x5f, 0x70, 0x62, 0x2e, 0x53, 0x33, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x75, 0x72, 0x65, 0x52,
  106. 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x42, 0x49, 0x0a, 0x10, 0x73, 0x65, 0x61,
  107. 0x77, 0x65, 0x65, 0x64, 0x66, 0x73, 0x2e, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x42, 0x07, 0x53,
  108. 0x33, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63,
  109. 0x6f, 0x6d, 0x2f, 0x63, 0x68, 0x72, 0x69, 0x73, 0x6c, 0x75, 0x73, 0x66, 0x2f, 0x73, 0x65, 0x61,
  110. 0x77, 0x65, 0x65, 0x64, 0x66, 0x73, 0x2f, 0x77, 0x65, 0x65, 0x64, 0x2f, 0x70, 0x62, 0x2f, 0x73,
  111. 0x33, 0x5f, 0x70, 0x62, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  112. }
  113. var (
  114. file_s3_proto_rawDescOnce sync.Once
  115. file_s3_proto_rawDescData = file_s3_proto_rawDesc
  116. )
  117. func file_s3_proto_rawDescGZIP() []byte {
  118. file_s3_proto_rawDescOnce.Do(func() {
  119. file_s3_proto_rawDescData = protoimpl.X.CompressGZIP(file_s3_proto_rawDescData)
  120. })
  121. return file_s3_proto_rawDescData
  122. }
  123. var file_s3_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
  124. var file_s3_proto_goTypes = []interface{}{
  125. (*S3ConfigureRequest)(nil), // 0: messaging_pb.S3ConfigureRequest
  126. (*S3ConfigureResponse)(nil), // 1: messaging_pb.S3ConfigureResponse
  127. }
  128. var file_s3_proto_depIdxs = []int32{
  129. 0, // 0: messaging_pb.SeaweedS3.Configure:input_type -> messaging_pb.S3ConfigureRequest
  130. 1, // 1: messaging_pb.SeaweedS3.Configure:output_type -> messaging_pb.S3ConfigureResponse
  131. 1, // [1:2] is the sub-list for method output_type
  132. 0, // [0:1] is the sub-list for method input_type
  133. 0, // [0:0] is the sub-list for extension type_name
  134. 0, // [0:0] is the sub-list for extension extendee
  135. 0, // [0:0] is the sub-list for field type_name
  136. }
  137. func init() { file_s3_proto_init() }
  138. func file_s3_proto_init() {
  139. if File_s3_proto != nil {
  140. return
  141. }
  142. if !protoimpl.UnsafeEnabled {
  143. file_s3_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  144. switch v := v.(*S3ConfigureRequest); i {
  145. case 0:
  146. return &v.state
  147. case 1:
  148. return &v.sizeCache
  149. case 2:
  150. return &v.unknownFields
  151. default:
  152. return nil
  153. }
  154. }
  155. file_s3_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  156. switch v := v.(*S3ConfigureResponse); i {
  157. case 0:
  158. return &v.state
  159. case 1:
  160. return &v.sizeCache
  161. case 2:
  162. return &v.unknownFields
  163. default:
  164. return nil
  165. }
  166. }
  167. }
  168. type x struct{}
  169. out := protoimpl.TypeBuilder{
  170. File: protoimpl.DescBuilder{
  171. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  172. RawDescriptor: file_s3_proto_rawDesc,
  173. NumEnums: 0,
  174. NumMessages: 2,
  175. NumExtensions: 0,
  176. NumServices: 1,
  177. },
  178. GoTypes: file_s3_proto_goTypes,
  179. DependencyIndexes: file_s3_proto_depIdxs,
  180. MessageInfos: file_s3_proto_msgTypes,
  181. }.Build()
  182. File_s3_proto = out.File
  183. file_s3_proto_rawDesc = nil
  184. file_s3_proto_goTypes = nil
  185. file_s3_proto_depIdxs = nil
  186. }