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

     1  // Code generated by protoc-gen-goten-go
     2  // File: edgelq/iam/proto/v1/project_invitation.proto
     3  // DO NOT EDIT!!!
     4  
     5  package project_invitation
     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  	iam_invitation "github.com/cloudwan/edgelq-sdk/iam/resources/v1/invitation"
    21  	project "github.com/cloudwan/edgelq-sdk/iam/resources/v1/project"
    22  	meta "github.com/cloudwan/goten-sdk/types/meta"
    23  )
    24  
    25  // Reference imports to suppress errors if they are not otherwise used.
    26  var (
    27  	_ = fmt.Errorf
    28  	_ = reflect.Method{}
    29  	_ = sync.Once{}
    30  
    31  	_ = protojson.MarshalOptions{}
    32  	_ = proto.MarshalOptions{}
    33  	_ = preflect.Value{}
    34  	_ = protoimpl.DescBuilder{}
    35  )
    36  
    37  // make sure we're using proto imports
    38  var (
    39  	_ = &iam_invitation.Actor{}
    40  	_ = &project.Project{}
    41  	_ = &meta.Meta{}
    42  )
    43  
    44  const (
    45  	// Verify that this generated code is sufficiently up-to-date.
    46  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    47  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    48  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    49  )
    50  
    51  // ProjectInvitation Resource
    52  type ProjectInvitation struct {
    53  	state         protoimpl.MessageState
    54  	sizeCache     protoimpl.SizeCache
    55  	unknownFields protoimpl.UnknownFields
    56  	// Name of ProjectInvitation
    57  	// When creating a new instance, this field is optional and if not provided,
    58  	// it will be generated automatically. Last ID segment must conform to the
    59  	// following regex: [a-z][a-z0-9\\-]{0,28}[a-z0-9]
    60  	Name *Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"`
    61  	// Metadata is an object with information like create, update and delete time
    62  	// (for async deleted resources), has user labels/annotations, sharding
    63  	// information, multi-region syncing information and may have non-schema
    64  	// owners (useful for taking ownership of resources belonging to lower level
    65  	// services by higher ones).
    66  	Metadata *meta.Meta `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
    67  	// project display name (auto-generated). Present here as user doesn't have
    68  	// yet permission to fetch related project.
    69  	ProjectDisplayName string                     `protobuf:"bytes,4,opt,name=project_display_name,json=projectDisplayName,proto3" json:"project_display_name,omitempty"`
    70  	Invitation         *iam_invitation.Invitation `protobuf:"bytes,2,opt,name=invitation,proto3" json:"invitation,omitempty"`
    71  }
    72  
    73  func (m *ProjectInvitation) Reset() {
    74  	*m = ProjectInvitation{}
    75  	if protoimpl.UnsafeEnabled {
    76  		mi := &edgelq_iam_proto_v1_project_invitation_proto_msgTypes[0]
    77  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
    78  		ms.StoreMessageInfo(mi)
    79  	}
    80  }
    81  
    82  func (m *ProjectInvitation) String() string {
    83  	return protoimpl.X.MessageStringOf(m)
    84  }
    85  
    86  func (*ProjectInvitation) ProtoMessage() {}
    87  
    88  func (m *ProjectInvitation) ProtoReflect() preflect.Message {
    89  	mi := &edgelq_iam_proto_v1_project_invitation_proto_msgTypes[0]
    90  	if protoimpl.UnsafeEnabled && m != nil {
    91  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
    92  		if ms.LoadMessageInfo() == nil {
    93  			ms.StoreMessageInfo(mi)
    94  		}
    95  		return ms
    96  	}
    97  	return mi.MessageOf(m)
    98  }
    99  
   100  func (*ProjectInvitation) GotenMessage() {}
   101  
   102  // Deprecated, Use ProjectInvitation.ProtoReflect.Descriptor instead.
   103  func (*ProjectInvitation) Descriptor() ([]byte, []int) {
   104  	return edgelq_iam_proto_v1_project_invitation_proto_rawDescGZIP(), []int{0}
   105  }
   106  
   107  func (m *ProjectInvitation) Unmarshal(b []byte) error {
   108  	return proto.Unmarshal(b, m)
   109  }
   110  
   111  func (m *ProjectInvitation) Marshal() ([]byte, error) {
   112  	return proto.Marshal(m)
   113  }
   114  
   115  func (m *ProjectInvitation) MarshalJSON() ([]byte, error) {
   116  	return protojson.MarshalOptions{}.Marshal(m)
   117  }
   118  
   119  func (m *ProjectInvitation) UnmarshalJSON(data []byte) error {
   120  	return protojson.Unmarshal(data, m)
   121  }
   122  
   123  func (m *ProjectInvitation) GetName() *Name {
   124  	if m != nil {
   125  		return m.Name
   126  	}
   127  	return nil
   128  }
   129  
   130  func (m *ProjectInvitation) GetMetadata() *meta.Meta {
   131  	if m != nil {
   132  		return m.Metadata
   133  	}
   134  	return nil
   135  }
   136  
   137  func (m *ProjectInvitation) GetProjectDisplayName() string {
   138  	if m != nil {
   139  		return m.ProjectDisplayName
   140  	}
   141  	return ""
   142  }
   143  
   144  func (m *ProjectInvitation) GetInvitation() *iam_invitation.Invitation {
   145  	if m != nil {
   146  		return m.Invitation
   147  	}
   148  	return nil
   149  }
   150  
   151  func (m *ProjectInvitation) SetName(fv *Name) {
   152  	if m == nil {
   153  		panic(fmt.Errorf("can't set %s on nil %s", "Name", "ProjectInvitation"))
   154  	}
   155  	m.Name = fv
   156  }
   157  
   158  func (m *ProjectInvitation) SetMetadata(fv *meta.Meta) {
   159  	if m == nil {
   160  		panic(fmt.Errorf("can't set %s on nil %s", "Metadata", "ProjectInvitation"))
   161  	}
   162  	m.Metadata = fv
   163  }
   164  
   165  func (m *ProjectInvitation) SetProjectDisplayName(fv string) {
   166  	if m == nil {
   167  		panic(fmt.Errorf("can't set %s on nil %s", "ProjectDisplayName", "ProjectInvitation"))
   168  	}
   169  	m.ProjectDisplayName = fv
   170  }
   171  
   172  func (m *ProjectInvitation) SetInvitation(fv *iam_invitation.Invitation) {
   173  	if m == nil {
   174  		panic(fmt.Errorf("can't set %s on nil %s", "Invitation", "ProjectInvitation"))
   175  	}
   176  	m.Invitation = fv
   177  }
   178  
   179  var edgelq_iam_proto_v1_project_invitation_proto preflect.FileDescriptor
   180  
   181  var edgelq_iam_proto_v1_project_invitation_proto_rawDesc = []byte{
   182  	0x0a, 0x2c, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x70, 0x72, 0x6f,
   183  	0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x6e,
   184  	0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0a,
   185  	0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x1a, 0x19, 0x67, 0x6f, 0x6f, 0x67,
   186  	0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e,
   187  	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e,
   188  	0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74,
   189  	0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1d, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61,
   190  	0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x67, 0x6f, 0x74, 0x65, 0x6e,
   191  	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e,
   192  	0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72,
   193  	0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1d, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f,
   194  	0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x74, 0x6f, 0x72,
   195  	0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61,
   196  	0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69,
   197  	0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x24, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f,
   198  	0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x6d, 0x75, 0x6c, 0x74,
   199  	0x69, 0x5f, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x24,
   200  	0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2f, 0x61, 0x6e, 0x6e,
   201  	0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x61, 0x75, 0x64, 0x69, 0x74, 0x2e, 0x70,
   202  	0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x16, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x74, 0x79, 0x70, 0x65,
   203  	0x73, 0x2f, 0x6d, 0x65, 0x74, 0x61, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x24, 0x65, 0x64,
   204  	0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76,
   205  	0x31, 0x2f, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f,
   206  	0x74, 0x6f, 0x22, 0xa9, 0x05, 0x0a, 0x11, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e,
   207  	0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2d, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65,
   208  	0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x19, 0xb2, 0xda, 0x21, 0x15, 0x0a, 0x13, 0x0a, 0x11,
   209  	0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f,
   210  	0x6e, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x2d, 0x0a, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64,
   211  	0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x67, 0x6f, 0x74, 0x65,
   212  	0x6e, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x4d, 0x65, 0x74, 0x61, 0x52, 0x08, 0x6d, 0x65,
   213  	0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x36, 0x0a, 0x14, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
   214  	0x74, 0x5f, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04,
   215  	0x20, 0x01, 0x28, 0x09, 0x42, 0x04, 0xf0, 0xd9, 0x21, 0x01, 0x52, 0x12, 0x70, 0x72, 0x6f, 0x6a,
   216  	0x65, 0x63, 0x74, 0x44, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x40,
   217  	0x0a, 0x0a, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01,
   218  	0x28, 0x0b, 0x32, 0x16, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x2e,
   219  	0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x42, 0x08, 0xca, 0xc6, 0x27, 0x04,
   220  	0x62, 0x02, 0x08, 0x01, 0x52, 0x0a, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
   221  	0x3a, 0xbb, 0x03, 0xea, 0x41, 0x5e, 0x0a, 0x20, 0x69, 0x61, 0x6d, 0x2e, 0x65, 0x64, 0x67, 0x65,
   222  	0x6c, 0x71, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e,
   223  	0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x3a, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
   224  	0x74, 0x73, 0x2f, 0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x7d, 0x2f, 0x70, 0x72, 0x6f,
   225  	0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f,
   226  	0x7b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74,
   227  	0x69, 0x6f, 0x6e, 0x7d, 0x92, 0xd9, 0x21, 0x33, 0x0a, 0x12, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
   228  	0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x12, 0x12, 0x70, 0x72,
   229  	0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73,
   230  	0x1a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x38, 0x05, 0xb2, 0xdf, 0x21, 0xdc, 0x01,
   231  	0x0a, 0x8c, 0x01, 0x0a, 0x3e, 0x0a, 0x06, 0x62, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x04, 0x6e,
   232  	0x61, 0x6d, 0x65, 0x1a, 0x27, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x7b, 0x70,
   233  	0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x7d, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49,
   234  	0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2d, 0x2a, 0x05, 0x6d, 0x6f,
   235  	0x6e, 0x67, 0x6f, 0x12, 0x12, 0x0a, 0x10, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f,
   236  	0x6e, 0x2e, 0x73, 0x74, 0x61, 0x74, 0x65, 0x12, 0x1a, 0x0a, 0x18, 0x69, 0x6e, 0x76, 0x69, 0x74,
   237  	0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x65, 0x5f, 0x65, 0x6d,
   238  	0x61, 0x69, 0x6c, 0x12, 0x1a, 0x0a, 0x18, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f,
   239  	0x6e, 0x2e, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x65, 0x72, 0x5f, 0x65, 0x6d, 0x61, 0x69, 0x6c, 0x12,
   240  	0x1f, 0x0a, 0x1d, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x69, 0x6e,
   241  	0x76, 0x69, 0x74, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x2e, 0x75, 0x73, 0x65, 0x72,
   242  	0x12, 0x2a, 0x0a, 0x28, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x2e, 0x69,
   243  	0x6e, 0x76, 0x69, 0x74, 0x65, 0x72, 0x5f, 0x61, 0x63, 0x74, 0x6f, 0x72, 0x2e, 0x73, 0x65, 0x72,
   244  	0x76, 0x69, 0x63, 0x65, 0x5f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0xda, 0x94, 0x23, 0x08,
   245  	0x12, 0x06, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0xc2, 0x85, 0x2c, 0x32, 0x22, 0x04, 0x6e, 0x61,
   246  	0x6d, 0x65, 0x22, 0x14, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x64, 0x69, 0x73, 0x70,
   247  	0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x22, 0x0a, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61,
   248  	0x74, 0x69, 0x6f, 0x6e, 0x42, 0x08, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x42, 0xbc,
   249  	0x02, 0xe8, 0xde, 0x21, 0x01, 0xd2, 0xff, 0xd0, 0x02, 0x56, 0x0a, 0x18, 0x70, 0x72, 0x6f, 0x6a,
   250  	0x65, 0x63, 0x74, 0x5f, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x73,
   251  	0x74, 0x6f, 0x72, 0x65, 0x12, 0x3a, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d,
   252  	0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77, 0x61, 0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71,
   253  	0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72,
   254  	0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
   255  	0xa2, 0x80, 0xd1, 0x02, 0x58, 0x0a, 0x19, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x69,
   256  	0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73,
   257  	0x12, 0x3b, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f,
   258  	0x75, 0x64, 0x77, 0x61, 0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d,
   259  	0x2f, 0x61, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65,
   260  	0x63, 0x74, 0x5f, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x0a, 0x11, 0x63,
   261  	0x6f, 0x6d, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x70, 0x62, 0x2e, 0x76, 0x31,
   262  	0x42, 0x16, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x49, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74,
   263  	0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x51, 0x67, 0x69, 0x74, 0x68,
   264  	0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77, 0x61, 0x6e, 0x2f,
   265  	0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75,
   266  	0x72, 0x63, 0x65, 0x73, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f,
   267  	0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x3b, 0x70, 0x72, 0x6f, 0x6a, 0x65,
   268  	0x63, 0x74, 0x5f, 0x69, 0x6e, 0x76, 0x69, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x62, 0x06, 0x70,
   269  	0x72, 0x6f, 0x74, 0x6f, 0x33,
   270  }
   271  
   272  var (
   273  	edgelq_iam_proto_v1_project_invitation_proto_rawDescOnce sync.Once
   274  	edgelq_iam_proto_v1_project_invitation_proto_rawDescData = edgelq_iam_proto_v1_project_invitation_proto_rawDesc
   275  )
   276  
   277  func edgelq_iam_proto_v1_project_invitation_proto_rawDescGZIP() []byte {
   278  	edgelq_iam_proto_v1_project_invitation_proto_rawDescOnce.Do(func() {
   279  		edgelq_iam_proto_v1_project_invitation_proto_rawDescData = protoimpl.X.CompressGZIP(edgelq_iam_proto_v1_project_invitation_proto_rawDescData)
   280  	})
   281  	return edgelq_iam_proto_v1_project_invitation_proto_rawDescData
   282  }
   283  
   284  var edgelq_iam_proto_v1_project_invitation_proto_msgTypes = make([]protoimpl.MessageInfo, 1)
   285  var edgelq_iam_proto_v1_project_invitation_proto_goTypes = []interface{}{
   286  	(*ProjectInvitation)(nil),         // 0: ntt.iam.v1.ProjectInvitation
   287  	(*meta.Meta)(nil),                 // 1: goten.types.Meta
   288  	(*iam_invitation.Invitation)(nil), // 2: ntt.iam.v1.Invitation
   289  }
   290  var edgelq_iam_proto_v1_project_invitation_proto_depIdxs = []int32{
   291  	1, // 0: ntt.iam.v1.ProjectInvitation.metadata:type_name -> goten.types.Meta
   292  	2, // 1: ntt.iam.v1.ProjectInvitation.invitation:type_name -> ntt.iam.v1.Invitation
   293  	2, // [2:2] is the sub-list for method output_type
   294  	2, // [2:2] is the sub-list for method input_type
   295  	2, // [2:2] is the sub-list for extension type_name
   296  	2, // [2:2] is the sub-list for extension extendee
   297  	0, // [0:2] is the sub-list for field type_name
   298  }
   299  
   300  func init() { edgelq_iam_proto_v1_project_invitation_proto_init() }
   301  func edgelq_iam_proto_v1_project_invitation_proto_init() {
   302  	if edgelq_iam_proto_v1_project_invitation_proto != nil {
   303  		return
   304  	}
   305  	if !protoimpl.UnsafeEnabled {
   306  
   307  		edgelq_iam_proto_v1_project_invitation_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   308  			switch v := v.(*ProjectInvitation); i {
   309  			case 0:
   310  				return &v.state
   311  			case 1:
   312  				return &v.sizeCache
   313  			case 2:
   314  				return &v.unknownFields
   315  			default:
   316  				return nil
   317  			}
   318  		}
   319  	}
   320  
   321  	type x struct{}
   322  	out := protoimpl.TypeBuilder{
   323  		File: protoimpl.DescBuilder{
   324  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   325  			RawDescriptor: edgelq_iam_proto_v1_project_invitation_proto_rawDesc,
   326  			NumEnums:      0,
   327  			NumMessages:   1,
   328  			NumExtensions: 0,
   329  			NumServices:   0,
   330  		},
   331  		GoTypes:           edgelq_iam_proto_v1_project_invitation_proto_goTypes,
   332  		DependencyIndexes: edgelq_iam_proto_v1_project_invitation_proto_depIdxs,
   333  		MessageInfos:      edgelq_iam_proto_v1_project_invitation_proto_msgTypes,
   334  	}.Build()
   335  	edgelq_iam_proto_v1_project_invitation_proto = out.File
   336  	edgelq_iam_proto_v1_project_invitation_proto_rawDesc = nil
   337  	edgelq_iam_proto_v1_project_invitation_proto_goTypes = nil
   338  	edgelq_iam_proto_v1_project_invitation_proto_depIdxs = nil
   339  }