github.com/cloudwan/edgelq-sdk@v1.15.4/iam/client/v1/service_account/service_account_custom.pb.go (about)

     1  // Code generated by protoc-gen-goten-go
     2  // File: edgelq/iam/proto/v1/service_account_custom.proto
     3  // DO NOT EDIT!!!
     4  
     5  package service_account_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  	project "github.com/cloudwan/edgelq-sdk/iam/resources/v1/project"
    21  	service_account "github.com/cloudwan/edgelq-sdk/iam/resources/v1/service_account"
    22  )
    23  
    24  // Reference imports to suppress errors if they are not otherwise used.
    25  var (
    26  	_ = fmt.Errorf
    27  	_ = reflect.Method{}
    28  	_ = sync.Once{}
    29  
    30  	_ = protojson.MarshalOptions{}
    31  	_ = proto.MarshalOptions{}
    32  	_ = preflect.Value{}
    33  	_ = protoimpl.DescBuilder{}
    34  )
    35  
    36  // make sure we're using proto imports
    37  var (
    38  	_ = &project.Project{}
    39  	_ = &service_account.ServiceAccount{}
    40  )
    41  
    42  const (
    43  	// Verify that this generated code is sufficiently up-to-date.
    44  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    45  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    46  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    47  )
    48  
    49  // A request message of the GetMyAgentShard method.
    50  type GetMyAgentShardRequest struct {
    51  	state         protoimpl.MessageState
    52  	sizeCache     protoimpl.SizeCache
    53  	unknownFields protoimpl.UnknownFields
    54  	// Name of ntt.iam.v1.ServiceAccount of Agent type
    55  	Name *service_account.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"`
    56  }
    57  
    58  func (m *GetMyAgentShardRequest) Reset() {
    59  	*m = GetMyAgentShardRequest{}
    60  	if protoimpl.UnsafeEnabled {
    61  		mi := &edgelq_iam_proto_v1_service_account_custom_proto_msgTypes[0]
    62  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
    63  		ms.StoreMessageInfo(mi)
    64  	}
    65  }
    66  
    67  func (m *GetMyAgentShardRequest) String() string {
    68  	return protoimpl.X.MessageStringOf(m)
    69  }
    70  
    71  func (*GetMyAgentShardRequest) ProtoMessage() {}
    72  
    73  func (m *GetMyAgentShardRequest) ProtoReflect() preflect.Message {
    74  	mi := &edgelq_iam_proto_v1_service_account_custom_proto_msgTypes[0]
    75  	if protoimpl.UnsafeEnabled && m != nil {
    76  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
    77  		if ms.LoadMessageInfo() == nil {
    78  			ms.StoreMessageInfo(mi)
    79  		}
    80  		return ms
    81  	}
    82  	return mi.MessageOf(m)
    83  }
    84  
    85  func (*GetMyAgentShardRequest) GotenMessage() {}
    86  
    87  // Deprecated, Use GetMyAgentShardRequest.ProtoReflect.Descriptor instead.
    88  func (*GetMyAgentShardRequest) Descriptor() ([]byte, []int) {
    89  	return edgelq_iam_proto_v1_service_account_custom_proto_rawDescGZIP(), []int{0}
    90  }
    91  
    92  func (m *GetMyAgentShardRequest) Unmarshal(b []byte) error {
    93  	return proto.Unmarshal(b, m)
    94  }
    95  
    96  func (m *GetMyAgentShardRequest) Marshal() ([]byte, error) {
    97  	return proto.Marshal(m)
    98  }
    99  
   100  func (m *GetMyAgentShardRequest) MarshalJSON() ([]byte, error) {
   101  	return protojson.MarshalOptions{}.Marshal(m)
   102  }
   103  
   104  func (m *GetMyAgentShardRequest) UnmarshalJSON(data []byte) error {
   105  	return protojson.Unmarshal(data, m)
   106  }
   107  
   108  func (m *GetMyAgentShardRequest) GetName() *service_account.Name {
   109  	if m != nil {
   110  		return m.Name
   111  	}
   112  	return nil
   113  }
   114  
   115  func (m *GetMyAgentShardRequest) SetName(fv *service_account.Name) {
   116  	if m == nil {
   117  		panic(fmt.Errorf("can't set %s on nil %s", "Name", "GetMyAgentShardRequest"))
   118  	}
   119  	m.Name = fv
   120  }
   121  
   122  // A response message of the GetMyAgentShard method.
   123  type GetMyAgentShardResponse struct {
   124  	state         protoimpl.MessageState
   125  	sizeCache     protoimpl.SizeCache
   126  	unknownFields protoimpl.UnknownFields
   127  	ShardNum      int64 `protobuf:"varint,1,opt,name=shard_num,json=shardNum,proto3" json:"shard_num,omitempty"`
   128  }
   129  
   130  func (m *GetMyAgentShardResponse) Reset() {
   131  	*m = GetMyAgentShardResponse{}
   132  	if protoimpl.UnsafeEnabled {
   133  		mi := &edgelq_iam_proto_v1_service_account_custom_proto_msgTypes[1]
   134  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   135  		ms.StoreMessageInfo(mi)
   136  	}
   137  }
   138  
   139  func (m *GetMyAgentShardResponse) String() string {
   140  	return protoimpl.X.MessageStringOf(m)
   141  }
   142  
   143  func (*GetMyAgentShardResponse) ProtoMessage() {}
   144  
   145  func (m *GetMyAgentShardResponse) ProtoReflect() preflect.Message {
   146  	mi := &edgelq_iam_proto_v1_service_account_custom_proto_msgTypes[1]
   147  	if protoimpl.UnsafeEnabled && m != nil {
   148  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   149  		if ms.LoadMessageInfo() == nil {
   150  			ms.StoreMessageInfo(mi)
   151  		}
   152  		return ms
   153  	}
   154  	return mi.MessageOf(m)
   155  }
   156  
   157  func (*GetMyAgentShardResponse) GotenMessage() {}
   158  
   159  // Deprecated, Use GetMyAgentShardResponse.ProtoReflect.Descriptor instead.
   160  func (*GetMyAgentShardResponse) Descriptor() ([]byte, []int) {
   161  	return edgelq_iam_proto_v1_service_account_custom_proto_rawDescGZIP(), []int{1}
   162  }
   163  
   164  func (m *GetMyAgentShardResponse) Unmarshal(b []byte) error {
   165  	return proto.Unmarshal(b, m)
   166  }
   167  
   168  func (m *GetMyAgentShardResponse) Marshal() ([]byte, error) {
   169  	return proto.Marshal(m)
   170  }
   171  
   172  func (m *GetMyAgentShardResponse) MarshalJSON() ([]byte, error) {
   173  	return protojson.MarshalOptions{}.Marshal(m)
   174  }
   175  
   176  func (m *GetMyAgentShardResponse) UnmarshalJSON(data []byte) error {
   177  	return protojson.Unmarshal(data, m)
   178  }
   179  
   180  func (m *GetMyAgentShardResponse) GetShardNum() int64 {
   181  	if m != nil {
   182  		return m.ShardNum
   183  	}
   184  	return int64(0)
   185  }
   186  
   187  func (m *GetMyAgentShardResponse) SetShardNum(fv int64) {
   188  	if m == nil {
   189  		panic(fmt.Errorf("can't set %s on nil %s", "ShardNum", "GetMyAgentShardResponse"))
   190  	}
   191  	m.ShardNum = fv
   192  }
   193  
   194  // A request message of the GetShardEndpoints method.
   195  type GetShardEndpointsRequest struct {
   196  	state         protoimpl.MessageState
   197  	sizeCache     protoimpl.SizeCache
   198  	unknownFields protoimpl.UnknownFields
   199  	ShardNum      int64 `protobuf:"varint,1,opt,name=shard_num,json=shardNum,proto3" json:"shard_num,omitempty"`
   200  }
   201  
   202  func (m *GetShardEndpointsRequest) Reset() {
   203  	*m = GetShardEndpointsRequest{}
   204  	if protoimpl.UnsafeEnabled {
   205  		mi := &edgelq_iam_proto_v1_service_account_custom_proto_msgTypes[2]
   206  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   207  		ms.StoreMessageInfo(mi)
   208  	}
   209  }
   210  
   211  func (m *GetShardEndpointsRequest) String() string {
   212  	return protoimpl.X.MessageStringOf(m)
   213  }
   214  
   215  func (*GetShardEndpointsRequest) ProtoMessage() {}
   216  
   217  func (m *GetShardEndpointsRequest) ProtoReflect() preflect.Message {
   218  	mi := &edgelq_iam_proto_v1_service_account_custom_proto_msgTypes[2]
   219  	if protoimpl.UnsafeEnabled && m != nil {
   220  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   221  		if ms.LoadMessageInfo() == nil {
   222  			ms.StoreMessageInfo(mi)
   223  		}
   224  		return ms
   225  	}
   226  	return mi.MessageOf(m)
   227  }
   228  
   229  func (*GetShardEndpointsRequest) GotenMessage() {}
   230  
   231  // Deprecated, Use GetShardEndpointsRequest.ProtoReflect.Descriptor instead.
   232  func (*GetShardEndpointsRequest) Descriptor() ([]byte, []int) {
   233  	return edgelq_iam_proto_v1_service_account_custom_proto_rawDescGZIP(), []int{2}
   234  }
   235  
   236  func (m *GetShardEndpointsRequest) Unmarshal(b []byte) error {
   237  	return proto.Unmarshal(b, m)
   238  }
   239  
   240  func (m *GetShardEndpointsRequest) Marshal() ([]byte, error) {
   241  	return proto.Marshal(m)
   242  }
   243  
   244  func (m *GetShardEndpointsRequest) MarshalJSON() ([]byte, error) {
   245  	return protojson.MarshalOptions{}.Marshal(m)
   246  }
   247  
   248  func (m *GetShardEndpointsRequest) UnmarshalJSON(data []byte) error {
   249  	return protojson.Unmarshal(data, m)
   250  }
   251  
   252  func (m *GetShardEndpointsRequest) GetShardNum() int64 {
   253  	if m != nil {
   254  		return m.ShardNum
   255  	}
   256  	return int64(0)
   257  }
   258  
   259  func (m *GetShardEndpointsRequest) SetShardNum(fv int64) {
   260  	if m == nil {
   261  		panic(fmt.Errorf("can't set %s on nil %s", "ShardNum", "GetShardEndpointsRequest"))
   262  	}
   263  	m.ShardNum = fv
   264  }
   265  
   266  // A response message of the GetShardEndpoints method.
   267  type GetShardEndpointsResponse struct {
   268  	state         protoimpl.MessageState
   269  	sizeCache     protoimpl.SizeCache
   270  	unknownFields protoimpl.UnknownFields
   271  	Endpoints     []string `protobuf:"bytes,1,rep,name=endpoints,proto3" json:"endpoints,omitempty"`
   272  }
   273  
   274  func (m *GetShardEndpointsResponse) Reset() {
   275  	*m = GetShardEndpointsResponse{}
   276  	if protoimpl.UnsafeEnabled {
   277  		mi := &edgelq_iam_proto_v1_service_account_custom_proto_msgTypes[3]
   278  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   279  		ms.StoreMessageInfo(mi)
   280  	}
   281  }
   282  
   283  func (m *GetShardEndpointsResponse) String() string {
   284  	return protoimpl.X.MessageStringOf(m)
   285  }
   286  
   287  func (*GetShardEndpointsResponse) ProtoMessage() {}
   288  
   289  func (m *GetShardEndpointsResponse) ProtoReflect() preflect.Message {
   290  	mi := &edgelq_iam_proto_v1_service_account_custom_proto_msgTypes[3]
   291  	if protoimpl.UnsafeEnabled && m != nil {
   292  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   293  		if ms.LoadMessageInfo() == nil {
   294  			ms.StoreMessageInfo(mi)
   295  		}
   296  		return ms
   297  	}
   298  	return mi.MessageOf(m)
   299  }
   300  
   301  func (*GetShardEndpointsResponse) GotenMessage() {}
   302  
   303  // Deprecated, Use GetShardEndpointsResponse.ProtoReflect.Descriptor instead.
   304  func (*GetShardEndpointsResponse) Descriptor() ([]byte, []int) {
   305  	return edgelq_iam_proto_v1_service_account_custom_proto_rawDescGZIP(), []int{3}
   306  }
   307  
   308  func (m *GetShardEndpointsResponse) Unmarshal(b []byte) error {
   309  	return proto.Unmarshal(b, m)
   310  }
   311  
   312  func (m *GetShardEndpointsResponse) Marshal() ([]byte, error) {
   313  	return proto.Marshal(m)
   314  }
   315  
   316  func (m *GetShardEndpointsResponse) MarshalJSON() ([]byte, error) {
   317  	return protojson.MarshalOptions{}.Marshal(m)
   318  }
   319  
   320  func (m *GetShardEndpointsResponse) UnmarshalJSON(data []byte) error {
   321  	return protojson.Unmarshal(data, m)
   322  }
   323  
   324  func (m *GetShardEndpointsResponse) GetEndpoints() []string {
   325  	if m != nil {
   326  		return m.Endpoints
   327  	}
   328  	return nil
   329  }
   330  
   331  func (m *GetShardEndpointsResponse) SetEndpoints(fv []string) {
   332  	if m == nil {
   333  		panic(fmt.Errorf("can't set %s on nil %s", "Endpoints", "GetShardEndpointsResponse"))
   334  	}
   335  	m.Endpoints = fv
   336  }
   337  
   338  var edgelq_iam_proto_v1_service_account_custom_proto preflect.FileDescriptor
   339  
   340  var edgelq_iam_proto_v1_service_account_custom_proto_rawDesc = []byte{
   341  	0x0a, 0x30, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x70, 0x72, 0x6f,
   342  	0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x61, 0x63,
   343  	0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x2e, 0x70, 0x72, 0x6f,
   344  	0x74, 0x6f, 0x12, 0x0a, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x1a, 0x20,
   345  	0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
   346  	0x73, 0x2f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
   347  	0x1a, 0x1d, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69,
   348  	0x6f, 0x6e, 0x73, 0x2f, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
   349  	0x1f, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f,
   350  	0x6e, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
   351  	0x1a, 0x24, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69,
   352  	0x6f, 0x6e, 0x73, 0x2f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x5f, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e,
   353  	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x29, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69,
   354  	0x61, 0x6d, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x73, 0x65, 0x72, 0x76,
   355  	0x69, 0x63, 0x65, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74,
   356  	0x6f, 0x1a, 0x30, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x70, 0x72,
   357  	0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x61,
   358  	0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x2e, 0x70, 0x72,
   359  	0x6f, 0x74, 0x6f, 0x22, 0x44, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x4d, 0x79, 0x41, 0x67, 0x65, 0x6e,
   360  	0x74, 0x53, 0x68, 0x61, 0x72, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2a, 0x0a,
   361  	0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x16, 0xb2, 0xda, 0x21,
   362  	0x12, 0x0a, 0x10, 0x0a, 0x0e, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f,
   363  	0x75, 0x6e, 0x74, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x36, 0x0a, 0x17, 0x47, 0x65, 0x74,
   364  	0x4d, 0x79, 0x41, 0x67, 0x65, 0x6e, 0x74, 0x53, 0x68, 0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x70,
   365  	0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x68, 0x61, 0x72, 0x64, 0x5f, 0x6e, 0x75,
   366  	0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x73, 0x68, 0x61, 0x72, 0x64, 0x4e, 0x75,
   367  	0x6d, 0x22, 0x37, 0x0a, 0x18, 0x47, 0x65, 0x74, 0x53, 0x68, 0x61, 0x72, 0x64, 0x45, 0x6e, 0x64,
   368  	0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x1b, 0x0a,
   369  	0x09, 0x73, 0x68, 0x61, 0x72, 0x64, 0x5f, 0x6e, 0x75, 0x6d, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
   370  	0x52, 0x08, 0x73, 0x68, 0x61, 0x72, 0x64, 0x4e, 0x75, 0x6d, 0x22, 0x39, 0x0a, 0x19, 0x47, 0x65,
   371  	0x74, 0x53, 0x68, 0x61, 0x72, 0x64, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x52,
   372  	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x1c, 0x0a, 0x09, 0x65, 0x6e, 0x64, 0x70, 0x6f,
   373  	0x69, 0x6e, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x65, 0x6e, 0x64, 0x70,
   374  	0x6f, 0x69, 0x6e, 0x74, 0x73, 0x42, 0x85, 0x01, 0xe8, 0xde, 0x21, 0x00, 0x0a, 0x11, 0x63, 0x6f,
   375  	0x6d, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x70, 0x62, 0x2e, 0x76, 0x31, 0x42,
   376  	0x19, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x43,
   377  	0x75, 0x73, 0x74, 0x6f, 0x6d, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x00, 0x5a, 0x4f, 0x67, 0x69,
   378  	0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77, 0x61,
   379  	0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x63, 0x6c, 0x69,
   380  	0x65, 0x6e, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x61,
   381  	0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x3b, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x61,
   382  	0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x62, 0x06, 0x70,
   383  	0x72, 0x6f, 0x74, 0x6f, 0x33,
   384  }
   385  
   386  var (
   387  	edgelq_iam_proto_v1_service_account_custom_proto_rawDescOnce sync.Once
   388  	edgelq_iam_proto_v1_service_account_custom_proto_rawDescData = edgelq_iam_proto_v1_service_account_custom_proto_rawDesc
   389  )
   390  
   391  func edgelq_iam_proto_v1_service_account_custom_proto_rawDescGZIP() []byte {
   392  	edgelq_iam_proto_v1_service_account_custom_proto_rawDescOnce.Do(func() {
   393  		edgelq_iam_proto_v1_service_account_custom_proto_rawDescData = protoimpl.X.CompressGZIP(edgelq_iam_proto_v1_service_account_custom_proto_rawDescData)
   394  	})
   395  	return edgelq_iam_proto_v1_service_account_custom_proto_rawDescData
   396  }
   397  
   398  var edgelq_iam_proto_v1_service_account_custom_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
   399  var edgelq_iam_proto_v1_service_account_custom_proto_goTypes = []interface{}{
   400  	(*GetMyAgentShardRequest)(nil),    // 0: ntt.iam.v1.GetMyAgentShardRequest
   401  	(*GetMyAgentShardResponse)(nil),   // 1: ntt.iam.v1.GetMyAgentShardResponse
   402  	(*GetShardEndpointsRequest)(nil),  // 2: ntt.iam.v1.GetShardEndpointsRequest
   403  	(*GetShardEndpointsResponse)(nil), // 3: ntt.iam.v1.GetShardEndpointsResponse
   404  }
   405  var edgelq_iam_proto_v1_service_account_custom_proto_depIdxs = []int32{
   406  	0, // [0:0] is the sub-list for method output_type
   407  	0, // [0:0] is the sub-list for method input_type
   408  	0, // [0:0] is the sub-list for extension type_name
   409  	0, // [0:0] is the sub-list for extension extendee
   410  	0, // [0:0] is the sub-list for field type_name
   411  }
   412  
   413  func init() { edgelq_iam_proto_v1_service_account_custom_proto_init() }
   414  func edgelq_iam_proto_v1_service_account_custom_proto_init() {
   415  	if edgelq_iam_proto_v1_service_account_custom_proto != nil {
   416  		return
   417  	}
   418  	if !protoimpl.UnsafeEnabled {
   419  
   420  		edgelq_iam_proto_v1_service_account_custom_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   421  			switch v := v.(*GetMyAgentShardRequest); i {
   422  			case 0:
   423  				return &v.state
   424  			case 1:
   425  				return &v.sizeCache
   426  			case 2:
   427  				return &v.unknownFields
   428  			default:
   429  				return nil
   430  			}
   431  		}
   432  		edgelq_iam_proto_v1_service_account_custom_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
   433  			switch v := v.(*GetMyAgentShardResponse); i {
   434  			case 0:
   435  				return &v.state
   436  			case 1:
   437  				return &v.sizeCache
   438  			case 2:
   439  				return &v.unknownFields
   440  			default:
   441  				return nil
   442  			}
   443  		}
   444  		edgelq_iam_proto_v1_service_account_custom_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
   445  			switch v := v.(*GetShardEndpointsRequest); i {
   446  			case 0:
   447  				return &v.state
   448  			case 1:
   449  				return &v.sizeCache
   450  			case 2:
   451  				return &v.unknownFields
   452  			default:
   453  				return nil
   454  			}
   455  		}
   456  		edgelq_iam_proto_v1_service_account_custom_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
   457  			switch v := v.(*GetShardEndpointsResponse); i {
   458  			case 0:
   459  				return &v.state
   460  			case 1:
   461  				return &v.sizeCache
   462  			case 2:
   463  				return &v.unknownFields
   464  			default:
   465  				return nil
   466  			}
   467  		}
   468  	}
   469  
   470  	type x struct{}
   471  	out := protoimpl.TypeBuilder{
   472  		File: protoimpl.DescBuilder{
   473  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   474  			RawDescriptor: edgelq_iam_proto_v1_service_account_custom_proto_rawDesc,
   475  			NumEnums:      0,
   476  			NumMessages:   4,
   477  			NumExtensions: 0,
   478  			NumServices:   0,
   479  		},
   480  		GoTypes:           edgelq_iam_proto_v1_service_account_custom_proto_goTypes,
   481  		DependencyIndexes: edgelq_iam_proto_v1_service_account_custom_proto_depIdxs,
   482  		MessageInfos:      edgelq_iam_proto_v1_service_account_custom_proto_msgTypes,
   483  	}.Build()
   484  	edgelq_iam_proto_v1_service_account_custom_proto = out.File
   485  	edgelq_iam_proto_v1_service_account_custom_proto_rawDesc = nil
   486  	edgelq_iam_proto_v1_service_account_custom_proto_goTypes = nil
   487  	edgelq_iam_proto_v1_service_account_custom_proto_depIdxs = nil
   488  }