propertyv1

package
v1.16.6 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 26, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Overview

Package propertyv1 is a generated GoMock package.

Index

Constants

View Source
const (
	PropertyService_AddPropertyType_FullMethodName    = "/property.v1.PropertyService/AddPropertyType"
	PropertyService_ListPropertyType_FullMethodName   = "/property.v1.PropertyService/ListPropertyType"
	PropertyService_AddLocality_FullMethodName        = "/property.v1.PropertyService/AddLocality"
	PropertyService_DeleteLocality_FullMethodName     = "/property.v1.PropertyService/DeleteLocality"
	PropertyService_CreateProperty_FullMethodName     = "/property.v1.PropertyService/CreateProperty"
	PropertyService_UpdateProperty_FullMethodName     = "/property.v1.PropertyService/UpdateProperty"
	PropertyService_DeleteProperty_FullMethodName     = "/property.v1.PropertyService/DeleteProperty"
	PropertyService_StateOfProperty_FullMethodName    = "/property.v1.PropertyService/StateOfProperty"
	PropertyService_HistoryOfProperty_FullMethodName  = "/property.v1.PropertyService/HistoryOfProperty"
	PropertyService_SearchProperty_FullMethodName     = "/property.v1.PropertyService/SearchProperty"
	PropertyService_ListSubscription_FullMethodName   = "/property.v1.PropertyService/ListSubscription"
	PropertyService_AddSubscription_FullMethodName    = "/property.v1.PropertyService/AddSubscription"
	PropertyService_DeleteSubscription_FullMethodName = "/property.v1.PropertyService/DeleteSubscription"
)

Variables

View Source
var File_property_v1_property_proto protoreflect.FileDescriptor
View Source
var PropertyService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "property.v1.PropertyService",
	HandlerType: (*PropertyServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "AddPropertyType",
			Handler:    _PropertyService_AddPropertyType_Handler,
		},
		{
			MethodName: "AddLocality",
			Handler:    _PropertyService_AddLocality_Handler,
		},
		{
			MethodName: "DeleteLocality",
			Handler:    _PropertyService_DeleteLocality_Handler,
		},
		{
			MethodName: "CreateProperty",
			Handler:    _PropertyService_CreateProperty_Handler,
		},
		{
			MethodName: "UpdateProperty",
			Handler:    _PropertyService_UpdateProperty_Handler,
		},
		{
			MethodName: "DeleteProperty",
			Handler:    _PropertyService_DeleteProperty_Handler,
		},
		{
			MethodName: "StateOfProperty",
			Handler:    _PropertyService_StateOfProperty_Handler,
		},
		{
			MethodName: "AddSubscription",
			Handler:    _PropertyService_AddSubscription_Handler,
		},
		{
			MethodName: "DeleteSubscription",
			Handler:    _PropertyService_DeleteSubscription_Handler,
		},
	},
	Streams: []grpc.StreamDesc{
		{
			StreamName:    "ListPropertyType",
			Handler:       _PropertyService_ListPropertyType_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "HistoryOfProperty",
			Handler:       _PropertyService_HistoryOfProperty_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "SearchProperty",
			Handler:       _PropertyService_SearchProperty_Handler,
			ServerStreams: true,
		},
		{
			StreamName:    "ListSubscription",
			Handler:       _PropertyService_ListSubscription_Handler,
			ServerStreams: true,
		},
	},
	Metadata: "property/v1/property.proto",
}

PropertyService_ServiceDesc is the grpc.ServiceDesc for PropertyService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterPropertyServiceServer

func RegisterPropertyServiceServer(s grpc.ServiceRegistrar, srv PropertyServiceServer)

func ToContext

func ToContext(ctx context.Context, client *PropertyClient) context.Context

Types

type AddLocalityRequest

type AddLocalityRequest struct {
	Data *Locality `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*AddLocalityRequest) Descriptor deprecated

func (*AddLocalityRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddLocalityRequest.ProtoReflect.Descriptor instead.

func (*AddLocalityRequest) GetData

func (x *AddLocalityRequest) GetData() *Locality

func (*AddLocalityRequest) ProtoMessage

func (*AddLocalityRequest) ProtoMessage()

func (*AddLocalityRequest) ProtoReflect

func (x *AddLocalityRequest) ProtoReflect() protoreflect.Message

func (*AddLocalityRequest) Reset

func (x *AddLocalityRequest) Reset()

func (*AddLocalityRequest) String

func (x *AddLocalityRequest) String() string

type AddLocalityResponse

type AddLocalityResponse struct {
	Data *Locality `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*AddLocalityResponse) Descriptor deprecated

