alioss.pb.go 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  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/aliyun/alioss.proto
  6. package aliyun
  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_aliyun_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_aliyun_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_aliyun_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_aliyun_alioss_proto protoreflect.FileDescriptor
  87. var file_common_aliyun_alioss_proto_rawDesc = []byte{
  88. 0x0a, 0x1a, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x61, 0x6c, 0x69, 0x79, 0x75, 0x6e, 0x2f,
  89. 0x61, 0x6c, 0x69, 0x6f, 0x73, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x06, 0x61, 0x6c,
  90. 0x69, 0x79, 0x75, 0x6e, 0x22, 0xa7, 0x01, 0x0a, 0x03, 0x4f, 0x73, 0x73, 0x12, 0x20, 0x0a, 0x0b,
  91. 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4b, 0x65, 0x79, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
  92. 0x09, 0x52, 0x0b, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4b, 0x65, 0x79, 0x49, 0x64, 0x12, 0x28,
  93. 0x0a, 0x0f, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4b, 0x65, 0x79, 0x53, 0x65, 0x63, 0x72, 0x65,
  94. 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x41, 0x63, 0x63, 0x65, 0x73, 0x73, 0x4b,
  95. 0x65, 0x79, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x24, 0x0a, 0x0d, 0x53, 0x65, 0x63, 0x75,
  96. 0x72, 0x69, 0x74, 0x79, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
  97. 0x0d, 0x53, 0x65, 0x63, 0x75, 0x72, 0x69, 0x74, 0x79, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x16,
  98. 0x0a, 0x06, 0x52, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06,
  99. 0x52, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x42, 0x75, 0x63, 0x6b, 0x65, 0x74,
  100. 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x42, 0x75, 0x63, 0x6b, 0x65, 0x74, 0x42, 0x40,
  101. 0x0a, 0x06, 0x61, 0x6c, 0x69, 0x79, 0x75, 0x6e, 0x50, 0x01, 0x5a, 0x34, 0x67, 0x69, 0x74, 0x2e,
  102. 0x74, 0x74, 0x6d, 0x79, 0x6c, 0x69, 0x66, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x7a, 0x65, 0x75,
  103. 0x73, 0x7a, 0x68, 0x61, 0x6f, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x63, 0x6f, 0x6d, 0x6d,
  104. 0x6f, 0x6e, 0x2f, 0x61, 0x6c, 0x69, 0x79, 0x75, 0x6e, 0x3b, 0x61, 0x6c, 0x69, 0x79, 0x75, 0x6e,
  105. 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  106. }
  107. var (
  108. file_common_aliyun_alioss_proto_rawDescOnce sync.Once
  109. file_common_aliyun_alioss_proto_rawDescData = file_common_aliyun_alioss_proto_rawDesc
  110. )
  111. func file_common_aliyun_alioss_proto_rawDescGZIP() []byte {
  112. file_common_aliyun_alioss_proto_rawDescOnce.Do(func() {
  113. file_common_aliyun_alioss_proto_rawDescData = protoimpl.X.CompressGZIP(file_common_aliyun_alioss_proto_rawDescData)
  114. })
  115. return file_common_aliyun_alioss_proto_rawDescData
  116. }
  117. var file_common_aliyun_alioss_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
  118. var file_common_aliyun_alioss_proto_goTypes = []interface{}{
  119. (*Oss)(nil), // 0: aliyun.Oss
  120. }
  121. var file_common_aliyun_alioss_proto_depIdxs = []int32{
  122. 0, // [0:0] is the sub-list for method output_type
  123. 0, // [0:0] is the sub-list for method input_type
  124. 0, // [0:0] is the sub-list for extension type_name
  125. 0, // [0:0] is the sub-list for extension extendee
  126. 0, // [0:0] is the sub-list for field type_name
  127. }
  128. func init() { file_common_aliyun_alioss_proto_init() }
  129. func file_common_aliyun_alioss_proto_init() {
  130. if File_common_aliyun_alioss_proto != nil {
  131. return
  132. }
  133. if !protoimpl.UnsafeEnabled {
  134. file_common_aliyun_alioss_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  135. switch v := v.(*Oss); i {
  136. case 0:
  137. return &v.state
  138. case 1:
  139. return &v.sizeCache
  140. case 2:
  141. return &v.unknownFields
  142. default:
  143. return nil
  144. }
  145. }
  146. }
  147. type x struct{}
  148. out := protoimpl.TypeBuilder{
  149. File: protoimpl.DescBuilder{
  150. GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  151. RawDescriptor: file_common_aliyun_alioss_proto_rawDesc,
  152. NumEnums: 0,
  153. NumMessages: 1,
  154. NumExtensions: 0,
  155. NumServices: 0,
  156. },
  157. GoTypes: file_common_aliyun_alioss_proto_goTypes,
  158. DependencyIndexes: file_common_aliyun_alioss_proto_depIdxs,
  159. MessageInfos: file_common_aliyun_alioss_proto_msgTypes,
  160. }.Build()
  161. File_common_aliyun_alioss_proto = out.File
  162. file_common_aliyun_alioss_proto_rawDesc = nil
  163. file_common_aliyun_alioss_proto_goTypes = nil
  164. file_common_aliyun_alioss_proto_depIdxs = nil
  165. }