Versions in this module Expand all Collapse all v0 v0.1.0 Jun 2, 2022 Changes in this version + var File_banyandb_property_v1_property_proto protoreflect.FileDescriptor + var File_banyandb_property_v1_rpc_proto protoreflect.FileDescriptor + var PropertyService_ServiceDesc = grpc.ServiceDesc + func RegisterPropertyServiceServer(s grpc.ServiceRegistrar, srv PropertyServiceServer) + type CreateRequest struct + Property *Property + func (*CreateRequest) Descriptor() ([]byte, []int) + func (*CreateRequest) ProtoMessage() + func (x *CreateRequest) GetProperty() *Property + func (x *CreateRequest) ProtoReflect() protoreflect.Message + func (x *CreateRequest) Reset() + func (x *CreateRequest) String() string + type CreateResponse struct + func (*CreateResponse) Descriptor() ([]byte, []int) + func (*CreateResponse) ProtoMessage() + func (x *CreateResponse) ProtoReflect() protoreflect.Message + func (x *CreateResponse) Reset() + func (x *CreateResponse) String() string + type DeleteRequest struct + Metadata *Metadata + func (*DeleteRequest) Descriptor() ([]byte, []int) + func (*DeleteRequest) ProtoMessage() + func (x *DeleteRequest) GetMetadata() *Metadata + func (x *DeleteRequest) ProtoReflect() protoreflect.Message + func (x *DeleteRequest) Reset() + func (x *DeleteRequest) String() string + type DeleteResponse struct + Deleted bool + func (*DeleteResponse) Descriptor() ([]byte, []int) + func (*DeleteResponse) ProtoMessage() + func (x *DeleteResponse) GetDeleted() bool + func (x *DeleteResponse) ProtoReflect() protoreflect.Message + func (x *DeleteResponse) Reset() + func (x *DeleteResponse) String() string + type GetRequest struct + Metadata *Metadata + func (*GetRequest) Descriptor() ([]byte, []int) + func (*GetRequest) ProtoMessage() + func (x *GetRequest) GetMetadata() *Metadata + func (x *GetRequest) ProtoReflect() protoreflect.Message + func (x *GetRequest) Reset() + func (x *GetRequest) String() string + type GetResponse struct + Property *Property + func (*GetResponse) Descriptor() ([]byte, []int) + func (*GetResponse) ProtoMessage() + func (x *GetResponse) GetProperty() *Property + func (x *GetResponse) ProtoReflect() protoreflect.Message + func (x *GetResponse) Reset() + func (x *GetResponse) String() string + type ListRequest struct + Container *v1.Metadata + func (*ListRequest) Descriptor() ([]byte, []int) + func (*ListRequest) ProtoMessage() + func (x *ListRequest) GetContainer() *v1.Metadata + func (x *ListRequest) ProtoReflect() protoreflect.Message + func (x *ListRequest) Reset() + func (x *ListRequest) String() string + type ListResponse struct + Property []*Property + func (*ListResponse) Descriptor() ([]byte, []int) + func (*ListResponse) ProtoMessage() + func (x *ListResponse) GetProperty() []*Property + func (x *ListResponse) ProtoReflect() protoreflect.Message + func (x *ListResponse) Reset() + func (x *ListResponse) String() string + type Metadata struct + Container *v1.Metadata + Id string + func (*Metadata) Descriptor() ([]byte, []int) + func (*Metadata) ProtoMessage() + func (x *Metadata) GetContainer() *v1.Metadata + func (x *Metadata) GetId() string + func (x *Metadata) ProtoReflect() protoreflect.Message + func (x *Metadata) Reset() + func (x *Metadata) String() string + type Property struct + Metadata *Metadata + Tags []*v11.Tag + UpdatedAt *timestamppb.Timestamp + func (*Property) Descriptor() ([]byte, []int) + func (*Property) ProtoMessage() + func (x *Property) GetMetadata() *Metadata + func (x *Property) GetTags() []*v11.Tag + func (x *Property) GetUpdatedAt() *timestamppb.Timestamp + func (x *Property) ProtoReflect() protoreflect.Message + func (x *Property) Reset() + func (x *Property) String() string + type PropertyServiceClient interface + Create func(ctx context.Context, in *CreateRequest, opts ...grpc.CallOption) (*CreateResponse, error) + Delete func(ctx context.Context, in *DeleteRequest, opts ...grpc.CallOption) (*DeleteResponse, error) + Get func(ctx context.Context, in *GetRequest, opts ...grpc.CallOption) (*GetResponse, error) + List func(ctx context.Context, in *ListRequest, opts ...grpc.CallOption) (*ListResponse, error) + Update func(ctx context.Context, in *UpdateRequest, opts ...grpc.CallOption) (*UpdateResponse, error) + func NewPropertyServiceClient(cc grpc.ClientConnInterface) PropertyServiceClient + type PropertyServiceServer interface + Create func(context.Context, *CreateRequest) (*CreateResponse, error) + Delete func(context.Context, *DeleteRequest) (*DeleteResponse, error) + Get func(context.Context, *GetRequest) (*GetResponse, error) + List func(context.Context, *ListRequest) (*ListResponse, error) + Update func(context.Context, *UpdateRequest) (*UpdateResponse, error) + type UnimplementedPropertyServiceServer struct + func (UnimplementedPropertyServiceServer) Create(context.Context, *CreateRequest) (*CreateResponse, error) + func (UnimplementedPropertyServiceServer) Delete(context.Context, *DeleteRequest) (*DeleteResponse, error) + func (UnimplementedPropertyServiceServer) Get(context.Context, *GetRequest) (*GetResponse, error) + func (UnimplementedPropertyServiceServer) List(context.Context, *ListRequest) (*ListResponse, error) + func (UnimplementedPropertyServiceServer) Update(context.Context, *UpdateRequest) (*UpdateResponse, error) + type UnsafePropertyServiceServer interface + type UpdateRequest struct + Property *Property + func (*UpdateRequest) Descriptor() ([]byte, []int) + func (*UpdateRequest) ProtoMessage() + func (x *UpdateRequest) GetProperty() *Property + func (x *UpdateRequest) ProtoReflect() protoreflect.Message + func (x *UpdateRequest) Reset() + func (x *UpdateRequest) String() string + type UpdateResponse struct + func (*UpdateResponse) Descriptor() ([]byte, []int) + func (*UpdateResponse) ProtoMessage() + func (x *UpdateResponse) ProtoReflect() protoreflect.Message + func (x *UpdateResponse) Reset() + func (x *UpdateResponse) String() string