func (*AddLocalityResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddLocalityResponse.ProtoReflect.Descriptor instead.

func (*AddLocalityResponse) GetData

func (x *AddLocalityResponse) GetData() *Locality

func (*AddLocalityResponse) ProtoMessage

func (*AddLocalityResponse) ProtoMessage()

func (*AddLocalityResponse) ProtoReflect

func (x *AddLocalityResponse) ProtoReflect() protoreflect.Message

func (*AddLocalityResponse) Reset

func (x *AddLocalityResponse) Reset()

func (*AddLocalityResponse) String

func (x *AddLocalityResponse) String() string

type AddPropertyTypeRequest

type AddPropertyTypeRequest struct {
	Data *PropertyType `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*AddPropertyTypeRequest) Descriptor deprecated

func (*AddPropertyTypeRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddPropertyTypeRequest.ProtoReflect.Descriptor instead.

func (*AddPropertyTypeRequest) GetData

func (x *AddPropertyTypeRequest) GetData() *PropertyType

func (*AddPropertyTypeRequest) ProtoMessage

func (*AddPropertyTypeRequest) ProtoMessage()

func (*AddPropertyTypeRequest) ProtoReflect

func (x *AddPropertyTypeRequest) ProtoReflect() protoreflect.Message

func (*AddPropertyTypeRequest) Reset

func (x *AddPropertyTypeRequest) Reset()

func (*AddPropertyTypeRequest) String

func (x *AddPropertyTypeRequest) String() string

type AddPropertyTypeResponse

type AddPropertyTypeResponse struct {
	Data *PropertyType `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*AddPropertyTypeResponse) Descriptor deprecated

func (*AddPropertyTypeResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddPropertyTypeResponse.ProtoReflect.Descriptor instead.

func (*AddPropertyTypeResponse) GetData

func (x *AddPropertyTypeResponse) GetData() *PropertyType

func (*AddPropertyTypeResponse) ProtoMessage

func (*AddPropertyTypeResponse) ProtoMessage()

func (*AddPropertyTypeResponse) ProtoReflect

func (x *AddPropertyTypeResponse) ProtoReflect() protoreflect.Message

func (*AddPropertyTypeResponse) Reset

func (x *AddPropertyTypeResponse) Reset()

func (*AddPropertyTypeResponse) String

func (x *AddPropertyTypeResponse) String() string

type AddSubscriptionRequest

type AddSubscriptionRequest struct {
	Data *Subscription `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*AddSubscriptionRequest) Descriptor deprecated

func (*AddSubscriptionRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddSubscriptionRequest.ProtoReflect.Descriptor instead.

func (*AddSubscriptionRequest) GetData

func (x *AddSubscriptionRequest) GetData() *Subscription

func (*AddSubscriptionRequest) ProtoMessage

func (*AddSubscriptionRequest) ProtoMessage()

func (*AddSubscriptionRequest) ProtoReflect

func (x *AddSubscriptionRequest) ProtoReflect() protoreflect.Message

func (*AddSubscriptionRequest) Reset

func (x *AddSubscriptionRequest) Reset()

func (*AddSubscriptionRequest) String

func (x *AddSubscriptionRequest) String() string

type AddSubscriptionResponse

type AddSubscriptionResponse struct {
	Data *Subscription `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*AddSubscriptionResponse) Descriptor deprecated

func (*AddSubscriptionResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddSubscriptionResponse.ProtoReflect.Descriptor instead.

func (*AddSubscriptionResponse) GetData

func (x *AddSubscriptionResponse) GetData() *Subscription

func (*AddSubscriptionResponse) ProtoMessage

func (*AddSubscriptionResponse) ProtoMessage()

func (*AddSubscriptionResponse) ProtoReflect

func (x *AddSubscriptionResponse) ProtoReflect() protoreflect.Message

func (*AddSubscriptionResponse) Reset

func (x *AddSubscriptionResponse) Reset()

func (*AddSubscriptionResponse) String

func (x *AddSubscriptionResponse) String() string

type CreatePropertyRequest

type CreatePropertyRequest struct {
	Data *Property `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePropertyRequest) Descriptor deprecated

func (*CreatePropertyRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreatePropertyRequest.ProtoReflect.Descriptor instead.

func (*CreatePropertyRequest) GetData

func (x *CreatePropertyRequest) GetData() *Property

func (*CreatePropertyRequest) ProtoMessage

func (*CreatePropertyRequest) ProtoMessage()

func (*CreatePropertyRequest) ProtoReflect

func (x *CreatePropertyRequest) ProtoReflect() protoreflect.Message

func (*CreatePropertyRequest) Reset

func (x *CreatePropertyRequest) Reset()

func (*CreatePropertyRequest) String

func (x *CreatePropertyRequest) String() string

type CreatePropertyResponse

type CreatePropertyResponse struct {
	Data *Property `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePropertyResponse) Descriptor deprecated

func (*CreatePropertyResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreatePropertyResponse.ProtoReflect.Descriptor instead.

func (*CreatePropertyResponse) GetData

func (x *CreatePropertyResponse) GetData() *Property

func (*CreatePropertyResponse) ProtoMessage

func (*CreatePropertyResponse) ProtoMessage()

func (*CreatePropertyResponse) ProtoReflect

func (x *CreatePropertyResponse) ProtoReflect() protoreflect.Message

func (*CreatePropertyResponse) Reset

func (x *CreatePropertyResponse) Reset()

func (*CreatePropertyResponse) String

func (x *CreatePropertyResponse) String() string

type DeleteLocalityRequest

type DeleteLocalityRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteLocalityRequest) Descriptor deprecated

func (*DeleteLocalityRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteLocalityRequest.ProtoReflect.Descriptor instead.

func (*DeleteLocalityRequest) GetId

func (x *DeleteLocalityRequest) GetId() string

func (*DeleteLocalityRequest) ProtoMessage

func (*DeleteLocalityRequest) ProtoMessage()

func (*DeleteLocalityRequest) ProtoReflect

func (x *DeleteLocalityRequest) ProtoReflect() protoreflect.Message

func (*DeleteLocalityRequest) Reset

func (x *DeleteLocalityRequest) Reset()

func (*DeleteLocalityRequest) String

func (x *DeleteLocalityRequest) String() string

type DeleteLocalityResponse

type DeleteLocalityResponse struct {
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteLocalityResponse) Descriptor deprecated

func (*DeleteLocalityResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteLocalityResponse.ProtoReflect.Descriptor instead.

func (*DeleteLocalityResponse) GetSuccess

func (x *DeleteLocalityResponse) GetSuccess() bool

func (*DeleteLocalityResponse) ProtoMessage

func (*DeleteLocalityResponse) ProtoMessage()

func (*DeleteLocalityResponse) ProtoReflect

func (x *DeleteLocalityResponse) ProtoReflect() protoreflect.Message

func (*DeleteLocalityResponse) Reset

func (x *DeleteLocalityResponse) Reset()

func (*DeleteLocalityResponse) String

func (x *DeleteLocalityResponse) String() string

type DeletePropertyRequest

type DeletePropertyRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeletePropertyRequest) Descriptor deprecated

func (*DeletePropertyRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeletePropertyRequest.ProtoReflect.Descriptor instead.

func (*DeletePropertyRequest) GetId

func (x *DeletePropertyRequest) GetId() string

func (*DeletePropertyRequest) ProtoMessage

func (*DeletePropertyRequest) ProtoMessage()

func (*DeletePropertyRequest) ProtoReflect

func (x *DeletePropertyRequest) ProtoReflect() protoreflect.Message

func (*DeletePropertyRequest) Reset

func (x *DeletePropertyRequest) Reset()

func (*DeletePropertyRequest) String

func (x *DeletePropertyRequest) String() string

type DeletePropertyResponse

type DeletePropertyResponse struct {
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*DeletePropertyResponse) Descriptor deprecated

func (*DeletePropertyResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeletePropertyResponse.ProtoReflect.Descriptor instead.

func (*DeletePropertyResponse) GetSuccess

func (x *DeletePropertyResponse) GetSuccess() bool

func (*DeletePropertyResponse) ProtoMessage

func (*DeletePropertyResponse) ProtoMessage()

func (*DeletePropertyResponse) ProtoReflect

func (x *DeletePropertyResponse) ProtoReflect() protoreflect.Message

func (*DeletePropertyResponse) Reset

func (x *DeletePropertyResponse) Reset()

func (*DeletePropertyResponse) String

func (x *DeletePropertyResponse) String() string

type DeleteSubscriptionRequest

type DeleteSubscriptionRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteSubscriptionRequest) Descriptor deprecated

func (*DeleteSubscriptionRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteSubscriptionRequest.ProtoReflect.Descriptor instead.

func (*DeleteSubscriptionRequest) GetId

func (x *DeleteSubscriptionRequest) GetId() string

func (*DeleteSubscriptionRequest) ProtoMessage

func (*DeleteSubscriptionRequest) ProtoMessage()

func (*DeleteSubscriptionRequest) ProtoReflect

func (*DeleteSubscriptionRequest) Reset

func (x *DeleteSubscriptionRequest) Reset()

func (*DeleteSubscriptionRequest) String

func (x *DeleteSubscriptionRequest) String() string

type DeleteSubscriptionResponse

type DeleteSubscriptionResponse struct {
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteSubscriptionResponse) Descriptor deprecated

func (*DeleteSubscriptionResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteSubscriptionResponse.ProtoReflect.Descriptor instead.

func (*DeleteSubscriptionResponse) GetSuccess

func (x *DeleteSubscriptionResponse) GetSuccess() bool

func (*DeleteSubscriptionResponse) ProtoMessage

func (*DeleteSubscriptionResponse) ProtoMessage()

func (*DeleteSubscriptionResponse) ProtoReflect

func (*DeleteSubscriptionResponse) Reset

func (x *DeleteSubscriptionResponse) Reset()

func (*DeleteSubscriptionResponse) String

func (x *DeleteSubscriptionResponse) String() string

type HistoryOfPropertyRequest

type HistoryOfPropertyRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*HistoryOfPropertyRequest) Descriptor deprecated

func (*HistoryOfPropertyRequest) Descriptor() ([]byte, []int)

Deprecated: Use HistoryOfPropertyRequest.ProtoReflect.Descriptor instead.

func (*HistoryOfPropertyRequest) GetId

func (x *HistoryOfPropertyRequest) GetId() string

func (*HistoryOfPropertyRequest) ProtoMessage

func (*HistoryOfPropertyRequest) ProtoMessage()

func (*HistoryOfPropertyRequest) ProtoReflect

func (x *HistoryOfPropertyRequest) ProtoReflect() protoreflect.Message

func (*HistoryOfPropertyRequest) Reset

func (x *HistoryOfPropertyRequest) Reset()

func (*HistoryOfPropertyRequest) String

func (x *HistoryOfPropertyRequest) String() string

type HistoryOfPropertyResponse

type HistoryOfPropertyResponse struct {
	Data []*PropertyState `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*HistoryOfPropertyResponse) Descriptor deprecated

func (*HistoryOfPropertyResponse) Descriptor() ([]byte, []int)

Deprecated: Use HistoryOfPropertyResponse.ProtoReflect.Descriptor instead.

func (*HistoryOfPropertyResponse) GetData

func (x *HistoryOfPropertyResponse) GetData() []*PropertyState

func (*HistoryOfPropertyResponse) ProtoMessage

func (*HistoryOfPropertyResponse) ProtoMessage()

func (*HistoryOfPropertyResponse) ProtoReflect

func (*HistoryOfPropertyResponse) Reset

func (x *HistoryOfPropertyResponse) Reset()

func (*HistoryOfPropertyResponse) String

func (x *HistoryOfPropertyResponse) String() string

type ListPropertyTypeRequest

type ListPropertyTypeRequest struct {
	Query      string            `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	Page       int64             `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"`
	Count      int32             `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`
	StartDate  string            `protobuf:"bytes,4,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"`
	EndDate    string            `protobuf:"bytes,5,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"`
	Properties []string          `protobuf:"bytes,6,rep,name=properties,proto3" json:"properties,omitempty"`
	Extras     map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListPropertyTypeRequest) Descriptor deprecated

func (*ListPropertyTypeRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListPropertyTypeRequest.ProtoReflect.Descriptor instead.

func (*ListPropertyTypeRequest) GetCount

func (x *ListPropertyTypeRequest) GetCount() int32

func (*ListPropertyTypeRequest) GetEndDate

func (x *ListPropertyTypeRequest) GetEndDate() string

func (*ListPropertyTypeRequest) GetExtras

func (x *ListPropertyTypeRequest) GetExtras() map[string]string

func (*ListPropertyTypeRequest) GetPage

func (x *ListPropertyTypeRequest) GetPage() int64

func (*ListPropertyTypeRequest) GetProperties

func (x *ListPropertyTypeRequest) GetProperties() []string

func (*ListPropertyTypeRequest) GetQuery

func (x *ListPropertyTypeRequest) GetQuery() string

func (*ListPropertyTypeRequest) GetStartDate

func (x *ListPropertyTypeRequest) GetStartDate() string

func (*ListPropertyTypeRequest) ProtoMessage

func (*ListPropertyTypeRequest) ProtoMessage()

func (*ListPropertyTypeRequest) ProtoReflect

func (x *ListPropertyTypeRequest) ProtoReflect() protoreflect.Message

func (*ListPropertyTypeRequest) Reset

func (x *ListPropertyTypeRequest) Reset()

func (*ListPropertyTypeRequest) String

func (x *ListPropertyTypeRequest) String() string

type ListPropertyTypeResponse

type ListPropertyTypeResponse struct {
	Data []*PropertyType `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPropertyTypeResponse) Descriptor deprecated

func (*ListPropertyTypeResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListPropertyTypeResponse.ProtoReflect.Descriptor instead.

func (*ListPropertyTypeResponse) GetData

func (x *ListPropertyTypeResponse) GetData() []*PropertyType

func (*ListPropertyTypeResponse) ProtoMessage

func (*ListPropertyTypeResponse) ProtoMessage()

func (*ListPropertyTypeResponse) ProtoReflect

func (x *ListPropertyTypeResponse) ProtoReflect() protoreflect.Message

func (*ListPropertyTypeResponse) Reset

func (x *ListPropertyTypeResponse) Reset()

func (*ListPropertyTypeResponse) String

func (x *ListPropertyTypeResponse) String() string

type ListSubscriptionRequest

type ListSubscriptionRequest struct {
	PropertyId string `protobuf:"bytes,1,opt,name=property_id,json=propertyId,proto3" json:"property_id,omitempty"`
	Query      string `protobuf:"bytes,2,opt,name=query,proto3" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSubscriptionRequest) Descriptor deprecated

func (*ListSubscriptionRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListSubscriptionRequest.ProtoReflect.Descriptor instead.

func (*ListSubscriptionRequest) GetPropertyId

func (x *ListSubscriptionRequest) GetPropertyId() string

func (*ListSubscriptionRequest) GetQuery

func (x *ListSubscriptionRequest) GetQuery() string

func (*ListSubscriptionRequest) ProtoMessage

func (*ListSubscriptionRequest) ProtoMessage()

func (*ListSubscriptionRequest) ProtoReflect

func (x *ListSubscriptionRequest) ProtoReflect() protoreflect.Message

func (*ListSubscriptionRequest) Reset

func (x *ListSubscriptionRequest) Reset()

func (*ListSubscriptionRequest) String

func (x *ListSubscriptionRequest) String() string

type ListSubscriptionResponse

type ListSubscriptionResponse struct {
	Data []*Subscription `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSubscriptionResponse) Descriptor deprecated

func (*ListSubscriptionResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListSubscriptionResponse.ProtoReflect.Descriptor instead.

func (*ListSubscriptionResponse) GetData

func (x *ListSubscriptionResponse) GetData() []*Subscription

func (*ListSubscriptionResponse) ProtoMessage

func (*ListSubscriptionResponse) ProtoMessage()

func (*ListSubscriptionResponse) ProtoReflect

func (x *ListSubscriptionResponse) ProtoReflect() protoreflect.Message

func (*ListSubscriptionResponse) Reset

func (x *ListSubscriptionResponse) Reset()

func (*ListSubscriptionResponse) String

func (x *ListSubscriptionResponse) String() string

type Locality

type Locality struct {
	Id          string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ParentId    string                 `protobuf:"bytes,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	Name        string                 `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Description string                 `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	Extras      map[string]string      `` /* 153-byte string literal not displayed */
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Types that are assignable to Feature:
	//
	//	*Locality_Point
	//	*Locality_Boundary
	Feature isLocality_Feature `protobuf_oneof:"feature"`
	// contains filtered or unexported fields
}

func (*Locality) Descriptor deprecated

func (*Locality) Descriptor() ([]byte, []int)

Deprecated: Use Locality.ProtoReflect.Descriptor instead.

func (*Locality) GetBoundary

func (x *Locality) GetBoundary() string

func (*Locality) GetCreatedAt

func (x *Locality) GetCreatedAt() *timestamppb.Timestamp

func (*Locality) GetDescription

func (x *Locality) GetDescription() string

func (*Locality) GetExtras

func (x *Locality) GetExtras() map[string]string

func (*Locality) GetFeature

func (m *Locality) GetFeature() isLocality_Feature

func (*Locality) GetId

func (x *Locality) GetId() string

func (*Locality) GetName

func (x *Locality) GetName() string

func (*Locality) GetParentId

func (x *Locality) GetParentId() string

func (*Locality) GetPoint

func (x *Locality) GetPoint() string

func (*Locality) ProtoMessage

func (*Locality) ProtoMessage()

func (*Locality) ProtoReflect

func (x *Locality) ProtoReflect() protoreflect.Message

func (*Locality) Reset

func (x *Locality) Reset()

func (*Locality) String

func (x *Locality) String() string

type Locality_Boundary

type Locality_Boundary struct {
	Boundary string `protobuf:"bytes,4,opt,name=boundary,proto3,oneof"`
}

type Locality_Point

type Locality_Point struct {
	Point string `protobuf:"bytes,3,opt,name=point,proto3,oneof"`
}

type MockPropertyServiceClient

type MockPropertyServiceClient struct {
	// contains filtered or unexported fields
}

MockPropertyServiceClient is a mock of PropertyServiceClient interface.

func NewMockPropertyServiceClient

func NewMockPropertyServiceClient(ctrl *gomock.Controller) *MockPropertyServiceClient

NewMockPropertyServiceClient creates a new mock instance.

func (*MockPropertyServiceClient) AddLocality

AddLocality mocks base method.

func (*MockPropertyServiceClient) AddPropertyType

AddPropertyType mocks base method.

func (*MockPropertyServiceClient) AddSubscription

AddSubscription mocks base method.

func (*MockPropertyServiceClient) CreateProperty

CreateProperty mocks base method.

func (*MockPropertyServiceClient) DeleteLocality

DeleteLocality mocks base method.

func (*MockPropertyServiceClient) DeleteProperty

DeleteProperty mocks base method.

func (*MockPropertyServiceClient) DeleteSubscription

DeleteSubscription mocks base method.

func (*MockPropertyServiceClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockPropertyServiceClient) HistoryOfProperty

HistoryOfProperty mocks base method.

func (*MockPropertyServiceClient) ListPropertyType

ListPropertyType mocks base method.

func (*MockPropertyServiceClient) ListSubscription

ListSubscription mocks base method.

func (*MockPropertyServiceClient) SearchProperty

SearchProperty mocks base method.

func (*MockPropertyServiceClient) StateOfProperty

StateOfProperty mocks base method.

func (*MockPropertyServiceClient) UpdateProperty

UpdateProperty mocks base method.

type MockPropertyServiceClientMockRecorder

type MockPropertyServiceClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockPropertyServiceClientMockRecorder is the mock recorder for MockPropertyServiceClient.

func (*MockPropertyServiceClientMockRecorder) AddLocality

func (mr *MockPropertyServiceClientMockRecorder) AddLocality(ctx, in any, opts ...any) *gomock.Call

AddLocality indicates an expected call of AddLocality.

func (*MockPropertyServiceClientMockRecorder) AddPropertyType

func (mr *MockPropertyServiceClientMockRecorder) AddPropertyType(ctx, in any, opts ...any) *gomock.Call

AddPropertyType indicates an expected call of AddPropertyType.

func (*MockPropertyServiceClientMockRecorder) AddSubscription

func (mr *MockPropertyServiceClientMockRecorder) AddSubscription(ctx, in any, opts ...any) *gomock.Call

AddSubscription indicates an expected call of AddSubscription.

func (*MockPropertyServiceClientMockRecorder) CreateProperty

func (mr *MockPropertyServiceClientMockRecorder) CreateProperty(ctx, in any, opts ...any) *gomock.Call

CreateProperty indicates an expected call of CreateProperty.

func (*MockPropertyServiceClientMockRecorder) DeleteLocality

func (mr *MockPropertyServiceClientMockRecorder) DeleteLocality(ctx, in any, opts ...any) *gomock.Call

DeleteLocality indicates an expected call of DeleteLocality.

func (*MockPropertyServiceClientMockRecorder) DeleteProperty

func (mr *MockPropertyServiceClientMockRecorder) DeleteProperty(ctx, in any, opts ...any) *gomock.Call

DeleteProperty indicates an expected call of DeleteProperty.

func (*MockPropertyServiceClientMockRecorder) DeleteSubscription

func (mr *MockPropertyServiceClientMockRecorder) DeleteSubscription(ctx, in any, opts ...any) *gomock.Call

DeleteSubscription indicates an expected call of DeleteSubscription.

func (*MockPropertyServiceClientMockRecorder) HistoryOfProperty

func (mr *MockPropertyServiceClientMockRecorder) HistoryOfProperty(ctx, in any, opts ...any) *gomock.Call

HistoryOfProperty indicates an expected call of HistoryOfProperty.

func (*MockPropertyServiceClientMockRecorder) ListPropertyType

func (mr *MockPropertyServiceClientMockRecorder) ListPropertyType(ctx, in any, opts ...any) *gomock.Call

ListPropertyType indicates an expected call of ListPropertyType.

func (*MockPropertyServiceClientMockRecorder) ListSubscription

func (mr *MockPropertyServiceClientMockRecorder) ListSubscription(ctx, in any, opts ...any) *gomock.Call

ListSubscription indicates an expected call of ListSubscription.

func (*MockPropertyServiceClientMockRecorder) SearchProperty

func (mr *MockPropertyServiceClientMockRecorder) SearchProperty(ctx, in any, opts ...any) *gomock.Call

SearchProperty indicates an expected call of SearchProperty.

func (*MockPropertyServiceClientMockRecorder) StateOfProperty

func (mr *MockPropertyServiceClientMockRecorder) StateOfProperty(ctx, in any, opts ...any) *gomock.Call

StateOfProperty indicates an expected call of StateOfProperty.

func (*MockPropertyServiceClientMockRecorder) UpdateProperty

func (mr *MockPropertyServiceClientMockRecorder) UpdateProperty(ctx, in any, opts ...any) *gomock.Call

UpdateProperty indicates an expected call of UpdateProperty.

type MockPropertyServiceServer

type MockPropertyServiceServer struct {
	// contains filtered or unexported fields
}

MockPropertyServiceServer is a mock of PropertyServiceServer interface.

func NewMockPropertyServiceServer

func NewMockPropertyServiceServer(ctrl *gomock.Controller) *MockPropertyServiceServer

NewMockPropertyServiceServer creates a new mock instance.

func (*MockPropertyServiceServer) AddLocality

AddLocality mocks base method.

func (*MockPropertyServiceServer) AddPropertyType

AddPropertyType mocks base method.

func (*MockPropertyServiceServer) AddSubscription

AddSubscription mocks base method.

func (*MockPropertyServiceServer) CreateProperty

CreateProperty mocks base method.

func (*MockPropertyServiceServer) DeleteLocality

DeleteLocality mocks base method.

func (*MockPropertyServiceServer) DeleteProperty

DeleteProperty mocks base method.

func (*MockPropertyServiceServer) DeleteSubscription

DeleteSubscription mocks base method.

func (*MockPropertyServiceServer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockPropertyServiceServer) HistoryOfProperty

HistoryOfProperty mocks base method.

func (*MockPropertyServiceServer) ListPropertyType

ListPropertyType mocks base method.

func (*MockPropertyServiceServer) ListSubscription

ListSubscription mocks base method.

func (*MockPropertyServiceServer) SearchProperty

SearchProperty mocks base method.

func (*MockPropertyServiceServer) StateOfProperty

StateOfProperty mocks base method.

func (*MockPropertyServiceServer) UpdateProperty

UpdateProperty mocks base method.

type MockPropertyServiceServerMockRecorder

type MockPropertyServiceServerMockRecorder struct {
	// contains filtered or unexported fields
}

MockPropertyServiceServerMockRecorder is the mock recorder for MockPropertyServiceServer.

func (*MockPropertyServiceServerMockRecorder) AddLocality

func (mr *MockPropertyServiceServerMockRecorder) AddLocality(arg0, arg1 any) *gomock.Call

AddLocality indicates an expected call of AddLocality.

func (*MockPropertyServiceServerMockRecorder) AddPropertyType

func (mr *MockPropertyServiceServerMockRecorder) AddPropertyType(arg0, arg1 any) *gomock.Call

AddPropertyType indicates an expected call of AddPropertyType.

func (*MockPropertyServiceServerMockRecorder) AddSubscription

func (mr *MockPropertyServiceServerMockRecorder) AddSubscription(arg0, arg1 any) *gomock.Call

AddSubscription indicates an expected call of AddSubscription.

func (*MockPropertyServiceServerMockRecorder) CreateProperty

func (mr *MockPropertyServiceServerMockRecorder) CreateProperty(arg0, arg1 any) *gomock.Call

CreateProperty indicates an expected call of CreateProperty.

func (*MockPropertyServiceServerMockRecorder) DeleteLocality

func (mr *MockPropertyServiceServerMockRecorder) DeleteLocality(arg0, arg1 any) *gomock.Call

DeleteLocality indicates an expected call of DeleteLocality.

func (*MockPropertyServiceServerMockRecorder) DeleteProperty

func (mr *MockPropertyServiceServerMockRecorder) DeleteProperty(arg0, arg1 any) *gomock.Call

DeleteProperty indicates an expected call of DeleteProperty.

func (*MockPropertyServiceServerMockRecorder) DeleteSubscription

func (mr *MockPropertyServiceServerMockRecorder) DeleteSubscription(arg0, arg1 any) *gomock.Call

DeleteSubscription indicates an expected call of DeleteSubscription.

func (*MockPropertyServiceServerMockRecorder) HistoryOfProperty

func (mr *MockPropertyServiceServerMockRecorder) HistoryOfProperty(arg0, arg1 any) *gomock.Call

HistoryOfProperty indicates an expected call of HistoryOfProperty.

func (*MockPropertyServiceServerMockRecorder) ListPropertyType

func (mr *MockPropertyServiceServerMockRecorder) ListPropertyType(arg0, arg1 any) *gomock.Call

ListPropertyType indicates an expected call of ListPropertyType.

func (*MockPropertyServiceServerMockRecorder) ListSubscription

func (mr *MockPropertyServiceServerMockRecorder) ListSubscription(arg0, arg1 any) *gomock.Call

ListSubscription indicates an expected call of ListSubscription.

func (*MockPropertyServiceServerMockRecorder) SearchProperty

func (mr *MockPropertyServiceServerMockRecorder) SearchProperty(arg0, arg1 any) *gomock.Call

SearchProperty indicates an expected call of SearchProperty.

func (*MockPropertyServiceServerMockRecorder) StateOfProperty

func (mr *MockPropertyServiceServerMockRecorder) StateOfProperty(arg0, arg1 any) *gomock.Call

StateOfProperty indicates an expected call of StateOfProperty.

func (*MockPropertyServiceServerMockRecorder) UpdateProperty

func (mr *MockPropertyServiceServerMockRecorder) UpdateProperty(arg0, arg1 any) *gomock.Call

UpdateProperty indicates an expected call of UpdateProperty.

type MockPropertyService_HistoryOfPropertyClient

type MockPropertyService_HistoryOfPropertyClient struct {
	// contains filtered or unexported fields
}

MockPropertyService_HistoryOfPropertyClient is a mock of PropertyService_HistoryOfPropertyClient interface.

func NewMockPropertyService_HistoryOfPropertyClient

func NewMockPropertyService_HistoryOfPropertyClient(ctrl *gomock.Controller) *MockPropertyService_HistoryOfPropertyClient

NewMockPropertyService_HistoryOfPropertyClient creates a new mock instance.

func (*MockPropertyService_HistoryOfPropertyClient) CloseSend

CloseSend mocks base method.

func (*MockPropertyService_HistoryOfPropertyClient) Context

Context mocks base method.

func (*MockPropertyService_HistoryOfPropertyClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockPropertyService_HistoryOfPropertyClient) Header

Header mocks base method.

func (*MockPropertyService_HistoryOfPropertyClient) Recv

Recv mocks base method.

func (*MockPropertyService_HistoryOfPropertyClient) RecvMsg

RecvMsg mocks base method.

func (*MockPropertyService_HistoryOfPropertyClient) SendMsg

SendMsg mocks base method.

func (*MockPropertyService_HistoryOfPropertyClient) Trailer

Trailer mocks base method.

type MockPropertyService_HistoryOfPropertyClientMockRecorder

type MockPropertyService_HistoryOfPropertyClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockPropertyService_HistoryOfPropertyClientMockRecorder is the mock recorder for MockPropertyService_HistoryOfPropertyClient.

func (*MockPropertyService_HistoryOfPropertyClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockPropertyService_HistoryOfPropertyClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockPropertyService_HistoryOfPropertyClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockPropertyService_HistoryOfPropertyClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockPropertyService_HistoryOfPropertyClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockPropertyService_HistoryOfPropertyClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockPropertyService_HistoryOfPropertyClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockPropertyService_HistoryOfPropertyServer

type MockPropertyService_HistoryOfPropertyServer struct {
	// contains filtered or unexported fields
}

MockPropertyService_HistoryOfPropertyServer is a mock of PropertyService_HistoryOfPropertyServer interface.

func NewMockPropertyService_HistoryOfPropertyServer

func NewMockPropertyService_HistoryOfPropertyServer(ctrl *gomock.Controller) *MockPropertyService_HistoryOfPropertyServer

NewMockPropertyService_HistoryOfPropertyServer creates a new mock instance.

func (*MockPropertyService_HistoryOfPropertyServer) Context

Context mocks base method.

func (*MockPropertyService_HistoryOfPropertyServer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockPropertyService_HistoryOfPropertyServer) RecvMsg

RecvMsg mocks base method.

func (*MockPropertyService_HistoryOfPropertyServer) Send

Send mocks base method.

func (*MockPropertyService_HistoryOfPropertyServer) SendHeader

SendHeader mocks base method.

func (*MockPropertyService_HistoryOfPropertyServer) SendMsg

SendMsg mocks base method.

func (*MockPropertyService_HistoryOfPropertyServer) SetHeader

SetHeader mocks base method.

func (*MockPropertyService_HistoryOfPropertyServer) SetTrailer

SetTrailer mocks base method.

type MockPropertyService_HistoryOfPropertyServerMockRecorder

type MockPropertyService_HistoryOfPropertyServerMockRecorder struct {
	// contains filtered or unexported fields
}

MockPropertyService_HistoryOfPropertyServerMockRecorder is the mock recorder for MockPropertyService_HistoryOfPropertyServer.

func (*MockPropertyService_HistoryOfPropertyServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockPropertyService_HistoryOfPropertyServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockPropertyService_HistoryOfPropertyServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockPropertyService_HistoryOfPropertyServerMockRecorder) SendHeader

SendHeader indicates an expected call of SendHeader.

func (*MockPropertyService_HistoryOfPropertyServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockPropertyService_HistoryOfPropertyServerMockRecorder) SetHeader

SetHeader indicates an expected call of SetHeader.

func (*MockPropertyService_HistoryOfPropertyServerMockRecorder) SetTrailer

SetTrailer indicates an expected call of SetTrailer.

type MockPropertyService_ListPropertyTypeClient

type MockPropertyService_ListPropertyTypeClient struct {
	// contains filtered or unexported fields
}

MockPropertyService_ListPropertyTypeClient is a mock of PropertyService_ListPropertyTypeClient interface.

func NewMockPropertyService_ListPropertyTypeClient

func NewMockPropertyService_ListPropertyTypeClient(ctrl *gomock.Controller) *MockPropertyService_ListPropertyTypeClient

NewMockPropertyService_ListPropertyTypeClient creates a new mock instance.

func (*MockPropertyService_ListPropertyTypeClient) CloseSend

CloseSend mocks base method.

func (*MockPropertyService_ListPropertyTypeClient) Context

Context mocks base method.

func (*MockPropertyService_ListPropertyTypeClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockPropertyService_ListPropertyTypeClient) Header

Header mocks base method.

func (*MockPropertyService_ListPropertyTypeClient) Recv

Recv mocks base method.

func (*MockPropertyService_ListPropertyTypeClient) RecvMsg

RecvMsg mocks base method.

func (*MockPropertyService_ListPropertyTypeClient) SendMsg

SendMsg mocks base method.

func (*MockPropertyService_ListPropertyTypeClient) Trailer

Trailer mocks base method.

type MockPropertyService_ListPropertyTypeClientMockRecorder

type MockPropertyService_ListPropertyTypeClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockPropertyService_ListPropertyTypeClientMockRecorder is the mock recorder for MockPropertyService_ListPropertyTypeClient.

func (*MockPropertyService_ListPropertyTypeClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockPropertyService_ListPropertyTypeClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockPropertyService_ListPropertyTypeClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockPropertyService_ListPropertyTypeClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockPropertyService_ListPropertyTypeClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockPropertyService_ListPropertyTypeClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockPropertyService_ListPropertyTypeClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockPropertyService_ListPropertyTypeServer

type MockPropertyService_ListPropertyTypeServer struct {
	// contains filtered or unexported fields
}

MockPropertyService_ListPropertyTypeServer is a mock of PropertyService_ListPropertyTypeServer interface.

func NewMockPropertyService_ListPropertyTypeServer

func NewMockPropertyService_ListPropertyTypeServer(ctrl *gomock.Controller) *MockPropertyService_ListPropertyTypeServer

NewMockPropertyService_ListPropertyTypeServer creates a new mock instance.

func (*MockPropertyService_ListPropertyTypeServer) Context

Context mocks base method.

func (*MockPropertyService_ListPropertyTypeServer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockPropertyService_ListPropertyTypeServer) RecvMsg

RecvMsg mocks base method.

func (*MockPropertyService_ListPropertyTypeServer) Send

Send mocks base method.

func (*MockPropertyService_ListPropertyTypeServer) SendHeader

SendHeader mocks base method.

func (*MockPropertyService_ListPropertyTypeServer) SendMsg

SendMsg mocks base method.

func (*MockPropertyService_ListPropertyTypeServer) SetHeader

SetHeader mocks base method.

func (*MockPropertyService_ListPropertyTypeServer) SetTrailer

SetTrailer mocks base method.

type MockPropertyService_ListPropertyTypeServerMockRecorder

type MockPropertyService_ListPropertyTypeServerMockRecorder struct {
	// contains filtered or unexported fields
}

MockPropertyService_ListPropertyTypeServerMockRecorder is the mock recorder for MockPropertyService_ListPropertyTypeServer.

func (*MockPropertyService_ListPropertyTypeServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockPropertyService_ListPropertyTypeServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockPropertyService_ListPropertyTypeServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockPropertyService_ListPropertyTypeServerMockRecorder) SendHeader

SendHeader indicates an expected call of SendHeader.

func (*MockPropertyService_ListPropertyTypeServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockPropertyService_ListPropertyTypeServerMockRecorder) SetHeader

SetHeader indicates an expected call of SetHeader.

func (*MockPropertyService_ListPropertyTypeServerMockRecorder) SetTrailer

SetTrailer indicates an expected call of SetTrailer.

type MockPropertyService_ListSubscriptionClient

type MockPropertyService_ListSubscriptionClient struct {
	// contains filtered or unexported fields
}

MockPropertyService_ListSubscriptionClient is a mock of PropertyService_ListSubscriptionClient interface.

func NewMockPropertyService_ListSubscriptionClient

func NewMockPropertyService_ListSubscriptionClient(ctrl *gomock.Controller) *MockPropertyService_ListSubscriptionClient

NewMockPropertyService_ListSubscriptionClient creates a new mock instance.

func (*MockPropertyService_ListSubscriptionClient) CloseSend

CloseSend mocks base method.

func (*MockPropertyService_ListSubscriptionClient) Context

Context mocks base method.

func (*MockPropertyService_ListSubscriptionClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockPropertyService_ListSubscriptionClient) Header

Header mocks base method.

func (*MockPropertyService_ListSubscriptionClient) Recv

Recv mocks base method.

func (*MockPropertyService_ListSubscriptionClient) RecvMsg

RecvMsg mocks base method.

func (*MockPropertyService_ListSubscriptionClient) SendMsg

SendMsg mocks base method.

func (*MockPropertyService_ListSubscriptionClient) Trailer

Trailer mocks base method.

type MockPropertyService_ListSubscriptionClientMockRecorder

type MockPropertyService_ListSubscriptionClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockPropertyService_ListSubscriptionClientMockRecorder is the mock recorder for MockPropertyService_ListSubscriptionClient.

func (*MockPropertyService_ListSubscriptionClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockPropertyService_ListSubscriptionClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockPropertyService_ListSubscriptionClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockPropertyService_ListSubscriptionClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockPropertyService_ListSubscriptionClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockPropertyService_ListSubscriptionClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockPropertyService_ListSubscriptionClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockPropertyService_ListSubscriptionServer

type MockPropertyService_ListSubscriptionServer struct {
	// contains filtered or unexported fields
}

MockPropertyService_ListSubscriptionServer is a mock of PropertyService_ListSubscriptionServer interface.

func NewMockPropertyService_ListSubscriptionServer

func NewMockPropertyService_ListSubscriptionServer(ctrl *gomock.Controller) *MockPropertyService_ListSubscriptionServer

NewMockPropertyService_ListSubscriptionServer creates a new mock instance.

func (*MockPropertyService_ListSubscriptionServer) Context

Context mocks base method.

func (*MockPropertyService_ListSubscriptionServer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockPropertyService_ListSubscriptionServer) RecvMsg

RecvMsg mocks base method.

func (*MockPropertyService_ListSubscriptionServer) Send

Send mocks base method.

func (*MockPropertyService_ListSubscriptionServer) SendHeader

SendHeader mocks base method.

func (*MockPropertyService_ListSubscriptionServer) SendMsg

SendMsg mocks base method.

func (*MockPropertyService_ListSubscriptionServer) SetHeader

SetHeader mocks base method.

func (*MockPropertyService_ListSubscriptionServer) SetTrailer

SetTrailer mocks base method.

type MockPropertyService_ListSubscriptionServerMockRecorder

type MockPropertyService_ListSubscriptionServerMockRecorder struct {
	// contains filtered or unexported fields
}

MockPropertyService_ListSubscriptionServerMockRecorder is the mock recorder for MockPropertyService_ListSubscriptionServer.

func (*MockPropertyService_ListSubscriptionServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockPropertyService_ListSubscriptionServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockPropertyService_ListSubscriptionServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockPropertyService_ListSubscriptionServerMockRecorder) SendHeader

SendHeader indicates an expected call of SendHeader.

func (*MockPropertyService_ListSubscriptionServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockPropertyService_ListSubscriptionServerMockRecorder) SetHeader

SetHeader indicates an expected call of SetHeader.

func (*MockPropertyService_ListSubscriptionServerMockRecorder) SetTrailer

SetTrailer indicates an expected call of SetTrailer.

type MockPropertyService_SearchPropertyClient

type MockPropertyService_SearchPropertyClient struct {
	// contains filtered or unexported fields
}

MockPropertyService_SearchPropertyClient is a mock of PropertyService_SearchPropertyClient interface.

func NewMockPropertyService_SearchPropertyClient

func NewMockPropertyService_SearchPropertyClient(ctrl *gomock.Controller) *MockPropertyService_SearchPropertyClient

NewMockPropertyService_SearchPropertyClient creates a new mock instance.

func (*MockPropertyService_SearchPropertyClient) CloseSend

CloseSend mocks base method.

func (*MockPropertyService_SearchPropertyClient) Context

Context mocks base method.

func (*MockPropertyService_SearchPropertyClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockPropertyService_SearchPropertyClient) Header

Header mocks base method.

func (*MockPropertyService_SearchPropertyClient) Recv

Recv mocks base method.

func (*MockPropertyService_SearchPropertyClient) RecvMsg

RecvMsg mocks base method.

func (*MockPropertyService_SearchPropertyClient) SendMsg

SendMsg mocks base method.

func (*MockPropertyService_SearchPropertyClient) Trailer

Trailer mocks base method.

type MockPropertyService_SearchPropertyClientMockRecorder

type MockPropertyService_SearchPropertyClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockPropertyService_SearchPropertyClientMockRecorder is the mock recorder for MockPropertyService_SearchPropertyClient.

func (*MockPropertyService_SearchPropertyClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockPropertyService_SearchPropertyClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockPropertyService_SearchPropertyClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockPropertyService_SearchPropertyClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockPropertyService_SearchPropertyClientMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockPropertyService_SearchPropertyClientMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockPropertyService_SearchPropertyClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockPropertyService_SearchPropertyServer

type MockPropertyService_SearchPropertyServer struct {
	// contains filtered or unexported fields
}

MockPropertyService_SearchPropertyServer is a mock of PropertyService_SearchPropertyServer interface.

func NewMockPropertyService_SearchPropertyServer

func NewMockPropertyService_SearchPropertyServer(ctrl *gomock.Controller) *MockPropertyService_SearchPropertyServer

NewMockPropertyService_SearchPropertyServer creates a new mock instance.

func (*MockPropertyService_SearchPropertyServer) Context

Context mocks base method.

func (*MockPropertyService_SearchPropertyServer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockPropertyService_SearchPropertyServer) RecvMsg

RecvMsg mocks base method.

func (*MockPropertyService_SearchPropertyServer) Send

Send mocks base method.

func (*MockPropertyService_SearchPropertyServer) SendHeader

SendHeader mocks base method.

func (*MockPropertyService_SearchPropertyServer) SendMsg

SendMsg mocks base method.

func (*MockPropertyService_SearchPropertyServer) SetHeader

SetHeader mocks base method.

func (*MockPropertyService_SearchPropertyServer) SetTrailer

SetTrailer mocks base method.

type MockPropertyService_SearchPropertyServerMockRecorder

type MockPropertyService_SearchPropertyServerMockRecorder struct {
	// contains filtered or unexported fields
}

MockPropertyService_SearchPropertyServerMockRecorder is the mock recorder for MockPropertyService_SearchPropertyServer.

func (*MockPropertyService_SearchPropertyServerMockRecorder) Context

Context indicates an expected call of Context.

func (*MockPropertyService_SearchPropertyServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*MockPropertyService_SearchPropertyServerMockRecorder) Send

Send indicates an expected call of Send.

func (*MockPropertyService_SearchPropertyServerMockRecorder) SendHeader

SendHeader indicates an expected call of SendHeader.

func (*MockPropertyService_SearchPropertyServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*MockPropertyService_SearchPropertyServerMockRecorder) SetHeader

SetHeader indicates an expected call of SetHeader.

func (*MockPropertyService_SearchPropertyServerMockRecorder) SetTrailer

SetTrailer indicates an expected call of SetTrailer.

type MockUnsafePropertyServiceServer

type MockUnsafePropertyServiceServer struct {
	// contains filtered or unexported fields
}

MockUnsafePropertyServiceServer is a mock of UnsafePropertyServiceServer interface.

func NewMockUnsafePropertyServiceServer

func NewMockUnsafePropertyServiceServer(ctrl *gomock.Controller) *MockUnsafePropertyServiceServer

NewMockUnsafePropertyServiceServer creates a new mock instance.

func (*MockUnsafePropertyServiceServer) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockUnsafePropertyServiceServerMockRecorder

type MockUnsafePropertyServiceServerMockRecorder struct {
	// contains filtered or unexported fields
}

MockUnsafePropertyServiceServerMockRecorder is the mock recorder for MockUnsafePropertyServiceServer.

type Property

type Property struct {
	Id           string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ParentId     string                 `protobuf:"bytes,2,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	Name         string                 `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Description  string                 `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	PropertyType *PropertyType          `protobuf:"bytes,5,opt,name=property_type,json=propertyType,proto3" json:"property_type,omitempty"`
	Locality     *Locality              `protobuf:"bytes,6,opt,name=locality,proto3" json:"locality,omitempty"`
	StartedAt    *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	CreatedAt    *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Extra        map[string]string      `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Property) Descriptor deprecated

func (*Property) Descriptor() ([]byte, []int)

Deprecated: Use Property.ProtoReflect.Descriptor instead.

func (*Property) GetCreatedAt

func (x *Property) GetCreatedAt() *timestamppb.Timestamp

func (*Property) GetDescription

func (x *Property) GetDescription() string

func (*Property) GetExtra

func (x *Property) GetExtra() map[string]string

func (*Property) GetId

func (x *Property) GetId() string

func (*Property) GetLocality

func (x *Property) GetLocality() *Locality

func (*Property) GetName

func (x *Property) GetName() string

func (*Property) GetParentId

func (x *Property) GetParentId() string

func (*Property) GetPropertyType

func (x *Property) GetPropertyType() *PropertyType

func (*Property) GetStartedAt

func (x *Property) GetStartedAt() *timestamppb.Timestamp

func (*Property) ProtoMessage

func (*Property) ProtoMessage()

func (*Property) ProtoReflect

func (x *Property) ProtoReflect() protoreflect.Message

func (*Property) Reset

func (x *Property) Reset()

func (*Property) String

func (x *Property) String() string

type PropertyClient

type PropertyClient struct {
	*common.GrpcClientBase

	// The gRPC API Client.
	Client PropertyServiceClient
}

PropertyClient is a Client for interacting with the notification service API.

Methods, except Close, may be called concurrently. However, fields must not be modified concurrently with method calls.

func FromContext

func FromContext(ctx context.Context) *PropertyClient

func Init added in v1.9.1

func NewPropertyClient

func NewPropertyClient(ctx context.Context, opts ...common.ClientOption) (*PropertyClient, error)

NewPropertyClient creates a new notification Client.

The service that an application uses to send and access received messages

func (*PropertyClient) AddPropertyType

func (pCl *PropertyClient) AddPropertyType(
	ctx context.Context, name string, description string,
	extras map[string]string) (*AddPropertyTypeResponse, error)

func (*PropertyClient) ListPropertyType

func (pCl *PropertyClient) ListPropertyType(
	ctx context.Context, query string) (<-chan *PropertyType, error)

type PropertyServiceClient

type PropertyServiceClient interface {
	// Create method for adding a new property type into the system
	AddPropertyType(ctx context.Context, in *AddPropertyTypeRequest, opts ...grpc.CallOption) (*AddPropertyTypeResponse, error)
	// List method for showing all property types in the system
	ListPropertyType(ctx context.Context, in *ListPropertyTypeRequest, opts ...grpc.CallOption) (PropertyService_ListPropertyTypeClient, error)
	// Create method for adding a new locality into the system
	AddLocality(ctx context.Context, in *AddLocalityRequest, opts ...grpc.CallOption) (*AddLocalityResponse, error)
	// Delete method for removing an existing locality from the system
	DeleteLocality(ctx context.Context, in *DeleteLocalityRequest, opts ...grpc.CallOption) (*DeleteLocalityResponse, error)
	// Create method for adding a new property into the system
	CreateProperty(ctx context.Context, in *CreatePropertyRequest, opts ...grpc.CallOption) (*CreatePropertyResponse, error)
	// Update property request to modify its current form to another
	UpdateProperty(ctx context.Context, in *UpdatePropertyRequest, opts ...grpc.CallOption) (*UpdatePropertyResponse, error)
	// Delete property request to modify its current form to another
	DeleteProperty(ctx context.Context, in *DeletePropertyRequest, opts ...grpc.CallOption) (*DeletePropertyResponse, error)
	// State request to determine active state and status of a property
	StateOfProperty(ctx context.Context, in *StateOfPropertyRequest, opts ...grpc.CallOption) (*StateOfPropertyResponse, error)
	// History request returns all the state transitions a property has had over its lifetime in the system
	HistoryOfProperty(ctx context.Context, in *HistoryOfPropertyRequest, opts ...grpc.CallOption) (PropertyService_HistoryOfPropertyClient, error)
	// Search method is for client request to query for properties that match query
	SearchProperty(ctx context.Context, in *SearchPropertyRequest, opts ...grpc.CallOption) (PropertyService_SearchPropertyClient, error)
	// ListSubscriptions for a particular property
	ListSubscription(ctx context.Context, in *ListSubscriptionRequest, opts ...grpc.CallOption) (PropertyService_ListSubscriptionClient, error)
	// AddSubscription for a profile to a property
	AddSubscription(ctx context.Context, in *AddSubscriptionRequest, opts ...grpc.CallOption) (*AddSubscriptionResponse, error)
	// Delete subscription of profile to a property
	DeleteSubscription(ctx context.Context, in *DeleteSubscriptionRequest, opts ...grpc.CallOption) (*DeleteSubscriptionResponse, error)
}

PropertyServiceClient is the client API for PropertyService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type PropertyServiceServer

type PropertyServiceServer interface {
	// Create method for adding a new property type into the system
	AddPropertyType(context.Context, *AddPropertyTypeRequest) (*AddPropertyTypeResponse, error)
	// List method for showing all property types in the system
	ListPropertyType(*ListPropertyTypeRequest, PropertyService_ListPropertyTypeServer) error
	// Create method for adding a new locality into the system
	AddLocality(context.Context, *AddLocalityRequest) (*AddLocalityResponse, error)
	// Delete method for removing an existing locality from the system
	DeleteLocality(context.Context, *DeleteLocalityRequest) (*DeleteLocalityResponse, error)
	// Create method for adding a new property into the system
	CreateProperty(context.Context, *CreatePropertyRequest) (*CreatePropertyResponse, error)
	// Update property request to modify its current form to another
	UpdateProperty(context.Context, *UpdatePropertyRequest) (*UpdatePropertyResponse, error)
	// Delete property request to modify its current form to another
	DeleteProperty(context.Context, *DeletePropertyRequest) (*DeletePropertyResponse, error)
	// State request to determine active state and status of a property
	StateOfProperty(context.Context, *StateOfPropertyRequest) (*StateOfPropertyResponse, error)
	// History request returns all the state transitions a property has had over its lifetime in the system
	HistoryOfProperty(*HistoryOfPropertyRequest, PropertyService_HistoryOfPropertyServer) error
	// Search method is for client request to query for properties that match query
	SearchProperty(*SearchPropertyRequest, PropertyService_SearchPropertyServer) error
	// ListSubscriptions for a particular property
	ListSubscription(*ListSubscriptionRequest, PropertyService_ListSubscriptionServer) error
	// AddSubscription for a profile to a property
	AddSubscription(context.Context, *AddSubscriptionRequest) (*AddSubscriptionResponse, error)
	// Delete subscription of profile to a property
	DeleteSubscription(context.Context, *DeleteSubscriptionRequest) (*DeleteSubscriptionResponse, error)
	// contains filtered or unexported methods
}

PropertyServiceServer is the server API for PropertyService service. All implementations must embed UnimplementedPropertyServiceServer for forward compatibility

type PropertyService_HistoryOfPropertyClient

type PropertyService_HistoryOfPropertyClient interface {
	Recv() (*HistoryOfPropertyResponse, error)
	grpc.ClientStream
}

type PropertyService_HistoryOfPropertyServer

type PropertyService_HistoryOfPropertyServer interface {
	Send(*HistoryOfPropertyResponse) error
	grpc.ServerStream
}

type PropertyService_ListPropertyTypeClient

type PropertyService_ListPropertyTypeClient interface {
	Recv() (*ListPropertyTypeResponse, error)
	grpc.ClientStream
}

type PropertyService_ListPropertyTypeServer

type PropertyService_ListPropertyTypeServer interface {
	Send(*ListPropertyTypeResponse) error
	grpc.ServerStream
}

type PropertyService_ListSubscriptionClient

type PropertyService_ListSubscriptionClient interface {
	Recv() (*ListSubscriptionResponse, error)
	grpc.ClientStream
}

type PropertyService_ListSubscriptionServer

type PropertyService_ListSubscriptionServer interface {
	Send(*ListSubscriptionResponse) error
	grpc.ServerStream
}

type PropertyService_SearchPropertyClient

type PropertyService_SearchPropertyClient interface {
	Recv() (*SearchPropertyResponse, error)
	grpc.ClientStream
}

type PropertyService_SearchPropertyServer

type PropertyService_SearchPropertyServer interface {
	Send(*SearchPropertyResponse) error
	grpc.ServerStream
}

type PropertyState

type PropertyState struct {
	Id          string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Propertyid  string                 `protobuf:"bytes,2,opt,name=propertyid,proto3" json:"propertyid,omitempty"`
	State       v1.STATE               `protobuf:"varint,3,opt,name=state,proto3,enum=common.v1.STATE" json:"state,omitempty"`
	Status      v1.STATUS              `protobuf:"varint,4,opt,name=status,proto3,enum=common.v1.STATUS" json:"status,omitempty"`
	Name        string                 `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Description string                 `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	Extras      map[string]string      `` /* 153-byte string literal not displayed */
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*PropertyState) Descriptor deprecated

func (*PropertyState) Descriptor() ([]byte, []int)

Deprecated: Use PropertyState.ProtoReflect.Descriptor instead.

func (*PropertyState) GetCreatedAt

func (x *PropertyState) GetCreatedAt() *timestamppb.Timestamp

func (*PropertyState) GetDescription

func (x *PropertyState) GetDescription() string

func (*PropertyState) GetExtras

func (x *PropertyState) GetExtras() map[string]string

func (*PropertyState) GetId

func (x *PropertyState) GetId() string

func (*PropertyState) GetName

func (x *PropertyState) GetName() string

func (*PropertyState) GetPropertyid

func (x *PropertyState) GetPropertyid() string

func (*PropertyState) GetState

func (x *PropertyState) GetState() v1.STATE

func (*PropertyState) GetStatus

func (x *PropertyState) GetStatus() v1.STATUS

func (*PropertyState) ProtoMessage

func (*PropertyState) ProtoMessage()

func (*PropertyState) ProtoReflect

func (x *PropertyState) ProtoReflect() protoreflect.Message

func (*PropertyState) Reset

func (x *PropertyState) Reset()

func (*PropertyState) String

func (x *PropertyState) String() string

type PropertyType

type PropertyType struct {
	Id          string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Description string                 `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Extra       map[string]string      `` /* 151-byte string literal not displayed */
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*PropertyType) Descriptor deprecated

func (*PropertyType) Descriptor() ([]byte, []int)

Deprecated: Use PropertyType.ProtoReflect.Descriptor instead.

func (*PropertyType) GetCreatedAt

func (x *PropertyType) GetCreatedAt() *timestamppb.Timestamp

func (*PropertyType) GetDescription

func (x *PropertyType) GetDescription() string

func (*PropertyType) GetExtra

func (x *PropertyType) GetExtra() map[string]string

func (*PropertyType) GetId

func (x *PropertyType) GetId() string

func (*PropertyType) GetName

func (x *PropertyType) GetName() string

func (*PropertyType) ProtoMessage

func (*PropertyType) ProtoMessage()

func (*PropertyType) ProtoReflect

func (x *PropertyType) ProtoReflect() protoreflect.Message

func (*PropertyType) Reset

func (x *PropertyType) Reset()

func (*PropertyType) String

func (x *PropertyType) String() string

type SearchPropertyRequest

type SearchPropertyRequest struct {
	Query      string            `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	Page       int64             `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"`
	Count      int32             `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`
	StartDate  string            `protobuf:"bytes,4,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"`
	EndDate    string            `protobuf:"bytes,5,opt,name=end_date,json=endDate,proto3" json:"end_date,omitempty"`
	Properties []string          `protobuf:"bytes,6,rep,name=properties,proto3" json:"properties,omitempty"`
	Extras     map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SearchPropertyRequest) Descriptor deprecated

func (*SearchPropertyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SearchPropertyRequest.ProtoReflect.Descriptor instead.

func (*SearchPropertyRequest) GetCount

func (x *SearchPropertyRequest) GetCount() int32

func (*SearchPropertyRequest) GetEndDate

func (x *SearchPropertyRequest) GetEndDate() string

func (*SearchPropertyRequest) GetExtras

func (x *SearchPropertyRequest) GetExtras() map[string]string

func (*SearchPropertyRequest) GetPage

func (x *SearchPropertyRequest) GetPage() int64

func (*SearchPropertyRequest) GetProperties

func (x *SearchPropertyRequest) GetProperties() []string

func (*SearchPropertyRequest) GetQuery

func (x *SearchPropertyRequest) GetQuery() string

func (*SearchPropertyRequest) GetStartDate

func (x *SearchPropertyRequest) GetStartDate() string

func (*SearchPropertyRequest) ProtoMessage

func (*SearchPropertyRequest) ProtoMessage()

func (*SearchPropertyRequest) ProtoReflect

func (x *SearchPropertyRequest) ProtoReflect() protoreflect.Message

func (*SearchPropertyRequest) Reset

func (x *SearchPropertyRequest) Reset()

func (*SearchPropertyRequest) String

func (x *SearchPropertyRequest) String() string

type SearchPropertyResponse

type SearchPropertyResponse struct {
	Data []*Property `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchPropertyResponse) Descriptor deprecated

func (*SearchPropertyResponse) Descriptor() ([]byte, []int)

Deprecated: Use SearchPropertyResponse.ProtoReflect.Descriptor instead.

func (*SearchPropertyResponse) GetData

func (x *SearchPropertyResponse) GetData() []*Property

func (*SearchPropertyResponse) ProtoMessage

func (*SearchPropertyResponse) ProtoMessage()

func (*SearchPropertyResponse) ProtoReflect

func (x *SearchPropertyResponse) ProtoReflect() protoreflect.Message

func (*SearchPropertyResponse) Reset

func (x *SearchPropertyResponse) Reset()

func (*SearchPropertyResponse) String

func (x *SearchPropertyResponse) String() string

type StateOfPropertyRequest

type StateOfPropertyRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*StateOfPropertyRequest) Descriptor deprecated

func (*StateOfPropertyRequest) Descriptor() ([]byte, []int)

Deprecated: Use StateOfPropertyRequest.ProtoReflect.Descriptor instead.

func (*StateOfPropertyRequest) GetId

func (x *StateOfPropertyRequest) GetId() string

func (*StateOfPropertyRequest) ProtoMessage

func (*StateOfPropertyRequest) ProtoMessage()

func (*StateOfPropertyRequest) ProtoReflect

func (x *StateOfPropertyRequest) ProtoReflect() protoreflect.Message

func (*StateOfPropertyRequest) Reset

func (x *StateOfPropertyRequest) Reset()

func (*StateOfPropertyRequest) String

func (x *StateOfPropertyRequest) String() string

type StateOfPropertyResponse

type StateOfPropertyResponse struct {
	Data *PropertyState `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*StateOfPropertyResponse) Descriptor deprecated

func (*StateOfPropertyResponse) Descriptor() ([]byte, []int)

Deprecated: Use StateOfPropertyResponse.ProtoReflect.Descriptor instead.

func (*StateOfPropertyResponse) GetData

func (x *StateOfPropertyResponse) GetData() *PropertyState

func (*StateOfPropertyResponse) ProtoMessage

func (*StateOfPropertyResponse) ProtoMessage()

func (*StateOfPropertyResponse) ProtoReflect

func (x *StateOfPropertyResponse) ProtoReflect() protoreflect.Message

func (*StateOfPropertyResponse) Reset

func (x *StateOfPropertyResponse) Reset()

func (*StateOfPropertyResponse) String

func (x *StateOfPropertyResponse) String() string

type Subscription

type Subscription struct {
	Id         string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Propertyid string                 `protobuf:"bytes,2,opt,name=propertyid,proto3" json:"propertyid,omitempty"`
	Profileid  string                 `protobuf:"bytes,3,opt,name=profileid,proto3" json:"profileid,omitempty"`
	Role       string                 `protobuf:"bytes,4,opt,name=role,proto3" json:"role,omitempty"`
	Extra      map[string]string      `` /* 151-byte string literal not displayed */
	CreatedAt  *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	ExpiresAt  *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Subscription) Descriptor deprecated

func (*Subscription) Descriptor() ([]byte, []int)

Deprecated: Use Subscription.ProtoReflect.Descriptor instead.

func (*Subscription) GetCreatedAt

func (x *Subscription) GetCreatedAt() *timestamppb.Timestamp

func (*Subscription) GetExpiresAt

func (x *Subscription) GetExpiresAt() *timestamppb.Timestamp

func (*Subscription) GetExtra

func (x *Subscription) GetExtra() map[string]string

func (*Subscription) GetId

func (x *Subscription) GetId() string

func (*Subscription) GetProfileid

func (x *Subscription) GetProfileid() string

func (*Subscription) GetPropertyid

func (x *Subscription) GetPropertyid() string

func (*Subscription) GetRole

func (x *Subscription) GetRole() string

func (*Subscription) ProtoMessage

func (*Subscription) ProtoMessage()

func (*Subscription) ProtoReflect

func (x *Subscription) ProtoReflect() protoreflect.Message

func (*Subscription) Reset

func (x *Subscription) Reset()

func (*Subscription) String

func (x *Subscription) String() string

type UnimplementedPropertyServiceServer

type UnimplementedPropertyServiceServer struct {
}

UnimplementedPropertyServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedPropertyServiceServer) AddLocality

func (UnimplementedPropertyServiceServer) AddPropertyType

func (UnimplementedPropertyServiceServer) AddSubscription

func (UnimplementedPropertyServiceServer) CreateProperty

func (UnimplementedPropertyServiceServer) DeleteLocality

func (UnimplementedPropertyServiceServer) DeleteProperty

func (UnimplementedPropertyServiceServer) DeleteSubscription

func (UnimplementedPropertyServiceServer) StateOfProperty

func (UnimplementedPropertyServiceServer) UpdateProperty

type UnsafePropertyServiceServer

type UnsafePropertyServiceServer interface {
	// contains filtered or unexported methods
}

UnsafePropertyServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PropertyServiceServer will result in compilation errors.

type UpdatePropertyRequest

type UpdatePropertyRequest struct {
	Id          string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	State       v1.STATE          `protobuf:"varint,2,opt,name=state,proto3,enum=common.v1.STATE" json:"state,omitempty"`
	Status      v1.STATUS         `protobuf:"varint,3,opt,name=status,proto3,enum=common.v1.STATUS" json:"status,omitempty"`
	Name        string            `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Description string            `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	GuardianId  string            `protobuf:"bytes,6,opt,name=guardian_id,json=guardianId,proto3" json:"guardian_id,omitempty"`
	LocalityId  string            `protobuf:"bytes,7,opt,name=locality_id,json=localityId,proto3" json:"locality_id,omitempty"`
	Extras      map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdatePropertyRequest) Descriptor deprecated

func (*UpdatePropertyRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdatePropertyRequest.ProtoReflect.Descriptor instead.

func (*UpdatePropertyRequest) GetDescription

func (x *UpdatePropertyRequest) GetDescription() string

func (*UpdatePropertyRequest) GetExtras

func (x *UpdatePropertyRequest) GetExtras() map[string]string

func (*UpdatePropertyRequest) GetGuardianId

func (x *UpdatePropertyRequest) GetGuardianId() string

func (*UpdatePropertyRequest) GetId

func (x *UpdatePropertyRequest) GetId() string

func (*UpdatePropertyRequest) GetLocalityId

func (x *UpdatePropertyRequest) GetLocalityId() string

func (*UpdatePropertyRequest) GetName

func (x *UpdatePropertyRequest) GetName() string

func (*UpdatePropertyRequest) GetState

func (x *UpdatePropertyRequest) GetState() v1.STATE

func (*UpdatePropertyRequest) GetStatus

func (x *UpdatePropertyRequest) GetStatus() v1.STATUS

func (*UpdatePropertyRequest) ProtoMessage

func (*UpdatePropertyRequest) ProtoMessage()

func (*UpdatePropertyRequest) ProtoReflect

func (x *UpdatePropertyRequest) ProtoReflect() protoreflect.Message

func (*UpdatePropertyRequest) Reset

func (x *UpdatePropertyRequest) Reset()

func (*UpdatePropertyRequest) String

func (x *UpdatePropertyRequest) String() string

type UpdatePropertyResponse

type UpdatePropertyResponse struct {
	Data *Property `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePropertyResponse) Descriptor deprecated

func (*UpdatePropertyResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdatePropertyResponse.ProtoReflect.Descriptor instead.

func (*UpdatePropertyResponse) GetData

func (x *UpdatePropertyResponse) GetData() *Property

func (*UpdatePropertyResponse) ProtoMessage

func (*UpdatePropertyResponse) ProtoMessage()

func (*UpdatePropertyResponse) ProtoReflect

func (x *UpdatePropertyResponse) ProtoReflect() protoreflect.Message

func (*UpdatePropertyResponse) Reset

func (x *UpdatePropertyResponse) Reset()

func (*UpdatePropertyResponse) String

func (x *UpdatePropertyResponse) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL