github.com/cloudwan/edgelq-sdk@v1.15.4/cellular-api/resources/v1/sim_card_stock/sim_card_stock.pb.go (about)

     1  // Code generated by protoc-gen-goten-go
     2  // File: edgelq/cellular-api/proto/v1/sim_card_stock.proto
     3  // DO NOT EDIT!!!
     4  
     5  package sim_card_stock
     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  	contract "github.com/cloudwan/edgelq-sdk/cellular-api/resources/v1/contract"
    21  	sim_card "github.com/cloudwan/edgelq-sdk/cellular-api/resources/v1/sim_card"
    22  	meta "github.com/cloudwan/goten-sdk/types/meta"
    23  )
    24  
    25  // Reference imports to suppress errors if they are not otherwise used.
    26  var (
    27  	_ = fmt.Errorf
    28  	_ = reflect.Method{}
    29  	_ = sync.Once{}
    30  
    31  	_ = protojson.MarshalOptions{}
    32  	_ = proto.MarshalOptions{}
    33  	_ = preflect.Value{}
    34  	_ = protoimpl.DescBuilder{}
    35  )
    36  
    37  // make sure we're using proto imports
    38  var (
    39  	_ = &contract.Contract{}
    40  	_ = &sim_card.SimCard{}
    41  	_ = &meta.Meta{}
    42  )
    43  
    44  const (
    45  	// Verify that this generated code is sufficiently up-to-date.
    46  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    47  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    48  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    49  )
    50  
    51  type SimCardStock_State int32
    52  
    53  const (
    54  	SimCardStock_STATE_UNSPECIFIED SimCardStock_State = 0
    55  	SimCardStock_AVAILABLE         SimCardStock_State = 1
    56  	SimCardStock_IN_USE            SimCardStock_State = 2
    57  )
    58  
    59  var (
    60  	SimCardStock_State_name = map[int32]string{
    61  		0: "STATE_UNSPECIFIED",
    62  		1: "AVAILABLE",
    63  		2: "IN_USE",
    64  	}
    65  
    66  	SimCardStock_State_value = map[string]int32{
    67  		"STATE_UNSPECIFIED": 0,
    68  		"AVAILABLE":         1,
    69  		"IN_USE":            2,
    70  	}
    71  )
    72  
    73  func (x SimCardStock_State) Enum() *SimCardStock_State {
    74  	p := new(SimCardStock_State)
    75  	*p = x
    76  	return p
    77  }
    78  
    79  func (x SimCardStock_State) String() string {
    80  	return protoimpl.X.EnumStringOf(x.Descriptor(), preflect.EnumNumber(x))
    81  }
    82  
    83  func (SimCardStock_State) Descriptor() preflect.EnumDescriptor {
    84  	return edgelq_cellular_api_proto_v1_sim_card_stock_proto_enumTypes[0].Descriptor()
    85  }
    86  
    87  func (SimCardStock_State) Type() preflect.EnumType {
    88  	return &edgelq_cellular_api_proto_v1_sim_card_stock_proto_enumTypes[0]
    89  }
    90  
    91  func (x SimCardStock_State) Number() preflect.EnumNumber {
    92  	return preflect.EnumNumber(x)
    93  }
    94  
    95  // Deprecated, Use SimCardStock_State.ProtoReflect.Descriptor instead.
    96  func (SimCardStock_State) EnumDescriptor() ([]byte, []int) {
    97  	return edgelq_cellular_api_proto_v1_sim_card_stock_proto_rawDescGZIP(), []int{0, 0}
    98  }
    99  
   100  // SimCardStock Resource
   101  type SimCardStock struct {
   102  	state         protoimpl.MessageState
   103  	sizeCache     protoimpl.SizeCache
   104  	unknownFields protoimpl.UnknownFields
   105  	// Name of SimCardStock
   106  	// When creating a new instance, this field is optional and if not provided,
   107  	// it will be generated automatically. Last ID segment must conform to the
   108  	// following regex: \\d{19}
   109  	Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"`
   110  	// Metadata is an object with information like create, update and delete time
   111  	// (for async deleted resources), has user labels/annotations, sharding
   112  	// information, multi-region syncing information and may have non-schema
   113  	// owners (useful for taking ownership of resources belonging to lower level
   114  	// services by higher ones).
   115  	Metadata *meta.Meta          `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
   116  	Contract *contract.Reference `protobuf:"bytes,3,opt,customtype=Reference,name=contract,proto3" json:"contract,omitempty"`
   117  	State    SimCardStock_State  `protobuf:"varint,4,opt,name=state,proto3,enum=ntt.cellular_api.v1.SimCardStock_State" json:"state,omitempty"`
   118  	SimCard  *sim_card.Reference `protobuf:"bytes,5,opt,customtype=Reference,name=sim_card,json=simCard,proto3" json:"sim_card,omitempty"`
   119  }
   120  
   121  func (m *SimCardStock) Reset() {
   122  	*m = SimCardStock{}
   123  	if protoimpl.UnsafeEnabled {
   124  		mi := &edgelq_cellular_api_proto_v1_sim_card_stock_proto_msgTypes[0]
   125  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   126  		ms.StoreMessageInfo(mi)
   127  	}
   128  }
   129  
   130  func (m *SimCardStock) String() string {
   131  	return protoimpl.X.MessageStringOf(m)
   132  }
   133  
   134  func (*SimCardStock) ProtoMessage() {}
   135  
   136  func (m *SimCardStock) ProtoReflect() preflect.Message {
   137  	mi := &edgelq_cellular_api_proto_v1_sim_card_stock_proto_msgTypes[0]
   138  	if protoimpl.UnsafeEnabled && m != nil {
   139  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   140  		if ms.LoadMessageInfo() == nil {
   141  			ms.StoreMessageInfo(mi)
   142  		}
   143  		return ms
   144  	}
   145  	return mi.MessageOf(m)
   146  }
   147  
   148  func (*SimCardStock) GotenMessage() {}
   149  
   150  // Deprecated, Use SimCardStock.ProtoReflect.Descriptor instead.
   151  func (*SimCardStock) Descriptor() ([]byte, []int) {
   152  	return edgelq_cellular_api_proto_v1_sim_card_stock_proto_rawDescGZIP(), []int{0}
   153  }
   154  
   155  func (m *SimCardStock) Unmarshal(b []byte) error {
   156  	return proto.Unmarshal(b, m)
   157  }
   158  
   159  func (m *SimCardStock) Marshal() ([]byte, error) {
   160  	return proto.Marshal(m)
   161  }
   162  
   163  func (m *SimCardStock) MarshalJSON() ([]byte, error) {
   164  	return protojson.MarshalOptions{}.Marshal(m)
   165  }
   166  
   167  func (m *SimCardStock) UnmarshalJSON(data []byte) error {
   168  	return protojson.Unmarshal(data, m)
   169  }
   170  
   171  func (m *SimCardStock) GetName() *Name {
   172  	if m != nil {
   173  		return m.Name
   174  	}
   175  	return nil
   176  }
   177  
   178  func (m *SimCardStock) GetMetadata() *meta.Meta {
   179  	if m != nil {
   180  		return m.Metadata
   181  	}
   182  	return nil
   183  }
   184  
   185  func (m *SimCardStock) GetContract() *contract.Reference {
   186  	if m != nil {
   187  		return m.Contract
   188  	}
   189  	return nil
   190  }
   191  
   192  func (m *SimCardStock) GetState() SimCardStock_State {
   193  	if m != nil {
   194  		return m.State
   195  	}
   196  	return SimCardStock_STATE_UNSPECIFIED
   197  }
   198  
   199  func (m *SimCardStock) GetSimCard() *sim_card.Reference {
   200  	if m != nil {
   201  		return m.SimCard
   202  	}
   203  	return nil
   204  }
   205  
   206  func (m *SimCardStock) SetName(fv *Name) {
   207  	if m == nil {
   208  		panic(fmt.Errorf("can't set %s on nil %s", "Name", "SimCardStock"))
   209  	}
   210  	m.Name = fv
   211  }
   212  
   213  func (m *SimCardStock) SetMetadata(fv *meta.Meta) {
   214  	if m == nil {
   215  		panic(fmt.Errorf("can't set %s on nil %s", "Metadata", "SimCardStock"))
   216  	}
   217  	m.Metadata = fv
   218  }
   219  
   220  func (m *SimCardStock) SetContract(fv *contract.Reference) {
   221  	if m == nil {
   222  		panic(fmt.Errorf("can't set %s on nil %s", "Contract", "SimCardStock"))
   223  	}
   224  	m.Contract = fv
   225  }
   226  
   227  func (m *SimCardStock) SetState(fv SimCardStock_State) {
   228  	if m == nil {
   229  		panic(fmt.Errorf("can't set %s on nil %s", "State", "SimCardStock"))
   230  	}
   231  	m.State = fv
   232  }
   233  
   234  func (m *SimCardStock) SetSimCard(fv *sim_card.Reference) {
   235  	if m == nil {
   236  		panic(fmt.Errorf("can't set %s on nil %s", "SimCard", "SimCardStock"))
   237  	}
   238  	m.SimCard = fv
   239  }
   240  
   241  var edgelq_cellular_api_proto_v1_sim_card_stock_proto preflect.FileDescriptor
   242  
   243  var edgelq_cellular_api_proto_v1_sim_card_stock_proto_rawDesc = []byte{
   244  	0x0a, 0x31, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x63, 0x65, 0x6c, 0x6c, 0x75, 0x6c, 0x61,
   245  	0x72, 0x2d, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x73,
   246  	0x69, 0x6d, 0x5f, 0x63, 0x61, 0x72, 0x64, 0x5f, 0x73, 0x74, 0x6f, 0x63, 0x6b, 0x2e, 0x70, 0x72,
   247  	0x6f, 0x74, 0x6f, 0x12, 0x13, 0x6e, 0x74, 0x74, 0x2e, 0x63, 0x65, 0x6c, 0x6c, 0x75, 0x6c, 0x61,
   248  	0x72, 0x5f, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x1a, 0x19, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65,
   249  	0x2f, 0x61, 0x70, 0x69, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, 0x70, 0x72,
   250  	0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74,
   251  	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x2e,
   252  	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1d, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e,
   253  	0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x70,
   254  	0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f,
   255  	0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65,
   256  	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1d, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e,
   257  	0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e,
   258  	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e,
   259  	0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65,
   260  	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x24, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e,
   261  	0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x5f,
   262  	0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x16, 0x67, 0x6f,
   263  	0x74, 0x65, 0x6e, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x70,
   264  	0x72, 0x6f, 0x74, 0x6f, 0x22, 0xc7, 0x03, 0x0a, 0x0c, 0x53, 0x69, 0x6d, 0x43, 0x61, 0x72, 0x64,
   265  	0x53, 0x74, 0x6f, 0x63, 0x6b, 0x12, 0x28, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20,
   266  	0x01, 0x28, 0x09, 0x42, 0x14, 0xb2, 0xda, 0x21, 0x10, 0x0a, 0x0e, 0x0a, 0x0c, 0x53, 0x69, 0x6d,
   267  	0x43, 0x61, 0x72, 0x64, 0x53, 0x74, 0x6f, 0x63, 0x6b, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12,
   268  	0x2d, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x02, 0x20, 0x01, 0x28,
   269  	0x0b, 0x32, 0x11, 0x2e, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e,
   270  	0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x2e,
   271  	0x0a, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
   272  	0x42, 0x12, 0xb2, 0xda, 0x21, 0x0e, 0x12, 0x0c, 0x0a, 0x08, 0x43, 0x6f, 0x6e, 0x74, 0x72, 0x61,
   273  	0x63, 0x74, 0x10, 0x06, 0x52, 0x08, 0x63, 0x6f, 0x6e, 0x74, 0x72, 0x61, 0x63, 0x74, 0x12, 0x3d,
   274  	0x0a, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x27, 0x2e,
   275  	0x6e, 0x74, 0x74, 0x2e, 0x63, 0x65, 0x6c, 0x6c, 0x75, 0x6c, 0x61, 0x72, 0x5f, 0x61, 0x70, 0x69,
   276  	0x2e, 0x76, 0x31, 0x2e, 0x53, 0x69, 0x6d, 0x43, 0x61, 0x72, 0x64, 0x53, 0x74, 0x6f, 0x63, 0x6b,
   277  	0x2e, 0x53, 0x74, 0x61, 0x74, 0x65, 0x52, 0x05, 0x73, 0x74, 0x61, 0x74, 0x65, 0x12, 0x2c, 0x0a,
   278  	0x08, 0x73, 0x69, 0x6d, 0x5f, 0x63, 0x61, 0x72, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42,
   279  	0x11, 0xb2, 0xda, 0x21, 0x0d, 0x12, 0x0b, 0x0a, 0x07, 0x53, 0x69, 0x6d, 0x43, 0x61, 0x72, 0x64,
   280  	0x10, 0x01, 0x52, 0x07, 0x73, 0x69, 0x6d, 0x43, 0x61, 0x72, 0x64, 0x22, 0x39, 0x0a, 0x05, 0x53,
   281  	0x74, 0x61, 0x74, 0x65, 0x12, 0x15, 0x0a, 0x11, 0x53, 0x54, 0x41, 0x54, 0x45, 0x5f, 0x55, 0x4e,
   282  	0x53, 0x50, 0x45, 0x43, 0x49, 0x46, 0x49, 0x45, 0x44, 0x10, 0x00, 0x12, 0x0d, 0x0a, 0x09, 0x41,
   283  	0x56, 0x41, 0x49, 0x4c, 0x41, 0x42, 0x4c, 0x45, 0x10, 0x01, 0x12, 0x0a, 0x0a, 0x06, 0x49, 0x4e,
   284  	0x5f, 0x55, 0x53, 0x45, 0x10, 0x02, 0x3a, 0x85, 0x01, 0xea, 0x41, 0x46, 0x0a, 0x24, 0x63, 0x65,
   285  	0x6c, 0x6c, 0x75, 0x6c, 0x61, 0x72, 0x2d, 0x61, 0x70, 0x69, 0x2e, 0x65, 0x64, 0x67, 0x65, 0x6c,
   286  	0x71, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x53, 0x69, 0x6d, 0x43, 0x61, 0x72, 0x64, 0x53, 0x74, 0x6f,
   287  	0x63, 0x6b, 0x12, 0x1e, 0x73, 0x69, 0x6d, 0x43, 0x61, 0x72, 0x64, 0x53, 0x74, 0x6f, 0x63, 0x6b,
   288  	0x73, 0x2f, 0x7b, 0x73, 0x69, 0x6d, 0x5f, 0x63, 0x61, 0x72, 0x64, 0x5f, 0x73, 0x74, 0x6f, 0x63,
   289  	0x6b, 0x7d, 0x92, 0xd9, 0x21, 0x26, 0x0a, 0x0d, 0x73, 0x69, 0x6d, 0x43, 0x61, 0x72, 0x64, 0x53,
   290  	0x74, 0x6f, 0x63, 0x6b, 0x73, 0x12, 0x0d, 0x73, 0x69, 0x6d, 0x43, 0x61, 0x72, 0x64, 0x53, 0x74,
   291  	0x6f, 0x63, 0x6b, 0x73, 0x2a, 0x06, 0x5c, 0x64, 0x7b, 0x31, 0x39, 0x7d, 0xda, 0x94, 0x23, 0x08,
   292  	0x12, 0x06, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0xe2, 0xde, 0x21, 0x02, 0x08, 0x03, 0x42, 0xc3,
   293  	0x02, 0xe8, 0xde, 0x21, 0x01, 0xd2, 0xff, 0xd0, 0x02, 0x57, 0x0a, 0x14, 0x73, 0x69, 0x6d, 0x5f,
   294  	0x63, 0x61, 0x72, 0x64, 0x5f, 0x73, 0x74, 0x6f, 0x63, 0x6b, 0x5f, 0x73, 0x74, 0x6f, 0x72, 0x65,
   295  	0x12, 0x3f, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f,
   296  	0x75, 0x64, 0x77, 0x61, 0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x63, 0x65, 0x6c,
   297  	0x6c, 0x75, 0x6c, 0x61, 0x72, 0x2d, 0x61, 0x70, 0x69, 0x2f, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2f,
   298  	0x76, 0x31, 0x2f, 0x73, 0x69, 0x6d, 0x5f, 0x63, 0x61, 0x72, 0x64, 0x5f, 0x73, 0x74, 0x6f, 0x63,
   299  	0x6b, 0xa2, 0x80, 0xd1, 0x02, 0x59, 0x0a, 0x15, 0x73, 0x69, 0x6d, 0x5f, 0x63, 0x61, 0x72, 0x64,
   300  	0x5f, 0x73, 0x74, 0x6f, 0x63, 0x6b, 0x5f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x40, 0x67,
   301  	0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77,
   302  	0x61, 0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x63, 0x65, 0x6c, 0x6c, 0x75, 0x6c,
   303  	0x61, 0x72, 0x2d, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2f, 0x76, 0x31,
   304  	0x2f, 0x73, 0x69, 0x6d, 0x5f, 0x63, 0x61, 0x72, 0x64, 0x5f, 0x73, 0x74, 0x6f, 0x63, 0x6b, 0x0a,
   305  	0x1a, 0x63, 0x6f, 0x6d, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x63, 0x65, 0x6c, 0x6c, 0x75, 0x6c, 0x61,
   306  	0x72, 0x5f, 0x61, 0x70, 0x69, 0x2e, 0x70, 0x62, 0x2e, 0x76, 0x31, 0x42, 0x11, 0x53, 0x69, 0x6d,
   307  	0x43, 0x61, 0x72, 0x64, 0x53, 0x74, 0x6f, 0x63, 0x6b, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01,
   308  	0x5a, 0x52, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f,
   309  	0x75, 0x64, 0x77, 0x61, 0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x63, 0x65, 0x6c,
   310  	0x6c, 0x75, 0x6c, 0x61, 0x72, 0x2d, 0x61, 0x70, 0x69, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72,
   311  	0x63, 0x65, 0x73, 0x2f, 0x76, 0x31, 0x2f, 0x73, 0x69, 0x6d, 0x5f, 0x63, 0x61, 0x72, 0x64, 0x5f,
   312  	0x73, 0x74, 0x6f, 0x63, 0x6b, 0x3b, 0x73, 0x69, 0x6d, 0x5f, 0x63, 0x61, 0x72, 0x64, 0x5f, 0x73,
   313  	0x74, 0x6f, 0x63, 0x6b, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
   314  }
   315  
   316  var (
   317  	edgelq_cellular_api_proto_v1_sim_card_stock_proto_rawDescOnce sync.Once
   318  	edgelq_cellular_api_proto_v1_sim_card_stock_proto_rawDescData = edgelq_cellular_api_proto_v1_sim_card_stock_proto_rawDesc
   319  )
   320  
   321  func edgelq_cellular_api_proto_v1_sim_card_stock_proto_rawDescGZIP() []byte {
   322  	edgelq_cellular_api_proto_v1_sim_card_stock_proto_rawDescOnce.Do(func() {
   323  		edgelq_cellular_api_proto_v1_sim_card_stock_proto_rawDescData = protoimpl.X.CompressGZIP(edgelq_cellular_api_proto_v1_sim_card_stock_proto_rawDescData)
   324  	})
   325  	return edgelq_cellular_api_proto_v1_sim_card_stock_proto_rawDescData
   326  }
   327  
   328  var edgelq_cellular_api_proto_v1_sim_card_stock_proto_enumTypes = make([]protoimpl.EnumInfo, 1)
   329  var edgelq_cellular_api_proto_v1_sim_card_stock_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
   330  var edgelq_cellular_api_proto_v1_sim_card_stock_proto_goTypes = []interface{}{
   331  	(SimCardStock_State)(0), // 0: ntt.cellular_api.v1.SimCardStock_State
   332  	(*SimCardStock)(nil),    // 1: ntt.cellular_api.v1.SimCardStock
   333  	(*meta.Meta)(nil),       // 2: goten.types.Meta
   334  }
   335  var edgelq_cellular_api_proto_v1_sim_card_stock_proto_depIdxs = []int32{
   336  	2, // 0: ntt.cellular_api.v1.SimCardStock.metadata:type_name -> goten.types.Meta
   337  	0, // 1: ntt.cellular_api.v1.SimCardStock.state:type_name -> ntt.cellular_api.v1.SimCardStock_State
   338  	2, // [2:2] is the sub-list for method output_type
   339  	2, // [2:2] is the sub-list for method input_type
   340  	2, // [2:2] is the sub-list for extension type_name
   341  	2, // [2:2] is the sub-list for extension extendee
   342  	0, // [0:2] is the sub-list for field type_name
   343  }
   344  
   345  func init() { edgelq_cellular_api_proto_v1_sim_card_stock_proto_init() }
   346  func edgelq_cellular_api_proto_v1_sim_card_stock_proto_init() {
   347  	if edgelq_cellular_api_proto_v1_sim_card_stock_proto != nil {
   348  		return
   349  	}
   350  	if !protoimpl.UnsafeEnabled {
   351  
   352  		edgelq_cellular_api_proto_v1_sim_card_stock_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   353  			switch v := v.(*SimCardStock); i {
   354  			case 0:
   355  				return &v.state
   356  			case 1:
   357  				return &v.sizeCache
   358  			case 2:
   359  				return &v.unknownFields
   360  			default:
   361  				return nil
   362  			}
   363  		}
   364  	}
   365  
   366  	type x struct{}
   367  	out := protoimpl.TypeBuilder{
   368  		File: protoimpl.DescBuilder{
   369  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   370  			RawDescriptor: edgelq_cellular_api_proto_v1_sim_card_stock_proto_rawDesc,
   371  			NumEnums:      1,
   372  			NumMessages:   1,
   373  			NumExtensions: 0,
   374  			NumServices:   0,
   375  		},
   376  		GoTypes:           edgelq_cellular_api_proto_v1_sim_card_stock_proto_goTypes,
   377  		DependencyIndexes: edgelq_cellular_api_proto_v1_sim_card_stock_proto_depIdxs,
   378  		EnumInfos:         edgelq_cellular_api_proto_v1_sim_card_stock_proto_enumTypes,
   379  		MessageInfos:      edgelq_cellular_api_proto_v1_sim_card_stock_proto_msgTypes,
   380  	}.Build()
   381  	edgelq_cellular_api_proto_v1_sim_card_stock_proto = out.File
   382  	edgelq_cellular_api_proto_v1_sim_card_stock_proto_rawDesc = nil
   383  	edgelq_cellular_api_proto_v1_sim_card_stock_proto_goTypes = nil
   384  	edgelq_cellular_api_proto_v1_sim_card_stock_proto_depIdxs = nil
   385  }