alioss.pb.go 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // versions:
  3. // protoc-gen-go v1.30.0
  4. // protoc v3.17.3
  5. // source: common/alioss.proto
  6. package common
  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 Oss struct {
  20. state protoimpl.MessageState
  21. sizeCache protoimpl.SizeCache
  22. unknownFields protoimpl.UnknownFields
  23. AccessKeyId string `protobuf:"bytes,1,opt,name=AccessKeyId,proto3" json:"AccessKeyId,omitempty"`
  24. AccessKeySecret string `protobuf:"bytes,2,opt,name=AccessKeySecret,proto3" json:"AccessKeySecret,omitempty"`
  25. SecurityToken string `protobuf:"bytes,3,opt,name=SecurityToken,proto3" json:"SecurityToken,omitempty"`
  26. Region string `protobuf:"bytes,4,opt,name=Region,proto3" json:"Region,omitempty"`
  27. Bucket string `protobuf:"bytes,5,opt,name=Bucket,proto3" json:"Bucket,omitempty"`
  28. }
  29. func (x *Oss) Reset() {
  30. *x = Oss{}
  31. if protoimpl.UnsafeEnabled {
  32. mi := &file_common_alioss_proto_msgTypes[0]
  33. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  34. ms.StoreMessageInfo(mi)
  35. }
  36. }
  37. func (x *Oss) String() string {
  38. return protoimpl.X.MessageStringOf(x)
  39. }
  40. func (*Oss) ProtoMessage() {}
  41. func (x *Oss) ProtoReflect() protoreflect.Message {
  42. mi := &file_common_alioss_proto_msgTypes[0]
  43. if protoimpl.UnsafeEnabled && x != nil {
  44. ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
  45. if ms.LoadMessageInfo() == nil {
  46. ms.StoreMessageInfo(mi)
  47. }
  48. return ms
  49. }
  50. return mi.MessageOf(x)
  51. }
  52. // Deprecated: Use Oss.ProtoReflect.Descriptor instead.
  53. func (*Oss) Descriptor() ([]byte, []int) {
  54. return file_common_alioss_proto_rawDescGZIP(), []int{0}
  55. }
  56. func (x *Oss) GetAccessKeyId() string {
  57. if x != nil {
  58. return x.AccessKeyId
  59. }
  60. return ""
  61. }
  62. func (x *Oss) GetAccessKeySecret() string {
  63. if x != nil {
  64. return x.AccessKeySecret
  65. }
  66. return ""
  67. }
  68. func (x *Oss) GetSecurityToken() string {
  69. if x != nil {
  70. return x.SecurityToken
  71. }
  72. return ""
  73. }
  74. func (x *Oss) GetRegion() string {
  75. if x != nil {
  76. return x.Region
  77. }
  78. return ""
  79. }
  80. func (x *Oss) GetBucket() string {
  81. if x != nil {
  82. return x.Bucket
  83. }
  84. return ""
  85. }
  86. var File_common_alioss_proto protoreflect.FileDescriptor
  87. var file_common_alioss_proto_rawDesc = []byte{
  88. 0x0a, 0x13, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x61, 0x6c, 0x69, 0x6f, 0x73, 0x73, 0x2e,
  89. 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x06, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x22, 0xa7, 0x01,
  90. 0x0a, 0x03, 0x4f, 0x73, 0x73, 0x12, 0x20, 0x0a, 0x0b, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4b,
  91. 0x65, 0x79, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x41, 0x63, 0x63, 0x65,
  92. 0x73, 0x73, 0x4b, 0x65, 0x79, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x0f, 0x41, 0x63, 0x63, 0x65, 0x73,
  93. 0x73, 0x4b, 0x65, 0x79, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
  94. 0x52, 0x0f, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4b, 0x65, 0x79, 0x53, 0x65, 0x63, 0x72, 0x65,
  95. 0x74, 0x12, 0x24, 0x0a, 0x0d, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x54, 0x6f, 0x6b,
  96. 0x65, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69,
  97. 0x74, 0x79, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x52, 0x65, 0x67, 0x69, 0x6f,
  98. 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x52, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x12,
  99. 0x16, 0x0a, 0x06, 0x42, 0x75, 0x63, 0x6b, 0x65, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52,
  100. 0x06, 0x42, 0x75, 0x63, 0x6b, 0x65, 0x74, 0x42, 0x1f, 0x0a, 0x06, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
  101. 0x6e, 0x50, 0x01, 0x5a, 0x13, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f,
  102. 0x6e, 0x3b, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  103. }
  104. var (
  105. file_common_alioss_proto_rawDescOnce sync.Once
  106. file_common_alioss_proto_rawDescData = file_common_alioss_proto_rawDesc
  107. )
  108. func file_common_alioss_proto_rawDescGZIP() []byte {
  109. file_common_alioss_proto_rawDescOnce.Do(func() {
  110. file_common_alioss_proto_rawDescData = protoimpl.X.CompressGZIP(file_common_alioss_proto_rawDescData)
  111. })
  112. return file_common_alioss_proto_rawDescData
  113. }
  114. var file_common_alioss_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
  115. var file_common_alioss_proto_goTypes = []interface{}{
  116. (*Oss)(nil), // 0: common.Oss
  117. }
  118. var file_common_alioss_proto_depIdxs = []int32{
  119. 0, // [0:0] is the sub-list for method output_type
  120. 0, // [0:0] is the sub-list for method input_type
  121. 0, // [0:0] is the sub-list for extension type_name
  122. 0, // [0:0] is the sub-list for extension extendee
  123. 0, // [0:0] is the sub-list for field type_name
  124. }
  125. func init() { file_common_alioss_proto_init() }
  126. func file_common_alioss_proto_init() {
  127. if File_common_alioss_proto != nil {
  128. return
  129. }
  130. if !protoimpl.UnsafeEnabled {
  131. file_common_alioss_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  132. switch v := v.(*Oss); i {
  133. case 0:
  134. return &v.state
  135. case 1:
  136. return &v.sizeCache
  137. case 2:
  138. return &v.unknownFields
  139. default:
  140. return nil
  141. }
  142. }
  143. }
  144. type x struct{}
  145. out := protoimpl.TypeBuilder{
  146. File: protoimpl.DescBuilder{
  147. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  148. RawDescriptor: file_common_alioss_proto_rawDesc,
  149. NumEnums: 0,
  150. NumMessages: 1,
  151. NumExtensions: 0,
  152. NumServices: 0,
  153. },
  154. GoTypes: file_common_alioss_proto_goTypes,
  155. DependencyIndexes: file_common_alioss_proto_depIdxs,
  156. MessageInfos: file_common_alioss_proto_msgTypes,
  157. }.Build()
  158. File_common_alioss_proto = out.File
  159. file_common_alioss_proto_rawDesc = nil
  160. file_common_alioss_proto_goTypes = nil
  161. file_common_alioss_proto_depIdxs = nil
  162. }