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

     1  // Code generated by protoc-gen-goten-go
     2  // File: edgelq/iam/proto/v1/project_service.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/v1/project"
    21  	view "github.com/cloudwan/goten-sdk/types/view"
    22  	watch_type "github.com/cloudwan/goten-sdk/types/watch_type"
    23  	emptypb "google.golang.org/protobuf/types/known/emptypb"
    24  	fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
    25  	timestamppb "google.golang.org/protobuf/types/known/timestamppb"
    26  )
    27  
    28  // Reference imports to suppress errors if they are not otherwise used.
    29  var (
    30  	_ = fmt.Errorf
    31  	_ = reflect.Method{}
    32  	_ = sync.Once{}
    33  
    34  	_ = protojson.MarshalOptions{}
    35  	_ = proto.MarshalOptions{}
    36  	_ = preflect.Value{}
    37  	_ = protoimpl.DescBuilder{}
    38  )
    39  
    40  // make sure we're using proto imports
    41  var (
    42  	_ = &project.Project{}
    43  	_ = &emptypb.Empty{}
    44  	_ = &fieldmaskpb.FieldMask{}
    45  	_ = &timestamppb.Timestamp{}
    46  	_ = view.View(0)
    47  	_ = watch_type.WatchType(0)
    48  )
    49  
    50  const (
    51  	// Verify that this generated code is sufficiently up-to-date.
    52  	_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
    53  	// Verify that runtime/protoimpl is sufficiently up-to-date.
    54  	_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
    55  )
    56  
    57  // A request message of the GetProject method.
    58  type GetProjectRequest struct {
    59  	state         protoimpl.MessageState
    60  	sizeCache     protoimpl.SizeCache
    61  	unknownFields protoimpl.UnknownFields
    62  	// Name of ntt.iam.v1.Project
    63  	Name *project.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"`
    64  	// A list of extra fields to be obtained for each response item on top of
    65  	// fields defined by request field view
    66  	FieldMask *project.Project_FieldMask `protobuf:"bytes,3,opt,customtype=Project_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
    67  	// View defines list of standard response fields present in response items.
    68  	// Additional fields can be amended by request field field_mask
    69  	View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty"`
    70  }
    71  
    72  func (m *GetProjectRequest) Reset() {
    73  	*m = GetProjectRequest{}
    74  	if protoimpl.UnsafeEnabled {
    75  		mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[0]
    76  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
    77  		ms.StoreMessageInfo(mi)
    78  	}
    79  }
    80  
    81  func (m *GetProjectRequest) String() string {
    82  	return protoimpl.X.MessageStringOf(m)
    83  }
    84  
    85  func (*GetProjectRequest) ProtoMessage() {}
    86  
    87  func (m *GetProjectRequest) ProtoReflect() preflect.Message {
    88  	mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[0]
    89  	if protoimpl.UnsafeEnabled && m != nil {
    90  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
    91  		if ms.LoadMessageInfo() == nil {
    92  			ms.StoreMessageInfo(mi)
    93  		}
    94  		return ms
    95  	}
    96  	return mi.MessageOf(m)
    97  }
    98  
    99  func (*GetProjectRequest) GotenMessage() {}
   100  
   101  // Deprecated, Use GetProjectRequest.ProtoReflect.Descriptor instead.
   102  func (*GetProjectRequest) Descriptor() ([]byte, []int) {
   103  	return edgelq_iam_proto_v1_project_service_proto_rawDescGZIP(), []int{0}
   104  }
   105  
   106  func (m *GetProjectRequest) Unmarshal(b []byte) error {
   107  	return proto.Unmarshal(b, m)
   108  }
   109  
   110  func (m *GetProjectRequest) Marshal() ([]byte, error) {
   111  	return proto.Marshal(m)
   112  }
   113  
   114  func (m *GetProjectRequest) MarshalJSON() ([]byte, error) {
   115  	return protojson.MarshalOptions{}.Marshal(m)
   116  }
   117  
   118  func (m *GetProjectRequest) UnmarshalJSON(data []byte) error {
   119  	return protojson.Unmarshal(data, m)
   120  }
   121  
   122  func (m *GetProjectRequest) GetName() *project.Name {
   123  	if m != nil {
   124  		return m.Name
   125  	}
   126  	return nil
   127  }
   128  
   129  func (m *GetProjectRequest) GetFieldMask() *project.Project_FieldMask {
   130  	if m != nil {
   131  		return m.FieldMask
   132  	}
   133  	return nil
   134  }
   135  
   136  func (m *GetProjectRequest) GetView() view.View {
   137  	if m != nil {
   138  		return m.View
   139  	}
   140  	return view.View_UNSPECIFIED
   141  }
   142  
   143  func (m *GetProjectRequest) SetName(fv *project.Name) {
   144  	if m == nil {
   145  		panic(fmt.Errorf("can't set %s on nil %s", "Name", "GetProjectRequest"))
   146  	}
   147  	m.Name = fv
   148  }
   149  
   150  func (m *GetProjectRequest) SetFieldMask(fv *project.Project_FieldMask) {
   151  	if m == nil {
   152  		panic(fmt.Errorf("can't set %s on nil %s", "FieldMask", "GetProjectRequest"))
   153  	}
   154  	m.FieldMask = fv
   155  }
   156  
   157  func (m *GetProjectRequest) SetView(fv view.View) {
   158  	if m == nil {
   159  		panic(fmt.Errorf("can't set %s on nil %s", "View", "GetProjectRequest"))
   160  	}
   161  	m.View = fv
   162  }
   163  
   164  // A request message of the BatchGetProjects method.
   165  type BatchGetProjectsRequest struct {
   166  	state         protoimpl.MessageState
   167  	sizeCache     protoimpl.SizeCache
   168  	unknownFields protoimpl.UnknownFields
   169  	// Names of Projects
   170  	Names []*project.Name `protobuf:"bytes,2,rep,customtype=Name,name=names,proto3" json:"names,omitempty"`
   171  	// A list of extra fields to be obtained for each response item on top of
   172  	// fields defined by request field view
   173  	FieldMask *project.Project_FieldMask `protobuf:"bytes,3,opt,customtype=Project_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
   174  	// View defines list of standard response fields present in response items.
   175  	// Additional fields can be amended by request field field_mask
   176  	View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty"`
   177  }
   178  
   179  func (m *BatchGetProjectsRequest) Reset() {
   180  	*m = BatchGetProjectsRequest{}
   181  	if protoimpl.UnsafeEnabled {
   182  		mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[1]
   183  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   184  		ms.StoreMessageInfo(mi)
   185  	}
   186  }
   187  
   188  func (m *BatchGetProjectsRequest) String() string {
   189  	return protoimpl.X.MessageStringOf(m)
   190  }
   191  
   192  func (*BatchGetProjectsRequest) ProtoMessage() {}
   193  
   194  func (m *BatchGetProjectsRequest) ProtoReflect() preflect.Message {
   195  	mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[1]
   196  	if protoimpl.UnsafeEnabled && m != nil {
   197  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   198  		if ms.LoadMessageInfo() == nil {
   199  			ms.StoreMessageInfo(mi)
   200  		}
   201  		return ms
   202  	}
   203  	return mi.MessageOf(m)
   204  }
   205  
   206  func (*BatchGetProjectsRequest) GotenMessage() {}
   207  
   208  // Deprecated, Use BatchGetProjectsRequest.ProtoReflect.Descriptor instead.
   209  func (*BatchGetProjectsRequest) Descriptor() ([]byte, []int) {
   210  	return edgelq_iam_proto_v1_project_service_proto_rawDescGZIP(), []int{1}
   211  }
   212  
   213  func (m *BatchGetProjectsRequest) Unmarshal(b []byte) error {
   214  	return proto.Unmarshal(b, m)
   215  }
   216  
   217  func (m *BatchGetProjectsRequest) Marshal() ([]byte, error) {
   218  	return proto.Marshal(m)
   219  }
   220  
   221  func (m *BatchGetProjectsRequest) MarshalJSON() ([]byte, error) {
   222  	return protojson.MarshalOptions{}.Marshal(m)
   223  }
   224  
   225  func (m *BatchGetProjectsRequest) UnmarshalJSON(data []byte) error {
   226  	return protojson.Unmarshal(data, m)
   227  }
   228  
   229  func (m *BatchGetProjectsRequest) GetNames() []*project.Name {
   230  	if m != nil {
   231  		return m.Names
   232  	}
   233  	return nil
   234  }
   235  
   236  func (m *BatchGetProjectsRequest) GetFieldMask() *project.Project_FieldMask {
   237  	if m != nil {
   238  		return m.FieldMask
   239  	}
   240  	return nil
   241  }
   242  
   243  func (m *BatchGetProjectsRequest) GetView() view.View {
   244  	if m != nil {
   245  		return m.View
   246  	}
   247  	return view.View_UNSPECIFIED
   248  }
   249  
   250  func (m *BatchGetProjectsRequest) SetNames(fv []*project.Name) {
   251  	if m == nil {
   252  		panic(fmt.Errorf("can't set %s on nil %s", "Names", "BatchGetProjectsRequest"))
   253  	}
   254  	m.Names = fv
   255  }
   256  
   257  func (m *BatchGetProjectsRequest) SetFieldMask(fv *project.Project_FieldMask) {
   258  	if m == nil {
   259  		panic(fmt.Errorf("can't set %s on nil %s", "FieldMask", "BatchGetProjectsRequest"))
   260  	}
   261  	m.FieldMask = fv
   262  }
   263  
   264  func (m *BatchGetProjectsRequest) SetView(fv view.View) {
   265  	if m == nil {
   266  		panic(fmt.Errorf("can't set %s on nil %s", "View", "BatchGetProjectsRequest"))
   267  	}
   268  	m.View = fv
   269  }
   270  
   271  // A response message of the BatchGetProjects method.
   272  type BatchGetProjectsResponse struct {
   273  	state         protoimpl.MessageState
   274  	sizeCache     protoimpl.SizeCache
   275  	unknownFields protoimpl.UnknownFields
   276  	// found Projects
   277  	Projects []*project.Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
   278  	// list of not found Projects
   279  	Missing []*project.Name `protobuf:"bytes,2,rep,customtype=Name,name=missing,proto3" json:"missing,omitempty"`
   280  }
   281  
   282  func (m *BatchGetProjectsResponse) Reset() {
   283  	*m = BatchGetProjectsResponse{}
   284  	if protoimpl.UnsafeEnabled {
   285  		mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[2]
   286  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   287  		ms.StoreMessageInfo(mi)
   288  	}
   289  }
   290  
   291  func (m *BatchGetProjectsResponse) String() string {
   292  	return protoimpl.X.MessageStringOf(m)
   293  }
   294  
   295  func (*BatchGetProjectsResponse) ProtoMessage() {}
   296  
   297  func (m *BatchGetProjectsResponse) ProtoReflect() preflect.Message {
   298  	mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[2]
   299  	if protoimpl.UnsafeEnabled && m != nil {
   300  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   301  		if ms.LoadMessageInfo() == nil {
   302  			ms.StoreMessageInfo(mi)
   303  		}
   304  		return ms
   305  	}
   306  	return mi.MessageOf(m)
   307  }
   308  
   309  func (*BatchGetProjectsResponse) GotenMessage() {}
   310  
   311  // Deprecated, Use BatchGetProjectsResponse.ProtoReflect.Descriptor instead.
   312  func (*BatchGetProjectsResponse) Descriptor() ([]byte, []int) {
   313  	return edgelq_iam_proto_v1_project_service_proto_rawDescGZIP(), []int{2}
   314  }
   315  
   316  func (m *BatchGetProjectsResponse) Unmarshal(b []byte) error {
   317  	return proto.Unmarshal(b, m)
   318  }
   319  
   320  func (m *BatchGetProjectsResponse) Marshal() ([]byte, error) {
   321  	return proto.Marshal(m)
   322  }
   323  
   324  func (m *BatchGetProjectsResponse) MarshalJSON() ([]byte, error) {
   325  	return protojson.MarshalOptions{}.Marshal(m)
   326  }
   327  
   328  func (m *BatchGetProjectsResponse) UnmarshalJSON(data []byte) error {
   329  	return protojson.Unmarshal(data, m)
   330  }
   331  
   332  func (m *BatchGetProjectsResponse) GetProjects() []*project.Project {
   333  	if m != nil {
   334  		return m.Projects
   335  	}
   336  	return nil
   337  }
   338  
   339  func (m *BatchGetProjectsResponse) GetMissing() []*project.Name {
   340  	if m != nil {
   341  		return m.Missing
   342  	}
   343  	return nil
   344  }
   345  
   346  func (m *BatchGetProjectsResponse) SetProjects(fv []*project.Project) {
   347  	if m == nil {
   348  		panic(fmt.Errorf("can't set %s on nil %s", "Projects", "BatchGetProjectsResponse"))
   349  	}
   350  	m.Projects = fv
   351  }
   352  
   353  func (m *BatchGetProjectsResponse) SetMissing(fv []*project.Name) {
   354  	if m == nil {
   355  		panic(fmt.Errorf("can't set %s on nil %s", "Missing", "BatchGetProjectsResponse"))
   356  	}
   357  	m.Missing = fv
   358  }
   359  
   360  // A request message of the ListProjects method.
   361  type ListProjectsRequest struct {
   362  	state         protoimpl.MessageState
   363  	sizeCache     protoimpl.SizeCache
   364  	unknownFields protoimpl.UnknownFields
   365  	// Requested page size. Server may return fewer Projects than requested.
   366  	// If unspecified, server will pick an appropriate default.
   367  	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
   368  	// A token identifying a page of results the server should return.
   369  	// Typically, this is the value of
   370  	// ListProjectsResponse.next_page_token.
   371  	PageToken *project.PagerCursor `protobuf:"bytes,3,opt,customtype=PagerCursor,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
   372  	// Order By -
   373  	// https://cloud.google.com/apis/design/design_patterns#list_pagination list
   374  	// of field path with order directive, either 'asc' or 'desc'. If direction is
   375  	// not provided, 'asc' is assumed. e.g. "state.nested_field asc,
   376  	// state.something.else desc, theme"
   377  	OrderBy *project.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
   378  	// Filter - filter results by field criteria. Simplified SQL-like syntax with
   379  	// following operators:
   380  	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
   381  	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
   382  	// CONTAINS "severity:important" OR (state.last_error_time >
   383  	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
   384  	Filter *project.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty"`
   385  	// A list of extra fields to be obtained for each response item on top of
   386  	// fields defined by request field view
   387  	FieldMask *project.Project_FieldMask `protobuf:"bytes,6,opt,customtype=Project_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
   388  	// View defines list of standard response fields present in response items.
   389  	// Additional fields can be amended by request field field_mask
   390  	View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty"`
   391  	// Indicates if list response should contain total count and offset (fields
   392  	// current_offset and total_results_count).
   393  	IncludePagingInfo bool `protobuf:"varint,8,opt,name=include_paging_info,json=includePagingInfo,proto3" json:"include_paging_info,omitempty"`
   394  }
   395  
   396  func (m *ListProjectsRequest) Reset() {
   397  	*m = ListProjectsRequest{}
   398  	if protoimpl.UnsafeEnabled {
   399  		mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[3]
   400  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   401  		ms.StoreMessageInfo(mi)
   402  	}
   403  }
   404  
   405  func (m *ListProjectsRequest) String() string {
   406  	return protoimpl.X.MessageStringOf(m)
   407  }
   408  
   409  func (*ListProjectsRequest) ProtoMessage() {}
   410  
   411  func (m *ListProjectsRequest) ProtoReflect() preflect.Message {
   412  	mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[3]
   413  	if protoimpl.UnsafeEnabled && m != nil {
   414  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   415  		if ms.LoadMessageInfo() == nil {
   416  			ms.StoreMessageInfo(mi)
   417  		}
   418  		return ms
   419  	}
   420  	return mi.MessageOf(m)
   421  }
   422  
   423  func (*ListProjectsRequest) GotenMessage() {}
   424  
   425  // Deprecated, Use ListProjectsRequest.ProtoReflect.Descriptor instead.
   426  func (*ListProjectsRequest) Descriptor() ([]byte, []int) {
   427  	return edgelq_iam_proto_v1_project_service_proto_rawDescGZIP(), []int{3}
   428  }
   429  
   430  func (m *ListProjectsRequest) Unmarshal(b []byte) error {
   431  	return proto.Unmarshal(b, m)
   432  }
   433  
   434  func (m *ListProjectsRequest) Marshal() ([]byte, error) {
   435  	return proto.Marshal(m)
   436  }
   437  
   438  func (m *ListProjectsRequest) MarshalJSON() ([]byte, error) {
   439  	return protojson.MarshalOptions{}.Marshal(m)
   440  }
   441  
   442  func (m *ListProjectsRequest) UnmarshalJSON(data []byte) error {
   443  	return protojson.Unmarshal(data, m)
   444  }
   445  
   446  func (m *ListProjectsRequest) GetPageSize() int32 {
   447  	if m != nil {
   448  		return m.PageSize
   449  	}
   450  	return int32(0)
   451  }
   452  
   453  func (m *ListProjectsRequest) GetPageToken() *project.PagerCursor {
   454  	if m != nil {
   455  		return m.PageToken
   456  	}
   457  	return nil
   458  }
   459  
   460  func (m *ListProjectsRequest) GetOrderBy() *project.OrderBy {
   461  	if m != nil {
   462  		return m.OrderBy
   463  	}
   464  	return nil
   465  }
   466  
   467  func (m *ListProjectsRequest) GetFilter() *project.Filter {
   468  	if m != nil {
   469  		return m.Filter
   470  	}
   471  	return nil
   472  }
   473  
   474  func (m *ListProjectsRequest) GetFieldMask() *project.Project_FieldMask {
   475  	if m != nil {
   476  		return m.FieldMask
   477  	}
   478  	return nil
   479  }
   480  
   481  func (m *ListProjectsRequest) GetView() view.View {
   482  	if m != nil {
   483  		return m.View
   484  	}
   485  	return view.View_UNSPECIFIED
   486  }
   487  
   488  func (m *ListProjectsRequest) GetIncludePagingInfo() bool {
   489  	if m != nil {
   490  		return m.IncludePagingInfo
   491  	}
   492  	return false
   493  }
   494  
   495  func (m *ListProjectsRequest) SetPageSize(fv int32) {
   496  	if m == nil {
   497  		panic(fmt.Errorf("can't set %s on nil %s", "PageSize", "ListProjectsRequest"))
   498  	}
   499  	m.PageSize = fv
   500  }
   501  
   502  func (m *ListProjectsRequest) SetPageToken(fv *project.PagerCursor) {
   503  	if m == nil {
   504  		panic(fmt.Errorf("can't set %s on nil %s", "PageToken", "ListProjectsRequest"))
   505  	}
   506  	m.PageToken = fv
   507  }
   508  
   509  func (m *ListProjectsRequest) SetOrderBy(fv *project.OrderBy) {
   510  	if m == nil {
   511  		panic(fmt.Errorf("can't set %s on nil %s", "OrderBy", "ListProjectsRequest"))
   512  	}
   513  	m.OrderBy = fv
   514  }
   515  
   516  func (m *ListProjectsRequest) SetFilter(fv *project.Filter) {
   517  	if m == nil {
   518  		panic(fmt.Errorf("can't set %s on nil %s", "Filter", "ListProjectsRequest"))
   519  	}
   520  	m.Filter = fv
   521  }
   522  
   523  func (m *ListProjectsRequest) SetFieldMask(fv *project.Project_FieldMask) {
   524  	if m == nil {
   525  		panic(fmt.Errorf("can't set %s on nil %s", "FieldMask", "ListProjectsRequest"))
   526  	}
   527  	m.FieldMask = fv
   528  }
   529  
   530  func (m *ListProjectsRequest) SetView(fv view.View) {
   531  	if m == nil {
   532  		panic(fmt.Errorf("can't set %s on nil %s", "View", "ListProjectsRequest"))
   533  	}
   534  	m.View = fv
   535  }
   536  
   537  func (m *ListProjectsRequest) SetIncludePagingInfo(fv bool) {
   538  	if m == nil {
   539  		panic(fmt.Errorf("can't set %s on nil %s", "IncludePagingInfo", "ListProjectsRequest"))
   540  	}
   541  	m.IncludePagingInfo = fv
   542  }
   543  
   544  // A response message of the ListProjects method.
   545  type ListProjectsResponse struct {
   546  	state         protoimpl.MessageState
   547  	sizeCache     protoimpl.SizeCache
   548  	unknownFields protoimpl.UnknownFields
   549  	// The list of Projects
   550  	Projects []*project.Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
   551  	// A token to retrieve previous page of results.
   552  	//
   553  	// Pass this value in the ListProjectsRequest.page_token.
   554  	PrevPageToken *project.PagerCursor `protobuf:"bytes,3,opt,customtype=PagerCursor,name=prev_page_token,json=prevPageToken,proto3" json:"prev_page_token,omitempty"`
   555  	// A token to retrieve next page of results.
   556  	//
   557  	// Pass this value in the ListProjectsRequest.page_token.
   558  	NextPageToken *project.PagerCursor `protobuf:"bytes,4,opt,customtype=PagerCursor,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
   559  	// Current offset from the first page or 0 if no page tokens were given,
   560  	// paging info was not requested or there was an error while trying to get
   561  	// it). Page index can be computed from offset and limit provided in a
   562  	// request.
   563  	CurrentOffset int32 `protobuf:"varint,5,opt,name=current_offset,json=currentOffset,proto3" json:"current_offset,omitempty"`
   564  	// Number of total Projects across all pages or 0, if there are no items,
   565  	// paging info was not requested or there was an error while trying to get it.
   566  	TotalResultsCount int32 `protobuf:"varint,6,opt,name=total_results_count,json=totalResultsCount,proto3" json:"total_results_count,omitempty"`
   567  }
   568  
   569  func (m *ListProjectsResponse) Reset() {
   570  	*m = ListProjectsResponse{}
   571  	if protoimpl.UnsafeEnabled {
   572  		mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[4]
   573  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   574  		ms.StoreMessageInfo(mi)
   575  	}
   576  }
   577  
   578  func (m *ListProjectsResponse) String() string {
   579  	return protoimpl.X.MessageStringOf(m)
   580  }
   581  
   582  func (*ListProjectsResponse) ProtoMessage() {}
   583  
   584  func (m *ListProjectsResponse) ProtoReflect() preflect.Message {
   585  	mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[4]
   586  	if protoimpl.UnsafeEnabled && m != nil {
   587  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   588  		if ms.LoadMessageInfo() == nil {
   589  			ms.StoreMessageInfo(mi)
   590  		}
   591  		return ms
   592  	}
   593  	return mi.MessageOf(m)
   594  }
   595  
   596  func (*ListProjectsResponse) GotenMessage() {}
   597  
   598  // Deprecated, Use ListProjectsResponse.ProtoReflect.Descriptor instead.
   599  func (*ListProjectsResponse) Descriptor() ([]byte, []int) {
   600  	return edgelq_iam_proto_v1_project_service_proto_rawDescGZIP(), []int{4}
   601  }
   602  
   603  func (m *ListProjectsResponse) Unmarshal(b []byte) error {
   604  	return proto.Unmarshal(b, m)
   605  }
   606  
   607  func (m *ListProjectsResponse) Marshal() ([]byte, error) {
   608  	return proto.Marshal(m)
   609  }
   610  
   611  func (m *ListProjectsResponse) MarshalJSON() ([]byte, error) {
   612  	return protojson.MarshalOptions{}.Marshal(m)
   613  }
   614  
   615  func (m *ListProjectsResponse) UnmarshalJSON(data []byte) error {
   616  	return protojson.Unmarshal(data, m)
   617  }
   618  
   619  func (m *ListProjectsResponse) GetProjects() []*project.Project {
   620  	if m != nil {
   621  		return m.Projects
   622  	}
   623  	return nil
   624  }
   625  
   626  func (m *ListProjectsResponse) GetPrevPageToken() *project.PagerCursor {
   627  	if m != nil {
   628  		return m.PrevPageToken
   629  	}
   630  	return nil
   631  }
   632  
   633  func (m *ListProjectsResponse) GetNextPageToken() *project.PagerCursor {
   634  	if m != nil {
   635  		return m.NextPageToken
   636  	}
   637  	return nil
   638  }
   639  
   640  func (m *ListProjectsResponse) GetCurrentOffset() int32 {
   641  	if m != nil {
   642  		return m.CurrentOffset
   643  	}
   644  	return int32(0)
   645  }
   646  
   647  func (m *ListProjectsResponse) GetTotalResultsCount() int32 {
   648  	if m != nil {
   649  		return m.TotalResultsCount
   650  	}
   651  	return int32(0)
   652  }
   653  
   654  func (m *ListProjectsResponse) SetProjects(fv []*project.Project) {
   655  	if m == nil {
   656  		panic(fmt.Errorf("can't set %s on nil %s", "Projects", "ListProjectsResponse"))
   657  	}
   658  	m.Projects = fv
   659  }
   660  
   661  func (m *ListProjectsResponse) SetPrevPageToken(fv *project.PagerCursor) {
   662  	if m == nil {
   663  		panic(fmt.Errorf("can't set %s on nil %s", "PrevPageToken", "ListProjectsResponse"))
   664  	}
   665  	m.PrevPageToken = fv
   666  }
   667  
   668  func (m *ListProjectsResponse) SetNextPageToken(fv *project.PagerCursor) {
   669  	if m == nil {
   670  		panic(fmt.Errorf("can't set %s on nil %s", "NextPageToken", "ListProjectsResponse"))
   671  	}
   672  	m.NextPageToken = fv
   673  }
   674  
   675  func (m *ListProjectsResponse) SetCurrentOffset(fv int32) {
   676  	if m == nil {
   677  		panic(fmt.Errorf("can't set %s on nil %s", "CurrentOffset", "ListProjectsResponse"))
   678  	}
   679  	m.CurrentOffset = fv
   680  }
   681  
   682  func (m *ListProjectsResponse) SetTotalResultsCount(fv int32) {
   683  	if m == nil {
   684  		panic(fmt.Errorf("can't set %s on nil %s", "TotalResultsCount", "ListProjectsResponse"))
   685  	}
   686  	m.TotalResultsCount = fv
   687  }
   688  
   689  // A request message of the WatchProject method.
   690  type WatchProjectRequest struct {
   691  	state         protoimpl.MessageState
   692  	sizeCache     protoimpl.SizeCache
   693  	unknownFields protoimpl.UnknownFields
   694  	// Name of ntt.iam.v1.Project
   695  	Name *project.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"`
   696  	// A list of extra fields to be obtained for each response item on top of
   697  	// fields defined by request field view
   698  	FieldMask *project.Project_FieldMask `protobuf:"bytes,2,opt,customtype=Project_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
   699  	// View defines list of standard response fields present in response items.
   700  	// Additional fields can be amended by request field field_mask
   701  	View view.View `protobuf:"varint,4,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty"`
   702  }
   703  
   704  func (m *WatchProjectRequest) Reset() {
   705  	*m = WatchProjectRequest{}
   706  	if protoimpl.UnsafeEnabled {
   707  		mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[5]
   708  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   709  		ms.StoreMessageInfo(mi)
   710  	}
   711  }
   712  
   713  func (m *WatchProjectRequest) String() string {
   714  	return protoimpl.X.MessageStringOf(m)
   715  }
   716  
   717  func (*WatchProjectRequest) ProtoMessage() {}
   718  
   719  func (m *WatchProjectRequest) ProtoReflect() preflect.Message {
   720  	mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[5]
   721  	if protoimpl.UnsafeEnabled && m != nil {
   722  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   723  		if ms.LoadMessageInfo() == nil {
   724  			ms.StoreMessageInfo(mi)
   725  		}
   726  		return ms
   727  	}
   728  	return mi.MessageOf(m)
   729  }
   730  
   731  func (*WatchProjectRequest) GotenMessage() {}
   732  
   733  // Deprecated, Use WatchProjectRequest.ProtoReflect.Descriptor instead.
   734  func (*WatchProjectRequest) Descriptor() ([]byte, []int) {
   735  	return edgelq_iam_proto_v1_project_service_proto_rawDescGZIP(), []int{5}
   736  }
   737  
   738  func (m *WatchProjectRequest) Unmarshal(b []byte) error {
   739  	return proto.Unmarshal(b, m)
   740  }
   741  
   742  func (m *WatchProjectRequest) Marshal() ([]byte, error) {
   743  	return proto.Marshal(m)
   744  }
   745  
   746  func (m *WatchProjectRequest) MarshalJSON() ([]byte, error) {
   747  	return protojson.MarshalOptions{}.Marshal(m)
   748  }
   749  
   750  func (m *WatchProjectRequest) UnmarshalJSON(data []byte) error {
   751  	return protojson.Unmarshal(data, m)
   752  }
   753  
   754  func (m *WatchProjectRequest) GetName() *project.Name {
   755  	if m != nil {
   756  		return m.Name
   757  	}
   758  	return nil
   759  }
   760  
   761  func (m *WatchProjectRequest) GetFieldMask() *project.Project_FieldMask {
   762  	if m != nil {
   763  		return m.FieldMask
   764  	}
   765  	return nil
   766  }
   767  
   768  func (m *WatchProjectRequest) GetView() view.View {
   769  	if m != nil {
   770  		return m.View
   771  	}
   772  	return view.View_UNSPECIFIED
   773  }
   774  
   775  func (m *WatchProjectRequest) SetName(fv *project.Name) {
   776  	if m == nil {
   777  		panic(fmt.Errorf("can't set %s on nil %s", "Name", "WatchProjectRequest"))
   778  	}
   779  	m.Name = fv
   780  }
   781  
   782  func (m *WatchProjectRequest) SetFieldMask(fv *project.Project_FieldMask) {
   783  	if m == nil {
   784  		panic(fmt.Errorf("can't set %s on nil %s", "FieldMask", "WatchProjectRequest"))
   785  	}
   786  	m.FieldMask = fv
   787  }
   788  
   789  func (m *WatchProjectRequest) SetView(fv view.View) {
   790  	if m == nil {
   791  		panic(fmt.Errorf("can't set %s on nil %s", "View", "WatchProjectRequest"))
   792  	}
   793  	m.View = fv
   794  }
   795  
   796  // A response message of the WatchProject method.
   797  type WatchProjectResponse struct {
   798  	state         protoimpl.MessageState
   799  	sizeCache     protoimpl.SizeCache
   800  	unknownFields protoimpl.UnknownFields
   801  	Change        *project.ProjectChange `protobuf:"bytes,1,opt,name=change,proto3" json:"change,omitempty"`
   802  }
   803  
   804  func (m *WatchProjectResponse) Reset() {
   805  	*m = WatchProjectResponse{}
   806  	if protoimpl.UnsafeEnabled {
   807  		mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[6]
   808  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   809  		ms.StoreMessageInfo(mi)
   810  	}
   811  }
   812  
   813  func (m *WatchProjectResponse) String() string {
   814  	return protoimpl.X.MessageStringOf(m)
   815  }
   816  
   817  func (*WatchProjectResponse) ProtoMessage() {}
   818  
   819  func (m *WatchProjectResponse) ProtoReflect() preflect.Message {
   820  	mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[6]
   821  	if protoimpl.UnsafeEnabled && m != nil {
   822  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   823  		if ms.LoadMessageInfo() == nil {
   824  			ms.StoreMessageInfo(mi)
   825  		}
   826  		return ms
   827  	}
   828  	return mi.MessageOf(m)
   829  }
   830  
   831  func (*WatchProjectResponse) GotenMessage() {}
   832  
   833  // Deprecated, Use WatchProjectResponse.ProtoReflect.Descriptor instead.
   834  func (*WatchProjectResponse) Descriptor() ([]byte, []int) {
   835  	return edgelq_iam_proto_v1_project_service_proto_rawDescGZIP(), []int{6}
   836  }
   837  
   838  func (m *WatchProjectResponse) Unmarshal(b []byte) error {
   839  	return proto.Unmarshal(b, m)
   840  }
   841  
   842  func (m *WatchProjectResponse) Marshal() ([]byte, error) {
   843  	return proto.Marshal(m)
   844  }
   845  
   846  func (m *WatchProjectResponse) MarshalJSON() ([]byte, error) {
   847  	return protojson.MarshalOptions{}.Marshal(m)
   848  }
   849  
   850  func (m *WatchProjectResponse) UnmarshalJSON(data []byte) error {
   851  	return protojson.Unmarshal(data, m)
   852  }
   853  
   854  func (m *WatchProjectResponse) GetChange() *project.ProjectChange {
   855  	if m != nil {
   856  		return m.Change
   857  	}
   858  	return nil
   859  }
   860  
   861  func (m *WatchProjectResponse) SetChange(fv *project.ProjectChange) {
   862  	if m == nil {
   863  		panic(fmt.Errorf("can't set %s on nil %s", "Change", "WatchProjectResponse"))
   864  	}
   865  	m.Change = fv
   866  }
   867  
   868  // A request message of the WatchProjects method.
   869  type WatchProjectsRequest struct {
   870  	state         protoimpl.MessageState
   871  	sizeCache     protoimpl.SizeCache
   872  	unknownFields protoimpl.UnknownFields
   873  	// Type of a watch. Identifies how server stream data to a client, which
   874  	// fields in a request are allowed and which fields in response are relevant.
   875  	Type watch_type.WatchType `protobuf:"varint,9,opt,name=type,proto3,enum=goten.types.WatchType" json:"type,omitempty"`
   876  	// Requested page size. Server may return fewer Projects than requested.
   877  	// If unspecified, server will pick an appropriate default.
   878  	// Can be populated only for stateful watch type.
   879  	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
   880  	// A token identifying a page of results the server should return.
   881  	// Can be populated only for stateful watch type.
   882  	PageToken *project.PagerCursor `protobuf:"bytes,3,opt,customtype=PagerCursor,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
   883  	// Order By -
   884  	// https://cloud.google.com/apis/design/design_patterns#list_pagination Can be
   885  	// populated only for stateful watch type.
   886  	OrderBy *project.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
   887  	// A token identifying watch resume point from previous session.
   888  	// Can be populated only for stateless watch type.
   889  	ResumeToken string `protobuf:"bytes,10,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty"`
   890  	// Point in the time from which we want to start getting updates. This field
   891  	// can be populated only for stateless watch type and if resume token is not
   892  	// known yet. If specified, initial snapshot will NOT be provided. It is
   893  	// assumed client can obtain it using separate means. Watch responses will
   894  	// contain resume tokens which should be used to resume broken connection.
   895  	StartingTime *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=starting_time,json=startingTime,proto3" json:"starting_time,omitempty"`
   896  	// Filter - filter results by field criteria. Simplified SQL-like syntax with
   897  	// following operators:
   898  	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
   899  	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
   900  	// CONTAINS "severity:important" OR (state.last_error_time >
   901  	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
   902  	Filter *project.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty"`
   903  	// A list of extra fields to be obtained for each response item on top of
   904  	// fields defined by request field view Changes to Project that don't affect
   905  	// any of masked fields won't be sent back.
   906  	FieldMask *project.Project_FieldMask `protobuf:"bytes,6,opt,customtype=Project_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
   907  	// View defines list of standard response fields present in response items.
   908  	// Additional fields can be amended by request field field_mask Changes to
   909  	// Project that don't affect any of masked fields won't be sent back.
   910  	View view.View `protobuf:"varint,8,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty"`
   911  	// Maximum amount of changes in each response message. Query result response
   912  	// is divided on the server side into chunks with size of a specified amount
   913  	// to limit memory footprint of each message. Responses will hold information
   914  	// whether more elements will continue for the actual change. If unspecified,
   915  	// server will pick an appropriate default.
   916  	MaxChunkSize int32 `protobuf:"varint,11,opt,name=max_chunk_size,json=maxChunkSize,proto3" json:"max_chunk_size,omitempty"`
   917  }
   918  
   919  func (m *WatchProjectsRequest) Reset() {
   920  	*m = WatchProjectsRequest{}
   921  	if protoimpl.UnsafeEnabled {
   922  		mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[7]
   923  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   924  		ms.StoreMessageInfo(mi)
   925  	}
   926  }
   927  
   928  func (m *WatchProjectsRequest) String() string {
   929  	return protoimpl.X.MessageStringOf(m)
   930  }
   931  
   932  func (*WatchProjectsRequest) ProtoMessage() {}
   933  
   934  func (m *WatchProjectsRequest) ProtoReflect() preflect.Message {
   935  	mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[7]
   936  	if protoimpl.UnsafeEnabled && m != nil {
   937  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
   938  		if ms.LoadMessageInfo() == nil {
   939  			ms.StoreMessageInfo(mi)
   940  		}
   941  		return ms
   942  	}
   943  	return mi.MessageOf(m)
   944  }
   945  
   946  func (*WatchProjectsRequest) GotenMessage() {}
   947  
   948  // Deprecated, Use WatchProjectsRequest.ProtoReflect.Descriptor instead.
   949  func (*WatchProjectsRequest) Descriptor() ([]byte, []int) {
   950  	return edgelq_iam_proto_v1_project_service_proto_rawDescGZIP(), []int{7}
   951  }
   952  
   953  func (m *WatchProjectsRequest) Unmarshal(b []byte) error {
   954  	return proto.Unmarshal(b, m)
   955  }
   956  
   957  func (m *WatchProjectsRequest) Marshal() ([]byte, error) {
   958  	return proto.Marshal(m)
   959  }
   960  
   961  func (m *WatchProjectsRequest) MarshalJSON() ([]byte, error) {
   962  	return protojson.MarshalOptions{}.Marshal(m)
   963  }
   964  
   965  func (m *WatchProjectsRequest) UnmarshalJSON(data []byte) error {
   966  	return protojson.Unmarshal(data, m)
   967  }
   968  
   969  func (m *WatchProjectsRequest) GetType() watch_type.WatchType {
   970  	if m != nil {
   971  		return m.Type
   972  	}
   973  	return watch_type.WatchType_STATEFUL
   974  }
   975  
   976  func (m *WatchProjectsRequest) GetPageSize() int32 {
   977  	if m != nil {
   978  		return m.PageSize
   979  	}
   980  	return int32(0)
   981  }
   982  
   983  func (m *WatchProjectsRequest) GetPageToken() *project.PagerCursor {
   984  	if m != nil {
   985  		return m.PageToken
   986  	}
   987  	return nil
   988  }
   989  
   990  func (m *WatchProjectsRequest) GetOrderBy() *project.OrderBy {
   991  	if m != nil {
   992  		return m.OrderBy
   993  	}
   994  	return nil
   995  }
   996  
   997  func (m *WatchProjectsRequest) GetResumeToken() string {
   998  	if m != nil {
   999  		return m.ResumeToken
  1000  	}
  1001  	return ""
  1002  }
  1003  
  1004  func (m *WatchProjectsRequest) GetStartingTime() *timestamppb.Timestamp {
  1005  	if m != nil {
  1006  		return m.StartingTime
  1007  	}
  1008  	return nil
  1009  }
  1010  
  1011  func (m *WatchProjectsRequest) GetFilter() *project.Filter {
  1012  	if m != nil {
  1013  		return m.Filter
  1014  	}
  1015  	return nil
  1016  }
  1017  
  1018  func (m *WatchProjectsRequest) GetFieldMask() *project.Project_FieldMask {
  1019  	if m != nil {
  1020  		return m.FieldMask
  1021  	}
  1022  	return nil
  1023  }
  1024  
  1025  func (m *WatchProjectsRequest) GetView() view.View {
  1026  	if m != nil {
  1027  		return m.View
  1028  	}
  1029  	return view.View_UNSPECIFIED
  1030  }
  1031  
  1032  func (m *WatchProjectsRequest) GetMaxChunkSize() int32 {
  1033  	if m != nil {
  1034  		return m.MaxChunkSize
  1035  	}
  1036  	return int32(0)
  1037  }
  1038  
  1039  func (m *WatchProjectsRequest) SetType(fv watch_type.WatchType) {
  1040  	if m == nil {
  1041  		panic(fmt.Errorf("can't set %s on nil %s", "Type", "WatchProjectsRequest"))
  1042  	}
  1043  	m.Type = fv
  1044  }
  1045  
  1046  func (m *WatchProjectsRequest) SetPageSize(fv int32) {
  1047  	if m == nil {
  1048  		panic(fmt.Errorf("can't set %s on nil %s", "PageSize", "WatchProjectsRequest"))
  1049  	}
  1050  	m.PageSize = fv
  1051  }
  1052  
  1053  func (m *WatchProjectsRequest) SetPageToken(fv *project.PagerCursor) {
  1054  	if m == nil {
  1055  		panic(fmt.Errorf("can't set %s on nil %s", "PageToken", "WatchProjectsRequest"))
  1056  	}
  1057  	m.PageToken = fv
  1058  }
  1059  
  1060  func (m *WatchProjectsRequest) SetOrderBy(fv *project.OrderBy) {
  1061  	if m == nil {
  1062  		panic(fmt.Errorf("can't set %s on nil %s", "OrderBy", "WatchProjectsRequest"))
  1063  	}
  1064  	m.OrderBy = fv
  1065  }
  1066  
  1067  func (m *WatchProjectsRequest) SetResumeToken(fv string) {
  1068  	if m == nil {
  1069  		panic(fmt.Errorf("can't set %s on nil %s", "ResumeToken", "WatchProjectsRequest"))
  1070  	}
  1071  	m.ResumeToken = fv
  1072  }
  1073  
  1074  func (m *WatchProjectsRequest) SetStartingTime(fv *timestamppb.Timestamp) {
  1075  	if m == nil {
  1076  		panic(fmt.Errorf("can't set %s on nil %s", "StartingTime", "WatchProjectsRequest"))
  1077  	}
  1078  	m.StartingTime = fv
  1079  }
  1080  
  1081  func (m *WatchProjectsRequest) SetFilter(fv *project.Filter) {
  1082  	if m == nil {
  1083  		panic(fmt.Errorf("can't set %s on nil %s", "Filter", "WatchProjectsRequest"))
  1084  	}
  1085  	m.Filter = fv
  1086  }
  1087  
  1088  func (m *WatchProjectsRequest) SetFieldMask(fv *project.Project_FieldMask) {
  1089  	if m == nil {
  1090  		panic(fmt.Errorf("can't set %s on nil %s", "FieldMask", "WatchProjectsRequest"))
  1091  	}
  1092  	m.FieldMask = fv
  1093  }
  1094  
  1095  func (m *WatchProjectsRequest) SetView(fv view.View) {
  1096  	if m == nil {
  1097  		panic(fmt.Errorf("can't set %s on nil %s", "View", "WatchProjectsRequest"))
  1098  	}
  1099  	m.View = fv
  1100  }
  1101  
  1102  func (m *WatchProjectsRequest) SetMaxChunkSize(fv int32) {
  1103  	if m == nil {
  1104  		panic(fmt.Errorf("can't set %s on nil %s", "MaxChunkSize", "WatchProjectsRequest"))
  1105  	}
  1106  	m.MaxChunkSize = fv
  1107  }
  1108  
  1109  // A response message of the WatchProjects method.
  1110  type WatchProjectsResponse struct {
  1111  	state         protoimpl.MessageState
  1112  	sizeCache     protoimpl.SizeCache
  1113  	unknownFields protoimpl.UnknownFields
  1114  	// Changes of Projects
  1115  	ProjectChanges []*project.ProjectChange `protobuf:"bytes,2,rep,name=project_changes,json=projectChanges,proto3" json:"project_changes,omitempty"`
  1116  	// If request specified max_chunk_size (or this limit was enforced if
  1117  	// stateless watch has been chosen), then responses with "full changeset" will
  1118  	// be divided into chunks. Client should keep receiving messages and, once
  1119  	// is_current has value true, combine this recent message with all previous
  1120  	// ones where is_current is false. If this is the first is_current in a whole
  1121  	// watch stream, then it means that client should have, at this moment,
  1122  	// contain snapshot of the current situation (or more accurately, snapshot of
  1123  	// situation at the moment of request). All Projects will be of type
  1124  	// Added/Current (depending on watch_type specified in the request). Further
  1125  	// responses will be incremental - however messages may still be chunked and
  1126  	// is_current logic still applies. is_current is always true for stateful
  1127  	// watch if max_chunk_size was left to 0.
  1128  	IsCurrent bool `protobuf:"varint,4,opt,name=is_current,json=isCurrent,proto3" json:"is_current,omitempty"`
  1129  	// When present, PageTokens used for page navigation should be updated.
  1130  	// Present only if is_current is true (last chunk).
  1131  	PageTokenChange *WatchProjectsResponse_PageTokenChange `protobuf:"bytes,3,opt,name=page_token_change,json=pageTokenChange,proto3" json:"page_token_change,omitempty"`
  1132  	// Token that can be used if current connection drops and client needs to
  1133  	// reconnect. Populated only for stateless watch type. Present only if
  1134  	// is_current is true (last chunk).
  1135  	ResumeToken string `protobuf:"bytes,5,opt,name=resume_token,json=resumeToken,proto3" json:"resume_token,omitempty"`
  1136  	// Server may occasionally send information how many resources should client
  1137  	// have in its state so far (response message without any changes, but with
  1138  	// snapshot_size field specified). If client has different value than the one
  1139  	// sent by the server, then it should be treated by a client as an error and
  1140  	// should reconnect. If value is smaller then 0, then client should ignore
  1141  	// this field as unpopulated. This field should be checked only for stateless
  1142  	// watch. In stateful those kind of errors are handled by the server side.
  1143  	// Will be never sent together with is_current, is_soft_reset and
  1144  	// is_hard_reset flags.
  1145  	SnapshotSize int64 `protobuf:"varint,6,opt,name=snapshot_size,json=snapshotSize,proto3" json:"snapshot_size,omitempty"`
  1146  	// In case of internal issue server may send response message with this flag.
  1147  	// It indicates that client should drop all changes from recent responses
  1148  	// where is_current is false only! If last message had is_current set to true,
  1149  	// client should do nothing and process normally. Resume token received before
  1150  	// is still valid. This field should be checked only for stateless watch. In
  1151  	// stateful those kind of errors are handled by the server side. Will never be
  1152  	// sent along with is_current, is_hard_reset or snapshot_size.
  1153  	IsSoftReset bool `protobuf:"varint,7,opt,name=is_soft_reset,json=isSoftReset,proto3" json:"is_soft_reset,omitempty"`
  1154  	// In case of internal issue server may send response message with this flag.
  1155  	// After receiving, client should clear whole state (drop all changes received
  1156  	// so far) as server will send new snapshot (Projects will contains changes of
  1157  	// type Current only). Any resume tokens should be discarded as well. This
  1158  	// field should be checked only for stateless watch. In stateful those kind of
  1159  	// errors are handled by the server side. Will never be sent along with
  1160  	// is_current, is_soft_reset or snapshot_size.
  1161  	IsHardReset bool `protobuf:"varint,8,opt,name=is_hard_reset,json=isHardReset,proto3" json:"is_hard_reset,omitempty"`
  1162  }
  1163  
  1164  func (m *WatchProjectsResponse) Reset() {
  1165  	*m = WatchProjectsResponse{}
  1166  	if protoimpl.UnsafeEnabled {
  1167  		mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[8]
  1168  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
  1169  		ms.StoreMessageInfo(mi)
  1170  	}
  1171  }
  1172  
  1173  func (m *WatchProjectsResponse) String() string {
  1174  	return protoimpl.X.MessageStringOf(m)
  1175  }
  1176  
  1177  func (*WatchProjectsResponse) ProtoMessage() {}
  1178  
  1179  func (m *WatchProjectsResponse) ProtoReflect() preflect.Message {
  1180  	mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[8]
  1181  	if protoimpl.UnsafeEnabled && m != nil {
  1182  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
  1183  		if ms.LoadMessageInfo() == nil {
  1184  			ms.StoreMessageInfo(mi)
  1185  		}
  1186  		return ms
  1187  	}
  1188  	return mi.MessageOf(m)
  1189  }
  1190  
  1191  func (*WatchProjectsResponse) GotenMessage() {}
  1192  
  1193  // Deprecated, Use WatchProjectsResponse.ProtoReflect.Descriptor instead.
  1194  func (*WatchProjectsResponse) Descriptor() ([]byte, []int) {
  1195  	return edgelq_iam_proto_v1_project_service_proto_rawDescGZIP(), []int{8}
  1196  }
  1197  
  1198  func (m *WatchProjectsResponse) Unmarshal(b []byte) error {
  1199  	return proto.Unmarshal(b, m)
  1200  }
  1201  
  1202  func (m *WatchProjectsResponse) Marshal() ([]byte, error) {
  1203  	return proto.Marshal(m)
  1204  }
  1205  
  1206  func (m *WatchProjectsResponse) MarshalJSON() ([]byte, error) {
  1207  	return protojson.MarshalOptions{}.Marshal(m)
  1208  }
  1209  
  1210  func (m *WatchProjectsResponse) UnmarshalJSON(data []byte) error {
  1211  	return protojson.Unmarshal(data, m)
  1212  }
  1213  
  1214  func (m *WatchProjectsResponse) GetProjectChanges() []*project.ProjectChange {
  1215  	if m != nil {
  1216  		return m.ProjectChanges
  1217  	}
  1218  	return nil
  1219  }
  1220  
  1221  func (m *WatchProjectsResponse) GetIsCurrent() bool {
  1222  	if m != nil {
  1223  		return m.IsCurrent
  1224  	}
  1225  	return false
  1226  }
  1227  
  1228  func (m *WatchProjectsResponse) GetPageTokenChange() *WatchProjectsResponse_PageTokenChange {
  1229  	if m != nil {
  1230  		return m.PageTokenChange
  1231  	}
  1232  	return nil
  1233  }
  1234  
  1235  func (m *WatchProjectsResponse) GetResumeToken() string {
  1236  	if m != nil {
  1237  		return m.ResumeToken
  1238  	}
  1239  	return ""
  1240  }
  1241  
  1242  func (m *WatchProjectsResponse) GetSnapshotSize() int64 {
  1243  	if m != nil {
  1244  		return m.SnapshotSize
  1245  	}
  1246  	return int64(0)
  1247  }
  1248  
  1249  func (m *WatchProjectsResponse) GetIsSoftReset() bool {
  1250  	if m != nil {
  1251  		return m.IsSoftReset
  1252  	}
  1253  	return false
  1254  }
  1255  
  1256  func (m *WatchProjectsResponse) GetIsHardReset() bool {
  1257  	if m != nil {
  1258  		return m.IsHardReset
  1259  	}
  1260  	return false
  1261  }
  1262  
  1263  func (m *WatchProjectsResponse) SetProjectChanges(fv []*project.ProjectChange) {
  1264  	if m == nil {
  1265  		panic(fmt.Errorf("can't set %s on nil %s", "ProjectChanges", "WatchProjectsResponse"))
  1266  	}
  1267  	m.ProjectChanges = fv
  1268  }
  1269  
  1270  func (m *WatchProjectsResponse) SetIsCurrent(fv bool) {
  1271  	if m == nil {
  1272  		panic(fmt.Errorf("can't set %s on nil %s", "IsCurrent", "WatchProjectsResponse"))
  1273  	}
  1274  	m.IsCurrent = fv
  1275  }
  1276  
  1277  func (m *WatchProjectsResponse) SetPageTokenChange(fv *WatchProjectsResponse_PageTokenChange) {
  1278  	if m == nil {
  1279  		panic(fmt.Errorf("can't set %s on nil %s", "PageTokenChange", "WatchProjectsResponse"))
  1280  	}
  1281  	m.PageTokenChange = fv
  1282  }
  1283  
  1284  func (m *WatchProjectsResponse) SetResumeToken(fv string) {
  1285  	if m == nil {
  1286  		panic(fmt.Errorf("can't set %s on nil %s", "ResumeToken", "WatchProjectsResponse"))
  1287  	}
  1288  	m.ResumeToken = fv
  1289  }
  1290  
  1291  func (m *WatchProjectsResponse) SetSnapshotSize(fv int64) {
  1292  	if m == nil {
  1293  		panic(fmt.Errorf("can't set %s on nil %s", "SnapshotSize", "WatchProjectsResponse"))
  1294  	}
  1295  	m.SnapshotSize = fv
  1296  }
  1297  
  1298  func (m *WatchProjectsResponse) SetIsSoftReset(fv bool) {
  1299  	if m == nil {
  1300  		panic(fmt.Errorf("can't set %s on nil %s", "IsSoftReset", "WatchProjectsResponse"))
  1301  	}
  1302  	m.IsSoftReset = fv
  1303  }
  1304  
  1305  func (m *WatchProjectsResponse) SetIsHardReset(fv bool) {
  1306  	if m == nil {
  1307  		panic(fmt.Errorf("can't set %s on nil %s", "IsHardReset", "WatchProjectsResponse"))
  1308  	}
  1309  	m.IsHardReset = fv
  1310  }
  1311  
  1312  // A request message of the CreateProject method.
  1313  type CreateProjectRequest struct {
  1314  	state         protoimpl.MessageState
  1315  	sizeCache     protoimpl.SizeCache
  1316  	unknownFields protoimpl.UnknownFields
  1317  	// Project resource body
  1318  	Project *project.Project `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
  1319  	// Optional masking applied to response object to reduce message response
  1320  	// size.
  1321  	ResponseMask *CreateProjectRequest_ResponseMask `protobuf:"bytes,3,opt,name=response_mask,json=responseMask,proto3" json:"response_mask,omitempty"`
  1322  }
  1323  
  1324  func (m *CreateProjectRequest) Reset() {
  1325  	*m = CreateProjectRequest{}
  1326  	if protoimpl.UnsafeEnabled {
  1327  		mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[9]
  1328  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
  1329  		ms.StoreMessageInfo(mi)
  1330  	}
  1331  }
  1332  
  1333  func (m *CreateProjectRequest) String() string {
  1334  	return protoimpl.X.MessageStringOf(m)
  1335  }
  1336  
  1337  func (*CreateProjectRequest) ProtoMessage() {}
  1338  
  1339  func (m *CreateProjectRequest) ProtoReflect() preflect.Message {
  1340  	mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[9]
  1341  	if protoimpl.UnsafeEnabled && m != nil {
  1342  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
  1343  		if ms.LoadMessageInfo() == nil {
  1344  			ms.StoreMessageInfo(mi)
  1345  		}
  1346  		return ms
  1347  	}
  1348  	return mi.MessageOf(m)
  1349  }
  1350  
  1351  func (*CreateProjectRequest) GotenMessage() {}
  1352  
  1353  // Deprecated, Use CreateProjectRequest.ProtoReflect.Descriptor instead.
  1354  func (*CreateProjectRequest) Descriptor() ([]byte, []int) {
  1355  	return edgelq_iam_proto_v1_project_service_proto_rawDescGZIP(), []int{9}
  1356  }
  1357  
  1358  func (m *CreateProjectRequest) Unmarshal(b []byte) error {
  1359  	return proto.Unmarshal(b, m)
  1360  }
  1361  
  1362  func (m *CreateProjectRequest) Marshal() ([]byte, error) {
  1363  	return proto.Marshal(m)
  1364  }
  1365  
  1366  func (m *CreateProjectRequest) MarshalJSON() ([]byte, error) {
  1367  	return protojson.MarshalOptions{}.Marshal(m)
  1368  }
  1369  
  1370  func (m *CreateProjectRequest) UnmarshalJSON(data []byte) error {
  1371  	return protojson.Unmarshal(data, m)
  1372  }
  1373  
  1374  func (m *CreateProjectRequest) GetProject() *project.Project {
  1375  	if m != nil {
  1376  		return m.Project
  1377  	}
  1378  	return nil
  1379  }
  1380  
  1381  func (m *CreateProjectRequest) GetResponseMask() *CreateProjectRequest_ResponseMask {
  1382  	if m != nil {
  1383  		return m.ResponseMask
  1384  	}
  1385  	return nil
  1386  }
  1387  
  1388  func (m *CreateProjectRequest) SetProject(fv *project.Project) {
  1389  	if m == nil {
  1390  		panic(fmt.Errorf("can't set %s on nil %s", "Project", "CreateProjectRequest"))
  1391  	}
  1392  	m.Project = fv
  1393  }
  1394  
  1395  func (m *CreateProjectRequest) SetResponseMask(fv *CreateProjectRequest_ResponseMask) {
  1396  	if m == nil {
  1397  		panic(fmt.Errorf("can't set %s on nil %s", "ResponseMask", "CreateProjectRequest"))
  1398  	}
  1399  	m.ResponseMask = fv
  1400  }
  1401  
  1402  // A request message of the UpdateProject method.
  1403  type UpdateProjectRequest struct {
  1404  	state         protoimpl.MessageState
  1405  	sizeCache     protoimpl.SizeCache
  1406  	unknownFields protoimpl.UnknownFields
  1407  	// Project resource body
  1408  	Project *project.Project `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
  1409  	// FieldMask applied to request - change will be applied only for fields in
  1410  	// the mask
  1411  	UpdateMask *project.Project_FieldMask `protobuf:"bytes,3,opt,customtype=Project_FieldMask,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
  1412  	// Conditional update applied to request if update should be executed only for
  1413  	// specific resource state. If this field is populated, then server will fetch
  1414  	// existing resource, compare with the one stored in the cas field (after
  1415  	// applying field mask) and proceed with update only and only if they match.
  1416  	// Otherwise RPC error Aborted will be returned.
  1417  	Cas *UpdateProjectRequest_CAS `protobuf:"bytes,4,opt,name=cas,proto3" json:"cas,omitempty"`
  1418  	// If set to true, and the resource is not found,
  1419  	// a new resource will be created.  In this situation,
  1420  	// 'field_mask' is ignored.
  1421  	//
  1422  	// https://google.aip.dev/134#create-or-update
  1423  	AllowMissing bool `protobuf:"varint,5,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty"`
  1424  	// reduce message response size.
  1425  	ResponseMask *UpdateProjectRequest_ResponseMask `protobuf:"bytes,6,opt,name=response_mask,json=responseMask,proto3" json:"response_mask,omitempty"`
  1426  }
  1427  
  1428  func (m *UpdateProjectRequest) Reset() {
  1429  	*m = UpdateProjectRequest{}
  1430  	if protoimpl.UnsafeEnabled {
  1431  		mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[10]
  1432  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
  1433  		ms.StoreMessageInfo(mi)
  1434  	}
  1435  }
  1436  
  1437  func (m *UpdateProjectRequest) String() string {
  1438  	return protoimpl.X.MessageStringOf(m)
  1439  }
  1440  
  1441  func (*UpdateProjectRequest) ProtoMessage() {}
  1442  
  1443  func (m *UpdateProjectRequest) ProtoReflect() preflect.Message {
  1444  	mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[10]
  1445  	if protoimpl.UnsafeEnabled && m != nil {
  1446  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
  1447  		if ms.LoadMessageInfo() == nil {
  1448  			ms.StoreMessageInfo(mi)
  1449  		}
  1450  		return ms
  1451  	}
  1452  	return mi.MessageOf(m)
  1453  }
  1454  
  1455  func (*UpdateProjectRequest) GotenMessage() {}
  1456  
  1457  // Deprecated, Use UpdateProjectRequest.ProtoReflect.Descriptor instead.
  1458  func (*UpdateProjectRequest) Descriptor() ([]byte, []int) {
  1459  	return edgelq_iam_proto_v1_project_service_proto_rawDescGZIP(), []int{10}
  1460  }
  1461  
  1462  func (m *UpdateProjectRequest) Unmarshal(b []byte) error {
  1463  	return proto.Unmarshal(b, m)
  1464  }
  1465  
  1466  func (m *UpdateProjectRequest) Marshal() ([]byte, error) {
  1467  	return proto.Marshal(m)
  1468  }
  1469  
  1470  func (m *UpdateProjectRequest) MarshalJSON() ([]byte, error) {
  1471  	return protojson.MarshalOptions{}.Marshal(m)
  1472  }
  1473  
  1474  func (m *UpdateProjectRequest) UnmarshalJSON(data []byte) error {
  1475  	return protojson.Unmarshal(data, m)
  1476  }
  1477  
  1478  func (m *UpdateProjectRequest) GetProject() *project.Project {
  1479  	if m != nil {
  1480  		return m.Project
  1481  	}
  1482  	return nil
  1483  }
  1484  
  1485  func (m *UpdateProjectRequest) GetUpdateMask() *project.Project_FieldMask {
  1486  	if m != nil {
  1487  		return m.UpdateMask
  1488  	}
  1489  	return nil
  1490  }
  1491  
  1492  func (m *UpdateProjectRequest) GetCas() *UpdateProjectRequest_CAS {
  1493  	if m != nil {
  1494  		return m.Cas
  1495  	}
  1496  	return nil
  1497  }
  1498  
  1499  func (m *UpdateProjectRequest) GetAllowMissing() bool {
  1500  	if m != nil {
  1501  		return m.AllowMissing
  1502  	}
  1503  	return false
  1504  }
  1505  
  1506  func (m *UpdateProjectRequest) GetResponseMask() *UpdateProjectRequest_ResponseMask {
  1507  	if m != nil {
  1508  		return m.ResponseMask
  1509  	}
  1510  	return nil
  1511  }
  1512  
  1513  func (m *UpdateProjectRequest) SetProject(fv *project.Project) {
  1514  	if m == nil {
  1515  		panic(fmt.Errorf("can't set %s on nil %s", "Project", "UpdateProjectRequest"))
  1516  	}
  1517  	m.Project = fv
  1518  }
  1519  
  1520  func (m *UpdateProjectRequest) SetUpdateMask(fv *project.Project_FieldMask) {
  1521  	if m == nil {
  1522  		panic(fmt.Errorf("can't set %s on nil %s", "UpdateMask", "UpdateProjectRequest"))
  1523  	}
  1524  	m.UpdateMask = fv
  1525  }
  1526  
  1527  func (m *UpdateProjectRequest) SetCas(fv *UpdateProjectRequest_CAS) {
  1528  	if m == nil {
  1529  		panic(fmt.Errorf("can't set %s on nil %s", "Cas", "UpdateProjectRequest"))
  1530  	}
  1531  	m.Cas = fv
  1532  }
  1533  
  1534  func (m *UpdateProjectRequest) SetAllowMissing(fv bool) {
  1535  	if m == nil {
  1536  		panic(fmt.Errorf("can't set %s on nil %s", "AllowMissing", "UpdateProjectRequest"))
  1537  	}
  1538  	m.AllowMissing = fv
  1539  }
  1540  
  1541  func (m *UpdateProjectRequest) SetResponseMask(fv *UpdateProjectRequest_ResponseMask) {
  1542  	if m == nil {
  1543  		panic(fmt.Errorf("can't set %s on nil %s", "ResponseMask", "UpdateProjectRequest"))
  1544  	}
  1545  	m.ResponseMask = fv
  1546  }
  1547  
  1548  // A request message of the DeleteProject method.
  1549  type DeleteProjectRequest struct {
  1550  	state         protoimpl.MessageState
  1551  	sizeCache     protoimpl.SizeCache
  1552  	unknownFields protoimpl.UnknownFields
  1553  	// Name of ntt.iam.v1.Project
  1554  	Name *project.Name `protobuf:"bytes,1,opt,customtype=Name,name=name,proto3" json:"name,omitempty"`
  1555  	// If set to true, and the resource is not found, method will be successful
  1556  	// and will not return NotFound error.
  1557  	AllowMissing bool `protobuf:"varint,2,opt,name=allow_missing,json=allowMissing,proto3" json:"allow_missing,omitempty"`
  1558  }
  1559  
  1560  func (m *DeleteProjectRequest) Reset() {
  1561  	*m = DeleteProjectRequest{}
  1562  	if protoimpl.UnsafeEnabled {
  1563  		mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[11]
  1564  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
  1565  		ms.StoreMessageInfo(mi)
  1566  	}
  1567  }
  1568  
  1569  func (m *DeleteProjectRequest) String() string {
  1570  	return protoimpl.X.MessageStringOf(m)
  1571  }
  1572  
  1573  func (*DeleteProjectRequest) ProtoMessage() {}
  1574  
  1575  func (m *DeleteProjectRequest) ProtoReflect() preflect.Message {
  1576  	mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[11]
  1577  	if protoimpl.UnsafeEnabled && m != nil {
  1578  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
  1579  		if ms.LoadMessageInfo() == nil {
  1580  			ms.StoreMessageInfo(mi)
  1581  		}
  1582  		return ms
  1583  	}
  1584  	return mi.MessageOf(m)
  1585  }
  1586  
  1587  func (*DeleteProjectRequest) GotenMessage() {}
  1588  
  1589  // Deprecated, Use DeleteProjectRequest.ProtoReflect.Descriptor instead.
  1590  func (*DeleteProjectRequest) Descriptor() ([]byte, []int) {
  1591  	return edgelq_iam_proto_v1_project_service_proto_rawDescGZIP(), []int{11}
  1592  }
  1593  
  1594  func (m *DeleteProjectRequest) Unmarshal(b []byte) error {
  1595  	return proto.Unmarshal(b, m)
  1596  }
  1597  
  1598  func (m *DeleteProjectRequest) Marshal() ([]byte, error) {
  1599  	return proto.Marshal(m)
  1600  }
  1601  
  1602  func (m *DeleteProjectRequest) MarshalJSON() ([]byte, error) {
  1603  	return protojson.MarshalOptions{}.Marshal(m)
  1604  }
  1605  
  1606  func (m *DeleteProjectRequest) UnmarshalJSON(data []byte) error {
  1607  	return protojson.Unmarshal(data, m)
  1608  }
  1609  
  1610  func (m *DeleteProjectRequest) GetName() *project.Name {
  1611  	if m != nil {
  1612  		return m.Name
  1613  	}
  1614  	return nil
  1615  }
  1616  
  1617  func (m *DeleteProjectRequest) GetAllowMissing() bool {
  1618  	if m != nil {
  1619  		return m.AllowMissing
  1620  	}
  1621  	return false
  1622  }
  1623  
  1624  func (m *DeleteProjectRequest) SetName(fv *project.Name) {
  1625  	if m == nil {
  1626  		panic(fmt.Errorf("can't set %s on nil %s", "Name", "DeleteProjectRequest"))
  1627  	}
  1628  	m.Name = fv
  1629  }
  1630  
  1631  func (m *DeleteProjectRequest) SetAllowMissing(fv bool) {
  1632  	if m == nil {
  1633  		panic(fmt.Errorf("can't set %s on nil %s", "AllowMissing", "DeleteProjectRequest"))
  1634  	}
  1635  	m.AllowMissing = fv
  1636  }
  1637  
  1638  // A request message of the SearchProjects method.
  1639  type SearchProjectsRequest struct {
  1640  	state         protoimpl.MessageState
  1641  	sizeCache     protoimpl.SizeCache
  1642  	unknownFields protoimpl.UnknownFields
  1643  	// Requested page size. Server may return fewer Projects than requested.
  1644  	// If unspecified, server will pick an appropriate default.
  1645  	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
  1646  	// A token identifying a page of results the server should return.
  1647  	// Typically, this is the value of
  1648  	// SearchProjectsResponse.next_page_token.
  1649  	PageToken *project.PagerCursor `protobuf:"bytes,3,opt,customtype=PagerCursor,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
  1650  	// Order By -
  1651  	// https://cloud.google.com/apis/design/design_patterns#list_pagination list
  1652  	// of field path with order directive, either 'asc' or 'desc'. If direction is
  1653  	// not provided, 'asc' is assumed. e.g. "state.nested_field asc,
  1654  	// state.something.else desc, theme"
  1655  	OrderBy *project.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
  1656  	// Filter - filter results by field criteria. Simplified SQL-like syntax with
  1657  	// following operators:
  1658  	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
  1659  	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
  1660  	// CONTAINS "severity:important" OR (state.last_error_time >
  1661  	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
  1662  	Filter *project.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty"`
  1663  	// A list of extra fields to be obtained for each response item on top of
  1664  	// fields defined by request field view
  1665  	FieldMask *project.Project_FieldMask `protobuf:"bytes,6,opt,customtype=Project_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
  1666  	// View defines list of standard response fields present in response items.
  1667  	// Additional fields can be amended by request field field_mask
  1668  	View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.types.View" json:"view,omitempty"`
  1669  	// Optional search phrase used to further filter results.
  1670  	Phrase string `protobuf:"bytes,8,opt,name=phrase,proto3" json:"phrase,omitempty"`
  1671  }
  1672  
  1673  func (m *SearchProjectsRequest) Reset() {
  1674  	*m = SearchProjectsRequest{}
  1675  	if protoimpl.UnsafeEnabled {
  1676  		mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[12]
  1677  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
  1678  		ms.StoreMessageInfo(mi)
  1679  	}
  1680  }
  1681  
  1682  func (m *SearchProjectsRequest) String() string {
  1683  	return protoimpl.X.MessageStringOf(m)
  1684  }
  1685  
  1686  func (*SearchProjectsRequest) ProtoMessage() {}
  1687  
  1688  func (m *SearchProjectsRequest) ProtoReflect() preflect.Message {
  1689  	mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[12]
  1690  	if protoimpl.UnsafeEnabled && m != nil {
  1691  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
  1692  		if ms.LoadMessageInfo() == nil {
  1693  			ms.StoreMessageInfo(mi)
  1694  		}
  1695  		return ms
  1696  	}
  1697  	return mi.MessageOf(m)
  1698  }
  1699  
  1700  func (*SearchProjectsRequest) GotenMessage() {}
  1701  
  1702  // Deprecated, Use SearchProjectsRequest.ProtoReflect.Descriptor instead.
  1703  func (*SearchProjectsRequest) Descriptor() ([]byte, []int) {
  1704  	return edgelq_iam_proto_v1_project_service_proto_rawDescGZIP(), []int{12}
  1705  }
  1706  
  1707  func (m *SearchProjectsRequest) Unmarshal(b []byte) error {
  1708  	return proto.Unmarshal(b, m)
  1709  }
  1710  
  1711  func (m *SearchProjectsRequest) Marshal() ([]byte, error) {
  1712  	return proto.Marshal(m)
  1713  }
  1714  
  1715  func (m *SearchProjectsRequest) MarshalJSON() ([]byte, error) {
  1716  	return protojson.MarshalOptions{}.Marshal(m)
  1717  }
  1718  
  1719  func (m *SearchProjectsRequest) UnmarshalJSON(data []byte) error {
  1720  	return protojson.Unmarshal(data, m)
  1721  }
  1722  
  1723  func (m *SearchProjectsRequest) GetPageSize() int32 {
  1724  	if m != nil {
  1725  		return m.PageSize
  1726  	}
  1727  	return int32(0)
  1728  }
  1729  
  1730  func (m *SearchProjectsRequest) GetPageToken() *project.PagerCursor {
  1731  	if m != nil {
  1732  		return m.PageToken
  1733  	}
  1734  	return nil
  1735  }
  1736  
  1737  func (m *SearchProjectsRequest) GetOrderBy() *project.OrderBy {
  1738  	if m != nil {
  1739  		return m.OrderBy
  1740  	}
  1741  	return nil
  1742  }
  1743  
  1744  func (m *SearchProjectsRequest) GetFilter() *project.Filter {
  1745  	if m != nil {
  1746  		return m.Filter
  1747  	}
  1748  	return nil
  1749  }
  1750  
  1751  func (m *SearchProjectsRequest) GetFieldMask() *project.Project_FieldMask {
  1752  	if m != nil {
  1753  		return m.FieldMask
  1754  	}
  1755  	return nil
  1756  }
  1757  
  1758  func (m *SearchProjectsRequest) GetView() view.View {
  1759  	if m != nil {
  1760  		return m.View
  1761  	}
  1762  	return view.View_UNSPECIFIED
  1763  }
  1764  
  1765  func (m *SearchProjectsRequest) GetPhrase() string {
  1766  	if m != nil {
  1767  		return m.Phrase
  1768  	}
  1769  	return ""
  1770  }
  1771  
  1772  func (m *SearchProjectsRequest) SetPageSize(fv int32) {
  1773  	if m == nil {
  1774  		panic(fmt.Errorf("can't set %s on nil %s", "PageSize", "SearchProjectsRequest"))
  1775  	}
  1776  	m.PageSize = fv
  1777  }
  1778  
  1779  func (m *SearchProjectsRequest) SetPageToken(fv *project.PagerCursor) {
  1780  	if m == nil {
  1781  		panic(fmt.Errorf("can't set %s on nil %s", "PageToken", "SearchProjectsRequest"))
  1782  	}
  1783  	m.PageToken = fv
  1784  }
  1785  
  1786  func (m *SearchProjectsRequest) SetOrderBy(fv *project.OrderBy) {
  1787  	if m == nil {
  1788  		panic(fmt.Errorf("can't set %s on nil %s", "OrderBy", "SearchProjectsRequest"))
  1789  	}
  1790  	m.OrderBy = fv
  1791  }
  1792  
  1793  func (m *SearchProjectsRequest) SetFilter(fv *project.Filter) {
  1794  	if m == nil {
  1795  		panic(fmt.Errorf("can't set %s on nil %s", "Filter", "SearchProjectsRequest"))
  1796  	}
  1797  	m.Filter = fv
  1798  }
  1799  
  1800  func (m *SearchProjectsRequest) SetFieldMask(fv *project.Project_FieldMask) {
  1801  	if m == nil {
  1802  		panic(fmt.Errorf("can't set %s on nil %s", "FieldMask", "SearchProjectsRequest"))
  1803  	}
  1804  	m.FieldMask = fv
  1805  }
  1806  
  1807  func (m *SearchProjectsRequest) SetView(fv view.View) {
  1808  	if m == nil {
  1809  		panic(fmt.Errorf("can't set %s on nil %s", "View", "SearchProjectsRequest"))
  1810  	}
  1811  	m.View = fv
  1812  }
  1813  
  1814  func (m *SearchProjectsRequest) SetPhrase(fv string) {
  1815  	if m == nil {
  1816  		panic(fmt.Errorf("can't set %s on nil %s", "Phrase", "SearchProjectsRequest"))
  1817  	}
  1818  	m.Phrase = fv
  1819  }
  1820  
  1821  // A response message of the SearchProjects method.
  1822  type SearchProjectsResponse struct {
  1823  	state         protoimpl.MessageState
  1824  	sizeCache     protoimpl.SizeCache
  1825  	unknownFields protoimpl.UnknownFields
  1826  	// The list of Projects
  1827  	Projects []*project.Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
  1828  	// A token to retrieve previous page of results.
  1829  	//
  1830  	// Pass this value in the SearchProjectsRequest.page_token.
  1831  	PrevPageToken *project.PagerCursor `protobuf:"bytes,3,opt,customtype=PagerCursor,name=prev_page_token,json=prevPageToken,proto3" json:"prev_page_token,omitempty"`
  1832  	// A token to retrieve next page of results.
  1833  	//
  1834  	// Pass this value in the SearchProjectsRequest.page_token.
  1835  	NextPageToken *project.PagerCursor `protobuf:"bytes,4,opt,customtype=PagerCursor,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
  1836  	// Current offset from the first page (0 if no page tokens were given). Page
  1837  	// index can be computed from offset and limit provided in a request
  1838  	CurrentOffset int32 `protobuf:"varint,5,opt,name=current_offset,json=currentOffset,proto3" json:"current_offset,omitempty"`
  1839  	// Number of total Projects across all pages.
  1840  	TotalResultsCount int32 `protobuf:"varint,6,opt,name=total_results_count,json=totalResultsCount,proto3" json:"total_results_count,omitempty"`
  1841  }
  1842  
  1843  func (m *SearchProjectsResponse) Reset() {
  1844  	*m = SearchProjectsResponse{}
  1845  	if protoimpl.UnsafeEnabled {
  1846  		mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[13]
  1847  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
  1848  		ms.StoreMessageInfo(mi)
  1849  	}
  1850  }
  1851  
  1852  func (m *SearchProjectsResponse) String() string {
  1853  	return protoimpl.X.MessageStringOf(m)
  1854  }
  1855  
  1856  func (*SearchProjectsResponse) ProtoMessage() {}
  1857  
  1858  func (m *SearchProjectsResponse) ProtoReflect() preflect.Message {
  1859  	mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[13]
  1860  	if protoimpl.UnsafeEnabled && m != nil {
  1861  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
  1862  		if ms.LoadMessageInfo() == nil {
  1863  			ms.StoreMessageInfo(mi)
  1864  		}
  1865  		return ms
  1866  	}
  1867  	return mi.MessageOf(m)
  1868  }
  1869  
  1870  func (*SearchProjectsResponse) GotenMessage() {}
  1871  
  1872  // Deprecated, Use SearchProjectsResponse.ProtoReflect.Descriptor instead.
  1873  func (*SearchProjectsResponse) Descriptor() ([]byte, []int) {
  1874  	return edgelq_iam_proto_v1_project_service_proto_rawDescGZIP(), []int{13}
  1875  }
  1876  
  1877  func (m *SearchProjectsResponse) Unmarshal(b []byte) error {
  1878  	return proto.Unmarshal(b, m)
  1879  }
  1880  
  1881  func (m *SearchProjectsResponse) Marshal() ([]byte, error) {
  1882  	return proto.Marshal(m)
  1883  }
  1884  
  1885  func (m *SearchProjectsResponse) MarshalJSON() ([]byte, error) {
  1886  	return protojson.MarshalOptions{}.Marshal(m)
  1887  }
  1888  
  1889  func (m *SearchProjectsResponse) UnmarshalJSON(data []byte) error {
  1890  	return protojson.Unmarshal(data, m)
  1891  }
  1892  
  1893  func (m *SearchProjectsResponse) GetProjects() []*project.Project {
  1894  	if m != nil {
  1895  		return m.Projects
  1896  	}
  1897  	return nil
  1898  }
  1899  
  1900  func (m *SearchProjectsResponse) GetPrevPageToken() *project.PagerCursor {
  1901  	if m != nil {
  1902  		return m.PrevPageToken
  1903  	}
  1904  	return nil
  1905  }
  1906  
  1907  func (m *SearchProjectsResponse) GetNextPageToken() *project.PagerCursor {
  1908  	if m != nil {
  1909  		return m.NextPageToken
  1910  	}
  1911  	return nil
  1912  }
  1913  
  1914  func (m *SearchProjectsResponse) GetCurrentOffset() int32 {
  1915  	if m != nil {
  1916  		return m.CurrentOffset
  1917  	}
  1918  	return int32(0)
  1919  }
  1920  
  1921  func (m *SearchProjectsResponse) GetTotalResultsCount() int32 {
  1922  	if m != nil {
  1923  		return m.TotalResultsCount
  1924  	}
  1925  	return int32(0)
  1926  }
  1927  
  1928  func (m *SearchProjectsResponse) SetProjects(fv []*project.Project) {
  1929  	if m == nil {
  1930  		panic(fmt.Errorf("can't set %s on nil %s", "Projects", "SearchProjectsResponse"))
  1931  	}
  1932  	m.Projects = fv
  1933  }
  1934  
  1935  func (m *SearchProjectsResponse) SetPrevPageToken(fv *project.PagerCursor) {
  1936  	if m == nil {
  1937  		panic(fmt.Errorf("can't set %s on nil %s", "PrevPageToken", "SearchProjectsResponse"))
  1938  	}
  1939  	m.PrevPageToken = fv
  1940  }
  1941  
  1942  func (m *SearchProjectsResponse) SetNextPageToken(fv *project.PagerCursor) {
  1943  	if m == nil {
  1944  		panic(fmt.Errorf("can't set %s on nil %s", "NextPageToken", "SearchProjectsResponse"))
  1945  	}
  1946  	m.NextPageToken = fv
  1947  }
  1948  
  1949  func (m *SearchProjectsResponse) SetCurrentOffset(fv int32) {
  1950  	if m == nil {
  1951  		panic(fmt.Errorf("can't set %s on nil %s", "CurrentOffset", "SearchProjectsResponse"))
  1952  	}
  1953  	m.CurrentOffset = fv
  1954  }
  1955  
  1956  func (m *SearchProjectsResponse) SetTotalResultsCount(fv int32) {
  1957  	if m == nil {
  1958  		panic(fmt.Errorf("can't set %s on nil %s", "TotalResultsCount", "SearchProjectsResponse"))
  1959  	}
  1960  	m.TotalResultsCount = fv
  1961  }
  1962  
  1963  type WatchProjectsResponse_PageTokenChange struct {
  1964  	state         protoimpl.MessageState
  1965  	sizeCache     protoimpl.SizeCache
  1966  	unknownFields protoimpl.UnknownFields
  1967  	// New token to retrieve previous page of results.
  1968  	PrevPageToken *project.PagerCursor `protobuf:"bytes,1,opt,customtype=PagerCursor,name=prev_page_token,json=prevPageToken,proto3" json:"prev_page_token,omitempty"`
  1969  	// New token to retrieve next page of results.
  1970  	NextPageToken *project.PagerCursor `protobuf:"bytes,2,opt,customtype=PagerCursor,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
  1971  }
  1972  
  1973  func (m *WatchProjectsResponse_PageTokenChange) Reset() {
  1974  	*m = WatchProjectsResponse_PageTokenChange{}
  1975  	if protoimpl.UnsafeEnabled {
  1976  		mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[14]
  1977  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
  1978  		ms.StoreMessageInfo(mi)
  1979  	}
  1980  }
  1981  
  1982  func (m *WatchProjectsResponse_PageTokenChange) String() string {
  1983  	return protoimpl.X.MessageStringOf(m)
  1984  }
  1985  
  1986  func (*WatchProjectsResponse_PageTokenChange) ProtoMessage() {}
  1987  
  1988  func (m *WatchProjectsResponse_PageTokenChange) ProtoReflect() preflect.Message {
  1989  	mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[14]
  1990  	if protoimpl.UnsafeEnabled && m != nil {
  1991  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
  1992  		if ms.LoadMessageInfo() == nil {
  1993  			ms.StoreMessageInfo(mi)
  1994  		}
  1995  		return ms
  1996  	}
  1997  	return mi.MessageOf(m)
  1998  }
  1999  
  2000  func (*WatchProjectsResponse_PageTokenChange) GotenMessage() {}
  2001  
  2002  // Deprecated, Use WatchProjectsResponse_PageTokenChange.ProtoReflect.Descriptor instead.
  2003  func (*WatchProjectsResponse_PageTokenChange) Descriptor() ([]byte, []int) {
  2004  	return edgelq_iam_proto_v1_project_service_proto_rawDescGZIP(), []int{8, 0}
  2005  }
  2006  
  2007  func (m *WatchProjectsResponse_PageTokenChange) Unmarshal(b []byte) error {
  2008  	return proto.Unmarshal(b, m)
  2009  }
  2010  
  2011  func (m *WatchProjectsResponse_PageTokenChange) Marshal() ([]byte, error) {
  2012  	return proto.Marshal(m)
  2013  }
  2014  
  2015  func (m *WatchProjectsResponse_PageTokenChange) MarshalJSON() ([]byte, error) {
  2016  	return protojson.MarshalOptions{}.Marshal(m)
  2017  }
  2018  
  2019  func (m *WatchProjectsResponse_PageTokenChange) UnmarshalJSON(data []byte) error {
  2020  	return protojson.Unmarshal(data, m)
  2021  }
  2022  
  2023  func (m *WatchProjectsResponse_PageTokenChange) GetPrevPageToken() *project.PagerCursor {
  2024  	if m != nil {
  2025  		return m.PrevPageToken
  2026  	}
  2027  	return nil
  2028  }
  2029  
  2030  func (m *WatchProjectsResponse_PageTokenChange) GetNextPageToken() *project.PagerCursor {
  2031  	if m != nil {
  2032  		return m.NextPageToken
  2033  	}
  2034  	return nil
  2035  }
  2036  
  2037  func (m *WatchProjectsResponse_PageTokenChange) SetPrevPageToken(fv *project.PagerCursor) {
  2038  	if m == nil {
  2039  		panic(fmt.Errorf("can't set %s on nil %s", "PrevPageToken", "WatchProjectsResponse_PageTokenChange"))
  2040  	}
  2041  	m.PrevPageToken = fv
  2042  }
  2043  
  2044  func (m *WatchProjectsResponse_PageTokenChange) SetNextPageToken(fv *project.PagerCursor) {
  2045  	if m == nil {
  2046  		panic(fmt.Errorf("can't set %s on nil %s", "NextPageToken", "WatchProjectsResponse_PageTokenChange"))
  2047  	}
  2048  	m.NextPageToken = fv
  2049  }
  2050  
  2051  // ResponseMask allows client to reduce response message size.
  2052  type CreateProjectRequest_ResponseMask struct {
  2053  	state         protoimpl.MessageState
  2054  	sizeCache     protoimpl.SizeCache
  2055  	unknownFields protoimpl.UnknownFields
  2056  	// Types that are valid to be assigned to Masking:
  2057  	//	*CreateProjectRequest_ResponseMask_SkipEntireResponseBody
  2058  	//	*CreateProjectRequest_ResponseMask_BodyMask
  2059  	Masking isCreateProjectRequest_ResponseMask_Masking `protobuf_oneof:"masking"`
  2060  }
  2061  
  2062  func (m *CreateProjectRequest_ResponseMask) Reset() {
  2063  	*m = CreateProjectRequest_ResponseMask{}
  2064  	if protoimpl.UnsafeEnabled {
  2065  		mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[15]
  2066  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
  2067  		ms.StoreMessageInfo(mi)
  2068  	}
  2069  }
  2070  
  2071  func (m *CreateProjectRequest_ResponseMask) String() string {
  2072  	return protoimpl.X.MessageStringOf(m)
  2073  }
  2074  
  2075  func (*CreateProjectRequest_ResponseMask) ProtoMessage() {}
  2076  
  2077  func (m *CreateProjectRequest_ResponseMask) ProtoReflect() preflect.Message {
  2078  	mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[15]
  2079  	if protoimpl.UnsafeEnabled && m != nil {
  2080  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
  2081  		if ms.LoadMessageInfo() == nil {
  2082  			ms.StoreMessageInfo(mi)
  2083  		}
  2084  		return ms
  2085  	}
  2086  	return mi.MessageOf(m)
  2087  }
  2088  
  2089  func (*CreateProjectRequest_ResponseMask) GotenMessage() {}
  2090  
  2091  // Deprecated, Use CreateProjectRequest_ResponseMask.ProtoReflect.Descriptor instead.
  2092  func (*CreateProjectRequest_ResponseMask) Descriptor() ([]byte, []int) {
  2093  	return edgelq_iam_proto_v1_project_service_proto_rawDescGZIP(), []int{9, 0}
  2094  }
  2095  
  2096  func (m *CreateProjectRequest_ResponseMask) Unmarshal(b []byte) error {
  2097  	return proto.Unmarshal(b, m)
  2098  }
  2099  
  2100  func (m *CreateProjectRequest_ResponseMask) Marshal() ([]byte, error) {
  2101  	return proto.Marshal(m)
  2102  }
  2103  
  2104  func (m *CreateProjectRequest_ResponseMask) MarshalJSON() ([]byte, error) {
  2105  	return protojson.MarshalOptions{}.Marshal(m)
  2106  }
  2107  
  2108  func (m *CreateProjectRequest_ResponseMask) UnmarshalJSON(data []byte) error {
  2109  	return protojson.Unmarshal(data, m)
  2110  }
  2111  
  2112  type isCreateProjectRequest_ResponseMask_Masking interface {
  2113  	isCreateProjectRequest_ResponseMask_Masking()
  2114  }
  2115  
  2116  type CreateProjectRequest_ResponseMask_SkipEntireResponseBody struct {
  2117  	// If this flag has value true, then response will contain just empty
  2118  	// resource without any fields populated.
  2119  	SkipEntireResponseBody bool `protobuf:"varint,1,opt,name=skip_entire_response_body,json=skipEntireResponseBody,proto3,oneof"`
  2120  }
  2121  type CreateProjectRequest_ResponseMask_BodyMask struct {
  2122  	// If this field is populated, then resource in response will contain only
  2123  	// specific fields.
  2124  	BodyMask *project.Project_FieldMask `protobuf:"bytes,2,opt,customtype=Project_FieldMask,name=body_mask,json=bodyMask,proto3,oneof"`
  2125  }
  2126  
  2127  func (*CreateProjectRequest_ResponseMask_SkipEntireResponseBody) isCreateProjectRequest_ResponseMask_Masking() {
  2128  }
  2129  func (*CreateProjectRequest_ResponseMask_BodyMask) isCreateProjectRequest_ResponseMask_Masking() {}
  2130  func (m *CreateProjectRequest_ResponseMask) GetMasking() isCreateProjectRequest_ResponseMask_Masking {
  2131  	if m != nil {
  2132  		return m.Masking
  2133  	}
  2134  	return nil
  2135  }
  2136  func (m *CreateProjectRequest_ResponseMask) GetSkipEntireResponseBody() bool {
  2137  	if x, ok := m.GetMasking().(*CreateProjectRequest_ResponseMask_SkipEntireResponseBody); ok {
  2138  		return x.SkipEntireResponseBody
  2139  	}
  2140  	return false
  2141  }
  2142  func (m *CreateProjectRequest_ResponseMask) GetBodyMask() *project.Project_FieldMask {
  2143  	if x, ok := m.GetMasking().(*CreateProjectRequest_ResponseMask_BodyMask); ok {
  2144  		return x.BodyMask
  2145  	}
  2146  	return nil
  2147  }
  2148  func (m *CreateProjectRequest_ResponseMask) SetMasking(ofv isCreateProjectRequest_ResponseMask_Masking) {
  2149  	if m == nil {
  2150  		panic(fmt.Errorf("can't set %s on nil %s", "isCreateProjectRequest_ResponseMask_Masking", "CreateProjectRequest_ResponseMask"))
  2151  	}
  2152  	m.Masking = ofv
  2153  }
  2154  func (m *CreateProjectRequest_ResponseMask) SetSkipEntireResponseBody(fv bool) {
  2155  	m.SetMasking(&CreateProjectRequest_ResponseMask_SkipEntireResponseBody{SkipEntireResponseBody: fv})
  2156  }
  2157  func (m *CreateProjectRequest_ResponseMask) SetBodyMask(fv *project.Project_FieldMask) {
  2158  	m.SetMasking(&CreateProjectRequest_ResponseMask_BodyMask{BodyMask: fv})
  2159  }
  2160  
  2161  // CAS - Compare and Swap. This object is used if user wants to make update
  2162  // conditional based upon previous resource version.
  2163  type UpdateProjectRequest_CAS struct {
  2164  	state         protoimpl.MessageState
  2165  	sizeCache     protoimpl.SizeCache
  2166  	unknownFields protoimpl.UnknownFields
  2167  	// Conditional desired state of a resource before update.
  2168  	ConditionalState *project.Project `protobuf:"bytes,1,opt,name=conditional_state,json=conditionalState,proto3" json:"conditional_state,omitempty"`
  2169  	// Field paths from conditional state of resource server should check and
  2170  	// compare.
  2171  	FieldMask *project.Project_FieldMask `protobuf:"bytes,2,opt,customtype=Project_FieldMask,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
  2172  }
  2173  
  2174  func (m *UpdateProjectRequest_CAS) Reset() {
  2175  	*m = UpdateProjectRequest_CAS{}
  2176  	if protoimpl.UnsafeEnabled {
  2177  		mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[16]
  2178  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
  2179  		ms.StoreMessageInfo(mi)
  2180  	}
  2181  }
  2182  
  2183  func (m *UpdateProjectRequest_CAS) String() string {
  2184  	return protoimpl.X.MessageStringOf(m)
  2185  }
  2186  
  2187  func (*UpdateProjectRequest_CAS) ProtoMessage() {}
  2188  
  2189  func (m *UpdateProjectRequest_CAS) ProtoReflect() preflect.Message {
  2190  	mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[16]
  2191  	if protoimpl.UnsafeEnabled && m != nil {
  2192  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
  2193  		if ms.LoadMessageInfo() == nil {
  2194  			ms.StoreMessageInfo(mi)
  2195  		}
  2196  		return ms
  2197  	}
  2198  	return mi.MessageOf(m)
  2199  }
  2200  
  2201  func (*UpdateProjectRequest_CAS) GotenMessage() {}
  2202  
  2203  // Deprecated, Use UpdateProjectRequest_CAS.ProtoReflect.Descriptor instead.
  2204  func (*UpdateProjectRequest_CAS) Descriptor() ([]byte, []int) {
  2205  	return edgelq_iam_proto_v1_project_service_proto_rawDescGZIP(), []int{10, 0}
  2206  }
  2207  
  2208  func (m *UpdateProjectRequest_CAS) Unmarshal(b []byte) error {
  2209  	return proto.Unmarshal(b, m)
  2210  }
  2211  
  2212  func (m *UpdateProjectRequest_CAS) Marshal() ([]byte, error) {
  2213  	return proto.Marshal(m)
  2214  }
  2215  
  2216  func (m *UpdateProjectRequest_CAS) MarshalJSON() ([]byte, error) {
  2217  	return protojson.MarshalOptions{}.Marshal(m)
  2218  }
  2219  
  2220  func (m *UpdateProjectRequest_CAS) UnmarshalJSON(data []byte) error {
  2221  	return protojson.Unmarshal(data, m)
  2222  }
  2223  
  2224  func (m *UpdateProjectRequest_CAS) GetConditionalState() *project.Project {
  2225  	if m != nil {
  2226  		return m.ConditionalState
  2227  	}
  2228  	return nil
  2229  }
  2230  
  2231  func (m *UpdateProjectRequest_CAS) GetFieldMask() *project.Project_FieldMask {
  2232  	if m != nil {
  2233  		return m.FieldMask
  2234  	}
  2235  	return nil
  2236  }
  2237  
  2238  func (m *UpdateProjectRequest_CAS) SetConditionalState(fv *project.Project) {
  2239  	if m == nil {
  2240  		panic(fmt.Errorf("can't set %s on nil %s", "ConditionalState", "UpdateProjectRequest_CAS"))
  2241  	}
  2242  	m.ConditionalState = fv
  2243  }
  2244  
  2245  func (m *UpdateProjectRequest_CAS) SetFieldMask(fv *project.Project_FieldMask) {
  2246  	if m == nil {
  2247  		panic(fmt.Errorf("can't set %s on nil %s", "FieldMask", "UpdateProjectRequest_CAS"))
  2248  	}
  2249  	m.FieldMask = fv
  2250  }
  2251  
  2252  // ResponseMask allows client to reduce response message size.
  2253  type UpdateProjectRequest_ResponseMask struct {
  2254  	state         protoimpl.MessageState
  2255  	sizeCache     protoimpl.SizeCache
  2256  	unknownFields protoimpl.UnknownFields
  2257  	// Types that are valid to be assigned to Masking:
  2258  	//	*UpdateProjectRequest_ResponseMask_SkipEntireResponseBody
  2259  	//	*UpdateProjectRequest_ResponseMask_UpdatedFieldsOnly
  2260  	//	*UpdateProjectRequest_ResponseMask_BodyMask
  2261  	Masking isUpdateProjectRequest_ResponseMask_Masking `protobuf_oneof:"masking"`
  2262  }
  2263  
  2264  func (m *UpdateProjectRequest_ResponseMask) Reset() {
  2265  	*m = UpdateProjectRequest_ResponseMask{}
  2266  	if protoimpl.UnsafeEnabled {
  2267  		mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[17]
  2268  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
  2269  		ms.StoreMessageInfo(mi)
  2270  	}
  2271  }
  2272  
  2273  func (m *UpdateProjectRequest_ResponseMask) String() string {
  2274  	return protoimpl.X.MessageStringOf(m)
  2275  }
  2276  
  2277  func (*UpdateProjectRequest_ResponseMask) ProtoMessage() {}
  2278  
  2279  func (m *UpdateProjectRequest_ResponseMask) ProtoReflect() preflect.Message {
  2280  	mi := &edgelq_iam_proto_v1_project_service_proto_msgTypes[17]
  2281  	if protoimpl.UnsafeEnabled && m != nil {
  2282  		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(m))
  2283  		if ms.LoadMessageInfo() == nil {
  2284  			ms.StoreMessageInfo(mi)
  2285  		}
  2286  		return ms
  2287  	}
  2288  	return mi.MessageOf(m)
  2289  }
  2290  
  2291  func (*UpdateProjectRequest_ResponseMask) GotenMessage() {}
  2292  
  2293  // Deprecated, Use UpdateProjectRequest_ResponseMask.ProtoReflect.Descriptor instead.
  2294  func (*UpdateProjectRequest_ResponseMask) Descriptor() ([]byte, []int) {
  2295  	return edgelq_iam_proto_v1_project_service_proto_rawDescGZIP(), []int{10, 1}
  2296  }
  2297  
  2298  func (m *UpdateProjectRequest_ResponseMask) Unmarshal(b []byte) error {
  2299  	return proto.Unmarshal(b, m)
  2300  }
  2301  
  2302  func (m *UpdateProjectRequest_ResponseMask) Marshal() ([]byte, error) {
  2303  	return proto.Marshal(m)
  2304  }
  2305  
  2306  func (m *UpdateProjectRequest_ResponseMask) MarshalJSON() ([]byte, error) {
  2307  	return protojson.MarshalOptions{}.Marshal(m)
  2308  }
  2309  
  2310  func (m *UpdateProjectRequest_ResponseMask) UnmarshalJSON(data []byte) error {
  2311  	return protojson.Unmarshal(data, m)
  2312  }
  2313  
  2314  type isUpdateProjectRequest_ResponseMask_Masking interface {
  2315  	isUpdateProjectRequest_ResponseMask_Masking()
  2316  }
  2317  
  2318  type UpdateProjectRequest_ResponseMask_SkipEntireResponseBody struct {
  2319  	// If this flag has value true, then response will contain just empty
  2320  	// resource without any fields populated. Field body_mask is ignored if
  2321  	// set.
  2322  	SkipEntireResponseBody bool `protobuf:"varint,1,opt,name=skip_entire_response_body,json=skipEntireResponseBody,proto3,oneof"`
  2323  }
  2324  type UpdateProjectRequest_ResponseMask_UpdatedFieldsOnly struct {
  2325  	// Include all fields that were actually updated during processing. Note
  2326  	// this may be larger than update mask if some fields were computed
  2327  	// additionally. Name is added as well.
  2328  	UpdatedFieldsOnly bool `protobuf:"varint,2,opt,name=updated_fields_only,json=updatedFieldsOnly,proto3,oneof"`
  2329  }
  2330  type UpdateProjectRequest_ResponseMask_BodyMask struct {
  2331  	// If this field is populated, then resource in response will contain only
  2332  	// specific fields. If skip_entire_response_body is true, this field is
  2333  	// ignored.
  2334  	BodyMask *project.Project_FieldMask `protobuf:"bytes,3,opt,customtype=Project_FieldMask,name=body_mask,json=bodyMask,proto3,oneof"`
  2335  }
  2336  
  2337  func (*UpdateProjectRequest_ResponseMask_SkipEntireResponseBody) isUpdateProjectRequest_ResponseMask_Masking() {
  2338  }
  2339  func (*UpdateProjectRequest_ResponseMask_UpdatedFieldsOnly) isUpdateProjectRequest_ResponseMask_Masking() {
  2340  }
  2341  func (*UpdateProjectRequest_ResponseMask_BodyMask) isUpdateProjectRequest_ResponseMask_Masking() {}
  2342  func (m *UpdateProjectRequest_ResponseMask) GetMasking() isUpdateProjectRequest_ResponseMask_Masking {
  2343  	if m != nil {
  2344  		return m.Masking
  2345  	}
  2346  	return nil
  2347  }
  2348  func (m *UpdateProjectRequest_ResponseMask) GetSkipEntireResponseBody() bool {
  2349  	if x, ok := m.GetMasking().(*UpdateProjectRequest_ResponseMask_SkipEntireResponseBody); ok {
  2350  		return x.SkipEntireResponseBody
  2351  	}
  2352  	return false
  2353  }
  2354  func (m *UpdateProjectRequest_ResponseMask) GetUpdatedFieldsOnly() bool {
  2355  	if x, ok := m.GetMasking().(*UpdateProjectRequest_ResponseMask_UpdatedFieldsOnly); ok {
  2356  		return x.UpdatedFieldsOnly
  2357  	}
  2358  	return false
  2359  }
  2360  func (m *UpdateProjectRequest_ResponseMask) GetBodyMask() *project.Project_FieldMask {
  2361  	if x, ok := m.GetMasking().(*UpdateProjectRequest_ResponseMask_BodyMask); ok {
  2362  		return x.BodyMask
  2363  	}
  2364  	return nil
  2365  }
  2366  func (m *UpdateProjectRequest_ResponseMask) SetMasking(ofv isUpdateProjectRequest_ResponseMask_Masking) {
  2367  	if m == nil {
  2368  		panic(fmt.Errorf("can't set %s on nil %s", "isUpdateProjectRequest_ResponseMask_Masking", "UpdateProjectRequest_ResponseMask"))
  2369  	}
  2370  	m.Masking = ofv
  2371  }
  2372  func (m *UpdateProjectRequest_ResponseMask) SetSkipEntireResponseBody(fv bool) {
  2373  	m.SetMasking(&UpdateProjectRequest_ResponseMask_SkipEntireResponseBody{SkipEntireResponseBody: fv})
  2374  }
  2375  func (m *UpdateProjectRequest_ResponseMask) SetUpdatedFieldsOnly(fv bool) {
  2376  	m.SetMasking(&UpdateProjectRequest_ResponseMask_UpdatedFieldsOnly{UpdatedFieldsOnly: fv})
  2377  }
  2378  func (m *UpdateProjectRequest_ResponseMask) SetBodyMask(fv *project.Project_FieldMask) {
  2379  	m.SetMasking(&UpdateProjectRequest_ResponseMask_BodyMask{BodyMask: fv})
  2380  }
  2381  
  2382  var edgelq_iam_proto_v1_project_service_proto preflect.FileDescriptor
  2383  
  2384  var edgelq_iam_proto_v1_project_service_proto_rawDesc = []byte{
  2385  	0x0a, 0x29, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x70, 0x72, 0x6f,
  2386  	0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x73, 0x65,
  2387  	0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0a, 0x6e, 0x74, 0x74,
  2388  	0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f,
  2389  	0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e,
  2390  	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70,
  2391  	0x69, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20,
  2392  	0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
  2393  	0x73, 0x2f, 0x76, 0x61, 0x6c, 0x69, 0x64, 0x61, 0x74, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  2394  	0x1a, 0x1d, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69,
  2395  	0x6f, 0x6e, 0x73, 0x2f, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
  2396  	0x1d, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f,
  2397  	0x6e, 0x73, 0x2f, 0x73, 0x74, 0x6f, 0x72, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f,
  2398  	0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
  2399  	0x73, 0x2f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a,
  2400  	0x1b, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f,
  2401  	0x6e, 0x73, 0x2f, 0x63, 0x6c, 0x69, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f,
  2402  	0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f,
  2403  	0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x24,
  2404  	0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e,
  2405  	0x73, 0x2f, 0x6d, 0x75, 0x6c, 0x74, 0x69, 0x5f, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x2e, 0x70,
  2406  	0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f,
  2407  	0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  2408  	0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
  2409  	0x75, 0x66, 0x2f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x2e, 0x70, 0x72,
  2410  	0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74,
  2411  	0x6f, 0x62, 0x75, 0x66, 0x2f, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x2e, 0x70,
  2412  	0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x16, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2f, 0x74, 0x79, 0x70, 0x65,
  2413  	0x73, 0x2f, 0x76, 0x69, 0x65, 0x77, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x67, 0x6f,
  2414  	0x74, 0x65, 0x6e, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2f, 0x77, 0x61, 0x74, 0x63, 0x68, 0x5f,
  2415  	0x74, 0x79, 0x70, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x28, 0x65, 0x64, 0x67, 0x65,
  2416  	0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f,
  2417  	0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x2e, 0x70,
  2418  	0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x21, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d,
  2419  	0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
  2420  	0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x28, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f,
  2421  	0x69, 0x61, 0x6d, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f,
  2422  	0x6a, 0x65, 0x63, 0x74, 0x5f, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  2423  	0x6f, 0x22, 0xab, 0x01, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74,
  2424  	0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
  2425  	0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0f, 0xb2, 0xda, 0x21, 0x0b, 0x0a, 0x09, 0x0a, 0x07, 0x50,
  2426  	0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x4a, 0x0a, 0x0a,
  2427  	0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b,
  2428  	0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
  2429  	0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x0f, 0xb2, 0xda,
  2430  	0x21, 0x0b, 0x32, 0x09, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x09, 0x66,
  2431  	0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x12, 0x25, 0x0a, 0x04, 0x76, 0x69, 0x65, 0x77,
  2432  	0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x11, 0x2e, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x74,
  2433  	0x79, 0x70, 0x65, 0x73, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x22,
  2434  	0xb9, 0x01, 0x0a, 0x17, 0x42, 0x61, 0x74, 0x63, 0x68, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a,
  2435  	0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x25, 0x0a, 0x05, 0x6e,
  2436  	0x61, 0x6d, 0x65, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x42, 0x0f, 0xb2, 0xda, 0x21, 0x0b,
  2437  	0x0a, 0x09, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x05, 0x6e, 0x61, 0x6d,
  2438  	0x65, 0x73, 0x12, 0x4a, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b,
  2439  	0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e,
  2440  	0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61,
  2441  	0x73, 0x6b, 0x42, 0x0f, 0xb2, 0xda, 0x21, 0x0b, 0x32, 0x09, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a,
  2442  	0x65, 0x63, 0x74, 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x12, 0x25,
  2443  	0x0a, 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x11, 0x2e, 0x67,
  2444  	0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x52,
  2445  	0x04, 0x76, 0x69, 0x65, 0x77, 0x4a, 0x04, 0x08, 0x01, 0x10, 0x02, 0x22, 0x76, 0x0a, 0x18, 0x42,
  2446  	0x61, 0x74, 0x63, 0x68, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52,
  2447  	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2f, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x6a, 0x65,
  2448  	0x63, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x6e, 0x74, 0x74, 0x2e,
  2449  	0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x08,
  2450  	0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0x29, 0x0a, 0x07, 0x6d, 0x69, 0x73, 0x73,
  2451  	0x69, 0x6e, 0x67, 0x18, 0x02, 0x20, 0x03, 0x28, 0x09, 0x42, 0x0f, 0xb2, 0xda, 0x21, 0x0b, 0x0a,
  2452  	0x09, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x07, 0x6d, 0x69, 0x73, 0x73,
  2453  	0x69, 0x6e, 0x67, 0x22, 0xe4, 0x02, 0x0a, 0x13, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a,
  2454  	0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x25, 0x0a, 0x09, 0x70,
  2455  	0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x42, 0x08,
  2456  	0xca, 0xc6, 0x27, 0x04, 0x12, 0x02, 0x2a, 0x00, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69,
  2457  	0x7a, 0x65, 0x12, 0x2e, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e,
  2458  	0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0f, 0xb2, 0xda, 0x21, 0x0b, 0x22, 0x09, 0x0a, 0x07,
  2459  	0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x09, 0x70, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b,
  2460  	0x65, 0x6e, 0x12, 0x2a, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79, 0x18, 0x04,
  2461  	0x20, 0x01, 0x28, 0x09, 0x42, 0x0f, 0xb2, 0xda, 0x21, 0x0b, 0x2a, 0x09, 0x0a, 0x07, 0x50, 0x72,
  2462  	0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x79, 0x12, 0x27,
  2463  	0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0f,
  2464  	0xb2, 0xda, 0x21, 0x0b, 0x1a, 0x09, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52,
  2465  	0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x4a, 0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64,
  2466  	0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f,
  2467  	0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69,
  2468  	0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x0f, 0xb2, 0xda, 0x21, 0x0b, 0x32, 0x09, 0x0a,
  2469  	0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d,
  2470  	0x61, 0x73, 0x6b, 0x12, 0x25, 0x0a, 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, 0x07, 0x20, 0x01, 0x28,
  2471  	0x0e, 0x32, 0x11, 0x2e, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e,
  2472  	0x56, 0x69, 0x65, 0x77, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x12, 0x2e, 0x0a, 0x13, 0x69, 0x6e,
  2473  	0x63, 0x6c, 0x75, 0x64, 0x65, 0x5f, 0x70, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x5f, 0x69, 0x6e, 0x66,
  2474  	0x6f, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x11, 0x69, 0x6e, 0x63, 0x6c, 0x75, 0x64, 0x65,
  2475  	0x50, 0x61, 0x67, 0x69, 0x6e, 0x67, 0x49, 0x6e, 0x66, 0x6f, 0x22, 0x90, 0x02, 0x0a, 0x14, 0x4c,
  2476  	0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
  2477  	0x6e, 0x73, 0x65, 0x12, 0x2f, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x18,
  2478  	0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e,
  2479  	0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x6a,
  2480  	0x65, 0x63, 0x74, 0x73, 0x12, 0x37, 0x0a, 0x0f, 0x70, 0x72, 0x65, 0x76, 0x5f, 0x70, 0x61, 0x67,
  2481  	0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0f, 0xb2,
  2482  	0xda, 0x21, 0x0b, 0x22, 0x09, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x0d,
  2483  	0x70, 0x72, 0x65, 0x76, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x37, 0x0a,
  2484  	0x0f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e,
  2485  	0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0f, 0xb2, 0xda, 0x21, 0x0b, 0x22, 0x09, 0x0a, 0x07,
  2486  	0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x0d, 0x6e, 0x65, 0x78, 0x74, 0x50, 0x61, 0x67,
  2487  	0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x25, 0x0a, 0x0e, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e,
  2488  	0x74, 0x5f, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d,
  2489  	0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x4f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x12, 0x2e, 0x0a,
  2490  	0x13, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x5f, 0x63,
  2491  	0x6f, 0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x11, 0x74, 0x6f, 0x74, 0x61,
  2492  	0x6c, 0x52, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0xad, 0x01,
  2493  	0x0a, 0x13, 0x57, 0x61, 0x74, 0x63, 0x68, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65,
  2494  	0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20,
  2495  	0x01, 0x28, 0x09, 0x42, 0x0f, 0xb2, 0xda, 0x21, 0x0b, 0x0a, 0x09, 0x0a, 0x07, 0x50, 0x72, 0x6f,
  2496  	0x6a, 0x65, 0x63, 0x74, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x4a, 0x0a, 0x0a, 0x66, 0x69,
  2497  	0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a,
  2498  	0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66,
  2499  	0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x0f, 0xb2, 0xda, 0x21, 0x0b,
  2500  	0x32, 0x09, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x09, 0x66, 0x69, 0x65,
  2501  	0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x12, 0x25, 0x0a, 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, 0x04,
  2502  	0x20, 0x01, 0x28, 0x0e, 0x32, 0x11, 0x2e, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x74, 0x79, 0x70,
  2503  	0x65, 0x73, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x22, 0x49, 0x0a,
  2504  	0x14, 0x57, 0x61, 0x74, 0x63, 0x68, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73,
  2505  	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x31, 0x0a, 0x06, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x18,
  2506  	0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e,
  2507  	0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65,
  2508  	0x52, 0x06, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x22, 0xf9, 0x03, 0x0a, 0x14, 0x57, 0x61, 0x74,
  2509  	0x63, 0x68, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
  2510  	0x74, 0x12, 0x2a, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0e, 0x32,
  2511  	0x16, 0x2e, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x57, 0x61,
  2512  	0x74, 0x63, 0x68, 0x54, 0x79, 0x70, 0x65, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x25, 0x0a,
  2513  	0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05,
  2514  	0x42, 0x08, 0xca, 0xc6, 0x27, 0x04, 0x12, 0x02, 0x2a, 0x00, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65,
  2515  	0x53, 0x69, 0x7a, 0x65, 0x12, 0x2e, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b,
  2516  	0x65, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0f, 0xb2, 0xda, 0x21, 0x0b, 0x22, 0x09,
  2517  	0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x09, 0x70, 0x61, 0x67, 0x65, 0x54,
  2518  	0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x2a, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79,
  2519  	0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0f, 0xb2, 0xda, 0x21, 0x0b, 0x2a, 0x09, 0x0a, 0x07,
  2520  	0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x79,
  2521  	0x12, 0x21, 0x0a, 0x0c, 0x72, 0x65, 0x73, 0x75, 0x6d, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e,
  2522  	0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x72, 0x65, 0x73, 0x75, 0x6d, 0x65, 0x54, 0x6f,
  2523  	0x6b, 0x65, 0x6e, 0x12, 0x3f, 0x0a, 0x0d, 0x73, 0x74, 0x61, 0x72, 0x74, 0x69, 0x6e, 0x67, 0x5f,
  2524  	0x74, 0x69, 0x6d, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f,
  2525  	0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x54, 0x69, 0x6d,
  2526  	0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x52, 0x0c, 0x73, 0x74, 0x61, 0x72, 0x74, 0x69, 0x6e, 0x67,
  2527  	0x54, 0x69, 0x6d, 0x65, 0x12, 0x27, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x05,
  2528  	0x20, 0x01, 0x28, 0x09, 0x42, 0x0f, 0xb2, 0xda, 0x21, 0x0b, 0x1a, 0x09, 0x0a, 0x07, 0x50, 0x72,
  2529  	0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x4a, 0x0a,
  2530  	0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x06, 0x20, 0x01, 0x28,
  2531  	0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  2532  	0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x0f, 0xb2,
  2533  	0xda, 0x21, 0x0b, 0x32, 0x09, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x09,
  2534  	0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x12, 0x25, 0x0a, 0x04, 0x76, 0x69, 0x65,
  2535  	0x77, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x11, 0x2e, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e,
  2536  	0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77,
  2537  	0x12, 0x32, 0x0a, 0x0e, 0x6d, 0x61, 0x78, 0x5f, 0x63, 0x68, 0x75, 0x6e, 0x6b, 0x5f, 0x73, 0x69,
  2538  	0x7a, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x42, 0x0c, 0xca, 0xc6, 0x27, 0x08, 0x12, 0x06,
  2539  	0x1a, 0x02, 0x08, 0x64, 0x2a, 0x00, 0x52, 0x0c, 0x6d, 0x61, 0x78, 0x43, 0x68, 0x75, 0x6e, 0x6b,
  2540  	0x53, 0x69, 0x7a, 0x65, 0x22, 0xef, 0x03, 0x0a, 0x15, 0x57, 0x61, 0x74, 0x63, 0x68, 0x50, 0x72,
  2541  	0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x42,
  2542  	0x0a, 0x0f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65,
  2543  	0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61,
  2544  	0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x68, 0x61, 0x6e,
  2545  	0x67, 0x65, 0x52, 0x0e, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x43, 0x68, 0x61, 0x6e, 0x67,
  2546  	0x65, 0x73, 0x12, 0x1d, 0x0a, 0x0a, 0x69, 0x73, 0x5f, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74,
  2547  	0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x69, 0x73, 0x43, 0x75, 0x72, 0x72, 0x65, 0x6e,
  2548  	0x74, 0x12, 0x5d, 0x0a, 0x11, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x5f,
  2549  	0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x31, 0x2e, 0x6e,
  2550  	0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x50,
  2551  	0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x2e,
  2552  	0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x52,
  2553  	0x0f, 0x70, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x43, 0x68, 0x61, 0x6e, 0x67, 0x65,
  2554  	0x12, 0x21, 0x0a, 0x0c, 0x72, 0x65, 0x73, 0x75, 0x6d, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e,
  2555  	0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x72, 0x65, 0x73, 0x75, 0x6d, 0x65, 0x54, 0x6f,
  2556  	0x6b, 0x65, 0x6e, 0x12, 0x23, 0x0a, 0x0d, 0x73, 0x6e, 0x61, 0x70, 0x73, 0x68, 0x6f, 0x74, 0x5f,
  2557  	0x73, 0x69, 0x7a, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x73, 0x6e, 0x61, 0x70,
  2558  	0x73, 0x68, 0x6f, 0x74, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x22, 0x0a, 0x0d, 0x69, 0x73, 0x5f, 0x73,
  2559  	0x6f, 0x66, 0x74, 0x5f, 0x72, 0x65, 0x73, 0x65, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x08, 0x52,
  2560  	0x0b, 0x69, 0x73, 0x53, 0x6f, 0x66, 0x74, 0x52, 0x65, 0x73, 0x65, 0x74, 0x12, 0x22, 0x0a, 0x0d,
  2561  	0x69, 0x73, 0x5f, 0x68, 0x61, 0x72, 0x64, 0x5f, 0x72, 0x65, 0x73, 0x65, 0x74, 0x18, 0x08, 0x20,
  2562  	0x01, 0x28, 0x08, 0x52, 0x0b, 0x69, 0x73, 0x48, 0x61, 0x72, 0x64, 0x52, 0x65, 0x73, 0x65, 0x74,
  2563  	0x1a, 0x83, 0x01, 0x0a, 0x0f, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x43, 0x68,
  2564  	0x61, 0x6e, 0x67, 0x65, 0x12, 0x37, 0x0a, 0x0f, 0x70, 0x72, 0x65, 0x76, 0x5f, 0x70, 0x61, 0x67,
  2565  	0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0f, 0xb2,
  2566  	0xda, 0x21, 0x0b, 0x22, 0x09, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x0d,
  2567  	0x70, 0x72, 0x65, 0x76, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x37, 0x0a,
  2568  	0x0f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e,
  2569  	0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0f, 0xb2, 0xda, 0x21, 0x0b, 0x22, 0x09, 0x0a, 0x07,
  2570  	0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x0d, 0x6e, 0x65, 0x78, 0x74, 0x50, 0x61, 0x67,
  2571  	0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0xcc, 0x02, 0x0a, 0x14, 0x43, 0x72, 0x65, 0x61, 0x74,
  2572  	0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
  2573  	0x3b, 0x0a, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
  2574  	0x32, 0x13, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72,
  2575  	0x6f, 0x6a, 0x65, 0x63, 0x74, 0x42, 0x0c, 0xc8, 0xd5, 0x22, 0x01, 0xca, 0xc6, 0x27, 0x04, 0x62,
  2576  	0x02, 0x08, 0x01, 0x52, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x52, 0x0a, 0x0d,
  2577  	0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x03, 0x20,
  2578  	0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31,
  2579  	0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65,
  2580  	0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x61,
  2581  	0x73, 0x6b, 0x52, 0x0c, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x61, 0x73, 0x6b,
  2582  	0x1a, 0xa2, 0x01, 0x0a, 0x0c, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x61, 0x73,
  2583  	0x6b, 0x12, 0x3b, 0x0a, 0x19, 0x73, 0x6b, 0x69, 0x70, 0x5f, 0x65, 0x6e, 0x74, 0x69, 0x72, 0x65,
  2584  	0x5f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x5f, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01,
  2585  	0x20, 0x01, 0x28, 0x08, 0x48, 0x00, 0x52, 0x16, 0x73, 0x6b, 0x69, 0x70, 0x45, 0x6e, 0x74, 0x69,
  2586  	0x72, 0x65, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x4a,
  2587  	0x0a, 0x09, 0x62, 0x6f, 0x64, 0x79, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28,
  2588  	0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
  2589  	0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x0f, 0xb2,
  2590  	0xda, 0x21, 0x0b, 0x32, 0x09, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x48, 0x00,
  2591  	0x52, 0x08, 0x62, 0x6f, 0x64, 0x79, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x09, 0x0a, 0x07, 0x6d, 0x61,
  2592  	0x73, 0x6b, 0x69, 0x6e, 0x67, 0x22, 0xc9, 0x05, 0x0a, 0x14, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65,
  2593  	0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3b,
  2594  	0x0a, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32,
  2595  	0x13, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f,
  2596  	0x6a, 0x65, 0x63, 0x74, 0x42, 0x0c, 0xc8, 0xd5, 0x22, 0x01, 0xca, 0xc6, 0x27, 0x04, 0x62, 0x02,
  2597  	0x08, 0x01, 0x52, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x4c, 0x0a, 0x0b, 0x75,
  2598  	0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b,
  2599  	0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
  2600  	0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x0f, 0xb2, 0xda,
  2601  	0x21, 0x0b, 0x32, 0x09, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x0a, 0x75,
  2602  	0x70, 0x64, 0x61, 0x74, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x12, 0x36, 0x0a, 0x03, 0x63, 0x61, 0x73,
  2603  	0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x24, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d,
  2604  	0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
  2605  	0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e, 0x43, 0x41, 0x53, 0x52, 0x03, 0x63, 0x61,
  2606  	0x73, 0x12, 0x23, 0x0a, 0x0d, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x5f, 0x6d, 0x69, 0x73, 0x73, 0x69,
  2607  	0x6e, 0x67, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x4d,
  2608  	0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x12, 0x52, 0x0a, 0x0d, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e,
  2609  	0x73, 0x65, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e,
  2610  	0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74,
  2611  	0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x2e,
  2612  	0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x52, 0x0c, 0x72, 0x65,
  2613  	0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x1a, 0x9d, 0x01, 0x0a, 0x03, 0x43,
  2614  	0x41, 0x53, 0x12, 0x4a, 0x0a, 0x11, 0x63, 0x6f, 0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61,
  2615  	0x6c, 0x5f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x13, 0x2e,
  2616  	0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65,
  2617  	0x63, 0x74, 0x42, 0x08, 0xca, 0xc6, 0x27, 0x04, 0x62, 0x02, 0x10, 0x01, 0x52, 0x10, 0x63, 0x6f,
  2618  	0x6e, 0x64, 0x69, 0x74, 0x69, 0x6f, 0x6e, 0x61, 0x6c, 0x53, 0x74, 0x61, 0x74, 0x65, 0x12, 0x4a,
  2619  	0x0a, 0x0a, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x02, 0x20, 0x01,
  2620  	0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74,
  2621  	0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x0f,
  2622  	0xb2, 0xda, 0x21, 0x0b, 0x32, 0x09, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52,
  2623  	0x09, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x1a, 0xd4, 0x01, 0x0a, 0x0c, 0x52,
  2624  	0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x12, 0x3b, 0x0a, 0x19, 0x73,
  2625  	0x6b, 0x69, 0x70, 0x5f, 0x65, 0x6e, 0x74, 0x69, 0x72, 0x65, 0x5f, 0x72, 0x65, 0x73, 0x70, 0x6f,
  2626  	0x6e, 0x73, 0x65, 0x5f, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x48, 0x00,
  2627  	0x52, 0x16, 0x73, 0x6b, 0x69, 0x70, 0x45, 0x6e, 0x74, 0x69, 0x72, 0x65, 0x52, 0x65, 0x73, 0x70,
  2628  	0x6f, 0x6e, 0x73, 0x65, 0x42, 0x6f, 0x64, 0x79, 0x12, 0x30, 0x0a, 0x13, 0x75, 0x70, 0x64, 0x61,
  2629  	0x74, 0x65, 0x64, 0x5f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x5f, 0x6f, 0x6e, 0x6c, 0x79, 0x18,
  2630  	0x02, 0x20, 0x01, 0x28, 0x08, 0x48, 0x00, 0x52, 0x11, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x64,
  2631  	0x46, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x4f, 0x6e, 0x6c, 0x79, 0x12, 0x4a, 0x0a, 0x09, 0x62, 0x6f,
  2632  	0x64, 0x79, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e,
  2633  	0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
  2634  	0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x0f, 0xb2, 0xda, 0x21, 0x0b, 0x32,
  2635  	0x09, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x48, 0x00, 0x52, 0x08, 0x62, 0x6f,
  2636  	0x64, 0x79, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x09, 0x0a, 0x07, 0x6d, 0x61, 0x73, 0x6b, 0x69, 0x6e,
  2637  	0x67, 0x22, 0x60, 0x0a, 0x14, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65,
  2638  	0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x23, 0x0a, 0x04, 0x6e, 0x61, 0x6d,
  2639  	0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0f, 0xb2, 0xda, 0x21, 0x0b, 0x0a, 0x09, 0x0a,
  2640  	0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x23,
  2641  	0x0a, 0x0d, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x5f, 0x6d, 0x69, 0x73, 0x73, 0x69, 0x6e, 0x67, 0x18,
  2642  	0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0c, 0x61, 0x6c, 0x6c, 0x6f, 0x77, 0x4d, 0x69, 0x73, 0x73,
  2643  	0x69, 0x6e, 0x67, 0x22, 0xce, 0x02, 0x0a, 0x15, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x50, 0x72,
  2644  	0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x25, 0x0a,
  2645  	0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05,
  2646  	0x42, 0x08, 0xca, 0xc6, 0x27, 0x04, 0x12, 0x02, 0x2a, 0x00, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65,
  2647  	0x53, 0x69, 0x7a, 0x65, 0x12, 0x2e, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b,
  2648  	0x65, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0f, 0xb2, 0xda, 0x21, 0x0b, 0x22, 0x09,
  2649  	0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x09, 0x70, 0x61, 0x67, 0x65, 0x54,
  2650  	0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x2a, 0x0a, 0x08, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x5f, 0x62, 0x79,
  2651  	0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0f, 0xb2, 0xda, 0x21, 0x0b, 0x2a, 0x09, 0x0a, 0x07,
  2652  	0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x07, 0x6f, 0x72, 0x64, 0x65, 0x72, 0x42, 0x79,
  2653  	0x12, 0x27, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
  2654  	0x42, 0x0f, 0xb2, 0xda, 0x21, 0x0b, 0x1a, 0x09, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
  2655  	0x74, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x4a, 0x0a, 0x0a, 0x66, 0x69, 0x65,
  2656  	0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e,
  2657  	0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e,
  2658  	0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x0f, 0xb2, 0xda, 0x21, 0x0b, 0x32,
  2659  	0x09, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x09, 0x66, 0x69, 0x65, 0x6c,
  2660  	0x64, 0x4d, 0x61, 0x73, 0x6b, 0x12, 0x25, 0x0a, 0x04, 0x76, 0x69, 0x65, 0x77, 0x18, 0x07, 0x20,
  2661  	0x01, 0x28, 0x0e, 0x32, 0x11, 0x2e, 0x67, 0x6f, 0x74, 0x65, 0x6e, 0x2e, 0x74, 0x79, 0x70, 0x65,
  2662  	0x73, 0x2e, 0x56, 0x69, 0x65, 0x77, 0x52, 0x04, 0x76, 0x69, 0x65, 0x77, 0x12, 0x16, 0x0a, 0x06,
  2663  	0x70, 0x68, 0x72, 0x61, 0x73, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x70, 0x68,
  2664  	0x72, 0x61, 0x73, 0x65, 0x22, 0x92, 0x02, 0x0a, 0x16, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x50,
  2665  	0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
  2666  	0x2f, 0x0a, 0x08, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28,
  2667  	0x0b, 0x32, 0x13, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x50,
  2668  	0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x08, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73,
  2669  	0x12, 0x37, 0x0a, 0x0f, 0x70, 0x72, 0x65, 0x76, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f,
  2670  	0x6b, 0x65, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x42, 0x0f, 0xb2, 0xda, 0x21, 0x0b, 0x22,
  2671  	0x09, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x0d, 0x70, 0x72, 0x65, 0x76,
  2672  	0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x37, 0x0a, 0x0f, 0x6e, 0x65, 0x78,
  2673  	0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x04, 0x20, 0x01,
  2674  	0x28, 0x09, 0x42, 0x0f, 0xb2, 0xda, 0x21, 0x0b, 0x22, 0x09, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a,
  2675  	0x65, 0x63, 0x74, 0x52, 0x0d, 0x6e, 0x65, 0x78, 0x74, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b,
  2676  	0x65, 0x6e, 0x12, 0x25, 0x0a, 0x0e, 0x63, 0x75, 0x72, 0x72, 0x65, 0x6e, 0x74, 0x5f, 0x6f, 0x66,
  2677  	0x66, 0x73, 0x65, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x63, 0x75, 0x72, 0x72,
  2678  	0x65, 0x6e, 0x74, 0x4f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x12, 0x2e, 0x0a, 0x13, 0x74, 0x6f, 0x74,
  2679  	0x61, 0x6c, 0x5f, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74,
  2680  	0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x11, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x52, 0x65, 0x73,
  2681  	0x75, 0x6c, 0x74, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x32, 0xd7, 0x0e, 0x0a, 0x0e, 0x50, 0x72,
  2682  	0x6f, 0x6a, 0x65, 0x63, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x8b, 0x01, 0x0a,
  2683  	0x0a, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x1d, 0x2e, 0x6e, 0x74,
  2684  	0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a,
  2685  	0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x13, 0x2e, 0x6e, 0x74, 0x74,
  2686  	0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x22,
  2687  	0x49, 0x82, 0xdb, 0x21, 0x1e, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x03,
  2688  	0x67, 0x65, 0x74, 0x2a, 0x06, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x06, 0x0a, 0x04, 0x6e,
  2689  	0x61, 0x6d, 0x65, 0xa2, 0xdc, 0x21, 0x02, 0x08, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x12,
  2690  	0x15, 0x2f, 0x76, 0x31, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65,
  2691  	0x63, 0x74, 0x73, 0x2f, 0x2a, 0x7d, 0x8a, 0xcc, 0x26, 0x00, 0x12, 0xb4, 0x01, 0x0a, 0x10, 0x42,
  2692  	0x61, 0x74, 0x63, 0x68, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12,
  2693  	0x23, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x42, 0x61, 0x74,
  2694  	0x63, 0x68, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x71,
  2695  	0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76,
  2696  	0x31, 0x2e, 0x42, 0x61, 0x74, 0x63, 0x68, 0x47, 0x65, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
  2697  	0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x55, 0x82, 0xdb, 0x21, 0x2a,
  2698  	0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x08, 0x62, 0x61, 0x74, 0x63, 0x68,
  2699  	0x47, 0x65, 0x74, 0x20, 0x01, 0x2a, 0x07, 0x0a, 0x05, 0x6e, 0x61, 0x6d, 0x65, 0x73, 0x32, 0x0a,
  2700  	0x12, 0x08, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0xa2, 0xdc, 0x21, 0x02, 0x08, 0x01,
  2701  	0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x12, 0x15, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a,
  2702  	0x65, 0x63, 0x74, 0x73, 0x3a, 0x62, 0x61, 0x74, 0x63, 0x68, 0x47, 0x65, 0x74, 0x8a, 0xcc, 0x26,
  2703  	0x00, 0x12, 0x96, 0x01, 0x0a, 0x0c, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
  2704  	0x74, 0x73, 0x12, 0x1f, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x2e,
  2705  	0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75,
  2706  	0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31,
  2707  	0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x73,
  2708  	0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x43, 0x82, 0xdb, 0x21, 0x21, 0x0a, 0x07, 0x50, 0x72, 0x6f,
  2709  	0x6a, 0x65, 0x63, 0x74, 0x12, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x01, 0x2a, 0x00,
  2710  	0x32, 0x0a, 0x12, 0x08, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0xa2, 0xdc, 0x21, 0x02,
  2711  	0x08, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x0e, 0x12, 0x0c, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72,
  2712  	0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x8a, 0xcc, 0x26, 0x00, 0x12, 0xa8, 0x01, 0x0a, 0x0c, 0x57,
  2713  	0x61, 0x74, 0x63, 0x68, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x1f, 0x2e, 0x6e, 0x74,
  2714  	0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x50, 0x72,
  2715  	0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x6e,
  2716  	0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x50,
  2717  	0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x53,
  2718  	0x82, 0xdb, 0x21, 0x22, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x05, 0x77,
  2719  	0x61, 0x74, 0x63, 0x68, 0x2a, 0x06, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x32, 0x08, 0x12, 0x06,
  2720  	0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0xa2, 0xdc, 0x21, 0x02, 0x08, 0x01, 0x82, 0xd3, 0xe4, 0x93,
  2721  	0x02, 0x1d, 0x22, 0x1b, 0x2f, 0x76, 0x31, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x70, 0x72,
  2722  	0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a, 0x7d, 0x3a, 0x77, 0x61, 0x74, 0x63, 0x68, 0x8a,
  2723  	0xcc, 0x26, 0x00, 0x30, 0x01, 0x12, 0xa9, 0x01, 0x0a, 0x0d, 0x57, 0x61, 0x74, 0x63, 0x68, 0x50,
  2724  	0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0x20, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61,
  2725  	0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
  2726  	0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x21, 0x2e, 0x6e, 0x74, 0x74, 0x2e,
  2727  	0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x57, 0x61, 0x74, 0x63, 0x68, 0x50, 0x72, 0x6f, 0x6a,
  2728  	0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x51, 0x82, 0xdb,
  2729  	0x21, 0x29, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x05, 0x77, 0x61, 0x74,
  2730  	0x63, 0x68, 0x18, 0x01, 0x20, 0x01, 0x2a, 0x00, 0x32, 0x11, 0x12, 0x0f, 0x70, 0x72, 0x6f, 0x6a,
  2731  	0x65, 0x63, 0x74, 0x5f, 0x63, 0x68, 0x61, 0x6e, 0x67, 0x65, 0x73, 0xa2, 0xdc, 0x21, 0x02, 0x08,
  2732  	0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x14, 0x22, 0x12, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f,
  2733  	0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x77, 0x61, 0x74, 0x63, 0x68, 0x8a, 0xcc, 0x26, 0x00, 0x30,
  2734  	0x01, 0x12, 0x9b, 0x01, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a,
  2735  	0x65, 0x63, 0x74, 0x12, 0x20, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31,
  2736  	0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65,
  2737  	0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x13, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e,
  2738  	0x76, 0x31, 0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x22, 0x53, 0x82, 0xdb, 0x21, 0x26,
  2739  	0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x06, 0x63, 0x72, 0x65, 0x61, 0x74,
  2740  	0x65, 0x18, 0x01, 0x2a, 0x09, 0x12, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x32, 0x06,
  2741  	0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0xa2, 0xdc, 0x21, 0x02, 0x10, 0x01, 0x82, 0xd3, 0xe4, 0x93,
  2742  	0x02, 0x17, 0x3a, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x22, 0x0c, 0x2f, 0x76, 0x31,
  2743  	0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x8a, 0xcc, 0x26, 0x02, 0x10, 0x01, 0x12,
  2744  	0xaa, 0x01, 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
  2745  	0x74, 0x12, 0x20, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x55,
  2746  	0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75,
  2747  	0x65, 0x73, 0x74, 0x1a, 0x13, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31,
  2748  	0x2e, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x22, 0x62, 0x82, 0xdb, 0x21, 0x24, 0x0a, 0x07,
  2749  	0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x06, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x2a,
  2750  	0x09, 0x12, 0x07, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x32, 0x06, 0x0a, 0x04, 0x6e, 0x61,
  2751  	0x6d, 0x65, 0xa2, 0xdc, 0x21, 0x02, 0x10, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x28, 0x3a, 0x07,
  2752  	0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x1a, 0x1d, 0x2f, 0x76, 0x31, 0x2f, 0x7b, 0x70, 0x72,
  2753  	0x6f, 0x6a, 0x65, 0x63, 0x74, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65,
  2754  	0x63, 0x74, 0x73, 0x2f, 0x2a, 0x7d, 0x8a, 0xcc, 0x26, 0x02, 0x10, 0x01, 0x12, 0x91, 0x01, 0x0a,
  2755  	0x0d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x20,
  2756  	0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65,
  2757  	0x74, 0x65, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
  2758  	0x1a, 0x16, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62,
  2759  	0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x22, 0x46, 0x82, 0xdb, 0x21, 0x19, 0x0a, 0x07,
  2760  	0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x06, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x2a,
  2761  	0x06, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0xa2, 0xdc, 0x21, 0x02, 0x10, 0x01, 0x82, 0xd3, 0xe4,
  2762  	0x93, 0x02, 0x17, 0x2a, 0x15, 0x2f, 0x76, 0x31, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x70,
  2763  	0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a, 0x7d, 0x8a, 0xcc, 0x26, 0x02, 0x10, 0x01,
  2764  	0x12, 0xa5, 0x01, 0x0a, 0x0e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x50, 0x72, 0x6f, 0x6a, 0x65,
  2765  	0x63, 0x74, 0x73, 0x12, 0x21, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31,
  2766  	0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52,
  2767  	0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d,
  2768  	0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
  2769  	0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4c, 0x82, 0xdb, 0x21, 0x23,
  2770  	0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x12, 0x06, 0x73, 0x65, 0x61, 0x72, 0x63,
  2771  	0x68, 0x18, 0x01, 0x20, 0x01, 0x2a, 0x00, 0x32, 0x0a, 0x12, 0x08, 0x70, 0x72, 0x6f, 0x6a, 0x65,
  2772  	0x63, 0x74, 0x73, 0xa2, 0xdc, 0x21, 0x02, 0x08, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x15, 0x12,
  2773  	0x13, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x73, 0x65,
  2774  	0x61, 0x72, 0x63, 0x68, 0x8a, 0xcc, 0x26, 0x00, 0x12, 0xa7, 0x01, 0x0a, 0x0e, 0x4c, 0x69, 0x73,
  2775  	0x74, 0x4d, 0x79, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0x21, 0x2e, 0x6e, 0x74,
  2776  	0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x4d, 0x79, 0x50,
  2777  	0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22,
  2778  	0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74,
  2779  	0x4d, 0x79, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
  2780  	0x73, 0x65, 0x22, 0x4e, 0x82, 0xdb, 0x21, 0x23, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
  2781  	0x74, 0x12, 0x06, 0x6c, 0x69, 0x73, 0x74, 0x4d, 0x79, 0x18, 0x01, 0x20, 0x01, 0x2a, 0x00, 0x32,
  2782  	0x0a, 0x12, 0x08, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0xa2, 0xdc, 0x21, 0x02, 0x08,
  2783  	0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x15, 0x22, 0x13, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f,
  2784  	0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x6c, 0x69, 0x73, 0x74, 0x4d, 0x79, 0x8a, 0xcc, 0x26, 0x02,
  2785  	0x08, 0x01, 0x12, 0xb1, 0x01, 0x0a, 0x10, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4d, 0x79, 0x50,
  2786  	0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0x23, 0x2e, 0x6e, 0x74, 0x74, 0x2e, 0x69, 0x61,
  2787  	0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4d, 0x79, 0x50, 0x72, 0x6f,
  2788  	0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x6e,
  2789  	0x74, 0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68,
  2790  	0x4d, 0x79, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
  2791  	0x73, 0x65, 0x22, 0x52, 0x82, 0xdb, 0x21, 0x25, 0x0a, 0x07, 0x50, 0x72, 0x6f, 0x6a, 0x65, 0x63,
  2792  	0x74, 0x12, 0x08, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4d, 0x79, 0x18, 0x01, 0x20, 0x01, 0x2a,
  2793  	0x00, 0x32, 0x0a, 0x12, 0x08, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0xa2, 0xdc, 0x21,
  2794  	0x02, 0x08, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x17, 0x22, 0x15, 0x2f, 0x76, 0x31, 0x2f, 0x70,
  2795  	0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x3a, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x4d, 0x79,
  2796  	0x8a, 0xcc, 0x26, 0x02, 0x08, 0x01, 0x1a, 0x2b, 0xca, 0x41, 0x0e, 0x69, 0x61, 0x6d, 0x2e, 0x65,
  2797  	0x64, 0x67, 0x65, 0x6c, 0x71, 0x2e, 0x63, 0x6f, 0x6d, 0xd2, 0x41, 0x17, 0x68, 0x74, 0x74, 0x70,
  2798  	0x73, 0x3a, 0x2f, 0x2f, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2e,
  2799  	0x63, 0x6f, 0x6d, 0x42, 0xfd, 0x01, 0xe8, 0xde, 0x21, 0x00, 0x82, 0xff, 0xd0, 0x02, 0x42, 0x0a,
  2800  	0x0e, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12,
  2801  	0x30, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f, 0x75,
  2802  	0x64, 0x77, 0x61, 0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f,
  2803  	0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63,
  2804  	0x74, 0x8a, 0xff, 0xd0, 0x02, 0x42, 0x0a, 0x0e, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f,
  2805  	0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x12, 0x30, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63,
  2806  	0x6f, 0x6d, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x77, 0x61, 0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65,
  2807  	0x6c, 0x71, 0x2f, 0x69, 0x61, 0x6d, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x2f, 0x76, 0x31,
  2808  	0x2f, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x0a, 0x11, 0x63, 0x6f, 0x6d, 0x2e, 0x6e, 0x74,
  2809  	0x74, 0x2e, 0x69, 0x61, 0x6d, 0x2e, 0x70, 0x62, 0x2e, 0x76, 0x31, 0x42, 0x13, 0x50, 0x72, 0x6f,
  2810  	0x6a, 0x65, 0x63, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x74, 0x6f,
  2811  	0x50, 0x00, 0x5a, 0x3f, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x63,
  2812  	0x6c, 0x6f, 0x75, 0x64, 0x77, 0x61, 0x6e, 0x2f, 0x65, 0x64, 0x67, 0x65, 0x6c, 0x71, 0x2f, 0x69,
  2813  	0x61, 0x6d, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x72, 0x6f,
  2814  	0x6a, 0x65, 0x63, 0x74, 0x3b, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x5f, 0x63, 0x6c, 0x69,
  2815  	0x65, 0x6e, 0x74, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
  2816  }
  2817  
  2818  var (
  2819  	edgelq_iam_proto_v1_project_service_proto_rawDescOnce sync.Once
  2820  	edgelq_iam_proto_v1_project_service_proto_rawDescData = edgelq_iam_proto_v1_project_service_proto_rawDesc
  2821  )
  2822  
  2823  func edgelq_iam_proto_v1_project_service_proto_rawDescGZIP() []byte {
  2824  	edgelq_iam_proto_v1_project_service_proto_rawDescOnce.Do(func() {
  2825  		edgelq_iam_proto_v1_project_service_proto_rawDescData = protoimpl.X.CompressGZIP(edgelq_iam_proto_v1_project_service_proto_rawDescData)
  2826  	})
  2827  	return edgelq_iam_proto_v1_project_service_proto_rawDescData
  2828  }
  2829  
  2830  var edgelq_iam_proto_v1_project_service_proto_msgTypes = make([]protoimpl.MessageInfo, 18)
  2831  var edgelq_iam_proto_v1_project_service_proto_goTypes = []interface{}{
  2832  	(*GetProjectRequest)(nil),                     // 0: ntt.iam.v1.GetProjectRequest
  2833  	(*BatchGetProjectsRequest)(nil),               // 1: ntt.iam.v1.BatchGetProjectsRequest
  2834  	(*BatchGetProjectsResponse)(nil),              // 2: ntt.iam.v1.BatchGetProjectsResponse
  2835  	(*ListProjectsRequest)(nil),                   // 3: ntt.iam.v1.ListProjectsRequest
  2836  	(*ListProjectsResponse)(nil),                  // 4: ntt.iam.v1.ListProjectsResponse
  2837  	(*WatchProjectRequest)(nil),                   // 5: ntt.iam.v1.WatchProjectRequest
  2838  	(*WatchProjectResponse)(nil),                  // 6: ntt.iam.v1.WatchProjectResponse
  2839  	(*WatchProjectsRequest)(nil),                  // 7: ntt.iam.v1.WatchProjectsRequest
  2840  	(*WatchProjectsResponse)(nil),                 // 8: ntt.iam.v1.WatchProjectsResponse
  2841  	(*CreateProjectRequest)(nil),                  // 9: ntt.iam.v1.CreateProjectRequest
  2842  	(*UpdateProjectRequest)(nil),                  // 10: ntt.iam.v1.UpdateProjectRequest
  2843  	(*DeleteProjectRequest)(nil),                  // 11: ntt.iam.v1.DeleteProjectRequest
  2844  	(*SearchProjectsRequest)(nil),                 // 12: ntt.iam.v1.SearchProjectsRequest
  2845  	(*SearchProjectsResponse)(nil),                // 13: ntt.iam.v1.SearchProjectsResponse
  2846  	(*WatchProjectsResponse_PageTokenChange)(nil), // 14: ntt.iam.v1.WatchProjectsResponse.PageTokenChange
  2847  	(*CreateProjectRequest_ResponseMask)(nil),     // 15: ntt.iam.v1.CreateProjectRequest.ResponseMask
  2848  	(*UpdateProjectRequest_CAS)(nil),              // 16: ntt.iam.v1.UpdateProjectRequest.CAS
  2849  	(*UpdateProjectRequest_ResponseMask)(nil),     // 17: ntt.iam.v1.UpdateProjectRequest.ResponseMask
  2850  	(*project.Project_FieldMask)(nil),             // 18: ntt.iam.v1.Project_FieldMask
  2851  	(view.View)(0),                                // 19: goten.types.View
  2852  	(*project.Project)(nil),                       // 20: ntt.iam.v1.Project
  2853  	(*project.ProjectChange)(nil),                 // 21: ntt.iam.v1.ProjectChange
  2854  	(watch_type.WatchType)(0),                     // 22: goten.types.WatchType
  2855  	(*timestamppb.Timestamp)(nil),                 // 23: google.protobuf.Timestamp
  2856  	(*ListMyProjectsRequest)(nil),                 // 24: ntt.iam.v1.ListMyProjectsRequest
  2857  	(*SearchMyProjectsRequest)(nil),               // 25: ntt.iam.v1.SearchMyProjectsRequest
  2858  	(*emptypb.Empty)(nil),                         // 26: google.protobuf.Empty
  2859  	(*ListMyProjectsResponse)(nil),                // 27: ntt.iam.v1.ListMyProjectsResponse
  2860  	(*SearchMyProjectsResponse)(nil),              // 28: ntt.iam.v1.SearchMyProjectsResponse
  2861  }
  2862  var edgelq_iam_proto_v1_project_service_proto_depIdxs = []int32{
  2863  	18, // 0: ntt.iam.v1.GetProjectRequest.field_mask:type_name -> ntt.iam.v1.Project_FieldMask
  2864  	19, // 1: ntt.iam.v1.GetProjectRequest.view:type_name -> goten.types.View
  2865  	18, // 2: ntt.iam.v1.BatchGetProjectsRequest.field_mask:type_name -> ntt.iam.v1.Project_FieldMask
  2866  	19, // 3: ntt.iam.v1.BatchGetProjectsRequest.view:type_name -> goten.types.View
  2867  	20, // 4: ntt.iam.v1.BatchGetProjectsResponse.projects:type_name -> ntt.iam.v1.Project
  2868  	18, // 5: ntt.iam.v1.ListProjectsRequest.field_mask:type_name -> ntt.iam.v1.Project_FieldMask
  2869  	19, // 6: ntt.iam.v1.ListProjectsRequest.view:type_name -> goten.types.View
  2870  	20, // 7: ntt.iam.v1.ListProjectsResponse.projects:type_name -> ntt.iam.v1.Project
  2871  	18, // 8: ntt.iam.v1.WatchProjectRequest.field_mask:type_name -> ntt.iam.v1.Project_FieldMask
  2872  	19, // 9: ntt.iam.v1.WatchProjectRequest.view:type_name -> goten.types.View
  2873  	21, // 10: ntt.iam.v1.WatchProjectResponse.change:type_name -> ntt.iam.v1.ProjectChange
  2874  	22, // 11: ntt.iam.v1.WatchProjectsRequest.type:type_name -> goten.types.WatchType
  2875  	23, // 12: ntt.iam.v1.WatchProjectsRequest.starting_time:type_name -> google.protobuf.Timestamp
  2876  	18, // 13: ntt.iam.v1.WatchProjectsRequest.field_mask:type_name -> ntt.iam.v1.Project_FieldMask
  2877  	19, // 14: ntt.iam.v1.WatchProjectsRequest.view:type_name -> goten.types.View
  2878  	21, // 15: ntt.iam.v1.WatchProjectsResponse.project_changes:type_name -> ntt.iam.v1.ProjectChange
  2879  	14, // 16: ntt.iam.v1.WatchProjectsResponse.page_token_change:type_name -> ntt.iam.v1.WatchProjectsResponse.PageTokenChange
  2880  	20, // 17: ntt.iam.v1.CreateProjectRequest.project:type_name -> ntt.iam.v1.Project
  2881  	15, // 18: ntt.iam.v1.CreateProjectRequest.response_mask:type_name -> ntt.iam.v1.CreateProjectRequest.ResponseMask
  2882  	20, // 19: ntt.iam.v1.UpdateProjectRequest.project:type_name -> ntt.iam.v1.Project
  2883  	18, // 20: ntt.iam.v1.UpdateProjectRequest.update_mask:type_name -> ntt.iam.v1.Project_FieldMask
  2884  	16, // 21: ntt.iam.v1.UpdateProjectRequest.cas:type_name -> ntt.iam.v1.UpdateProjectRequest.CAS
  2885  	17, // 22: ntt.iam.v1.UpdateProjectRequest.response_mask:type_name -> ntt.iam.v1.UpdateProjectRequest.ResponseMask
  2886  	18, // 23: ntt.iam.v1.SearchProjectsRequest.field_mask:type_name -> ntt.iam.v1.Project_FieldMask
  2887  	19, // 24: ntt.iam.v1.SearchProjectsRequest.view:type_name -> goten.types.View
  2888  	20, // 25: ntt.iam.v1.SearchProjectsResponse.projects:type_name -> ntt.iam.v1.Project
  2889  	18, // 26: ntt.iam.v1.CreateProjectRequest.ResponseMask.body_mask:type_name -> ntt.iam.v1.Project_FieldMask
  2890  	20, // 27: ntt.iam.v1.UpdateProjectRequest.CAS.conditional_state:type_name -> ntt.iam.v1.Project
  2891  	18, // 28: ntt.iam.v1.UpdateProjectRequest.CAS.field_mask:type_name -> ntt.iam.v1.Project_FieldMask
  2892  	18, // 29: ntt.iam.v1.UpdateProjectRequest.ResponseMask.body_mask:type_name -> ntt.iam.v1.Project_FieldMask
  2893  	0,  // 30: ntt.iam.v1.ProjectService.GetProject:input_type -> ntt.iam.v1.GetProjectRequest
  2894  	1,  // 31: ntt.iam.v1.ProjectService.BatchGetProjects:input_type -> ntt.iam.v1.BatchGetProjectsRequest
  2895  	3,  // 32: ntt.iam.v1.ProjectService.ListProjects:input_type -> ntt.iam.v1.ListProjectsRequest
  2896  	5,  // 33: ntt.iam.v1.ProjectService.WatchProject:input_type -> ntt.iam.v1.WatchProjectRequest
  2897  	7,  // 34: ntt.iam.v1.ProjectService.WatchProjects:input_type -> ntt.iam.v1.WatchProjectsRequest
  2898  	9,  // 35: ntt.iam.v1.ProjectService.CreateProject:input_type -> ntt.iam.v1.CreateProjectRequest
  2899  	10, // 36: ntt.iam.v1.ProjectService.UpdateProject:input_type -> ntt.iam.v1.UpdateProjectRequest
  2900  	11, // 37: ntt.iam.v1.ProjectService.DeleteProject:input_type -> ntt.iam.v1.DeleteProjectRequest
  2901  	12, // 38: ntt.iam.v1.ProjectService.SearchProjects:input_type -> ntt.iam.v1.SearchProjectsRequest
  2902  	24, // 39: ntt.iam.v1.ProjectService.ListMyProjects:input_type -> ntt.iam.v1.ListMyProjectsRequest
  2903  	25, // 40: ntt.iam.v1.ProjectService.SearchMyProjects:input_type -> ntt.iam.v1.SearchMyProjectsRequest
  2904  	20, // 41: ntt.iam.v1.ProjectService.GetProject:output_type -> ntt.iam.v1.Project
  2905  	2,  // 42: ntt.iam.v1.ProjectService.BatchGetProjects:output_type -> ntt.iam.v1.BatchGetProjectsResponse
  2906  	4,  // 43: ntt.iam.v1.ProjectService.ListProjects:output_type -> ntt.iam.v1.ListProjectsResponse
  2907  	6,  // 44: ntt.iam.v1.ProjectService.WatchProject:output_type -> ntt.iam.v1.WatchProjectResponse
  2908  	8,  // 45: ntt.iam.v1.ProjectService.WatchProjects:output_type -> ntt.iam.v1.WatchProjectsResponse
  2909  	20, // 46: ntt.iam.v1.ProjectService.CreateProject:output_type -> ntt.iam.v1.Project
  2910  	20, // 47: ntt.iam.v1.ProjectService.UpdateProject:output_type -> ntt.iam.v1.Project
  2911  	26, // 48: ntt.iam.v1.ProjectService.DeleteProject:output_type -> google.protobuf.Empty
  2912  	13, // 49: ntt.iam.v1.ProjectService.SearchProjects:output_type -> ntt.iam.v1.SearchProjectsResponse
  2913  	27, // 50: ntt.iam.v1.ProjectService.ListMyProjects:output_type -> ntt.iam.v1.ListMyProjectsResponse
  2914  	28, // 51: ntt.iam.v1.ProjectService.SearchMyProjects:output_type -> ntt.iam.v1.SearchMyProjectsResponse
  2915  	41, // [41:52] is the sub-list for method output_type
  2916  	30, // [30:41] is the sub-list for method input_type
  2917  	30, // [30:30] is the sub-list for extension type_name
  2918  	30, // [30:30] is the sub-list for extension extendee
  2919  	0,  // [0:30] is the sub-list for field type_name
  2920  }
  2921  
  2922  func init() { edgelq_iam_proto_v1_project_service_proto_init() }
  2923  func edgelq_iam_proto_v1_project_service_proto_init() {
  2924  	if edgelq_iam_proto_v1_project_service_proto != nil {
  2925  		return
  2926  	}
  2927  	if !protoimpl.UnsafeEnabled {
  2928  
  2929  		edgelq_iam_proto_v1_project_service_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
  2930  			switch v := v.(*GetProjectRequest); i {
  2931  			case 0:
  2932  				return &v.state
  2933  			case 1:
  2934  				return &v.sizeCache
  2935  			case 2:
  2936  				return &v.unknownFields
  2937  			default:
  2938  				return nil
  2939  			}
  2940  		}
  2941  		edgelq_iam_proto_v1_project_service_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
  2942  			switch v := v.(*BatchGetProjectsRequest); i {
  2943  			case 0:
  2944  				return &v.state
  2945  			case 1:
  2946  				return &v.sizeCache
  2947  			case 2:
  2948  				return &v.unknownFields
  2949  			default:
  2950  				return nil
  2951  			}
  2952  		}
  2953  		edgelq_iam_proto_v1_project_service_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
  2954  			switch v := v.(*BatchGetProjectsResponse); i {
  2955  			case 0:
  2956  				return &v.state
  2957  			case 1:
  2958  				return &v.sizeCache
  2959  			case 2:
  2960  				return &v.unknownFields
  2961  			default:
  2962  				return nil
  2963  			}
  2964  		}
  2965  		edgelq_iam_proto_v1_project_service_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
  2966  			switch v := v.(*ListProjectsRequest); i {
  2967  			case 0:
  2968  				return &v.state
  2969  			case 1:
  2970  				return &v.sizeCache
  2971  			case 2:
  2972  				return &v.unknownFields
  2973  			default:
  2974  				return nil
  2975  			}
  2976  		}
  2977  		edgelq_iam_proto_v1_project_service_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
  2978  			switch v := v.(*ListProjectsResponse); i {
  2979  			case 0:
  2980  				return &v.state
  2981  			case 1:
  2982  				return &v.sizeCache
  2983  			case 2:
  2984  				return &v.unknownFields
  2985  			default:
  2986  				return nil
  2987  			}
  2988  		}
  2989  		edgelq_iam_proto_v1_project_service_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
  2990  			switch v := v.(*WatchProjectRequest); i {
  2991  			case 0:
  2992  				return &v.state
  2993  			case 1:
  2994  				return &v.sizeCache
  2995  			case 2:
  2996  				return &v.unknownFields
  2997  			default:
  2998  				return nil
  2999  			}
  3000  		}
  3001  		edgelq_iam_proto_v1_project_service_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
  3002  			switch v := v.(*WatchProjectResponse); i {
  3003  			case 0:
  3004  				return &v.state
  3005  			case 1:
  3006  				return &v.sizeCache
  3007  			case 2:
  3008  				return &v.unknownFields
  3009  			default:
  3010  				return nil
  3011  			}
  3012  		}
  3013  		edgelq_iam_proto_v1_project_service_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
  3014  			switch v := v.(*WatchProjectsRequest); i {
  3015  			case 0:
  3016  				return &v.state
  3017  			case 1:
  3018  				return &v.sizeCache
  3019  			case 2:
  3020  				return &v.unknownFields
  3021  			default:
  3022  				return nil
  3023  			}
  3024  		}
  3025  		edgelq_iam_proto_v1_project_service_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
  3026  			switch v := v.(*WatchProjectsResponse); i {
  3027  			case 0:
  3028  				return &v.state
  3029  			case 1:
  3030  				return &v.sizeCache
  3031  			case 2:
  3032  				return &v.unknownFields
  3033  			default:
  3034  				return nil
  3035  			}
  3036  		}
  3037  		edgelq_iam_proto_v1_project_service_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
  3038  			switch v := v.(*CreateProjectRequest); i {
  3039  			case 0:
  3040  				return &v.state
  3041  			case 1:
  3042  				return &v.sizeCache
  3043  			case 2:
  3044  				return &v.unknownFields
  3045  			default:
  3046  				return nil
  3047  			}
  3048  		}
  3049  		edgelq_iam_proto_v1_project_service_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
  3050  			switch v := v.(*UpdateProjectRequest); i {
  3051  			case 0:
  3052  				return &v.state
  3053  			case 1:
  3054  				return &v.sizeCache
  3055  			case 2:
  3056  				return &v.unknownFields
  3057  			default:
  3058  				return nil
  3059  			}
  3060  		}
  3061  		edgelq_iam_proto_v1_project_service_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
  3062  			switch v := v.(*DeleteProjectRequest); i {
  3063  			case 0:
  3064  				return &v.state
  3065  			case 1:
  3066  				return &v.sizeCache
  3067  			case 2:
  3068  				return &v.unknownFields
  3069  			default:
  3070  				return nil
  3071  			}
  3072  		}
  3073  		edgelq_iam_proto_v1_project_service_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
  3074  			switch v := v.(*SearchProjectsRequest); i {
  3075  			case 0:
  3076  				return &v.state
  3077  			case 1:
  3078  				return &v.sizeCache
  3079  			case 2:
  3080  				return &v.unknownFields
  3081  			default:
  3082  				return nil
  3083  			}
  3084  		}
  3085  		edgelq_iam_proto_v1_project_service_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
  3086  			switch v := v.(*SearchProjectsResponse); i {
  3087  			case 0:
  3088  				return &v.state
  3089  			case 1:
  3090  				return &v.sizeCache
  3091  			case 2:
  3092  				return &v.unknownFields
  3093  			default:
  3094  				return nil
  3095  			}
  3096  		}
  3097  		edgelq_iam_proto_v1_project_service_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
  3098  			switch v := v.(*WatchProjectsResponse_PageTokenChange); i {
  3099  			case 0:
  3100  				return &v.state
  3101  			case 1:
  3102  				return &v.sizeCache
  3103  			case 2:
  3104  				return &v.unknownFields
  3105  			default:
  3106  				return nil
  3107  			}
  3108  		}
  3109  		edgelq_iam_proto_v1_project_service_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
  3110  			switch v := v.(*CreateProjectRequest_ResponseMask); i {
  3111  			case 0:
  3112  				return &v.state
  3113  			case 1:
  3114  				return &v.sizeCache
  3115  			case 2:
  3116  				return &v.unknownFields
  3117  			default:
  3118  				return nil
  3119  			}
  3120  		}
  3121  		edgelq_iam_proto_v1_project_service_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
  3122  			switch v := v.(*UpdateProjectRequest_CAS); i {
  3123  			case 0:
  3124  				return &v.state
  3125  			case 1:
  3126  				return &v.sizeCache
  3127  			case 2:
  3128  				return &v.unknownFields
  3129  			default:
  3130  				return nil
  3131  			}
  3132  		}
  3133  		edgelq_iam_proto_v1_project_service_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
  3134  			switch v := v.(*UpdateProjectRequest_ResponseMask); i {
  3135  			case 0:
  3136  				return &v.state
  3137  			case 1:
  3138  				return &v.sizeCache
  3139  			case 2:
  3140  				return &v.unknownFields
  3141  			default:
  3142  				return nil
  3143  			}
  3144  		}
  3145  	}
  3146  
  3147  	edgelq_iam_proto_v1_project_service_proto_msgTypes[15].OneofWrappers = []interface{}{
  3148  		(*CreateProjectRequest_ResponseMask_SkipEntireResponseBody)(nil),
  3149  		(*CreateProjectRequest_ResponseMask_BodyMask)(nil),
  3150  	}
  3151  	edgelq_iam_proto_v1_project_service_proto_msgTypes[17].OneofWrappers = []interface{}{
  3152  		(*UpdateProjectRequest_ResponseMask_SkipEntireResponseBody)(nil),
  3153  		(*UpdateProjectRequest_ResponseMask_UpdatedFieldsOnly)(nil),
  3154  		(*UpdateProjectRequest_ResponseMask_BodyMask)(nil),
  3155  	}
  3156  	type x struct{}
  3157  	out := protoimpl.TypeBuilder{
  3158  		File: protoimpl.DescBuilder{
  3159  			GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
  3160  			RawDescriptor: edgelq_iam_proto_v1_project_service_proto_rawDesc,
  3161  			NumEnums:      0,
  3162  			NumMessages:   18,
  3163  			NumExtensions: 0,
  3164  			NumServices:   1,
  3165  		},
  3166  		GoTypes:           edgelq_iam_proto_v1_project_service_proto_goTypes,
  3167  		DependencyIndexes: edgelq_iam_proto_v1_project_service_proto_depIdxs,
  3168  		MessageInfos:      edgelq_iam_proto_v1_project_service_proto_msgTypes,
  3169  	}.Build()
  3170  	edgelq_iam_proto_v1_project_service_proto = out.File
  3171  	edgelq_iam_proto_v1_project_service_proto_rawDesc = nil
  3172  	edgelq_iam_proto_v1_project_service_proto_goTypes = nil
  3173  	edgelq_iam_proto_v1_project_service_proto_depIdxs = nil
  3174  }