github.com/cloudwan/edgelq-sdk@v1.15.4/devices/client/v1/device/device_service.pb.go (about)

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