github.com/cloudwan/edgelq-sdk@v1.15.4/iam/client/v1alpha2/project_invitation/project_invitation_custom.pb.go (about)

     1  // Code generated by protoc-gen-goten-go
     2  // File: edgelq/iam/proto/v1alpha2/project_invitation_custom.proto
     3  // DO NOT EDIT!!!
     4  
     5  package project_invitation_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/v1alpha2/project"
    21  	project_invitation "github.com/cloudwan/edgelq-sdk/iam/resources/v1alpha2/project_invitation"
    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  	_ = &project_invitation.ProjectInvitation{}
    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  // Request message for method
    50  // [AcceptProjectInvitation][ntt.iam.v1alpha2.AcceptProjectInvitation]
    51  type AcceptProjectInvitationRequest struct {
    52  	state         protoimpl.MessageState
    53  	sizeCache     protoimpl.SizeCache
    54  	unknownFields protoimpl.UnknownFields
    55  	//  name of ntt.iam.v1alpha2.ProjectInvitation
    56  	Name *project_invitation.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"`
    57  }
    58  
    59  func (m *AcceptProjectInvitationRequest) Reset() {
    60  	*m = AcceptProjectInvitationRequest{}
    61  	if protoimpl.UnsafeEnabled {
    62  		mi := &edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_msgTypes[0]
    63  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
    64  		ms.StoreMessageInfo(mi)
    65  	}
    66  }
    67  
    68  func (m *AcceptProjectInvitationRequest) String() string {
    69  	return protoimpl.X.MessageStringOf(m)
    70  }
    71  
    72  func (*AcceptProjectInvitationRequest) ProtoMessage() {}
    73  
    74  func (m *AcceptProjectInvitationRequest) ProtoReflect() preflect.Message {
    75  	mi := &edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_msgTypes[0]
    76  	if protoimpl.UnsafeEnabled && m != nil {
    77  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
    78  		if ms.LoadMessageInfo() == nil {
    79  			ms.StoreMessageInfo(mi)
    80  		}
    81  		return ms
    82  	}
    83  	return mi.MessageOf(m)
    84  }
    85  
    86  func (*AcceptProjectInvitationRequest) GotenMessage() {}
    87  
    88  // Deprecated, Use AcceptProjectInvitationRequest.ProtoReflect.Descriptor instead.
    89  func (*AcceptProjectInvitationRequest) Descriptor() ([]byte, []int) {
    90  	return edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_rawDescGZIP(), []int{0}
    91  }
    92  
    93  func (m *AcceptProjectInvitationRequest) Unmarshal(b []byte) error {
    94  	return proto.Unmarshal(b, m)
    95  }
    96  
    97  func (m *AcceptProjectInvitationRequest) Marshal() ([]byte, error) {
    98  	return proto.Marshal(m)
    99  }
   100  
   101  func (m *AcceptProjectInvitationRequest) MarshalJSON() ([]byte, error) {
   102  	return protojson.MarshalOptions{}.Marshal(m)
   103  }
   104  
   105  func (m *AcceptProjectInvitationRequest) UnmarshalJSON(data []byte) error {
   106  	return protojson.Unmarshal(data, m)
   107  }
   108  
   109  func (m *AcceptProjectInvitationRequest) GetName() *project_invitation.Name {
   110  	if m != nil {
   111  		return m.Name
   112  	}
   113  	return nil
   114  }
   115  
   116  func (m *AcceptProjectInvitationRequest) SetName(fv *project_invitation.Name) {
   117  	if m == nil {
   118  		panic(fmt.Errorf("can't set %s on nil %s", "Name", "AcceptProjectInvitationRequest"))
   119  	}
   120  	m.Name = fv
   121  }
   122  
   123  // Response message for method
   124  // [AcceptProjectInvitation][ntt.iam.v1alpha2.AcceptProjectInvitation]
   125  type AcceptProjectInvitationResponse struct {
   126  	state         protoimpl.MessageState
   127  	sizeCache     protoimpl.SizeCache
   128  	unknownFields protoimpl.UnknownFields
   129  }
   130  
   131  func (m *AcceptProjectInvitationResponse) Reset() {
   132  	*m = AcceptProjectInvitationResponse{}
   133  	if protoimpl.UnsafeEnabled {
   134  		mi := &edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_msgTypes[1]
   135  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   136  		ms.StoreMessageInfo(mi)
   137  	}
   138  }
   139  
   140  func (m *AcceptProjectInvitationResponse) String() string {
   141  	return protoimpl.X.MessageStringOf(m)
   142  }
   143  
   144  func (*AcceptProjectInvitationResponse) ProtoMessage() {}
   145  
   146  func (m *AcceptProjectInvitationResponse) ProtoReflect() preflect.Message {
   147  	mi := &edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_msgTypes[1]
   148  	if protoimpl.UnsafeEnabled && m != nil {
   149  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   150  		if ms.LoadMessageInfo() == nil {
   151  			ms.StoreMessageInfo(mi)
   152  		}
   153  		return ms
   154  	}
   155  	return mi.MessageOf(m)
   156  }
   157  
   158  func (*AcceptProjectInvitationResponse) GotenMessage() {}
   159  
   160  // Deprecated, Use AcceptProjectInvitationResponse.ProtoReflect.Descriptor instead.
   161  func (*AcceptProjectInvitationResponse) Descriptor() ([]byte, []int) {
   162  	return edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_rawDescGZIP(), []int{1}
   163  }
   164  
   165  func (m *AcceptProjectInvitationResponse) Unmarshal(b []byte) error {
   166  	return proto.Unmarshal(b, m)
   167  }
   168  
   169  func (m *AcceptProjectInvitationResponse) Marshal() ([]byte, error) {
   170  	return proto.Marshal(m)
   171  }
   172  
   173  func (m *AcceptProjectInvitationResponse) MarshalJSON() ([]byte, error) {
   174  	return protojson.MarshalOptions{}.Marshal(m)
   175  }
   176  
   177  func (m *AcceptProjectInvitationResponse) UnmarshalJSON(data []byte) error {
   178  	return protojson.Unmarshal(data, m)
   179  }
   180  
   181  // Request message for method
   182  // [DeclineProjectInvitation][ntt.iam.v1alpha2.DeclineProjectInvitation]
   183  type DeclineProjectInvitationRequest struct {
   184  	state         protoimpl.MessageState
   185  	sizeCache     protoimpl.SizeCache
   186  	unknownFields protoimpl.UnknownFields
   187  	//  name of ntt.iam.v1alpha2.ProjectInvitation
   188  	Name *project_invitation.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"`
   189  }
   190  
   191  func (m *DeclineProjectInvitationRequest) Reset() {
   192  	*m = DeclineProjectInvitationRequest{}
   193  	if protoimpl.UnsafeEnabled {
   194  		mi := &edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_msgTypes[2]
   195  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   196  		ms.StoreMessageInfo(mi)
   197  	}
   198  }
   199  
   200  func (m *DeclineProjectInvitationRequest) String() string {
   201  	return protoimpl.X.MessageStringOf(m)
   202  }
   203  
   204  func (*DeclineProjectInvitationRequest) ProtoMessage() {}
   205  
   206  func (m *DeclineProjectInvitationRequest) ProtoReflect() preflect.Message {
   207  	mi := &edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_msgTypes[2]
   208  	if protoimpl.UnsafeEnabled && m != nil {
   209  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   210  		if ms.LoadMessageInfo() == nil {
   211  			ms.StoreMessageInfo(mi)
   212  		}
   213  		return ms
   214  	}
   215  	return mi.MessageOf(m)
   216  }
   217  
   218  func (*DeclineProjectInvitationRequest) GotenMessage() {}
   219  
   220  // Deprecated, Use DeclineProjectInvitationRequest.ProtoReflect.Descriptor instead.
   221  func (*DeclineProjectInvitationRequest) Descriptor() ([]byte, []int) {
   222  	return edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_rawDescGZIP(), []int{2}
   223  }
   224  
   225  func (m *DeclineProjectInvitationRequest) Unmarshal(b []byte) error {
   226  	return proto.Unmarshal(b, m)
   227  }
   228  
   229  func (m *DeclineProjectInvitationRequest) Marshal() ([]byte, error) {
   230  	return proto.Marshal(m)
   231  }
   232  
   233  func (m *DeclineProjectInvitationRequest) MarshalJSON() ([]byte, error) {
   234  	return protojson.MarshalOptions{}.Marshal(m)
   235  }
   236  
   237  func (m *DeclineProjectInvitationRequest) UnmarshalJSON(data []byte) error {
   238  	return protojson.Unmarshal(data, m)
   239  }
   240  
   241  func (m *DeclineProjectInvitationRequest) GetName() *project_invitation.Name {
   242  	if m != nil {
   243  		return m.Name
   244  	}
   245  	return nil
   246  }
   247  
   248  func (m *DeclineProjectInvitationRequest) SetName(fv *project_invitation.Name) {
   249  	if m == nil {
   250  		panic(fmt.Errorf("can't set %s on nil %s", "Name", "DeclineProjectInvitationRequest"))
   251  	}
   252  	m.Name = fv
   253  }
   254  
   255  // Response message for method
   256  // [DeclineProjectInvitation][ntt.iam.v1alpha2.DeclineProjectInvitation]
   257  type DeclineProjectInvitationResponse struct {
   258  	state         protoimpl.MessageState
   259  	sizeCache     protoimpl.SizeCache
   260  	unknownFields protoimpl.UnknownFields
   261  }
   262  
   263  func (m *DeclineProjectInvitationResponse) Reset() {
   264  	*m = DeclineProjectInvitationResponse{}
   265  	if protoimpl.UnsafeEnabled {
   266  		mi := &edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_msgTypes[3]
   267  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   268  		ms.StoreMessageInfo(mi)
   269  	}
   270  }
   271  
   272  func (m *DeclineProjectInvitationResponse) String() string {
   273  	return protoimpl.X.MessageStringOf(m)
   274  }
   275  
   276  func (*DeclineProjectInvitationResponse) ProtoMessage() {}
   277  
   278  func (m *DeclineProjectInvitationResponse) ProtoReflect() preflect.Message {
   279  	mi := &edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_msgTypes[3]
   280  	if protoimpl.UnsafeEnabled && m != nil {
   281  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   282  		if ms.LoadMessageInfo() == nil {
   283  			ms.StoreMessageInfo(mi)
   284  		}
   285  		return ms
   286  	}
   287  	return mi.MessageOf(m)
   288  }
   289  
   290  func (*DeclineProjectInvitationResponse) GotenMessage() {}
   291  
   292  // Deprecated, Use DeclineProjectInvitationResponse.ProtoReflect.Descriptor instead.
   293  func (*DeclineProjectInvitationResponse) Descriptor() ([]byte, []int) {
   294  	return edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_rawDescGZIP(), []int{3}
   295  }
   296  
   297  func (m *DeclineProjectInvitationResponse) Unmarshal(b []byte) error {
   298  	return proto.Unmarshal(b, m)
   299  }
   300  
   301  func (m *DeclineProjectInvitationResponse) Marshal() ([]byte, error) {
   302  	return proto.Marshal(m)
   303  }
   304  
   305  func (m *DeclineProjectInvitationResponse) MarshalJSON() ([]byte, error) {
   306  	return protojson.MarshalOptions{}.Marshal(m)
   307  }
   308  
   309  func (m *DeclineProjectInvitationResponse) UnmarshalJSON(data []byte) error {
   310  	return protojson.Unmarshal(data, m)
   311  }
   312  
   313  // Request message for method
   314  // [ListMyProjectInvitations][ntt.iam.v1alpha2.ListMyProjectInvitations]
   315  type ListMyProjectInvitationsRequest struct {
   316  	state         protoimpl.MessageState
   317  	sizeCache     protoimpl.SizeCache
   318  	unknownFields protoimpl.UnknownFields
   319  	// Parent name of ntt.iam.v1alpha2.ProjectInvitation
   320  	Parent *project_invitation.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty"`
   321  	// Additional filter for invitations, e.g. state = "PENDING"
   322  	Filter *project_invitation.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty"`
   323  }
   324  
   325  func (m *ListMyProjectInvitationsRequest) Reset() {
   326  	*m = ListMyProjectInvitationsRequest{}
   327  	if protoimpl.UnsafeEnabled {
   328  		mi := &edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_msgTypes[4]
   329  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   330  		ms.StoreMessageInfo(mi)
   331  	}
   332  }
   333  
   334  func (m *ListMyProjectInvitationsRequest) String() string {
   335  	return protoimpl.X.MessageStringOf(m)
   336  }
   337  
   338  func (*ListMyProjectInvitationsRequest) ProtoMessage() {}
   339  
   340  func (m *ListMyProjectInvitationsRequest) ProtoReflect() preflect.Message {
   341  	mi := &edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_msgTypes[4]
   342  	if protoimpl.UnsafeEnabled && m != nil {
   343  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   344  		if ms.LoadMessageInfo() == nil {
   345  			ms.StoreMessageInfo(mi)
   346  		}
   347  		return ms
   348  	}
   349  	return mi.MessageOf(m)
   350  }
   351  
   352  func (*ListMyProjectInvitationsRequest) GotenMessage() {}
   353  
   354  // Deprecated, Use ListMyProjectInvitationsRequest.ProtoReflect.Descriptor instead.
   355  func (*ListMyProjectInvitationsRequest) Descriptor() ([]byte, []int) {
   356  	return edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_rawDescGZIP(), []int{4}
   357  }
   358  
   359  func (m *ListMyProjectInvitationsRequest) Unmarshal(b []byte) error {
   360  	return proto.Unmarshal(b, m)
   361  }
   362  
   363  func (m *ListMyProjectInvitationsRequest) Marshal() ([]byte, error) {
   364  	return proto.Marshal(m)
   365  }
   366  
   367  func (m *ListMyProjectInvitationsRequest) MarshalJSON() ([]byte, error) {
   368  	return protojson.MarshalOptions{}.Marshal(m)
   369  }
   370  
   371  func (m *ListMyProjectInvitationsRequest) UnmarshalJSON(data []byte) error {
   372  	return protojson.Unmarshal(data, m)
   373  }
   374  
   375  func (m *ListMyProjectInvitationsRequest) GetParent() *project_invitation.ParentName {
   376  	if m != nil {
   377  		return m.Parent
   378  	}
   379  	return nil
   380  }
   381  
   382  func (m *ListMyProjectInvitationsRequest) GetFilter() *project_invitation.Filter {
   383  	if m != nil {
   384  		return m.Filter
   385  	}
   386  	return nil
   387  }
   388  
   389  func (m *ListMyProjectInvitationsRequest) SetParent(fv *project_invitation.ParentName) {
   390  	if m == nil {
   391  		panic(fmt.Errorf("can't set %s on nil %s", "Parent", "ListMyProjectInvitationsRequest"))
   392  	}
   393  	m.Parent = fv
   394  }
   395  
   396  func (m *ListMyProjectInvitationsRequest) SetFilter(fv *project_invitation.Filter) {
   397  	if m == nil {
   398  		panic(fmt.Errorf("can't set %s on nil %s", "Filter", "ListMyProjectInvitationsRequest"))
   399  	}
   400  	m.Filter = fv
   401  }
   402  
   403  // Response message for method
   404  // [ListMyProjectInvitations][ntt.iam.v1alpha2.ListMyProjectInvitations]
   405  type ListMyProjectInvitationsResponse struct {
   406  	state         protoimpl.MessageState
   407  	sizeCache     protoimpl.SizeCache
   408  	unknownFields protoimpl.UnknownFields
   409  	// The list of ProjectInvitations
   410  	ProjectInvitations []*project_invitation.ProjectInvitation `protobuf:"bytes,1,rep,name=project_invitations,json=projectInvitations,proto3" json:"project_invitations,omitempty"`
   411  }
   412  
   413  func (m *ListMyProjectInvitationsResponse) Reset() {
   414  	*m = ListMyProjectInvitationsResponse{}
   415  	if protoimpl.UnsafeEnabled {
   416  		mi := &edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_msgTypes[5]
   417  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   418  		ms.StoreMessageInfo(mi)
   419  	}
   420  }
   421  
   422  func (m *ListMyProjectInvitationsResponse) String() string {
   423  	return protoimpl.X.MessageStringOf(m)
   424  }
   425  
   426  func (*ListMyProjectInvitationsResponse) ProtoMessage() {}
   427  
   428  func (m *ListMyProjectInvitationsResponse) ProtoReflect() preflect.Message {
   429  	mi := &edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_msgTypes[5]
   430  	if protoimpl.UnsafeEnabled && m != nil {
   431  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   432  		if ms.LoadMessageInfo() == nil {
   433  			ms.StoreMessageInfo(mi)
   434  		}
   435  		return ms
   436  	}
   437  	return mi.MessageOf(m)
   438  }
   439  
   440  func (*ListMyProjectInvitationsResponse) GotenMessage() {}
   441  
   442  // Deprecated, Use ListMyProjectInvitationsResponse.ProtoReflect.Descriptor instead.
   443  func (*ListMyProjectInvitationsResponse) Descriptor() ([]byte, []int) {
   444  	return edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_rawDescGZIP(), []int{5}
   445  }
   446  
   447  func (m *ListMyProjectInvitationsResponse) Unmarshal(b []byte) error {
   448  	return proto.Unmarshal(b, m)
   449  }
   450  
   451  func (m *ListMyProjectInvitationsResponse) Marshal() ([]byte, error) {
   452  	return proto.Marshal(m)
   453  }
   454  
   455  func (m *ListMyProjectInvitationsResponse) MarshalJSON() ([]byte, error) {
   456  	return protojson.MarshalOptions{}.Marshal(m)
   457  }
   458  
   459  func (m *ListMyProjectInvitationsResponse) UnmarshalJSON(data []byte) error {
   460  	return protojson.Unmarshal(data, m)
   461  }
   462  
   463  func (m *ListMyProjectInvitationsResponse) GetProjectInvitations() []*project_invitation.ProjectInvitation {
   464  	if m != nil {
   465  		return m.ProjectInvitations
   466  	}
   467  	return nil
   468  }
   469  
   470  func (m *ListMyProjectInvitationsResponse) SetProjectInvitations(fv []*project_invitation.ProjectInvitation) {
   471  	if m == nil {
   472  		panic(fmt.Errorf("can't set %s on nil %s", "ProjectInvitations", "ListMyProjectInvitationsResponse"))
   473  	}
   474  	m.ProjectInvitations = fv
   475  }
   476  
   477  // ResendInvitationRequest
   478  type ResendProjectInvitationRequest struct {
   479  	state         protoimpl.MessageState
   480  	sizeCache     protoimpl.SizeCache
   481  	unknownFields protoimpl.UnknownFields
   482  	//  name of ntt.iam.v1alpha2.ProjectInvitation
   483  	Name *project_invitation.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"`
   484  }
   485  
   486  func (m *ResendProjectInvitationRequest) Reset() {
   487  	*m = ResendProjectInvitationRequest{}
   488  	if protoimpl.UnsafeEnabled {
   489  		mi := &edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_msgTypes[6]
   490  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   491  		ms.StoreMessageInfo(mi)
   492  	}
   493  }
   494  
   495  func (m *ResendProjectInvitationRequest) String() string {
   496  	return protoimpl.X.MessageStringOf(m)
   497  }
   498  
   499  func (*ResendProjectInvitationRequest) ProtoMessage() {}
   500  
   501  func (m *ResendProjectInvitationRequest) ProtoReflect() preflect.Message {
   502  	mi := &edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_msgTypes[6]
   503  	if protoimpl.UnsafeEnabled && m != nil {
   504  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   505  		if ms.LoadMessageInfo() == nil {
   506  			ms.StoreMessageInfo(mi)
   507  		}
   508  		return ms
   509  	}
   510  	return mi.MessageOf(m)
   511  }
   512  
   513  func (*ResendProjectInvitationRequest) GotenMessage() {}
   514  
   515  // Deprecated, Use ResendProjectInvitationRequest.ProtoReflect.Descriptor instead.
   516  func (*ResendProjectInvitationRequest) Descriptor() ([]byte, []int) {
   517  	return edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_rawDescGZIP(), []int{6}
   518  }
   519  
   520  func (m *ResendProjectInvitationRequest) Unmarshal(b []byte) error {
   521  	return proto.Unmarshal(b, m)
   522  }
   523  
   524  func (m *ResendProjectInvitationRequest) Marshal() ([]byte, error) {
   525  	return proto.Marshal(m)
   526  }
   527  
   528  func (m *ResendProjectInvitationRequest) MarshalJSON() ([]byte, error) {
   529  	return protojson.MarshalOptions{}.Marshal(m)
   530  }
   531  
   532  func (m *ResendProjectInvitationRequest) UnmarshalJSON(data []byte) error {
   533  	return protojson.Unmarshal(data, m)
   534  }
   535  
   536  func (m *ResendProjectInvitationRequest) GetName() *project_invitation.Name {
   537  	if m != nil {
   538  		return m.Name
   539  	}
   540  	return nil
   541  }
   542  
   543  func (m *ResendProjectInvitationRequest) SetName(fv *project_invitation.Name) {
   544  	if m == nil {
   545  		panic(fmt.Errorf("can't set %s on nil %s", "Name", "ResendProjectInvitationRequest"))
   546  	}
   547  	m.Name = fv
   548  }
   549  
   550  // ResendInvitationResponse
   551  type ResendProjectInvitationResponse struct {
   552  	state             protoimpl.MessageState
   553  	sizeCache         protoimpl.SizeCache
   554  	unknownFields     protoimpl.UnknownFields
   555  	ProjectInvitation *project_invitation.ProjectInvitation `protobuf:"bytes,1,opt,name=project_invitation,json=projectInvitation,proto3" json:"project_invitation,omitempty"`
   556  }
   557  
   558  func (m *ResendProjectInvitationResponse) Reset() {
   559  	*m = ResendProjectInvitationResponse{}
   560  	if protoimpl.UnsafeEnabled {
   561  		mi := &edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_msgTypes[7]
   562  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   563  		ms.StoreMessageInfo(mi)
   564  	}
   565  }
   566  
   567  func (m *ResendProjectInvitationResponse) String() string {
   568  	return protoimpl.X.MessageStringOf(m)
   569  }
   570  
   571  func (*ResendProjectInvitationResponse) ProtoMessage() {}
   572  
   573  func (m *ResendProjectInvitationResponse) ProtoReflect() preflect.Message {
   574  	mi := &edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_msgTypes[7]
   575  	if protoimpl.UnsafeEnabled && m != nil {
   576  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   577  		if ms.LoadMessageInfo() == nil {
   578  			ms.StoreMessageInfo(mi)
   579  		}
   580  		return ms
   581  	}
   582  	return mi.MessageOf(m)
   583  }
   584  
   585  func (*ResendProjectInvitationResponse) GotenMessage() {}
   586  
   587  // Deprecated, Use ResendProjectInvitationResponse.ProtoReflect.Descriptor instead.
   588  func (*ResendProjectInvitationResponse) Descriptor() ([]byte, []int) {
   589  	return edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_rawDescGZIP(), []int{7}
   590  }
   591  
   592  func (m *ResendProjectInvitationResponse) Unmarshal(b []byte) error {
   593  	return proto.Unmarshal(b, m)
   594  }
   595  
   596  func (m *ResendProjectInvitationResponse) Marshal() ([]byte, error) {
   597  	return proto.Marshal(m)
   598  }
   599  
   600  func (m *ResendProjectInvitationResponse) MarshalJSON() ([]byte, error) {
   601  	return protojson.MarshalOptions{}.Marshal(m)
   602  }
   603  
   604  func (m *ResendProjectInvitationResponse) UnmarshalJSON(data []byte) error {
   605  	return protojson.Unmarshal(data, m)
   606  }
   607  
   608  func (m *ResendProjectInvitationResponse) GetProjectInvitation() *project_invitation.ProjectInvitation {
   609  	if m != nil {
   610  		return m.ProjectInvitation
   611  	}
   612  	return nil
   613  }
   614  
   615  func (m *ResendProjectInvitationResponse) SetProjectInvitation(fv *project_invitation.ProjectInvitation) {
   616  	if m == nil {
   617  		panic(fmt.Errorf("can't set %s on nil %s", "ProjectInvitation", "ResendProjectInvitationResponse"))
   618  	}
   619  	m.ProjectInvitation = fv
   620  }
   621  
   622  var edgelq_iam_proto_v1alpha2_project_invitation_custom_proto preflect.FileDescriptor
   623  
   624  var edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_rawDesc = []byte{
   625  	0x0a, 0x39, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x70, 0x72, 0x6f,
   626  	0x74, 0x6f, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a,
   627  	0x65, 0x63, 0x74, 0x5f, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x63,
   628  	0x75, 0x73, 0x74, 0x6f, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x10, 0x6e, 0x74, 0x74,
   629  	0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x1a, 0x20, 0x67,
   630  	0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
   631  	0x2f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
   632  	0x1d, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f,
   633  	0x6e, 0x73, 0x2f, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20,
   634  	0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74,
   635  	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
   636  	0x1a, 0x24, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2f, 0x61,
   637  	0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74,
   638  	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x32, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69,
   639  	0x61, 0x6d, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61,
   640  	0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61,
   641  	0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x39, 0x65, 0x64, 0x67, 0x65,
   642  	0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x61,
   643  	0x6c, 0x70, 0x68, 0x61, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x6e,
   644  	0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x2e,
   645  	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x4f, 0x0a, 0x1e, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74, 0x50,
   646  	0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
   647  	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2d, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
   648  	0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x19, 0xb2, 0xda, 0x21, 0x15, 0x0a, 0x13, 0x0a, 0x11, 0x50,
   649  	0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
   650  	0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x21, 0x0a, 0x1f, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74,
   651  	0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f,
   652  	0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x50, 0x0a, 0x1f, 0x44, 0x65, 0x63,
   653  	0x6c, 0x69, 0x6e, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74,
   654  	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2d, 0x0a, 0x04,
   655  	0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x19, 0xb2, 0xda, 0x21, 0x15,
   656  	0x0a, 0x13, 0x0a, 0x11, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74,
   657  	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x22, 0x0a, 0x20, 0x44,
   658  	0x65, 0x63, 0x6c, 0x69, 0x6e, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76,
   659  	0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22,
   660  	0x87, 0x01, 0x0a, 0x1f, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x79, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
   661  	0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75,
   662  	0x65, 0x73, 0x74, 0x12, 0x31, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20,
   663  	0x01, 0x28, 0x09, 0x42, 0x19, 0xb2, 0xda, 0x21, 0x15, 0x3a, 0x13, 0x0a, 0x11, 0x50, 0x72, 0x6f,
   664  	0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x06,
   665  	0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x31, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72,
   666  	0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x19, 0xb2, 0xda, 0x21, 0x15, 0x1a, 0x13, 0x0a, 0x11,
   667  	0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f,
   668  	0x6e, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x22, 0x78, 0x0a, 0x20, 0x4c, 0x69, 0x73,
   669  	0x74, 0x4d, 0x79, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61,
   670  	0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x54, 0x0a,
   671  	0x13, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74,
   672  	0x69, 0x6f, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6e, 0x74, 0x74,
   673  	0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x2e, 0x50, 0x72,
   674  	0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52,
   675  	0x12, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69,
   676  	0x6f, 0x6e, 0x73, 0x22, 0x4f, 0x0a, 0x1e, 0x52, 0x65, 0x73, 0x65, 0x6e, 0x64, 0x50, 0x72, 0x6f,
   677  	0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65,
   678  	0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2d, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20,
   679  	0x01, 0x28, 0x09, 0x42, 0x19, 0xb2, 0xda, 0x21, 0x15, 0x0a, 0x13, 0x0a, 0x11, 0x50, 0x72, 0x6f,
   680  	0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x04,
   681  	0x6e, 0x61, 0x6d, 0x65, 0x22, 0x75, 0x0a, 0x1f, 0x52, 0x65, 0x73, 0x65, 0x6e, 0x64, 0x50, 0x72,
   682  	0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52,
   683  	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x52, 0x0a, 0x12, 0x70, 0x72, 0x6f, 0x6a, 0x65,
   684  	0x63, 0x74, 0x5f, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20,
   685  	0x01, 0x28, 0x0b, 0x32, 0x23, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31,
   686  	0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e,
   687  	0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x11, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
   688  	0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x96, 0x01, 0x0a, 0x17,
   689  	0x63, 0x6f, 0x6d, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x70, 0x62, 0x2e, 0x76,
   690  	0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x42, 0x1c, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
   691  	0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d,
   692  	0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x00, 0x5a, 0x5b, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e,
   693  	0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77, 0x61, 0x6e, 0x2f, 0x65, 0x64, 0x67,
   694  	0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x2f, 0x76,
   695  	0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f,
   696  	0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3b, 0x70, 0x72, 0x6f, 0x6a, 0x65,
   697  	0x63, 0x74, 0x5f, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x63, 0x6c,
   698  	0x69, 0x65, 0x6e, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
   699  }
   700  
   701  var (
   702  	edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_rawDescOnce sync.Once
   703  	edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_rawDescData = edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_rawDesc
   704  )
   705  
   706  func edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_rawDescGZIP() []byte {
   707  	edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_rawDescOnce.Do(func() {
   708  		edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_rawDescData = protoimpl.X.CompressGZIP(edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_rawDescData)
   709  	})
   710  	return edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_rawDescData
   711  }
   712  
   713  var edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_msgTypes = make([]protoimpl.MessageInfo, 8)
   714  var edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_goTypes = []interface{}{
   715  	(*AcceptProjectInvitationRequest)(nil),       // 0: ntt.iam.v1alpha2.AcceptProjectInvitationRequest
   716  	(*AcceptProjectInvitationResponse)(nil),      // 1: ntt.iam.v1alpha2.AcceptProjectInvitationResponse
   717  	(*DeclineProjectInvitationRequest)(nil),      // 2: ntt.iam.v1alpha2.DeclineProjectInvitationRequest
   718  	(*DeclineProjectInvitationResponse)(nil),     // 3: ntt.iam.v1alpha2.DeclineProjectInvitationResponse
   719  	(*ListMyProjectInvitationsRequest)(nil),      // 4: ntt.iam.v1alpha2.ListMyProjectInvitationsRequest
   720  	(*ListMyProjectInvitationsResponse)(nil),     // 5: ntt.iam.v1alpha2.ListMyProjectInvitationsResponse
   721  	(*ResendProjectInvitationRequest)(nil),       // 6: ntt.iam.v1alpha2.ResendProjectInvitationRequest
   722  	(*ResendProjectInvitationResponse)(nil),      // 7: ntt.iam.v1alpha2.ResendProjectInvitationResponse
   723  	(*project_invitation.ProjectInvitation)(nil), // 8: ntt.iam.v1alpha2.ProjectInvitation
   724  }
   725  var edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_depIdxs = []int32{
   726  	8, // 0: ntt.iam.v1alpha2.ListMyProjectInvitationsResponse.project_invitations:type_name -> ntt.iam.v1alpha2.ProjectInvitation
   727  	8, // 1: ntt.iam.v1alpha2.ResendProjectInvitationResponse.project_invitation:type_name -> ntt.iam.v1alpha2.ProjectInvitation
   728  	2, // [2:2] is the sub-list for method output_type
   729  	2, // [2:2] is the sub-list for method input_type
   730  	2, // [2:2] is the sub-list for extension type_name
   731  	2, // [2:2] is the sub-list for extension extendee
   732  	0, // [0:2] is the sub-list for field type_name
   733  }
   734  
   735  func init() { edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_init() }
   736  func edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_init() {
   737  	if edgelq_iam_proto_v1alpha2_project_invitation_custom_proto != nil {
   738  		return
   739  	}
   740  	if !protoimpl.UnsafeEnabled {
   741  
   742  		edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   743  			switch v := v.(*AcceptProjectInvitationRequest); i {
   744  			case 0:
   745  				return &v.state
   746  			case 1:
   747  				return &v.sizeCache
   748  			case 2:
   749  				return &v.unknownFields
   750  			default:
   751  				return nil
   752  			}
   753  		}
   754  		edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
   755  			switch v := v.(*AcceptProjectInvitationResponse); i {
   756  			case 0:
   757  				return &v.state
   758  			case 1:
   759  				return &v.sizeCache
   760  			case 2:
   761  				return &v.unknownFields
   762  			default:
   763  				return nil
   764  			}
   765  		}
   766  		edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
   767  			switch v := v.(*DeclineProjectInvitationRequest); i {
   768  			case 0:
   769  				return &v.state
   770  			case 1:
   771  				return &v.sizeCache
   772  			case 2:
   773  				return &v.unknownFields
   774  			default:
   775  				return nil
   776  			}
   777  		}
   778  		edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
   779  			switch v := v.(*DeclineProjectInvitationResponse); i {
   780  			case 0:
   781  				return &v.state
   782  			case 1:
   783  				return &v.sizeCache
   784  			case 2:
   785  				return &v.unknownFields
   786  			default:
   787  				return nil
   788  			}
   789  		}
   790  		edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
   791  			switch v := v.(*ListMyProjectInvitationsRequest); i {
   792  			case 0:
   793  				return &v.state
   794  			case 1:
   795  				return &v.sizeCache
   796  			case 2:
   797  				return &v.unknownFields
   798  			default:
   799  				return nil
   800  			}
   801  		}
   802  		edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
   803  			switch v := v.(*ListMyProjectInvitationsResponse); i {
   804  			case 0:
   805  				return &v.state
   806  			case 1:
   807  				return &v.sizeCache
   808  			case 2:
   809  				return &v.unknownFields
   810  			default:
   811  				return nil
   812  			}
   813  		}
   814  		edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
   815  			switch v := v.(*ResendProjectInvitationRequest); i {
   816  			case 0:
   817  				return &v.state
   818  			case 1:
   819  				return &v.sizeCache
   820  			case 2:
   821  				return &v.unknownFields
   822  			default:
   823  				return nil
   824  			}
   825  		}
   826  		edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
   827  			switch v := v.(*ResendProjectInvitationResponse); i {
   828  			case 0:
   829  				return &v.state
   830  			case 1:
   831  				return &v.sizeCache
   832  			case 2:
   833  				return &v.unknownFields
   834  			default:
   835  				return nil
   836  			}
   837  		}
   838  	}
   839  
   840  	type x struct{}
   841  	out := protoimpl.TypeBuilder{
   842  		File: protoimpl.DescBuilder{
   843  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   844  			RawDescriptor: edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_rawDesc,
   845  			NumEnums:      0,
   846  			NumMessages:   8,
   847  			NumExtensions: 0,
   848  			NumServices:   0,
   849  		},
   850  		GoTypes:           edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_goTypes,
   851  		DependencyIndexes: edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_depIdxs,
   852  		MessageInfos:      edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_msgTypes,
   853  	}.Build()
   854  	edgelq_iam_proto_v1alpha2_project_invitation_custom_proto = out.File
   855  	edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_rawDesc = nil
   856  	edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_goTypes = nil
   857  	edgelq_iam_proto_v1alpha2_project_invitation_custom_proto_depIdxs = nil
   858  }