github.com/cloudwan/edgelq-sdk@v1.15.4/limits/client/v1alpha2/plan_assignment/plan_assignment_custom.pb.go (about) 1 // Code generated by protoc-gen-goten-go 2 // File: edgelq/limits/proto/v1alpha2/plan_assignment_custom.proto 3 // DO NOT EDIT!!! 4 5 package plan_assignment_client 6 7 import ( 8 "fmt" 9 "reflect" 10 "sync" 11 12 "google.golang.org/protobuf/encoding/protojson" 13 "google.golang.org/protobuf/proto" 14 preflect "google.golang.org/protobuf/reflect/protoreflect" 15 "google.golang.org/protobuf/runtime/protoimpl" 16 ) 17 18 // proto imports 19 import ( 20 plan_assignment "github.com/cloudwan/edgelq-sdk/limits/resources/v1alpha2/plan_assignment" 21 ) 22 23 // Reference imports to suppress errors if they are not otherwise used. 24 var ( 25 _ = fmt.Errorf 26 _ = reflect.Method{} 27 _ = sync.Once{} 28 29 _ = protojson.MarshalOptions{} 30 _ = proto.MarshalOptions{} 31 _ = preflect.Value{} 32 _ = protoimpl.DescBuilder{} 33 ) 34 35 // make sure we're using proto imports 36 var ( 37 _ = &plan_assignment.PlanAssignment{} 38 ) 39 40 const ( 41 // Verify that this generated code is sufficiently up-to-date. 42 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 43 // Verify that runtime/protoimpl is sufficiently up-to-date. 44 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 45 ) 46 47 // Request message for method 48 // [MigratePlanAssignment][ntt.limits.v1alpha2.MigratePlanAssignment] 49 type MigratePlanAssignmentRequest struct { 50 state protoimpl.MessageState 51 sizeCache protoimpl.SizeCache 52 unknownFields protoimpl.UnknownFields 53 // PlanAssignment resource body 54 PlanAssignment *plan_assignment.PlanAssignment `protobuf:"bytes,2,opt,name=plan_assignment,json=planAssignment,proto3" json:"plan_assignment,omitempty"` 55 } 56 57 func (m *MigratePlanAssignmentRequest) Reset() { 58 *m = MigratePlanAssignmentRequest{} 59 if protoimpl.UnsafeEnabled { 60 mi := &edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto_msgTypes[0] 61 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 62 ms.StoreMessageInfo(mi) 63 } 64 } 65 66 func (m *MigratePlanAssignmentRequest) String() string { 67 return protoimpl.X.MessageStringOf(m) 68 } 69 70 func (*MigratePlanAssignmentRequest) ProtoMessage() {} 71 72 func (m *MigratePlanAssignmentRequest) ProtoReflect() preflect.Message { 73 mi := &edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto_msgTypes[0] 74 if protoimpl.UnsafeEnabled && m != nil { 75 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m)) 76 if ms.LoadMessageInfo() == nil { 77 ms.StoreMessageInfo(mi) 78 } 79 return ms 80 } 81 return mi.MessageOf(m) 82 } 83 84 func (*MigratePlanAssignmentRequest) GotenMessage() {} 85 86 // Deprecated, Use MigratePlanAssignmentRequest.ProtoReflect.Descriptor instead. 87 func (*MigratePlanAssignmentRequest) Descriptor() ([]byte, []int) { 88 return edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto_rawDescGZIP(), []int{0} 89 } 90 91 func (m *MigratePlanAssignmentRequest) Unmarshal(b []byte) error { 92 return proto.Unmarshal(b, m) 93 } 94 95 func (m *MigratePlanAssignmentRequest) Marshal() ([]byte, error) { 96 return proto.Marshal(m) 97 } 98 99 func (m *MigratePlanAssignmentRequest) MarshalJSON() ([]byte, error) { 100 return protojson.MarshalOptions{}.Marshal(m) 101 } 102 103 func (m *MigratePlanAssignmentRequest) UnmarshalJSON(data []byte) error { 104 return protojson.Unmarshal(data, m) 105 } 106 107 func (m *MigratePlanAssignmentRequest) GetPlanAssignment() *plan_assignment.PlanAssignment { 108 if m != nil { 109 return m.PlanAssignment 110 } 111 return nil 112 } 113 114 func (m *MigratePlanAssignmentRequest) SetPlanAssignment(fv *plan_assignment.PlanAssignment) { 115 if m == nil { 116 panic(fmt.Errorf("can't set %s on nil %s", "PlanAssignment", "MigratePlanAssignmentRequest")) 117 } 118 m.PlanAssignment = fv 119 } 120 121 var edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto preflect.FileDescriptor 122 123 var edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto_rawDesc = []byte{ 124 0x0a, 0x39, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x2f, 125 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x2f, 0x70, 126 0x6c, 0x61, 0x6e, 0x5f, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x63, 127 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x13, 0x6e, 0x74, 0x74, 128 0x2e, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 129 0x1a, 0x20, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 130 0x6f, 0x6e, 0x73, 0x2f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x2e, 0x70, 0x72, 0x6f, 131 0x74, 0x6f, 0x1a, 0x1d, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 132 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 133 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 134 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x63, 0x6c, 0x69, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 135 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 136 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 137 0x1a, 0x24, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2f, 0x61, 138 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 139 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x32, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x6c, 140 0x69, 0x6d, 0x69, 0x74, 0x73, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x61, 0x6c, 141 0x70, 0x68, 0x61, 0x32, 0x2f, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 142 0x6d, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x39, 0x65, 0x64, 0x67, 0x65, 143 0x6c, 0x71, 0x2f, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 144 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x2f, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x61, 0x73, 145 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x2e, 146 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x7a, 0x0a, 0x1c, 0x4d, 0x69, 0x67, 0x72, 0x61, 0x74, 0x65, 147 0x50, 0x6c, 0x61, 0x6e, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 148 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x5a, 0x0a, 0x0f, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x61, 0x73, 149 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x23, 150 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 0x2e, 0x76, 0x31, 0x61, 0x6c, 151 0x70, 0x68, 0x61, 0x32, 0x2e, 0x50, 0x6c, 0x61, 0x6e, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 152 0x65, 0x6e, 0x74, 0x42, 0x0c, 0xc8, 0xd5, 0x22, 0x01, 0xca, 0xc6, 0x27, 0x04, 0x62, 0x02, 0x08, 153 0x01, 0x52, 0x0e, 0x70, 0x6c, 0x61, 0x6e, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e, 154 0x74, 0x42, 0x93, 0x01, 0x0a, 0x1a, 0x63, 0x6f, 0x6d, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x6c, 0x69, 155 0x6d, 0x69, 0x74, 0x73, 0x2e, 0x70, 0x62, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 156 0x42, 0x19, 0x50, 0x6c, 0x61, 0x6e, 0x41, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 157 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x00, 0x5a, 0x58, 0x67, 158 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77, 159 0x61, 0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x73, 160 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 161 0x2f, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 162 0x3b, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x61, 0x73, 0x73, 0x69, 0x67, 0x6e, 0x6d, 0x65, 0x6e, 0x74, 163 0x5f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 164 } 165 166 var ( 167 edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto_rawDescOnce sync.Once 168 edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto_rawDescData = edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto_rawDesc 169 ) 170 171 func edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto_rawDescGZIP() []byte { 172 edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto_rawDescOnce.Do(func() { 173 edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto_rawDescData = protoimpl.X.CompressGZIP(edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto_rawDescData) 174 }) 175 return edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto_rawDescData 176 } 177 178 var edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto_msgTypes = make([]protoimpl.MessageInfo, 1) 179 var edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto_goTypes = []interface{}{ 180 (*MigratePlanAssignmentRequest)(nil), // 0: ntt.limits.v1alpha2.MigratePlanAssignmentRequest 181 (*plan_assignment.PlanAssignment)(nil), // 1: ntt.limits.v1alpha2.PlanAssignment 182 } 183 var edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto_depIdxs = []int32{ 184 1, // 0: ntt.limits.v1alpha2.MigratePlanAssignmentRequest.plan_assignment:type_name -> ntt.limits.v1alpha2.PlanAssignment 185 1, // [1:1] is the sub-list for method output_type 186 1, // [1:1] is the sub-list for method input_type 187 1, // [1:1] is the sub-list for extension type_name 188 1, // [1:1] is the sub-list for extension extendee 189 0, // [0:1] is the sub-list for field type_name 190 } 191 192 func init() { edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto_init() } 193 func edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto_init() { 194 if edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto != nil { 195 return 196 } 197 if !protoimpl.UnsafeEnabled { 198 199 edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { 200 switch v := v.(*MigratePlanAssignmentRequest); i { 201 case 0: 202 return &v.state 203 case 1: 204 return &v.sizeCache 205 case 2: 206 return &v.unknownFields 207 default: 208 return nil 209 } 210 } 211 } 212 213 type x struct{} 214 out := protoimpl.TypeBuilder{ 215 File: protoimpl.DescBuilder{ 216 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 217 RawDescriptor: edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto_rawDesc, 218 NumEnums: 0, 219 NumMessages: 1, 220 NumExtensions: 0, 221 NumServices: 0, 222 }, 223 GoTypes: edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto_goTypes, 224 DependencyIndexes: edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto_depIdxs, 225 MessageInfos: edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto_msgTypes, 226 }.Build() 227 edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto = out.File 228 edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto_rawDesc = nil 229 edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto_goTypes = nil 230 edgelq_limits_proto_v1alpha2_plan_assignment_custom_proto_depIdxs = nil 231 }