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

     1  // Code generated by protoc-gen-goten-go
     2  // File: edgelq/iam/proto/v1/organization_invitation_custom.proto
     3  // DO NOT EDIT!!!
     4  
     5  package organization_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  	organization "github.com/cloudwan/edgelq-sdk/iam/resources/v1/organization"
    21  	organization_invitation "github.com/cloudwan/edgelq-sdk/iam/resources/v1/organization_invitation"
    22  	project_invitation "github.com/cloudwan/edgelq-sdk/iam/resources/v1/project_invitation"
    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  	_ = &organization.Organization{}
    40  	_ = &organization_invitation.OrganizationInvitation{}
    41  	_ = &project_invitation.ProjectInvitation{}
    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  // Request message for method
    52  // [AcceptOrganizationInvitation][ntt.iam.v1.AcceptOrganizationInvitation]
    53  type AcceptOrganizationInvitationRequest struct {
    54  	state         protoimpl.MessageState
    55  	sizeCache     protoimpl.SizeCache
    56  	unknownFields protoimpl.UnknownFields
    57  	//  name of ntt.iam.v1.OrganizationInvitation
    58  	Name *organization_invitation.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"`
    59  }
    60  
    61  func (m *AcceptOrganizationInvitationRequest) Reset() {
    62  	*m = AcceptOrganizationInvitationRequest{}
    63  	if protoimpl.UnsafeEnabled {
    64  		mi := &edgelq_iam_proto_v1_organization_invitation_custom_proto_msgTypes[0]
    65  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
    66  		ms.StoreMessageInfo(mi)
    67  	}
    68  }
    69  
    70  func (m *AcceptOrganizationInvitationRequest) String() string {
    71  	return protoimpl.X.MessageStringOf(m)
    72  }
    73  
    74  func (*AcceptOrganizationInvitationRequest) ProtoMessage() {}
    75  
    76  func (m *AcceptOrganizationInvitationRequest) ProtoReflect() preflect.Message {
    77  	mi := &edgelq_iam_proto_v1_organization_invitation_custom_proto_msgTypes[0]
    78  	if protoimpl.UnsafeEnabled && m != nil {
    79  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
    80  		if ms.LoadMessageInfo() == nil {
    81  			ms.StoreMessageInfo(mi)
    82  		}
    83  		return ms
    84  	}
    85  	return mi.MessageOf(m)
    86  }
    87  
    88  func (*AcceptOrganizationInvitationRequest) GotenMessage() {}
    89  
    90  // Deprecated, Use AcceptOrganizationInvitationRequest.ProtoReflect.Descriptor instead.
    91  func (*AcceptOrganizationInvitationRequest) Descriptor() ([]byte, []int) {
    92  	return edgelq_iam_proto_v1_organization_invitation_custom_proto_rawDescGZIP(), []int{0}
    93  }
    94  
    95  func (m *AcceptOrganizationInvitationRequest) Unmarshal(b []byte) error {
    96  	return proto.Unmarshal(b, m)
    97  }
    98  
    99  func (m *AcceptOrganizationInvitationRequest) Marshal() ([]byte, error) {
   100  	return proto.Marshal(m)
   101  }
   102  
   103  func (m *AcceptOrganizationInvitationRequest) MarshalJSON() ([]byte, error) {
   104  	return protojson.MarshalOptions{}.Marshal(m)
   105  }
   106  
   107  func (m *AcceptOrganizationInvitationRequest) UnmarshalJSON(data []byte) error {
   108  	return protojson.Unmarshal(data, m)
   109  }
   110  
   111  func (m *AcceptOrganizationInvitationRequest) GetName() *organization_invitation.Name {
   112  	if m != nil {
   113  		return m.Name
   114  	}
   115  	return nil
   116  }
   117  
   118  func (m *AcceptOrganizationInvitationRequest) SetName(fv *organization_invitation.Name) {
   119  	if m == nil {
   120  		panic(fmt.Errorf("can't set %s on nil %s", "Name", "AcceptOrganizationInvitationRequest"))
   121  	}
   122  	m.Name = fv
   123  }
   124  
   125  // Response message for method
   126  // [AcceptOrganizationInvitation][ntt.iam.v1.AcceptOrganizationInvitation]
   127  type AcceptOrganizationInvitationResponse struct {
   128  	state         protoimpl.MessageState
   129  	sizeCache     protoimpl.SizeCache
   130  	unknownFields protoimpl.UnknownFields
   131  }
   132  
   133  func (m *AcceptOrganizationInvitationResponse) Reset() {
   134  	*m = AcceptOrganizationInvitationResponse{}
   135  	if protoimpl.UnsafeEnabled {
   136  		mi := &edgelq_iam_proto_v1_organization_invitation_custom_proto_msgTypes[1]
   137  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   138  		ms.StoreMessageInfo(mi)
   139  	}
   140  }
   141  
   142  func (m *AcceptOrganizationInvitationResponse) String() string {
   143  	return protoimpl.X.MessageStringOf(m)
   144  }
   145  
   146  func (*AcceptOrganizationInvitationResponse) ProtoMessage() {}
   147  
   148  func (m *AcceptOrganizationInvitationResponse) ProtoReflect() preflect.Message {
   149  	mi := &edgelq_iam_proto_v1_organization_invitation_custom_proto_msgTypes[1]
   150  	if protoimpl.UnsafeEnabled && m != nil {
   151  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   152  		if ms.LoadMessageInfo() == nil {
   153  			ms.StoreMessageInfo(mi)
   154  		}
   155  		return ms
   156  	}
   157  	return mi.MessageOf(m)
   158  }
   159  
   160  func (*AcceptOrganizationInvitationResponse) GotenMessage() {}
   161  
   162  // Deprecated, Use AcceptOrganizationInvitationResponse.ProtoReflect.Descriptor instead.
   163  func (*AcceptOrganizationInvitationResponse) Descriptor() ([]byte, []int) {
   164  	return edgelq_iam_proto_v1_organization_invitation_custom_proto_rawDescGZIP(), []int{1}
   165  }
   166  
   167  func (m *AcceptOrganizationInvitationResponse) Unmarshal(b []byte) error {
   168  	return proto.Unmarshal(b, m)
   169  }
   170  
   171  func (m *AcceptOrganizationInvitationResponse) Marshal() ([]byte, error) {
   172  	return proto.Marshal(m)
   173  }
   174  
   175  func (m *AcceptOrganizationInvitationResponse) MarshalJSON() ([]byte, error) {
   176  	return protojson.MarshalOptions{}.Marshal(m)
   177  }
   178  
   179  func (m *AcceptOrganizationInvitationResponse) UnmarshalJSON(data []byte) error {
   180  	return protojson.Unmarshal(data, m)
   181  }
   182  
   183  // Request message for method
   184  // [DeclineOrganizationInvitation][ntt.iam.v1.DeclineOrganizationInvitation]
   185  type DeclineOrganizationInvitationRequest struct {
   186  	state         protoimpl.MessageState
   187  	sizeCache     protoimpl.SizeCache
   188  	unknownFields protoimpl.UnknownFields
   189  	//  name of ntt.iam.v1.OrganizationInvitation
   190  	Name *organization_invitation.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"`
   191  	// Additional filter for invitations, e.g. state = "PENDING"
   192  	Filter *project_invitation.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty"`
   193  }
   194  
   195  func (m *DeclineOrganizationInvitationRequest) Reset() {
   196  	*m = DeclineOrganizationInvitationRequest{}
   197  	if protoimpl.UnsafeEnabled {
   198  		mi := &edgelq_iam_proto_v1_organization_invitation_custom_proto_msgTypes[2]
   199  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   200  		ms.StoreMessageInfo(mi)
   201  	}
   202  }
   203  
   204  func (m *DeclineOrganizationInvitationRequest) String() string {
   205  	return protoimpl.X.MessageStringOf(m)
   206  }
   207  
   208  func (*DeclineOrganizationInvitationRequest) ProtoMessage() {}
   209  
   210  func (m *DeclineOrganizationInvitationRequest) ProtoReflect() preflect.Message {
   211  	mi := &edgelq_iam_proto_v1_organization_invitation_custom_proto_msgTypes[2]
   212  	if protoimpl.UnsafeEnabled && m != nil {
   213  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   214  		if ms.LoadMessageInfo() == nil {
   215  			ms.StoreMessageInfo(mi)
   216  		}
   217  		return ms
   218  	}
   219  	return mi.MessageOf(m)
   220  }
   221  
   222  func (*DeclineOrganizationInvitationRequest) GotenMessage() {}
   223  
   224  // Deprecated, Use DeclineOrganizationInvitationRequest.ProtoReflect.Descriptor instead.
   225  func (*DeclineOrganizationInvitationRequest) Descriptor() ([]byte, []int) {
   226  	return edgelq_iam_proto_v1_organization_invitation_custom_proto_rawDescGZIP(), []int{2}
   227  }
   228  
   229  func (m *DeclineOrganizationInvitationRequest) Unmarshal(b []byte) error {
   230  	return proto.Unmarshal(b, m)
   231  }
   232  
   233  func (m *DeclineOrganizationInvitationRequest) Marshal() ([]byte, error) {
   234  	return proto.Marshal(m)
   235  }
   236  
   237  func (m *DeclineOrganizationInvitationRequest) MarshalJSON() ([]byte, error) {
   238  	return protojson.MarshalOptions{}.Marshal(m)
   239  }
   240  
   241  func (m *DeclineOrganizationInvitationRequest) UnmarshalJSON(data []byte) error {
   242  	return protojson.Unmarshal(data, m)
   243  }
   244  
   245  func (m *DeclineOrganizationInvitationRequest) GetName() *organization_invitation.Name {
   246  	if m != nil {
   247  		return m.Name
   248  	}
   249  	return nil
   250  }
   251  
   252  func (m *DeclineOrganizationInvitationRequest) GetFilter() *project_invitation.Filter {
   253  	if m != nil {
   254  		return m.Filter
   255  	}
   256  	return nil
   257  }
   258  
   259  func (m *DeclineOrganizationInvitationRequest) SetName(fv *organization_invitation.Name) {
   260  	if m == nil {
   261  		panic(fmt.Errorf("can't set %s on nil %s", "Name", "DeclineOrganizationInvitationRequest"))
   262  	}
   263  	m.Name = fv
   264  }
   265  
   266  func (m *DeclineOrganizationInvitationRequest) SetFilter(fv *project_invitation.Filter) {
   267  	if m == nil {
   268  		panic(fmt.Errorf("can't set %s on nil %s", "Filter", "DeclineOrganizationInvitationRequest"))
   269  	}
   270  	m.Filter = fv
   271  }
   272  
   273  // Response message for method
   274  // [DeclineOrganizationInvitation][ntt.iam.v1.DeclineOrganizationInvitation]
   275  type DeclineOrganizationInvitationResponse struct {
   276  	state         protoimpl.MessageState
   277  	sizeCache     protoimpl.SizeCache
   278  	unknownFields protoimpl.UnknownFields
   279  }
   280  
   281  func (m *DeclineOrganizationInvitationResponse) Reset() {
   282  	*m = DeclineOrganizationInvitationResponse{}
   283  	if protoimpl.UnsafeEnabled {
   284  		mi := &edgelq_iam_proto_v1_organization_invitation_custom_proto_msgTypes[3]
   285  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   286  		ms.StoreMessageInfo(mi)
   287  	}
   288  }
   289  
   290  func (m *DeclineOrganizationInvitationResponse) String() string {
   291  	return protoimpl.X.MessageStringOf(m)
   292  }
   293  
   294  func (*DeclineOrganizationInvitationResponse) ProtoMessage() {}
   295  
   296  func (m *DeclineOrganizationInvitationResponse) ProtoReflect() preflect.Message {
   297  	mi := &edgelq_iam_proto_v1_organization_invitation_custom_proto_msgTypes[3]
   298  	if protoimpl.UnsafeEnabled && m != nil {
   299  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   300  		if ms.LoadMessageInfo() == nil {
   301  			ms.StoreMessageInfo(mi)
   302  		}
   303  		return ms
   304  	}
   305  	return mi.MessageOf(m)
   306  }
   307  
   308  func (*DeclineOrganizationInvitationResponse) GotenMessage() {}
   309  
   310  // Deprecated, Use DeclineOrganizationInvitationResponse.ProtoReflect.Descriptor instead.
   311  func (*DeclineOrganizationInvitationResponse) Descriptor() ([]byte, []int) {
   312  	return edgelq_iam_proto_v1_organization_invitation_custom_proto_rawDescGZIP(), []int{3}
   313  }
   314  
   315  func (m *DeclineOrganizationInvitationResponse) Unmarshal(b []byte) error {
   316  	return proto.Unmarshal(b, m)
   317  }
   318  
   319  func (m *DeclineOrganizationInvitationResponse) Marshal() ([]byte, error) {
   320  	return proto.Marshal(m)
   321  }
   322  
   323  func (m *DeclineOrganizationInvitationResponse) MarshalJSON() ([]byte, error) {
   324  	return protojson.MarshalOptions{}.Marshal(m)
   325  }
   326  
   327  func (m *DeclineOrganizationInvitationResponse) UnmarshalJSON(data []byte) error {
   328  	return protojson.Unmarshal(data, m)
   329  }
   330  
   331  // Request message for method
   332  // [ListMyOrganizationInvitations][ntt.iam.v1.ListMyOrganizationInvitations]
   333  type ListMyOrganizationInvitationsRequest struct {
   334  	state         protoimpl.MessageState
   335  	sizeCache     protoimpl.SizeCache
   336  	unknownFields protoimpl.UnknownFields
   337  	// Parent name of ntt.iam.v1.OrganizationInvitation
   338  	Parent *organization_invitation.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty"`
   339  	// Additional filter for invitations, e.g. state = "PENDING"
   340  	Filter *organization_invitation.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty"`
   341  }
   342  
   343  func (m *ListMyOrganizationInvitationsRequest) Reset() {
   344  	*m = ListMyOrganizationInvitationsRequest{}
   345  	if protoimpl.UnsafeEnabled {
   346  		mi := &edgelq_iam_proto_v1_organization_invitation_custom_proto_msgTypes[4]
   347  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   348  		ms.StoreMessageInfo(mi)
   349  	}
   350  }
   351  
   352  func (m *ListMyOrganizationInvitationsRequest) String() string {
   353  	return protoimpl.X.MessageStringOf(m)
   354  }
   355  
   356  func (*ListMyOrganizationInvitationsRequest) ProtoMessage() {}
   357  
   358  func (m *ListMyOrganizationInvitationsRequest) ProtoReflect() preflect.Message {
   359  	mi := &edgelq_iam_proto_v1_organization_invitation_custom_proto_msgTypes[4]
   360  	if protoimpl.UnsafeEnabled && m != nil {
   361  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   362  		if ms.LoadMessageInfo() == nil {
   363  			ms.StoreMessageInfo(mi)
   364  		}
   365  		return ms
   366  	}
   367  	return mi.MessageOf(m)
   368  }
   369  
   370  func (*ListMyOrganizationInvitationsRequest) GotenMessage() {}
   371  
   372  // Deprecated, Use ListMyOrganizationInvitationsRequest.ProtoReflect.Descriptor instead.
   373  func (*ListMyOrganizationInvitationsRequest) Descriptor() ([]byte, []int) {
   374  	return edgelq_iam_proto_v1_organization_invitation_custom_proto_rawDescGZIP(), []int{4}
   375  }
   376  
   377  func (m *ListMyOrganizationInvitationsRequest) Unmarshal(b []byte) error {
   378  	return proto.Unmarshal(b, m)
   379  }
   380  
   381  func (m *ListMyOrganizationInvitationsRequest) Marshal() ([]byte, error) {
   382  	return proto.Marshal(m)
   383  }
   384  
   385  func (m *ListMyOrganizationInvitationsRequest) MarshalJSON() ([]byte, error) {
   386  	return protojson.MarshalOptions{}.Marshal(m)
   387  }
   388  
   389  func (m *ListMyOrganizationInvitationsRequest) UnmarshalJSON(data []byte) error {
   390  	return protojson.Unmarshal(data, m)
   391  }
   392  
   393  func (m *ListMyOrganizationInvitationsRequest) GetParent() *organization_invitation.ParentName {
   394  	if m != nil {
   395  		return m.Parent
   396  	}
   397  	return nil
   398  }
   399  
   400  func (m *ListMyOrganizationInvitationsRequest) GetFilter() *organization_invitation.Filter {
   401  	if m != nil {
   402  		return m.Filter
   403  	}
   404  	return nil
   405  }
   406  
   407  func (m *ListMyOrganizationInvitationsRequest) SetParent(fv *organization_invitation.ParentName) {
   408  	if m == nil {
   409  		panic(fmt.Errorf("can't set %s on nil %s", "Parent", "ListMyOrganizationInvitationsRequest"))
   410  	}
   411  	m.Parent = fv
   412  }
   413  
   414  func (m *ListMyOrganizationInvitationsRequest) SetFilter(fv *organization_invitation.Filter) {
   415  	if m == nil {
   416  		panic(fmt.Errorf("can't set %s on nil %s", "Filter", "ListMyOrganizationInvitationsRequest"))
   417  	}
   418  	m.Filter = fv
   419  }
   420  
   421  // Response message for method
   422  // [ListMyOrganizationInvitations][ntt.iam.v1.ListMyOrganizationInvitations]
   423  type ListMyOrganizationInvitationsResponse struct {
   424  	state         protoimpl.MessageState
   425  	sizeCache     protoimpl.SizeCache
   426  	unknownFields protoimpl.UnknownFields
   427  	// The list of OrganizationInvitations
   428  	OrganizationInvitations []*organization_invitation.OrganizationInvitation `protobuf:"bytes,1,rep,name=organization_invitations,json=organizationInvitations,proto3" json:"organization_invitations,omitempty"`
   429  }
   430  
   431  func (m *ListMyOrganizationInvitationsResponse) Reset() {
   432  	*m = ListMyOrganizationInvitationsResponse{}
   433  	if protoimpl.UnsafeEnabled {
   434  		mi := &edgelq_iam_proto_v1_organization_invitation_custom_proto_msgTypes[5]
   435  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   436  		ms.StoreMessageInfo(mi)
   437  	}
   438  }
   439  
   440  func (m *ListMyOrganizationInvitationsResponse) String() string {
   441  	return protoimpl.X.MessageStringOf(m)
   442  }
   443  
   444  func (*ListMyOrganizationInvitationsResponse) ProtoMessage() {}
   445  
   446  func (m *ListMyOrganizationInvitationsResponse) ProtoReflect() preflect.Message {
   447  	mi := &edgelq_iam_proto_v1_organization_invitation_custom_proto_msgTypes[5]
   448  	if protoimpl.UnsafeEnabled && m != nil {
   449  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   450  		if ms.LoadMessageInfo() == nil {
   451  			ms.StoreMessageInfo(mi)
   452  		}
   453  		return ms
   454  	}
   455  	return mi.MessageOf(m)
   456  }
   457  
   458  func (*ListMyOrganizationInvitationsResponse) GotenMessage() {}
   459  
   460  // Deprecated, Use ListMyOrganizationInvitationsResponse.ProtoReflect.Descriptor instead.
   461  func (*ListMyOrganizationInvitationsResponse) Descriptor() ([]byte, []int) {
   462  	return edgelq_iam_proto_v1_organization_invitation_custom_proto_rawDescGZIP(), []int{5}
   463  }
   464  
   465  func (m *ListMyOrganizationInvitationsResponse) Unmarshal(b []byte) error {
   466  	return proto.Unmarshal(b, m)
   467  }
   468  
   469  func (m *ListMyOrganizationInvitationsResponse) Marshal() ([]byte, error) {
   470  	return proto.Marshal(m)
   471  }
   472  
   473  func (m *ListMyOrganizationInvitationsResponse) MarshalJSON() ([]byte, error) {
   474  	return protojson.MarshalOptions{}.Marshal(m)
   475  }
   476  
   477  func (m *ListMyOrganizationInvitationsResponse) UnmarshalJSON(data []byte) error {
   478  	return protojson.Unmarshal(data, m)
   479  }
   480  
   481  func (m *ListMyOrganizationInvitationsResponse) GetOrganizationInvitations() []*organization_invitation.OrganizationInvitation {
   482  	if m != nil {
   483  		return m.OrganizationInvitations
   484  	}
   485  	return nil
   486  }
   487  
   488  func (m *ListMyOrganizationInvitationsResponse) SetOrganizationInvitations(fv []*organization_invitation.OrganizationInvitation) {
   489  	if m == nil {
   490  		panic(fmt.Errorf("can't set %s on nil %s", "OrganizationInvitations", "ListMyOrganizationInvitationsResponse"))
   491  	}
   492  	m.OrganizationInvitations = fv
   493  }
   494  
   495  var edgelq_iam_proto_v1_organization_invitation_custom_proto preflect.FileDescriptor
   496  
   497  var edgelq_iam_proto_v1_organization_invitation_custom_proto_rawDesc = []byte{
   498  	0x0a, 0x38, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x70, 0x72, 0x6f,
   499  	0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69,
   500  	0x6f, 0x6e, 0x5f, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x63, 0x75,
   501  	0x73, 0x74, 0x6f, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0a, 0x6e, 0x74, 0x74, 0x2e,
   502  	0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x1a, 0x20, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e,
   503  	0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61,
   504  	0x74, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1d, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f,
   505  	0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x67, 0x6f, 0x74, 0x65,
   506  	0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61,
   507  	0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69,
   508  	0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x24, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f,
   509  	0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x6d, 0x75, 0x6c, 0x74,
   510  	0x69, 0x5f, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x31,
   511  	0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f,
   512  	0x2f, 0x76, 0x31, 0x2f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e,
   513  	0x5f, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74,
   514  	0x6f, 0x1a, 0x38, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x70, 0x72,
   515  	0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74,
   516  	0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x63,
   517  	0x68, 0x61, 0x6e, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x59, 0x0a, 0x23, 0x41,
   518  	0x63, 0x63, 0x65, 0x70, 0x74, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
   519  	0x6e, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65,
   520  	0x73, 0x74, 0x12, 0x32, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
   521  	0x42, 0x1e, 0xb2, 0xda, 0x21, 0x1a, 0x0a, 0x18, 0x0a, 0x16, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,
   522  	0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
   523  	0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x26, 0x0a, 0x24, 0x41, 0x63, 0x63, 0x65, 0x70, 0x74,
   524  	0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x76, 0x69,
   525  	0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x8d,
   526  	0x01, 0x0a, 0x24, 0x44, 0x65, 0x63, 0x6c, 0x69, 0x6e, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,
   527  	0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
   528  	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x32, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
   529  	0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1e, 0xb2, 0xda, 0x21, 0x1a, 0x0a, 0x18, 0x0a, 0x16, 0x4f,
   530  	0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x76, 0x69, 0x74,
   531  	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x31, 0x0a, 0x06, 0x66,
   532  	0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x19, 0xb2, 0xda, 0x21,
   533  	0x15, 0x1a, 0x13, 0x0a, 0x11, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69,
   534  	0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x22, 0x27,
   535  	0x0a, 0x25, 0x44, 0x65, 0x63, 0x6c, 0x69, 0x6e, 0x65, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a,
   536  	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52,
   537  	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x96, 0x01, 0x0a, 0x24, 0x4c, 0x69, 0x73, 0x74,
   538  	0x4d, 0x79, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e,
   539  	0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
   540  	0x12, 0x36, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09,
   541  	0x42, 0x1e, 0xb2, 0xda, 0x21, 0x1a, 0x3a, 0x18, 0x0a, 0x16, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,
   542  	0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
   543  	0x52, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x36, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74,
   544  	0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x1e, 0xb2, 0xda, 0x21, 0x1a, 0x1a, 0x18,
   545  	0x0a, 0x16, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e,
   546  	0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72,
   547  	0x22, 0x86, 0x01, 0x0a, 0x25, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x79, 0x4f, 0x72, 0x67, 0x61, 0x6e,
   548  	0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f,
   549  	0x6e, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x5d, 0x0a, 0x18, 0x6f, 0x72,
   550  	0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x6e, 0x76, 0x69, 0x74,
   551  	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x6e,
   552  	0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69,
   553  	0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
   554  	0x52, 0x17, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x49, 0x6e,
   555  	0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x42, 0x9d, 0x01, 0xe8, 0xde, 0x21, 0x00,
   556  	0x0a, 0x11, 0x63, 0x6f, 0x6d, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x70, 0x62,
   557  	0x2e, 0x76, 0x31, 0x42, 0x21, 0x4f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f,
   558  	0x6e, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x75, 0x73, 0x74, 0x6f,
   559  	0x6d, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x00, 0x5a, 0x5f, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62,
   560  	0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77, 0x61, 0x6e, 0x2f, 0x65, 0x64,
   561  	0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x2f,
   562  	0x76, 0x31, 0x2f, 0x6f, 0x72, 0x67, 0x61, 0x6e, 0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f,
   563  	0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3b, 0x6f, 0x72, 0x67, 0x61, 0x6e,
   564  	0x69, 0x7a, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69,
   565  	0x6f, 0x6e, 0x5f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
   566  	0x33,
   567  }
   568  
   569  var (
   570  	edgelq_iam_proto_v1_organization_invitation_custom_proto_rawDescOnce sync.Once
   571  	edgelq_iam_proto_v1_organization_invitation_custom_proto_rawDescData = edgelq_iam_proto_v1_organization_invitation_custom_proto_rawDesc
   572  )
   573  
   574  func edgelq_iam_proto_v1_organization_invitation_custom_proto_rawDescGZIP() []byte {
   575  	edgelq_iam_proto_v1_organization_invitation_custom_proto_rawDescOnce.Do(func() {
   576  		edgelq_iam_proto_v1_organization_invitation_custom_proto_rawDescData = protoimpl.X.CompressGZIP(edgelq_iam_proto_v1_organization_invitation_custom_proto_rawDescData)
   577  	})
   578  	return edgelq_iam_proto_v1_organization_invitation_custom_proto_rawDescData
   579  }
   580  
   581  var edgelq_iam_proto_v1_organization_invitation_custom_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
   582  var edgelq_iam_proto_v1_organization_invitation_custom_proto_goTypes = []interface{}{
   583  	(*AcceptOrganizationInvitationRequest)(nil),            // 0: ntt.iam.v1.AcceptOrganizationInvitationRequest
   584  	(*AcceptOrganizationInvitationResponse)(nil),           // 1: ntt.iam.v1.AcceptOrganizationInvitationResponse
   585  	(*DeclineOrganizationInvitationRequest)(nil),           // 2: ntt.iam.v1.DeclineOrganizationInvitationRequest
   586  	(*DeclineOrganizationInvitationResponse)(nil),          // 3: ntt.iam.v1.DeclineOrganizationInvitationResponse
   587  	(*ListMyOrganizationInvitationsRequest)(nil),           // 4: ntt.iam.v1.ListMyOrganizationInvitationsRequest
   588  	(*ListMyOrganizationInvitationsResponse)(nil),          // 5: ntt.iam.v1.ListMyOrganizationInvitationsResponse
   589  	(*organization_invitation.OrganizationInvitation)(nil), // 6: ntt.iam.v1.OrganizationInvitation
   590  }
   591  var edgelq_iam_proto_v1_organization_invitation_custom_proto_depIdxs = []int32{
   592  	6, // 0: ntt.iam.v1.ListMyOrganizationInvitationsResponse.organization_invitations:type_name -> ntt.iam.v1.OrganizationInvitation
   593  	1, // [1:1] is the sub-list for method output_type
   594  	1, // [1:1] is the sub-list for method input_type
   595  	1, // [1:1] is the sub-list for extension type_name
   596  	1, // [1:1] is the sub-list for extension extendee
   597  	0, // [0:1] is the sub-list for field type_name
   598  }
   599  
   600  func init() { edgelq_iam_proto_v1_organization_invitation_custom_proto_init() }
   601  func edgelq_iam_proto_v1_organization_invitation_custom_proto_init() {
   602  	if edgelq_iam_proto_v1_organization_invitation_custom_proto != nil {
   603  		return
   604  	}
   605  	if !protoimpl.UnsafeEnabled {
   606  
   607  		edgelq_iam_proto_v1_organization_invitation_custom_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   608  			switch v := v.(*AcceptOrganizationInvitationRequest); i {
   609  			case 0:
   610  				return &v.state
   611  			case 1:
   612  				return &v.sizeCache
   613  			case 2:
   614  				return &v.unknownFields
   615  			default:
   616  				return nil
   617  			}
   618  		}
   619  		edgelq_iam_proto_v1_organization_invitation_custom_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
   620  			switch v := v.(*AcceptOrganizationInvitationResponse); i {
   621  			case 0:
   622  				return &v.state
   623  			case 1:
   624  				return &v.sizeCache
   625  			case 2:
   626  				return &v.unknownFields
   627  			default:
   628  				return nil
   629  			}
   630  		}
   631  		edgelq_iam_proto_v1_organization_invitation_custom_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
   632  			switch v := v.(*DeclineOrganizationInvitationRequest); i {
   633  			case 0:
   634  				return &v.state
   635  			case 1:
   636  				return &v.sizeCache
   637  			case 2:
   638  				return &v.unknownFields
   639  			default:
   640  				return nil
   641  			}
   642  		}
   643  		edgelq_iam_proto_v1_organization_invitation_custom_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
   644  			switch v := v.(*DeclineOrganizationInvitationResponse); i {
   645  			case 0:
   646  				return &v.state
   647  			case 1:
   648  				return &v.sizeCache
   649  			case 2:
   650  				return &v.unknownFields
   651  			default:
   652  				return nil
   653  			}
   654  		}
   655  		edgelq_iam_proto_v1_organization_invitation_custom_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
   656  			switch v := v.(*ListMyOrganizationInvitationsRequest); i {
   657  			case 0:
   658  				return &v.state
   659  			case 1:
   660  				return &v.sizeCache
   661  			case 2:
   662  				return &v.unknownFields
   663  			default:
   664  				return nil
   665  			}
   666  		}
   667  		edgelq_iam_proto_v1_organization_invitation_custom_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
   668  			switch v := v.(*ListMyOrganizationInvitationsResponse); i {
   669  			case 0:
   670  				return &v.state
   671  			case 1:
   672  				return &v.sizeCache
   673  			case 2:
   674  				return &v.unknownFields
   675  			default:
   676  				return nil
   677  			}
   678  		}
   679  	}
   680  
   681  	type x struct{}
   682  	out := protoimpl.TypeBuilder{
   683  		File: protoimpl.DescBuilder{
   684  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   685  			RawDescriptor: edgelq_iam_proto_v1_organization_invitation_custom_proto_rawDesc,
   686  			NumEnums:      0,
   687  			NumMessages:   6,
   688  			NumExtensions: 0,
   689  			NumServices:   0,
   690  		},
   691  		GoTypes:           edgelq_iam_proto_v1_organization_invitation_custom_proto_goTypes,
   692  		DependencyIndexes: edgelq_iam_proto_v1_organization_invitation_custom_proto_depIdxs,
   693  		MessageInfos:      edgelq_iam_proto_v1_organization_invitation_custom_proto_msgTypes,
   694  	}.Build()
   695  	edgelq_iam_proto_v1_organization_invitation_custom_proto = out.File
   696  	edgelq_iam_proto_v1_organization_invitation_custom_proto_rawDesc = nil
   697  	edgelq_iam_proto_v1_organization_invitation_custom_proto_goTypes = nil
   698  	edgelq_iam_proto_v1_organization_invitation_custom_proto_depIdxs = nil
   699  }