Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + const CallbackService_OnDocumentChanged_FullMethodName + const CallbackService_OnSchemaChanged_FullMethodName + const DocumentChangeInfoService_Equals_FullMethodName + const DocumentChangeInfoService_GetChangedDocumentIds_FullMethodName + const DocumentChangeInfoService_GetDatabaseName_FullMethodName + const DocumentChangeInfoService_GetNamespace_FullMethodName + const DocumentChangeInfoService_GetPackageName_FullMethodName + const DocumentChangeInfoService_GetSchemaName_FullMethodName + const DocumentChangeInfoService_HashCode_FullMethodName + const DocumentChangeInfoService_NewDocumentChangeInfo_FullMethodName + const DocumentChangeInfoService_ToString_FullMethodName + const SchemaChangeInfoService_Equals_FullMethodName + const SchemaChangeInfoService_GetChangedSchemaNames_FullMethodName + const SchemaChangeInfoService_GetDatabaseName_FullMethodName + const SchemaChangeInfoService_GetPackageName_FullMethodName + const SchemaChangeInfoService_HashCode_FullMethodName + const SchemaChangeInfoService_NewSchemaChangeInfo_FullMethodName + const SchemaChangeInfoService_ToString_FullMethodName + const SpecBuilderService_AddFilterSchemas_FullMethodName + const SpecBuilderService_Build_FullMethodName + const SpecService_DescribeContents_FullMethodName + const SpecService_GetFilterSchemas_FullMethodName + const SpecService_WriteToParcel_FullMethodName + var CallbackService_ServiceDesc = grpc.ServiceDesc + var DocumentChangeInfoService_ServiceDesc = grpc.ServiceDesc + var File_proto_observer_observer_proto protoreflect.FileDescriptor + var SchemaChangeInfoService_ServiceDesc = grpc.ServiceDesc + var SpecBuilderService_ServiceDesc = grpc.ServiceDesc + var SpecService_ServiceDesc = grpc.ServiceDesc + func RegisterCallbackServiceServer(s grpc.ServiceRegistrar, srv CallbackServiceServer) + func RegisterDocumentChangeInfoServiceServer(s grpc.ServiceRegistrar, srv DocumentChangeInfoServiceServer) + func RegisterSchemaChangeInfoServiceServer(s grpc.ServiceRegistrar, srv SchemaChangeInfoServiceServer) + func RegisterSpecBuilderServiceServer(s grpc.ServiceRegistrar, srv SpecBuilderServiceServer) + func RegisterSpecServiceServer(s grpc.ServiceRegistrar, srv SpecServiceServer) + type AddFilterSchemasRequest struct + Arg0 int64 + func (*AddFilterSchemasRequest) Descriptor() ([]byte, []int) + func (*AddFilterSchemasRequest) ProtoMessage() + func (x *AddFilterSchemasRequest) GetArg0() int64 + func (x *AddFilterSchemasRequest) ProtoReflect() protoreflect.Message + func (x *AddFilterSchemasRequest) Reset() + func (x *AddFilterSchemasRequest) String() string + type AddFilterSchemasResponse struct + Result int64 + func (*AddFilterSchemasResponse) Descriptor() ([]byte, []int) + func (*AddFilterSchemasResponse) ProtoMessage() + func (x *AddFilterSchemasResponse) GetResult() int64 + func (x *AddFilterSchemasResponse) ProtoReflect() protoreflect.Message + func (x *AddFilterSchemasResponse) Reset() + func (x *AddFilterSchemasResponse) String() string + type BuildRequest struct + func (*BuildRequest) Descriptor() ([]byte, []int) + func (*BuildRequest) ProtoMessage() + func (x *BuildRequest) ProtoReflect() protoreflect.Message + func (x *BuildRequest) Reset() + func (x *BuildRequest) String() string + type BuildResponse struct + Result int64 + func (*BuildResponse) Descriptor() ([]byte, []int) + func (*BuildResponse) ProtoMessage() + func (x *BuildResponse) GetResult() int64 + func (x *BuildResponse) ProtoReflect() protoreflect.Message + func (x *BuildResponse) Reset() + func (x *BuildResponse) String() string + type CallbackServiceClient interface + OnDocumentChanged func(ctx context.Context, in *OnDocumentChangedRequest, opts ...grpc.CallOption) (*OnDocumentChangedResponse, error) + OnSchemaChanged func(ctx context.Context, in *OnSchemaChangedRequest, opts ...grpc.CallOption) (*OnSchemaChangedResponse, error) + func NewCallbackServiceClient(cc grpc.ClientConnInterface) CallbackServiceClient + type CallbackServiceServer interface + OnDocumentChanged func(context.Context, *OnDocumentChangedRequest) (*OnDocumentChangedResponse, error) + OnSchemaChanged func(context.Context, *OnSchemaChangedRequest) (*OnSchemaChangedResponse, error) + type DescribeContentsRequest struct + func (*DescribeContentsRequest) Descriptor() ([]byte, []int) + func (*DescribeContentsRequest) ProtoMessage() + func (x *DescribeContentsRequest) ProtoReflect() protoreflect.Message + func (x *DescribeContentsRequest) Reset() + func (x *DescribeContentsRequest) String() string + type DescribeContentsResponse struct + Result int32 + func (*DescribeContentsResponse) Descriptor() ([]byte, []int) + func (*DescribeContentsResponse) ProtoMessage() + func (x *DescribeContentsResponse) GetResult() int32 + func (x *DescribeContentsResponse) ProtoReflect() protoreflect.Message + func (x *DescribeContentsResponse) Reset() + func (x *DescribeContentsResponse) String() string + type DocumentChangeInfoServiceClient interface + Equals func(ctx context.Context, in *EqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error) + GetChangedDocumentIds func(ctx context.Context, in *GetChangedDocumentIdsRequest, opts ...grpc.CallOption) (*GetChangedDocumentIdsResponse, error) + GetDatabaseName func(ctx context.Context, in *GetDatabaseNameRequest, opts ...grpc.CallOption) (*GetDatabaseNameResponse, error) + GetNamespace func(ctx context.Context, in *GetNamespaceRequest, opts ...grpc.CallOption) (*GetNamespaceResponse, error) + GetPackageName func(ctx context.Context, in *GetPackageNameRequest, opts ...grpc.CallOption) (*GetPackageNameResponse, error) + GetSchemaName func(ctx context.Context, in *GetSchemaNameRequest, opts ...grpc.CallOption) (*GetSchemaNameResponse, error) + HashCode func(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error) + NewDocumentChangeInfo func(ctx context.Context, in *NewDocumentChangeInfoRequest, opts ...grpc.CallOption) (*NewDocumentChangeInfoResponse, error) + ToString func(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error) + func NewDocumentChangeInfoServiceClient(cc grpc.ClientConnInterface) DocumentChangeInfoServiceClient + type DocumentChangeInfoServiceServer interface + Equals func(context.Context, *EqualsRequest) (*EqualsResponse, error) + GetChangedDocumentIds func(context.Context, *GetChangedDocumentIdsRequest) (*GetChangedDocumentIdsResponse, error) + GetDatabaseName func(context.Context, *GetDatabaseNameRequest) (*GetDatabaseNameResponse, error) + GetNamespace func(context.Context, *GetNamespaceRequest) (*GetNamespaceResponse, error) + GetPackageName func(context.Context, *GetPackageNameRequest) (*GetPackageNameResponse, error) + GetSchemaName func(context.Context, *GetSchemaNameRequest) (*GetSchemaNameResponse, error) + HashCode func(context.Context, *HashCodeRequest) (*HashCodeResponse, error) + NewDocumentChangeInfo func(context.Context, *NewDocumentChangeInfoRequest) (*NewDocumentChangeInfoResponse, error) + ToString func(context.Context, *ToStringRequest) (*ToStringResponse, error) + type EqualsRequest struct + Arg0 int64 + Handle int64 + func (*EqualsRequest) Descriptor() ([]byte, []int) + func (*EqualsRequest) ProtoMessage() + func (x *EqualsRequest) GetArg0() int64 + func (x *EqualsRequest) GetHandle() int64 + func (x *EqualsRequest) ProtoReflect() protoreflect.Message + func (x *EqualsRequest) Reset() + func (x *EqualsRequest) String() string + type EqualsResponse struct + Result bool + func (*EqualsResponse) Descriptor() ([]byte, []int) + func (*EqualsResponse) ProtoMessage() + func (x *EqualsResponse) GetResult() bool + func (x *EqualsResponse) ProtoReflect() protoreflect.Message + func (x *EqualsResponse) Reset() + func (x *EqualsResponse) String() string + type GetChangedDocumentIdsRequest struct + Handle int64 + func (*GetChangedDocumentIdsRequest) Descriptor() ([]byte, []int) + func (*GetChangedDocumentIdsRequest) ProtoMessage() + func (x *GetChangedDocumentIdsRequest) GetHandle() int64 + func (x *GetChangedDocumentIdsRequest) ProtoReflect() protoreflect.Message + func (x *GetChangedDocumentIdsRequest) Reset() + func (x *GetChangedDocumentIdsRequest) String() string + type GetChangedDocumentIdsResponse struct + Result int64 + func (*GetChangedDocumentIdsResponse) Descriptor() ([]byte, []int) + func (*GetChangedDocumentIdsResponse) ProtoMessage() + func (x *GetChangedDocumentIdsResponse) GetResult() int64 + func (x *GetChangedDocumentIdsResponse) ProtoReflect() protoreflect.Message + func (x *GetChangedDocumentIdsResponse) Reset() + func (x *GetChangedDocumentIdsResponse) String() string + type GetChangedSchemaNamesRequest struct + Handle int64 + func (*GetChangedSchemaNamesRequest) Descriptor() ([]byte, []int) + func (*GetChangedSchemaNamesRequest) ProtoMessage() + func (x *GetChangedSchemaNamesRequest) GetHandle() int64 + func (x *GetChangedSchemaNamesRequest) ProtoReflect() protoreflect.Message + func (x *GetChangedSchemaNamesRequest) Reset() + func (x *GetChangedSchemaNamesRequest) String() string + type GetChangedSchemaNamesResponse struct + Result int64 + func (*GetChangedSchemaNamesResponse) Descriptor() ([]byte, []int) + func (*GetChangedSchemaNamesResponse) ProtoMessage() + func (x *GetChangedSchemaNamesResponse) GetResult() int64 + func (x *GetChangedSchemaNamesResponse) ProtoReflect() protoreflect.Message + func (x *GetChangedSchemaNamesResponse) Reset() + func (x *GetChangedSchemaNamesResponse) String() string + type GetDatabaseNameRequest struct + Handle int64 + func (*GetDatabaseNameRequest) Descriptor() ([]byte, []int) + func (*GetDatabaseNameRequest) ProtoMessage() + func (x *GetDatabaseNameRequest) GetHandle() int64 + func (x *GetDatabaseNameRequest) ProtoReflect() protoreflect.Message + func (x *GetDatabaseNameRequest) Reset() + func (x *GetDatabaseNameRequest) String() string + type GetDatabaseNameResponse struct + Result string + func (*GetDatabaseNameResponse) Descriptor() ([]byte, []int) + func (*GetDatabaseNameResponse) ProtoMessage() + func (x *GetDatabaseNameResponse) GetResult() string + func (x *GetDatabaseNameResponse) ProtoReflect() protoreflect.Message + func (x *GetDatabaseNameResponse) Reset() + func (x *GetDatabaseNameResponse) String() string + type GetFilterSchemasRequest struct + func (*GetFilterSchemasRequest) Descriptor() ([]byte, []int) + func (*GetFilterSchemasRequest) ProtoMessage() + func (x *GetFilterSchemasRequest) ProtoReflect() protoreflect.Message + func (x *GetFilterSchemasRequest) Reset() + func (x *GetFilterSchemasRequest) String() string + type GetFilterSchemasResponse struct + Result int64 + func (*GetFilterSchemasResponse) Descriptor() ([]byte, []int) + func (*GetFilterSchemasResponse) ProtoMessage() + func (x *GetFilterSchemasResponse) GetResult() int64 + func (x *GetFilterSchemasResponse) ProtoReflect() protoreflect.Message + func (x *GetFilterSchemasResponse) Reset() + func (x *GetFilterSchemasResponse) String() string + type GetNamespaceRequest struct + Handle int64 + func (*GetNamespaceRequest) Descriptor() ([]byte, []int) + func (*GetNamespaceRequest) ProtoMessage() + func (x *GetNamespaceRequest) GetHandle() int64 + func (x *GetNamespaceRequest) ProtoReflect() protoreflect.Message + func (x *GetNamespaceRequest) Reset() + func (x *GetNamespaceRequest) String() string + type GetNamespaceResponse struct + Result string + func (*GetNamespaceResponse) Descriptor() ([]byte, []int) + func (*GetNamespaceResponse) ProtoMessage() + func (x *GetNamespaceResponse) GetResult() string + func (x *GetNamespaceResponse) ProtoReflect() protoreflect.Message + func (x *GetNamespaceResponse) Reset() + func (x *GetNamespaceResponse) String() string + type GetPackageNameRequest struct + Handle int64 + func (*GetPackageNameRequest) Descriptor() ([]byte, []int) + func (*GetPackageNameRequest) ProtoMessage() + func (x *GetPackageNameRequest) GetHandle() int64 + func (x *GetPackageNameRequest) ProtoReflect() protoreflect.Message + func (x *GetPackageNameRequest) Reset() + func (x *GetPackageNameRequest) String() string + type GetPackageNameResponse struct + Result string + func (*GetPackageNameResponse) Descriptor() ([]byte, []int) + func (*GetPackageNameResponse) ProtoMessage() + func (x *GetPackageNameResponse) GetResult() string + func (x *GetPackageNameResponse) ProtoReflect() protoreflect.Message + func (x *GetPackageNameResponse) Reset() + func (x *GetPackageNameResponse) String() string + type GetSchemaNameRequest struct + Handle int64 + func (*GetSchemaNameRequest) Descriptor() ([]byte, []int) + func (*GetSchemaNameRequest) ProtoMessage() + func (x *GetSchemaNameRequest) GetHandle() int64 + func (x *GetSchemaNameRequest) ProtoReflect() protoreflect.Message + func (x *GetSchemaNameRequest) Reset() + func (x *GetSchemaNameRequest) String() string + type GetSchemaNameResponse struct + Result string + func (*GetSchemaNameResponse) Descriptor() ([]byte, []int) + func (*GetSchemaNameResponse) ProtoMessage() + func (x *GetSchemaNameResponse) GetResult() string + func (x *GetSchemaNameResponse) ProtoReflect() protoreflect.Message + func (x *GetSchemaNameResponse) Reset() + func (x *GetSchemaNameResponse) String() string + type HashCodeRequest struct + Handle int64 + func (*HashCodeRequest) Descriptor() ([]byte, []int) + func (*HashCodeRequest) ProtoMessage() + func (x *HashCodeRequest) GetHandle() int64 + func (x *HashCodeRequest) ProtoReflect() protoreflect.Message + func (x *HashCodeRequest) Reset() + func (x *HashCodeRequest) String() string + type HashCodeResponse struct + Result int32 + func (*HashCodeResponse) Descriptor() ([]byte, []int) + func (*HashCodeResponse) ProtoMessage() + func (x *HashCodeResponse) GetResult() int32 + func (x *HashCodeResponse) ProtoReflect() protoreflect.Message + func (x *HashCodeResponse) Reset() + func (x *HashCodeResponse) String() string + type NewDocumentChangeInfoRequest struct + Arg0 string + Arg1 string + Arg2 string + Arg3 string + Arg4 int64 + func (*NewDocumentChangeInfoRequest) Descriptor() ([]byte, []int) + func (*NewDocumentChangeInfoRequest) ProtoMessage() + func (x *NewDocumentChangeInfoRequest) GetArg0() string + func (x *NewDocumentChangeInfoRequest) GetArg1() string + func (x *NewDocumentChangeInfoRequest) GetArg2() string + func (x *NewDocumentChangeInfoRequest) GetArg3() string + func (x *NewDocumentChangeInfoRequest) GetArg4() int64 + func (x *NewDocumentChangeInfoRequest) ProtoReflect() protoreflect.Message + func (x *NewDocumentChangeInfoRequest) Reset() + func (x *NewDocumentChangeInfoRequest) String() string + type NewDocumentChangeInfoResponse struct + Result int64 + func (*NewDocumentChangeInfoResponse) Descriptor() ([]byte, []int) + func (*NewDocumentChangeInfoResponse) ProtoMessage() + func (x *NewDocumentChangeInfoResponse) GetResult() int64 + func (x *NewDocumentChangeInfoResponse) ProtoReflect() protoreflect.Message + func (x *NewDocumentChangeInfoResponse) Reset() + func (x *NewDocumentChangeInfoResponse) String() string + type NewSchemaChangeInfoRequest struct + Arg0 string + Arg1 string + Arg2 int64 + func (*NewSchemaChangeInfoRequest) Descriptor() ([]byte, []int) + func (*NewSchemaChangeInfoRequest) ProtoMessage() + func (x *NewSchemaChangeInfoRequest) GetArg0() string + func (x *NewSchemaChangeInfoRequest) GetArg1() string + func (x *NewSchemaChangeInfoRequest) GetArg2() int64 + func (x *NewSchemaChangeInfoRequest) ProtoReflect() protoreflect.Message + func (x *NewSchemaChangeInfoRequest) Reset() + func (x *NewSchemaChangeInfoRequest) String() string + type NewSchemaChangeInfoResponse struct + Result int64 + func (*NewSchemaChangeInfoResponse) Descriptor() ([]byte, []int) + func (*NewSchemaChangeInfoResponse) ProtoMessage() + func (x *NewSchemaChangeInfoResponse) GetResult() int64 + func (x *NewSchemaChangeInfoResponse) ProtoReflect() protoreflect.Message + func (x *NewSchemaChangeInfoResponse) Reset() + func (x *NewSchemaChangeInfoResponse) String() string + type OnDocumentChangedRequest struct + Arg0 int64 + func (*OnDocumentChangedRequest) Descriptor() ([]byte, []int) + func (*OnDocumentChangedRequest) ProtoMessage() + func (x *OnDocumentChangedRequest) GetArg0() int64 + func (x *OnDocumentChangedRequest) ProtoReflect() protoreflect.Message + func (x *OnDocumentChangedRequest) Reset() + func (x *OnDocumentChangedRequest) String() string + type OnDocumentChangedResponse struct + func (*OnDocumentChangedResponse) Descriptor() ([]byte, []int) + func (*OnDocumentChangedResponse) ProtoMessage() + func (x *OnDocumentChangedResponse) ProtoReflect() protoreflect.Message + func (x *OnDocumentChangedResponse) Reset() + func (x *OnDocumentChangedResponse) String() string + type OnSchemaChangedRequest struct + Arg0 int64 + func (*OnSchemaChangedRequest) Descriptor() ([]byte, []int) + func (*OnSchemaChangedRequest) ProtoMessage() + func (x *OnSchemaChangedRequest) GetArg0() int64 + func (x *OnSchemaChangedRequest) ProtoReflect() protoreflect.Message + func (x *OnSchemaChangedRequest) Reset() + func (x *OnSchemaChangedRequest) String() string + type OnSchemaChangedResponse struct + func (*OnSchemaChangedResponse) Descriptor() ([]byte, []int) + func (*OnSchemaChangedResponse) ProtoMessage() + func (x *OnSchemaChangedResponse) ProtoReflect() protoreflect.Message + func (x *OnSchemaChangedResponse) Reset() + func (x *OnSchemaChangedResponse) String() string + type SchemaChangeInfoServiceClient interface + Equals func(ctx context.Context, in *EqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error) + GetChangedSchemaNames func(ctx context.Context, in *GetChangedSchemaNamesRequest, opts ...grpc.CallOption) (*GetChangedSchemaNamesResponse, error) + GetDatabaseName func(ctx context.Context, in *GetDatabaseNameRequest, opts ...grpc.CallOption) (*GetDatabaseNameResponse, error) + GetPackageName func(ctx context.Context, in *GetPackageNameRequest, opts ...grpc.CallOption) (*GetPackageNameResponse, error) + HashCode func(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error) + NewSchemaChangeInfo func(ctx context.Context, in *NewSchemaChangeInfoRequest, opts ...grpc.CallOption) (*NewSchemaChangeInfoResponse, error) + ToString func(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error) + func NewSchemaChangeInfoServiceClient(cc grpc.ClientConnInterface) SchemaChangeInfoServiceClient + type SchemaChangeInfoServiceServer interface + Equals func(context.Context, *EqualsRequest) (*EqualsResponse, error) + GetChangedSchemaNames func(context.Context, *GetChangedSchemaNamesRequest) (*GetChangedSchemaNamesResponse, error) + GetDatabaseName func(context.Context, *GetDatabaseNameRequest) (*GetDatabaseNameResponse, error) + GetPackageName func(context.Context, *GetPackageNameRequest) (*GetPackageNameResponse, error) + HashCode func(context.Context, *HashCodeRequest) (*HashCodeResponse, error) + NewSchemaChangeInfo func(context.Context, *NewSchemaChangeInfoRequest) (*NewSchemaChangeInfoResponse, error) + ToString func(context.Context, *ToStringRequest) (*ToStringResponse, error) + type SpecBuilderServiceClient interface + AddFilterSchemas func(ctx context.Context, in *AddFilterSchemasRequest, opts ...grpc.CallOption) (*AddFilterSchemasResponse, error) + Build func(ctx context.Context, in *BuildRequest, opts ...grpc.CallOption) (*BuildResponse, error) + func NewSpecBuilderServiceClient(cc grpc.ClientConnInterface) SpecBuilderServiceClient + type SpecBuilderServiceServer interface + AddFilterSchemas func(context.Context, *AddFilterSchemasRequest) (*AddFilterSchemasResponse, error) + Build func(context.Context, *BuildRequest) (*BuildResponse, error) + type SpecServiceClient interface + DescribeContents func(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error) + GetFilterSchemas func(ctx context.Context, in *GetFilterSchemasRequest, opts ...grpc.CallOption) (*GetFilterSchemasResponse, error) + WriteToParcel func(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error) + func NewSpecServiceClient(cc grpc.ClientConnInterface) SpecServiceClient + type SpecServiceServer interface + DescribeContents func(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + GetFilterSchemas func(context.Context, *GetFilterSchemasRequest) (*GetFilterSchemasResponse, error) + WriteToParcel func(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type ToStringRequest struct + Handle int64 + func (*ToStringRequest) Descriptor() ([]byte, []int) + func (*ToStringRequest) ProtoMessage() + func (x *ToStringRequest) GetHandle() int64 + func (x *ToStringRequest) ProtoReflect() protoreflect.Message + func (x *ToStringRequest) Reset() + func (x *ToStringRequest) String() string + type ToStringResponse struct + Result string + func (*ToStringResponse) Descriptor() ([]byte, []int) + func (*ToStringResponse) ProtoMessage() + func (x *ToStringResponse) GetResult() string + func (x *ToStringResponse) ProtoReflect() protoreflect.Message + func (x *ToStringResponse) Reset() + func (x *ToStringResponse) String() string + type UnimplementedCallbackServiceServer struct + func (UnimplementedCallbackServiceServer) OnDocumentChanged(context.Context, *OnDocumentChangedRequest) (*OnDocumentChangedResponse, error) + func (UnimplementedCallbackServiceServer) OnSchemaChanged(context.Context, *OnSchemaChangedRequest) (*OnSchemaChangedResponse, error) + type UnimplementedDocumentChangeInfoServiceServer struct + func (UnimplementedDocumentChangeInfoServiceServer) Equals(context.Context, *EqualsRequest) (*EqualsResponse, error) + func (UnimplementedDocumentChangeInfoServiceServer) GetChangedDocumentIds(context.Context, *GetChangedDocumentIdsRequest) (*GetChangedDocumentIdsResponse, error) + func (UnimplementedDocumentChangeInfoServiceServer) GetDatabaseName(context.Context, *GetDatabaseNameRequest) (*GetDatabaseNameResponse, error) + func (UnimplementedDocumentChangeInfoServiceServer) GetNamespace(context.Context, *GetNamespaceRequest) (*GetNamespaceResponse, error) + func (UnimplementedDocumentChangeInfoServiceServer) GetPackageName(context.Context, *GetPackageNameRequest) (*GetPackageNameResponse, error) + func (UnimplementedDocumentChangeInfoServiceServer) GetSchemaName(context.Context, *GetSchemaNameRequest) (*GetSchemaNameResponse, error) + func (UnimplementedDocumentChangeInfoServiceServer) HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error) + func (UnimplementedDocumentChangeInfoServiceServer) NewDocumentChangeInfo(context.Context, *NewDocumentChangeInfoRequest) (*NewDocumentChangeInfoResponse, error) + func (UnimplementedDocumentChangeInfoServiceServer) ToString(context.Context, *ToStringRequest) (*ToStringResponse, error) + type UnimplementedSchemaChangeInfoServiceServer struct + func (UnimplementedSchemaChangeInfoServiceServer) Equals(context.Context, *EqualsRequest) (*EqualsResponse, error) + func (UnimplementedSchemaChangeInfoServiceServer) GetChangedSchemaNames(context.Context, *GetChangedSchemaNamesRequest) (*GetChangedSchemaNamesResponse, error) + func (UnimplementedSchemaChangeInfoServiceServer) GetDatabaseName(context.Context, *GetDatabaseNameRequest) (*GetDatabaseNameResponse, error) + func (UnimplementedSchemaChangeInfoServiceServer) GetPackageName(context.Context, *GetPackageNameRequest) (*GetPackageNameResponse, error) + func (UnimplementedSchemaChangeInfoServiceServer) HashCode(context.Context, *HashCodeRequest) (*HashCodeResponse, error) + func (UnimplementedSchemaChangeInfoServiceServer) NewSchemaChangeInfo(context.Context, *NewSchemaChangeInfoRequest) (*NewSchemaChangeInfoResponse, error) + func (UnimplementedSchemaChangeInfoServiceServer) ToString(context.Context, *ToStringRequest) (*ToStringResponse, error) + type UnimplementedSpecBuilderServiceServer struct + func (UnimplementedSpecBuilderServiceServer) AddFilterSchemas(context.Context, *AddFilterSchemasRequest) (*AddFilterSchemasResponse, error) + func (UnimplementedSpecBuilderServiceServer) Build(context.Context, *BuildRequest) (*BuildResponse, error) + type UnimplementedSpecServiceServer struct + func (UnimplementedSpecServiceServer) DescribeContents(context.Context, *DescribeContentsRequest) (*DescribeContentsResponse, error) + func (UnimplementedSpecServiceServer) GetFilterSchemas(context.Context, *GetFilterSchemasRequest) (*GetFilterSchemasResponse, error) + func (UnimplementedSpecServiceServer) WriteToParcel(context.Context, *WriteToParcelRequest) (*WriteToParcelResponse, error) + type UnsafeCallbackServiceServer interface + type UnsafeDocumentChangeInfoServiceServer interface + type UnsafeSchemaChangeInfoServiceServer interface + type UnsafeSpecBuilderServiceServer interface + type UnsafeSpecServiceServer interface + type WriteToParcelRequest struct + Arg0 int64 + Arg1 int32 + func (*WriteToParcelRequest) Descriptor() ([]byte, []int) + func (*WriteToParcelRequest) ProtoMessage() + func (x *WriteToParcelRequest) GetArg0() int64 + func (x *WriteToParcelRequest) GetArg1() int32 + func (x *WriteToParcelRequest) ProtoReflect() protoreflect.Message + func (x *WriteToParcelRequest) Reset() + func (x *WriteToParcelRequest) String() string + type WriteToParcelResponse struct + func (*WriteToParcelResponse) Descriptor() ([]byte, []int) + func (*WriteToParcelResponse) ProtoMessage() + func (x *WriteToParcelResponse) ProtoReflect() protoreflect.Message + func (x *WriteToParcelResponse) Reset() + func (x *WriteToParcelResponse) String() string