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

     1  // Code generated by protoc-gen-goten-go
     2  // File: edgelq/iam/proto/v1alpha2/project_custom.proto
     3  // DO NOT EDIT!!!
     4  
     5  package project_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  	fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
    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  	_ = &fieldmaskpb.FieldMask{}
    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 [ListMyProjects][ntt.iam.v1alpha2.ListMyProjects]
    50  type ListMyProjectsRequest struct {
    51  	state         protoimpl.MessageState
    52  	sizeCache     protoimpl.SizeCache
    53  	unknownFields protoimpl.UnknownFields
    54  	// Requested page size. Server may return fewer Projects than requested.
    55  	// If unspecified, server will pick an appropriate default.
    56  	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
    57  	// A token identifying a page of results the server should return.
    58  	// Typically, this is the value of
    59  	// [ListProjectsResponse.next_page_token][ntt.iam.v1alpha2.ListProjectsResponse.next_page_token]
    60  	PageToken *project.PagerCursor `protobuf:"bytes,3,opt,customtype=PagerCursor,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
    61  	// Order By -
    62  	// https://cloud.google.com/apis/design/design_patterns#list_pagination list
    63  	// of field path with order directive, either 'asc' or 'desc'. If direction is
    64  	// not provided, 'asc' is assumed. e.g. "state.nested_field asc,
    65  	// state.something.else desc, theme"
    66  	OrderBy *project.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
    67  	// Filter - filter results by field criteria. Simplified SQL-like syntax with
    68  	// following operators:
    69  	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
    70  	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
    71  	// CONTAINS "severity:important" OR (state.last_error_time >
    72  	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
    73  	Filter *project.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty"`
    74  	// A FieldMask used to filter response fields. When present, only requested
    75  	// fields will be present in each response item. Omitting field_mask results
    76  	// will cause response items to contain all present fields.
    77  	FieldMask *project.Project_FieldMask `protobuf:"bytes,6,opt,customtype=Project_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
    78  }
    79  
    80  func (m *ListMyProjectsRequest) Reset() {
    81  	*m = ListMyProjectsRequest{}
    82  	if protoimpl.UnsafeEnabled {
    83  		mi := &edgelq_iam_proto_v1alpha2_project_custom_proto_msgTypes[0]
    84  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
    85  		ms.StoreMessageInfo(mi)
    86  	}
    87  }
    88  
    89  func (m *ListMyProjectsRequest) String() string {
    90  	return protoimpl.X.MessageStringOf(m)
    91  }
    92  
    93  func (*ListMyProjectsRequest) ProtoMessage() {}
    94  
    95  func (m *ListMyProjectsRequest) ProtoReflect() preflect.Message {
    96  	mi := &edgelq_iam_proto_v1alpha2_project_custom_proto_msgTypes[0]
    97  	if protoimpl.UnsafeEnabled && m != nil {
    98  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
    99  		if ms.LoadMessageInfo() == nil {
   100  			ms.StoreMessageInfo(mi)
   101  		}
   102  		return ms
   103  	}
   104  	return mi.MessageOf(m)
   105  }
   106  
   107  func (*ListMyProjectsRequest) GotenMessage() {}
   108  
   109  // Deprecated, Use ListMyProjectsRequest.ProtoReflect.Descriptor instead.
   110  func (*ListMyProjectsRequest) Descriptor() ([]byte, []int) {
   111  	return edgelq_iam_proto_v1alpha2_project_custom_proto_rawDescGZIP(), []int{0}
   112  }
   113  
   114  func (m *ListMyProjectsRequest) Unmarshal(b []byte) error {
   115  	return proto.Unmarshal(b, m)
   116  }
   117  
   118  func (m *ListMyProjectsRequest) Marshal() ([]byte, error) {
   119  	return proto.Marshal(m)
   120  }
   121  
   122  func (m *ListMyProjectsRequest) MarshalJSON() ([]byte, error) {
   123  	return protojson.MarshalOptions{}.Marshal(m)
   124  }
   125  
   126  func (m *ListMyProjectsRequest) UnmarshalJSON(data []byte) error {
   127  	return protojson.Unmarshal(data, m)
   128  }
   129  
   130  func (m *ListMyProjectsRequest) GetPageSize() int32 {
   131  	if m != nil {
   132  		return m.PageSize
   133  	}
   134  	return int32(0)
   135  }
   136  
   137  func (m *ListMyProjectsRequest) GetPageToken() *project.PagerCursor {
   138  	if m != nil {
   139  		return m.PageToken
   140  	}
   141  	return nil
   142  }
   143  
   144  func (m *ListMyProjectsRequest) GetOrderBy() *project.OrderBy {
   145  	if m != nil {
   146  		return m.OrderBy
   147  	}
   148  	return nil
   149  }
   150  
   151  func (m *ListMyProjectsRequest) GetFilter() *project.Filter {
   152  	if m != nil {
   153  		return m.Filter
   154  	}
   155  	return nil
   156  }
   157  
   158  func (m *ListMyProjectsRequest) GetFieldMask() *project.Project_FieldMask {
   159  	if m != nil {
   160  		return m.FieldMask
   161  	}
   162  	return nil
   163  }
   164  
   165  func (m *ListMyProjectsRequest) SetPageSize(fv int32) {
   166  	if m == nil {
   167  		panic(fmt.Errorf("can't set %s on nil %s", "PageSize", "ListMyProjectsRequest"))
   168  	}
   169  	m.PageSize = fv
   170  }
   171  
   172  func (m *ListMyProjectsRequest) SetPageToken(fv *project.PagerCursor) {
   173  	if m == nil {
   174  		panic(fmt.Errorf("can't set %s on nil %s", "PageToken", "ListMyProjectsRequest"))
   175  	}
   176  	m.PageToken = fv
   177  }
   178  
   179  func (m *ListMyProjectsRequest) SetOrderBy(fv *project.OrderBy) {
   180  	if m == nil {
   181  		panic(fmt.Errorf("can't set %s on nil %s", "OrderBy", "ListMyProjectsRequest"))
   182  	}
   183  	m.OrderBy = fv
   184  }
   185  
   186  func (m *ListMyProjectsRequest) SetFilter(fv *project.Filter) {
   187  	if m == nil {
   188  		panic(fmt.Errorf("can't set %s on nil %s", "Filter", "ListMyProjectsRequest"))
   189  	}
   190  	m.Filter = fv
   191  }
   192  
   193  func (m *ListMyProjectsRequest) SetFieldMask(fv *project.Project_FieldMask) {
   194  	if m == nil {
   195  		panic(fmt.Errorf("can't set %s on nil %s", "FieldMask", "ListMyProjectsRequest"))
   196  	}
   197  	m.FieldMask = fv
   198  }
   199  
   200  // Response message for method [ListMyProjects][ntt.iam.v1alpha2.ListMyProjects]
   201  type ListMyProjectsResponse struct {
   202  	state         protoimpl.MessageState
   203  	sizeCache     protoimpl.SizeCache
   204  	unknownFields protoimpl.UnknownFields
   205  	// The list of Projects
   206  	Projects []*project.Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
   207  	// A token to retrieve previous page of results. Pass this value in the
   208  	// [ListProjectsRequest.page_token][ntt.iam.v1alpha2.ListProjectsRequest.page_token]
   209  	PrevPageToken *project.PagerCursor `protobuf:"bytes,3,opt,customtype=PagerCursor,name=prev_page_token,json=prevPageToken,proto3" json:"prev_page_token,omitempty"`
   210  	// A token to retrieve next page of results. Pass this value in the
   211  	// [ListProjectsRequest.page_token][ntt.iam.v1alpha2.ListProjectsRequest.page_token]
   212  	NextPageToken *project.PagerCursor `protobuf:"bytes,4,opt,customtype=PagerCursor,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
   213  }
   214  
   215  func (m *ListMyProjectsResponse) Reset() {
   216  	*m = ListMyProjectsResponse{}
   217  	if protoimpl.UnsafeEnabled {
   218  		mi := &edgelq_iam_proto_v1alpha2_project_custom_proto_msgTypes[1]
   219  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   220  		ms.StoreMessageInfo(mi)
   221  	}
   222  }
   223  
   224  func (m *ListMyProjectsResponse) String() string {
   225  	return protoimpl.X.MessageStringOf(m)
   226  }
   227  
   228  func (*ListMyProjectsResponse) ProtoMessage() {}
   229  
   230  func (m *ListMyProjectsResponse) ProtoReflect() preflect.Message {
   231  	mi := &edgelq_iam_proto_v1alpha2_project_custom_proto_msgTypes[1]
   232  	if protoimpl.UnsafeEnabled && m != nil {
   233  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   234  		if ms.LoadMessageInfo() == nil {
   235  			ms.StoreMessageInfo(mi)
   236  		}
   237  		return ms
   238  	}
   239  	return mi.MessageOf(m)
   240  }
   241  
   242  func (*ListMyProjectsResponse) GotenMessage() {}
   243  
   244  // Deprecated, Use ListMyProjectsResponse.ProtoReflect.Descriptor instead.
   245  func (*ListMyProjectsResponse) Descriptor() ([]byte, []int) {
   246  	return edgelq_iam_proto_v1alpha2_project_custom_proto_rawDescGZIP(), []int{1}
   247  }
   248  
   249  func (m *ListMyProjectsResponse) Unmarshal(b []byte) error {
   250  	return proto.Unmarshal(b, m)
   251  }
   252  
   253  func (m *ListMyProjectsResponse) Marshal() ([]byte, error) {
   254  	return proto.Marshal(m)
   255  }
   256  
   257  func (m *ListMyProjectsResponse) MarshalJSON() ([]byte, error) {
   258  	return protojson.MarshalOptions{}.Marshal(m)
   259  }
   260  
   261  func (m *ListMyProjectsResponse) UnmarshalJSON(data []byte) error {
   262  	return protojson.Unmarshal(data, m)
   263  }
   264  
   265  func (m *ListMyProjectsResponse) GetProjects() []*project.Project {
   266  	if m != nil {
   267  		return m.Projects
   268  	}
   269  	return nil
   270  }
   271  
   272  func (m *ListMyProjectsResponse) GetPrevPageToken() *project.PagerCursor {
   273  	if m != nil {
   274  		return m.PrevPageToken
   275  	}
   276  	return nil
   277  }
   278  
   279  func (m *ListMyProjectsResponse) GetNextPageToken() *project.PagerCursor {
   280  	if m != nil {
   281  		return m.NextPageToken
   282  	}
   283  	return nil
   284  }
   285  
   286  func (m *ListMyProjectsResponse) SetProjects(fv []*project.Project) {
   287  	if m == nil {
   288  		panic(fmt.Errorf("can't set %s on nil %s", "Projects", "ListMyProjectsResponse"))
   289  	}
   290  	m.Projects = fv
   291  }
   292  
   293  func (m *ListMyProjectsResponse) SetPrevPageToken(fv *project.PagerCursor) {
   294  	if m == nil {
   295  		panic(fmt.Errorf("can't set %s on nil %s", "PrevPageToken", "ListMyProjectsResponse"))
   296  	}
   297  	m.PrevPageToken = fv
   298  }
   299  
   300  func (m *ListMyProjectsResponse) SetNextPageToken(fv *project.PagerCursor) {
   301  	if m == nil {
   302  		panic(fmt.Errorf("can't set %s on nil %s", "NextPageToken", "ListMyProjectsResponse"))
   303  	}
   304  	m.NextPageToken = fv
   305  }
   306  
   307  var edgelq_iam_proto_v1alpha2_project_custom_proto preflect.FileDescriptor
   308  
   309  var edgelq_iam_proto_v1alpha2_project_custom_proto_rawDesc = []byte{
   310  	0x0a, 0x2e, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x70, 0x72, 0x6f,
   311  	0x74, 0x6f, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a,
   312  	0x65, 0x63, 0x74, 0x5f, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
   313  	0x12, 0x10, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68,
   314  	0x61, 0x32, 0x1a, 0x20, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61,
   315  	0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x2e, 0x70,
   316  	0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1d, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f,
   317  	0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x70, 0x72,
   318  	0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f,
   319  	0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x69, 0x61, 0x6d, 0x2e,
   320  	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x24, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x61, 0x75,
   321  	0x64, 0x69, 0x74, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f,
   322  	0x61, 0x75, 0x64, 0x69, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x6f,
   323  	0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x66, 0x69, 0x65,
   324  	0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x27, 0x65,
   325  	0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f,
   326  	0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
   327  	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2e, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69,
   328  	0x61, 0x6d, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61,
   329  	0x32, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65,
   330  	0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x8f, 0x02, 0x0a, 0x15, 0x4c, 0x69, 0x73, 0x74, 0x4d,
   331  	0x79, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
   332  	0x12, 0x25, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20,
   333  	0x01, 0x28, 0x05, 0x42, 0x08, 0xca, 0xc6, 0x27, 0x04, 0x12, 0x02, 0x2a, 0x00, 0x52, 0x08, 0x70,
   334  	0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x2e, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x65, 0x5f,
   335  	0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0f, 0xb2, 0xda, 0x21,
   336  	0x0b, 0x22, 0x09, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x09, 0x70, 0x61,
   337  	0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x2a, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72,
   338  	0x5f, 0x62, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0f, 0xb2, 0xda, 0x21, 0x0b, 0x2a,
   339  	0x09, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65,
   340  	0x72, 0x42, 0x79, 0x12, 0x27, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x05, 0x20,
   341  	0x01, 0x28, 0x09, 0x42, 0x0f, 0xb2, 0xda, 0x21, 0x0b, 0x1a, 0x09, 0x0a, 0x07, 0x50, 0x72, 0x6f,
   342  	0x6a, 0x65, 0x63, 0x74, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x4a, 0x0a, 0x0a,
   343  	0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b,
   344  	0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
   345  	0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x0f, 0xb2, 0xda,
   346  	0x21, 0x0b, 0x32, 0x09, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x09, 0x66,
   347  	0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x22, 0xc1, 0x01, 0x0a, 0x16, 0x4c, 0x69, 0x73,
   348  	0x74, 0x4d, 0x79, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
   349  	0x6e, 0x73, 0x65, 0x12, 0x35, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x18,
   350  	0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e,
   351  	0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
   352  	0x52, 0x08, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0x37, 0x0a, 0x0f, 0x70, 0x72,
   353  	0x65, 0x76, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x03, 0x20,
   354  	0x01, 0x28, 0x09, 0x42, 0x0f, 0xb2, 0xda, 0x21, 0x0b, 0x22, 0x09, 0x0a, 0x07, 0x50, 0x72, 0x6f,
   355  	0x6a, 0x65, 0x63, 0x74, 0x52, 0x0d, 0x70, 0x72, 0x65, 0x76, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f,
   356  	0x6b, 0x65, 0x6e, 0x12, 0x37, 0x0a, 0x0f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65,
   357  	0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0f, 0xb2, 0xda,
   358  	0x21, 0x0b, 0x22, 0x09, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x0d, 0x6e,
   359  	0x65, 0x78, 0x74, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x42, 0x76, 0x0a, 0x17,
   360  	0x63, 0x6f, 0x6d, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x70, 0x62, 0x2e, 0x76,
   361  	0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x42, 0x12, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
   362  	0x43, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x00, 0x5a, 0x45, 0x67,
   363  	0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77,
   364  	0x61, 0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x63, 0x6c,
   365  	0x69, 0x65, 0x6e, 0x74, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x32, 0x2f, 0x70, 0x72,
   366  	0x6f, 0x6a, 0x65, 0x63, 0x74, 0x3b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x63, 0x6c,
   367  	0x69, 0x65, 0x6e, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
   368  }
   369  
   370  var (
   371  	edgelq_iam_proto_v1alpha2_project_custom_proto_rawDescOnce sync.Once
   372  	edgelq_iam_proto_v1alpha2_project_custom_proto_rawDescData = edgelq_iam_proto_v1alpha2_project_custom_proto_rawDesc
   373  )
   374  
   375  func edgelq_iam_proto_v1alpha2_project_custom_proto_rawDescGZIP() []byte {
   376  	edgelq_iam_proto_v1alpha2_project_custom_proto_rawDescOnce.Do(func() {
   377  		edgelq_iam_proto_v1alpha2_project_custom_proto_rawDescData = protoimpl.X.CompressGZIP(edgelq_iam_proto_v1alpha2_project_custom_proto_rawDescData)
   378  	})
   379  	return edgelq_iam_proto_v1alpha2_project_custom_proto_rawDescData
   380  }
   381  
   382  var edgelq_iam_proto_v1alpha2_project_custom_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
   383  var edgelq_iam_proto_v1alpha2_project_custom_proto_goTypes = []interface{}{
   384  	(*ListMyProjectsRequest)(nil),     // 0: ntt.iam.v1alpha2.ListMyProjectsRequest
   385  	(*ListMyProjectsResponse)(nil),    // 1: ntt.iam.v1alpha2.ListMyProjectsResponse
   386  	(*project.Project_FieldMask)(nil), // 2: ntt.iam.v1alpha2.Project_FieldMask
   387  	(*project.Project)(nil),           // 3: ntt.iam.v1alpha2.Project
   388  }
   389  var edgelq_iam_proto_v1alpha2_project_custom_proto_depIdxs = []int32{
   390  	2, // 0: ntt.iam.v1alpha2.ListMyProjectsRequest.field_mask:type_name -> ntt.iam.v1alpha2.Project_FieldMask
   391  	3, // 1: ntt.iam.v1alpha2.ListMyProjectsResponse.projects:type_name -> ntt.iam.v1alpha2.Project
   392  	2, // [2:2] is the sub-list for method output_type
   393  	2, // [2:2] is the sub-list for method input_type
   394  	2, // [2:2] is the sub-list for extension type_name
   395  	2, // [2:2] is the sub-list for extension extendee
   396  	0, // [0:2] is the sub-list for field type_name
   397  }
   398  
   399  func init() { edgelq_iam_proto_v1alpha2_project_custom_proto_init() }
   400  func edgelq_iam_proto_v1alpha2_project_custom_proto_init() {
   401  	if edgelq_iam_proto_v1alpha2_project_custom_proto != nil {
   402  		return
   403  	}
   404  	if !protoimpl.UnsafeEnabled {
   405  
   406  		edgelq_iam_proto_v1alpha2_project_custom_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
   407  			switch v := v.(*ListMyProjectsRequest); i {
   408  			case 0:
   409  				return &v.state
   410  			case 1:
   411  				return &v.sizeCache
   412  			case 2:
   413  				return &v.unknownFields
   414  			default:
   415  				return nil
   416  			}
   417  		}
   418  		edgelq_iam_proto_v1alpha2_project_custom_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
   419  			switch v := v.(*ListMyProjectsResponse); i {
   420  			case 0:
   421  				return &v.state
   422  			case 1:
   423  				return &v.sizeCache
   424  			case 2:
   425  				return &v.unknownFields
   426  			default:
   427  				return nil
   428  			}
   429  		}
   430  	}
   431  
   432  	type x struct{}
   433  	out := protoimpl.TypeBuilder{
   434  		File: protoimpl.DescBuilder{
   435  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
   436  			RawDescriptor: edgelq_iam_proto_v1alpha2_project_custom_proto_rawDesc,
   437  			NumEnums:      0,
   438  			NumMessages:   2,
   439  			NumExtensions: 0,
   440  			NumServices:   0,
   441  		},
   442  		GoTypes:           edgelq_iam_proto_v1alpha2_project_custom_proto_goTypes,
   443  		DependencyIndexes: edgelq_iam_proto_v1alpha2_project_custom_proto_depIdxs,
   444  		MessageInfos:      edgelq_iam_proto_v1alpha2_project_custom_proto_msgTypes,
   445  	}.Build()
   446  	edgelq_iam_proto_v1alpha2_project_custom_proto = out.File
   447  	edgelq_iam_proto_v1alpha2_project_custom_proto_rawDesc = nil
   448  	edgelq_iam_proto_v1alpha2_project_custom_proto_goTypes = nil
   449  	edgelq_iam_proto_v1alpha2_project_custom_proto_depIdxs = nil
   450  }