// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.26.0 // protoc v3.6.1 // source: proto-gorm/api/proto-gorm.proto package proto_gorm import ( _ "github.com/golang/protobuf/ptypes/empty" query "github.com/infobloxopen/atlas-app-toolkit/query" _ "github.com/infobloxopen/protoc-gen-gorm/options" _ "google.golang.org/genproto/googleapis/api/annotations" field_mask "google.golang.org/genproto/protobuf/field_mask" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" ) const ( // Verify that this generated code is sufficiently up-to-date. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) // Verify that runtime/protoimpl is sufficiently up-to-date. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) // WSMessage wraps PB Messages with its type for transit type WSMessage struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Method string `protobuf:"bytes,1,opt,name=method,proto3" json:"method,omitempty"` Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"` Streamid string `protobuf:"bytes,3,opt,name=streamid,proto3" json:"streamid,omitempty"` Body []byte `protobuf:"bytes,4,opt,name=body,proto3" json:"body,omitempty"` } func (x *WSMessage) Reset() { *x = WSMessage{} if protoimpl.UnsafeEnabled { mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *WSMessage) String() string { return protoimpl.X.MessageStringOf(x) } func (*WSMessage) ProtoMessage() {} func (x *WSMessage) ProtoReflect() protoreflect.Message { mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use WSMessage.ProtoReflect.Descriptor instead. func (*WSMessage) Descriptor() ([]byte, []int) { return file_proto_gorm_api_proto_gorm_proto_rawDescGZIP(), []int{0} } func (x *WSMessage) GetMethod() string { if x != nil { return x.Method } return "" } func (x *WSMessage) GetPath() string { if x != nil { return x.Path } return "" } func (x *WSMessage) GetStreamid() string { if x != nil { return x.Streamid } return "" } func (x *WSMessage) GetBody() []byte { if x != nil { return x.Body } return nil } // IntPoint is a basic message type representing a single cartesian point // that we want to store in a database type IntPoint struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` X int32 `protobuf:"varint,2,opt,name=x,proto3" json:"x,omitempty"` Y int32 `protobuf:"varint,3,opt,name=y,proto3" json:"y,omitempty"` } func (x *IntPoint) Reset() { *x = IntPoint{} if protoimpl.UnsafeEnabled { mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *IntPoint) String() string { return protoimpl.X.MessageStringOf(x) } func (*IntPoint) ProtoMessage() {} func (x *IntPoint) ProtoReflect() protoreflect.Message { mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use IntPoint.ProtoReflect.Descriptor instead. func (*IntPoint) Descriptor() ([]byte, []int) { return file_proto_gorm_api_proto_gorm_proto_rawDescGZIP(), []int{1} } func (x *IntPoint) GetId() uint32 { if x != nil { return x.Id } return 0 } func (x *IntPoint) GetX() int32 { if x != nil { return x.X } return 0 } func (x *IntPoint) GetY() int32 { if x != nil { return x.Y } return 0 } type CreateIntPointRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields // Convention dictates that this field be of the given type, and be // named 'payload' in order to autogenerate the handler Payload *IntPoint `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` } func (x *CreateIntPointRequest) Reset() { *x = CreateIntPointRequest{} if protoimpl.UnsafeEnabled { mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CreateIntPointRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*CreateIntPointRequest) ProtoMessage() {} func (x *CreateIntPointRequest) ProtoReflect() protoreflect.Message { mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[2] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CreateIntPointRequest.ProtoReflect.Descriptor instead. func (*CreateIntPointRequest) Descriptor() ([]byte, []int) { return file_proto_gorm_api_proto_gorm_proto_rawDescGZIP(), []int{2} } func (x *CreateIntPointRequest) GetPayload() *IntPoint { if x != nil { return x.Payload } return nil } type CreateIntPointResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields // Convention also requires that the return type be the same and named 'result' Result *IntPoint `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` } func (x *CreateIntPointResponse) Reset() { *x = CreateIntPointResponse{} if protoimpl.UnsafeEnabled { mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CreateIntPointResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*CreateIntPointResponse) ProtoMessage() {} func (x *CreateIntPointResponse) ProtoReflect() protoreflect.Message { mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[3] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CreateIntPointResponse.ProtoReflect.Descriptor instead. func (*CreateIntPointResponse) Descriptor() ([]byte, []int) { return file_proto_gorm_api_proto_gorm_proto_rawDescGZIP(), []int{3} } func (x *CreateIntPointResponse) GetResult() *IntPoint { if x != nil { return x.Result } return nil } type ReadIntPointRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields // For a read request, the id field is the only to be specified Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` Fields *query.FieldSelection `protobuf:"bytes,2,opt,name=fields,proto3" json:"fields,omitempty"` } func (x *ReadIntPointRequest) Reset() { *x = ReadIntPointRequest{} if protoimpl.UnsafeEnabled { mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ReadIntPointRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*ReadIntPointRequest) ProtoMessage() {} func (x *ReadIntPointRequest) ProtoReflect() protoreflect.Message { mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[4] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ReadIntPointRequest.ProtoReflect.Descriptor instead. func (*ReadIntPointRequest) Descriptor() ([]byte, []int) { return file_proto_gorm_api_proto_gorm_proto_rawDescGZIP(), []int{4} } func (x *ReadIntPointRequest) GetId() uint32 { if x != nil { return x.Id } return 0 } func (x *ReadIntPointRequest) GetFields() *query.FieldSelection { if x != nil { return x.Fields } return nil } type ReadIntPointResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields // Again the type with 'result' name Result *IntPoint `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` } func (x *ReadIntPointResponse) Reset() { *x = ReadIntPointResponse{} if protoimpl.UnsafeEnabled { mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ReadIntPointResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*ReadIntPointResponse) ProtoMessage() {} func (x *ReadIntPointResponse) ProtoReflect() protoreflect.Message { mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[5] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ReadIntPointResponse.ProtoReflect.Descriptor instead. func (*ReadIntPointResponse) Descriptor() ([]byte, []int) { return file_proto_gorm_api_proto_gorm_proto_rawDescGZIP(), []int{5} } func (x *ReadIntPointResponse) GetResult() *IntPoint { if x != nil { return x.Result } return nil } type UpdateIntPointRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Payload *IntPoint `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"` GerogeriGegege *field_mask.FieldMask `protobuf:"bytes,2,opt,name=gerogeri_gegege,json=gerogeriGegege,proto3" json:"gerogeri_gegege,omitempty"` } func (x *UpdateIntPointRequest) Reset() { *x = UpdateIntPointRequest{} if protoimpl.UnsafeEnabled { mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UpdateIntPointRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*UpdateIntPointRequest) ProtoMessage() {} func (x *UpdateIntPointRequest) ProtoReflect() protoreflect.Message { mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[6] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use UpdateIntPointRequest.ProtoReflect.Descriptor instead. func (*UpdateIntPointRequest) Descriptor() ([]byte, []int) { return file_proto_gorm_api_proto_gorm_proto_rawDescGZIP(), []int{6} } func (x *UpdateIntPointRequest) GetPayload() *IntPoint { if x != nil { return x.Payload } return nil } func (x *UpdateIntPointRequest) GetGerogeriGegege() *field_mask.FieldMask { if x != nil { return x.GerogeriGegege } return nil } type UpdateIntPointResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Result *IntPoint `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` } func (x *UpdateIntPointResponse) Reset() { *x = UpdateIntPointResponse{} if protoimpl.UnsafeEnabled { mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UpdateIntPointResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*UpdateIntPointResponse) ProtoMessage() {} func (x *UpdateIntPointResponse) ProtoReflect() protoreflect.Message { mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[7] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use UpdateIntPointResponse.ProtoReflect.Descriptor instead. func (*UpdateIntPointResponse) Descriptor() ([]byte, []int) { return file_proto_gorm_api_proto_gorm_proto_rawDescGZIP(), []int{7} } func (x *UpdateIntPointResponse) GetResult() *IntPoint { if x != nil { return x.Result } return nil } type UpdateSetIntPointRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Objects []*IntPoint `protobuf:"bytes,1,rep,name=objects,proto3" json:"objects,omitempty"` Masks []*field_mask.FieldMask `protobuf:"bytes,2,rep,name=masks,proto3" json:"masks,omitempty"` } func (x *UpdateSetIntPointRequest) Reset() { *x = UpdateSetIntPointRequest{} if protoimpl.UnsafeEnabled { mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UpdateSetIntPointRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*UpdateSetIntPointRequest) ProtoMessage() {} func (x *UpdateSetIntPointRequest) ProtoReflect() protoreflect.Message { mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[8] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use UpdateSetIntPointRequest.ProtoReflect.Descriptor instead. func (*UpdateSetIntPointRequest) Descriptor() ([]byte, []int) { return file_proto_gorm_api_proto_gorm_proto_rawDescGZIP(), []int{8} } func (x *UpdateSetIntPointRequest) GetObjects() []*IntPoint { if x != nil { return x.Objects } return nil } func (x *UpdateSetIntPointRequest) GetMasks() []*field_mask.FieldMask { if x != nil { return x.Masks } return nil } type UpdateSetIntPointResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Results []*IntPoint `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` } func (x *UpdateSetIntPointResponse) Reset() { *x = UpdateSetIntPointResponse{} if protoimpl.UnsafeEnabled { mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UpdateSetIntPointResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*UpdateSetIntPointResponse) ProtoMessage() {} func (x *UpdateSetIntPointResponse) ProtoReflect() protoreflect.Message { mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[9] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use UpdateSetIntPointResponse.ProtoReflect.Descriptor instead. func (*UpdateSetIntPointResponse) Descriptor() ([]byte, []int) { return file_proto_gorm_api_proto_gorm_proto_rawDescGZIP(), []int{9} } func (x *UpdateSetIntPointResponse) GetResults() []*IntPoint { if x != nil { return x.Results } return nil } type DeleteIntPointRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields // Only the id is needed for a delete request Id uint32 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` } func (x *DeleteIntPointRequest) Reset() { *x = DeleteIntPointRequest{} if protoimpl.UnsafeEnabled { mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeleteIntPointRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeleteIntPointRequest) ProtoMessage() {} func (x *DeleteIntPointRequest) ProtoReflect() protoreflect.Message { mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[10] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DeleteIntPointRequest.ProtoReflect.Descriptor instead. func (*DeleteIntPointRequest) Descriptor() ([]byte, []int) { return file_proto_gorm_api_proto_gorm_proto_rawDescGZIP(), []int{10} } func (x *DeleteIntPointRequest) GetId() uint32 { if x != nil { return x.Id } return 0 } type DeleteIntPointsRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields // Only the id is needed for a delete request Ids []uint32 `protobuf:"varint,1,rep,packed,name=ids,proto3" json:"ids,omitempty"` } func (x *DeleteIntPointsRequest) Reset() { *x = DeleteIntPointsRequest{} if protoimpl.UnsafeEnabled { mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeleteIntPointsRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeleteIntPointsRequest) ProtoMessage() {} func (x *DeleteIntPointsRequest) ProtoReflect() protoreflect.Message { mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[11] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DeleteIntPointsRequest.ProtoReflect.Descriptor instead. func (*DeleteIntPointsRequest) Descriptor() ([]byte, []int) { return file_proto_gorm_api_proto_gorm_proto_rawDescGZIP(), []int{11} } func (x *DeleteIntPointsRequest) GetIds() []uint32 { if x != nil { return x.Ids } return nil } // By convention, on DELETE no response data is given, so either a // google.protobuf.empty, or an empty struct is sufficient type DeleteIntPointResponse struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields } func (x *DeleteIntPointResponse) Reset() { *x = DeleteIntPointResponse{} if protoimpl.UnsafeEnabled { mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[12] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeleteIntPointResponse) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeleteIntPointResponse) ProtoMessage() {} func (x *DeleteIntPointResponse) ProtoReflect() protoreflect.Message { mi := &file_proto_gorm_api_proto_gorm_proto_msgTypes[12] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DeleteIntPointResponse.ProtoReflect.Descriptor instead. func (*DeleteIntPointResponse) Descriptor() ([]byte, []int) { return file_proto_gorm_api_proto_gorm_proto_rawDescGZIP(), []int{12} } var File_proto_gorm_api_proto_gorm_proto protoreflect.FileDescriptor var file_proto_gorm_api_proto_gorm_proto_rawDesc = []byte{ 0x0a, 0x1f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2d, 0x67, 0x6f, 0x72, 0x6d, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2d, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0a, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x1a, 0x1b, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x12, 0x6f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x29, 0x61, 0x74, 0x6c, 0x61, 0x73, 0x2f, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2f, 0x76, 0x31, 0x2f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x6f, 0x72, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x67, 0x0a, 0x09, 0x57, 0x53, 0x4d, 0x65, 0x73, 0x73, 0x61, 0x67, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x6d, 0x65, 0x74, 0x68, 0x6f, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x74, 0x68, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x70, 0x61, 0x74, 0x68, 0x12, 0x1a, 0x0a, 0x08, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x73, 0x74, 0x72, 0x65, 0x61, 0x6d, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x04, 0x62, 0x6f, 0x64, 0x79, 0x22, 0x3e, 0x0a, 0x08, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x02, 0x69, 0x64, 0x12, 0x0c, 0x0a, 0x01, 0x78, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x01, 0x78, 0x12, 0x0c, 0x0a, 0x01, 0x79, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x01, 0x79, 0x3a, 0x06, 0xba, 0xb9, 0x19, 0x02, 0x08, 0x01, 0x22, 0x47, 0x0a, 0x15, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2e, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x22, 0x46, 0x0a, 0x16, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2c, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x5d, 0x0a, 0x13, 0x52, 0x65, 0x61, 0x64, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x02, 0x69, 0x64, 0x12, 0x36, 0x0a, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x61, 0x74, 0x6c, 0x61, 0x73, 0x2e, 0x71, 0x75, 0x65, 0x72, 0x79, 0x2e, 0x76, 0x31, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x53, 0x65, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x06, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x73, 0x22, 0x44, 0x0a, 0x14, 0x52, 0x65, 0x61, 0x64, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2c, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x8c, 0x01, 0x0a, 0x15, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2e, 0x0a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x43, 0x0a, 0x0f, 0x67, 0x65, 0x72, 0x6f, 0x67, 0x65, 0x72, 0x69, 0x5f, 0x67, 0x65, 0x67, 0x65, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x52, 0x0e, 0x67, 0x65, 0x72, 0x6f, 0x67, 0x65, 0x72, 0x69, 0x47, 0x65, 0x67, 0x65, 0x67, 0x65, 0x22, 0x46, 0x0a, 0x16, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2c, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x7c, 0x0a, 0x18, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x74, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x2e, 0x0a, 0x07, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x07, 0x6f, 0x62, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x12, 0x30, 0x0a, 0x05, 0x6d, 0x61, 0x73, 0x6b, 0x73, 0x18, 0x02, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x52, 0x05, 0x6d, 0x61, 0x73, 0x6b, 0x73, 0x22, 0x4b, 0x0a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x74, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x14, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x22, 0x27, 0x0a, 0x15, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0d, 0x52, 0x02, 0x69, 0x64, 0x22, 0x2a, 0x0a, 0x16, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x69, 0x64, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0d, 0x52, 0x03, 0x69, 0x64, 0x73, 0x22, 0x18, 0x0a, 0x16, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x32, 0xb6, 0x04, 0x0a, 0x0f, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x6b, 0x0a, 0x06, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0x21, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x1a, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x14, 0x22, 0x09, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x3a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x61, 0x0a, 0x04, 0x52, 0x65, 0x61, 0x64, 0x12, 0x1f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x16, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x10, 0x12, 0x0e, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x78, 0x0a, 0x06, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x21, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x27, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x21, 0x32, 0x16, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2f, 0x7b, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x2e, 0x69, 0x64, 0x7d, 0x3a, 0x07, 0x70, 0x61, 0x79, 0x6c, 0x6f, 0x61, 0x64, 0x12, 0x5a, 0x0a, 0x09, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x74, 0x12, 0x24, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x74, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x25, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x53, 0x65, 0x74, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x75, 0x0a, 0x06, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x21, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x24, 0xba, 0xb9, 0x19, 0x0a, 0x0a, 0x08, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x10, 0x2a, 0x0e, 0x2f, 0x76, 0x31, 0x2f, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x1a, 0x06, 0xba, 0xb9, 0x19, 0x02, 0x08, 0x01, 0x32, 0xd4, 0x03, 0x0a, 0x0b, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x54, 0x78, 0x6e, 0x12, 0x51, 0x0a, 0x06, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x12, 0x21, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x4b, 0x0a, 0x04, 0x52, 0x65, 0x61, 0x64, 0x12, 0x1f, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x20, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x52, 0x65, 0x61, 0x64, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x51, 0x0a, 0x06, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x12, 0x21, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x00, 0x12, 0x60, 0x0a, 0x06, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x21, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x0f, 0xba, 0xb9, 0x19, 0x0b, 0x0a, 0x09, 0x69, 0x6e, 0x74, 0x5f, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x12, 0x64, 0x0a, 0x09, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x53, 0x65, 0x74, 0x12, 0x22, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x22, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x49, 0x6e, 0x74, 0x50, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x0f, 0xba, 0xb9, 0x19, 0x0b, 0x0a, 0x09, 0x69, 0x6e, 0x74, 0x5f, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x1a, 0x0a, 0xba, 0xb9, 0x19, 0x06, 0x08, 0x01, 0x10, 0x01, 0x18, 0x01, 0x42, 0x21, 0x5a, 0x1f, 0x67, 0x69, 0x74, 0x2e, 0x61, 0x6c, 0x66, 0x69, 0x2e, 0x6c, 0x69, 0x2f, 0x67, 0x61, 0x6d, 0x65, 0x6c, 0x61, 0x6e, 0x67, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x5f, 0x67, 0x6f, 0x72, 0x6d, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_proto_gorm_api_proto_gorm_proto_rawDescOnce sync.Once file_proto_gorm_api_proto_gorm_proto_rawDescData = file_proto_gorm_api_proto_gorm_proto_rawDesc ) func file_proto_gorm_api_proto_gorm_proto_rawDescGZIP() []byte { file_proto_gorm_api_proto_gorm_proto_rawDescOnce.Do(func() { file_proto_gorm_api_proto_gorm_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_gorm_api_proto_gorm_proto_rawDescData) }) return file_proto_gorm_api_proto_gorm_proto_rawDescData } var file_proto_gorm_api_proto_gorm_proto_msgTypes = make([]protoimpl.MessageInfo, 13) var file_proto_gorm_api_proto_gorm_proto_goTypes = []interface{}{ (*WSMessage)(nil), // 0: proto_gorm.WSMessage (*IntPoint)(nil), // 1: proto_gorm.IntPoint (*CreateIntPointRequest)(nil), // 2: proto_gorm.CreateIntPointRequest (*CreateIntPointResponse)(nil), // 3: proto_gorm.CreateIntPointResponse (*ReadIntPointRequest)(nil), // 4: proto_gorm.ReadIntPointRequest (*ReadIntPointResponse)(nil), // 5: proto_gorm.ReadIntPointResponse (*UpdateIntPointRequest)(nil), // 6: proto_gorm.UpdateIntPointRequest (*UpdateIntPointResponse)(nil), // 7: proto_gorm.UpdateIntPointResponse (*UpdateSetIntPointRequest)(nil), // 8: proto_gorm.UpdateSetIntPointRequest (*UpdateSetIntPointResponse)(nil), // 9: proto_gorm.UpdateSetIntPointResponse (*DeleteIntPointRequest)(nil), // 10: proto_gorm.DeleteIntPointRequest (*DeleteIntPointsRequest)(nil), // 11: proto_gorm.DeleteIntPointsRequest (*DeleteIntPointResponse)(nil), // 12: proto_gorm.DeleteIntPointResponse (*query.FieldSelection)(nil), // 13: atlas.query.v1.FieldSelection (*field_mask.FieldMask)(nil), // 14: google.protobuf.FieldMask } var file_proto_gorm_api_proto_gorm_proto_depIdxs = []int32{ 1, // 0: proto_gorm.CreateIntPointRequest.payload:type_name -> proto_gorm.IntPoint 1, // 1: proto_gorm.CreateIntPointResponse.result:type_name -> proto_gorm.IntPoint 13, // 2: proto_gorm.ReadIntPointRequest.fields:type_name -> atlas.query.v1.FieldSelection 1, // 3: proto_gorm.ReadIntPointResponse.result:type_name -> proto_gorm.IntPoint 1, // 4: proto_gorm.UpdateIntPointRequest.payload:type_name -> proto_gorm.IntPoint 14, // 5: proto_gorm.UpdateIntPointRequest.gerogeri_gegege:type_name -> google.protobuf.FieldMask 1, // 6: proto_gorm.UpdateIntPointResponse.result:type_name -> proto_gorm.IntPoint 1, // 7: proto_gorm.UpdateSetIntPointRequest.objects:type_name -> proto_gorm.IntPoint 14, // 8: proto_gorm.UpdateSetIntPointRequest.masks:type_name -> google.protobuf.FieldMask 1, // 9: proto_gorm.UpdateSetIntPointResponse.results:type_name -> proto_gorm.IntPoint 2, // 10: proto_gorm.IntPointService.Create:input_type -> proto_gorm.CreateIntPointRequest 4, // 11: proto_gorm.IntPointService.Read:input_type -> proto_gorm.ReadIntPointRequest 6, // 12: proto_gorm.IntPointService.Update:input_type -> proto_gorm.UpdateIntPointRequest 8, // 13: proto_gorm.IntPointService.UpdateSet:input_type -> proto_gorm.UpdateSetIntPointRequest 10, // 14: proto_gorm.IntPointService.Delete:input_type -> proto_gorm.DeleteIntPointRequest 2, // 15: proto_gorm.IntPointTxn.Create:input_type -> proto_gorm.CreateIntPointRequest 4, // 16: proto_gorm.IntPointTxn.Read:input_type -> proto_gorm.ReadIntPointRequest 6, // 17: proto_gorm.IntPointTxn.Update:input_type -> proto_gorm.UpdateIntPointRequest 10, // 18: proto_gorm.IntPointTxn.Delete:input_type -> proto_gorm.DeleteIntPointRequest 11, // 19: proto_gorm.IntPointTxn.DeleteSet:input_type -> proto_gorm.DeleteIntPointsRequest 3, // 20: proto_gorm.IntPointService.Create:output_type -> proto_gorm.CreateIntPointResponse 5, // 21: proto_gorm.IntPointService.Read:output_type -> proto_gorm.ReadIntPointResponse 7, // 22: proto_gorm.IntPointService.Update:output_type -> proto_gorm.UpdateIntPointResponse 9, // 23: proto_gorm.IntPointService.UpdateSet:output_type -> proto_gorm.UpdateSetIntPointResponse 12, // 24: proto_gorm.IntPointService.Delete:output_type -> proto_gorm.DeleteIntPointResponse 3, // 25: proto_gorm.IntPointTxn.Create:output_type -> proto_gorm.CreateIntPointResponse 5, // 26: proto_gorm.IntPointTxn.Read:output_type -> proto_gorm.ReadIntPointResponse 7, // 27: proto_gorm.IntPointTxn.Update:output_type -> proto_gorm.UpdateIntPointResponse 12, // 28: proto_gorm.IntPointTxn.Delete:output_type -> proto_gorm.DeleteIntPointResponse 12, // 29: proto_gorm.IntPointTxn.DeleteSet:output_type -> proto_gorm.DeleteIntPointResponse 20, // [20:30] is the sub-list for method output_type 10, // [10:20] is the sub-list for method input_type 10, // [10:10] is the sub-list for extension type_name 10, // [10:10] is the sub-list for extension extendee 0, // [0:10] is the sub-list for field type_name } func init() { file_proto_gorm_api_proto_gorm_proto_init() } func file_proto_gorm_api_proto_gorm_proto_init() { if File_proto_gorm_api_proto_gorm_proto != nil { return } if !protoimpl.UnsafeEnabled { file_proto_gorm_api_proto_gorm_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*WSMessage); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_gorm_api_proto_gorm_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*IntPoint); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_gorm_api_proto_gorm_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateIntPointRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_gorm_api_proto_gorm_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*CreateIntPointResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_gorm_api_proto_gorm_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReadIntPointRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_gorm_api_proto_gorm_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*ReadIntPointResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_gorm_api_proto_gorm_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateIntPointRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_gorm_api_proto_gorm_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateIntPointResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_gorm_api_proto_gorm_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateSetIntPointRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_gorm_api_proto_gorm_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*UpdateSetIntPointResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_gorm_api_proto_gorm_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteIntPointRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_gorm_api_proto_gorm_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteIntPointsRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_gorm_api_proto_gorm_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} { switch v := v.(*DeleteIntPointResponse); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_proto_gorm_api_proto_gorm_proto_rawDesc, NumEnums: 0, NumMessages: 13, NumExtensions: 0, NumServices: 2, }, GoTypes: file_proto_gorm_api_proto_gorm_proto_goTypes, DependencyIndexes: file_proto_gorm_api_proto_gorm_proto_depIdxs, MessageInfos: file_proto_gorm_api_proto_gorm_proto_msgTypes, }.Build() File_proto_gorm_api_proto_gorm_proto = out.File file_proto_gorm_api_proto_gorm_proto_rawDesc = nil file_proto_gorm_api_proto_gorm_proto_goTypes = nil file_proto_gorm_api_proto_gorm_proto_depIdxs = nil }