annotation_logsv1

package
v0.0.0-...-77c09b6 Latest Latest
Warning

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

Go to latest
Published: May 27, 2024 License: MIT Imports: 22 Imported by: 0

Documentation

Overview

Package annotation_logsv1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var (
	AnnotationLogKind_name = map[int32]string{
		0: "ANNOTATION_LOG_KIND_UNSPECIFIED",
		1: "ANNOTATION_LOG_KIND_COMMENT",
		2: "ANNOTATION_LOG_KIND_STATE_UPDATE",
		3: "ANNOTATION_LOG_KIND_ASSIGNED",
	}
	AnnotationLogKind_value = map[string]int32{
		"ANNOTATION_LOG_KIND_UNSPECIFIED":  0,
		"ANNOTATION_LOG_KIND_COMMENT":      1,
		"ANNOTATION_LOG_KIND_STATE_UPDATE": 2,
		"ANNOTATION_LOG_KIND_ASSIGNED":     3,
	}
)

Enum value maps for AnnotationLogKind.

View Source
var (
	AnnotationLogState_name = map[int32]string{
		0: "ANNOTATION_LOG_STATE_UNSPECIFIED",
		1: "ANNOTATION_LOG_STATE_CREATED",
		2: "ANNOTATION_LOG_STATE_OPEN",
		3: "ANNOTATION_LOG_STATE_FLAGGED",
		4: "ANNOTATION_LOG_STATE_RESOLVED",
	}
	AnnotationLogState_value = map[string]int32{
		"ANNOTATION_LOG_STATE_UNSPECIFIED": 0,
		"ANNOTATION_LOG_STATE_CREATED":     1,
		"ANNOTATION_LOG_STATE_OPEN":        2,
		"ANNOTATION_LOG_STATE_FLAGGED":     3,
		"ANNOTATION_LOG_STATE_RESOLVED":    4,
	}
)

Enum value maps for AnnotationLogState.

View Source
var (
	AnnotationCommentBodyElementType_name = map[int32]string{
		0: "ANNOTATION_COMMENT_BODY_ELEMENT_TYPE_UNSPECIFIED",
		1: "ANNOTATION_COMMENT_BODY_ELEMENT_TYPE_TEXT",
		2: "ANNOTATION_COMMENT_BODY_ELEMENT_TYPE_USER_MENTION",
	}
	AnnotationCommentBodyElementType_value = map[string]int32{
		"ANNOTATION_COMMENT_BODY_ELEMENT_TYPE_UNSPECIFIED":  0,
		"ANNOTATION_COMMENT_BODY_ELEMENT_TYPE_TEXT":         1,
		"ANNOTATION_COMMENT_BODY_ELEMENT_TYPE_USER_MENTION": 2,
	}
)

Enum value maps for AnnotationCommentBodyElementType.

View Source
var AnnotationLogService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "sift.annotation_logs.v1.AnnotationLogService",
	HandlerType: (*AnnotationLogServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateAnnotationLog",
			Handler:    _AnnotationLogService_CreateAnnotationLog_Handler,
		},
		{
			MethodName: "ListAnnotationLogs",
			Handler:    _AnnotationLogService_ListAnnotationLogs_Handler,
		},
		{
			MethodName: "DeleteAnnotationLog",
			Handler:    _AnnotationLogService_DeleteAnnotationLog_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "sift/annotation_logs/v1/annotation_logs.proto",
}

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

View Source
var File_sift_annotation_logs_v1_annotation_logs_proto protoreflect.FileDescriptor

Functions

func RegisterAnnotationLogServiceHandler

func RegisterAnnotationLogServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterAnnotationLogServiceHandler registers the http handlers for service AnnotationLogService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterAnnotationLogServiceHandlerClient

func RegisterAnnotationLogServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AnnotationLogServiceClient) error

RegisterAnnotationLogServiceHandlerClient registers the http handlers for service AnnotationLogService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "AnnotationLogServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "AnnotationLogServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "AnnotationLogServiceClient" to call the correct interceptors.

func RegisterAnnotationLogServiceHandlerFromEndpoint

func RegisterAnnotationLogServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterAnnotationLogServiceHandlerFromEndpoint is same as RegisterAnnotationLogServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterAnnotationLogServiceHandlerServer

func RegisterAnnotationLogServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server AnnotationLogServiceServer) error

RegisterAnnotationLogServiceHandlerServer registers the http handlers for service AnnotationLogService to "mux". UnaryRPC :call AnnotationLogServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterAnnotationLogServiceHandlerFromEndpoint instead.

func RegisterAnnotationLogServiceServer

func RegisterAnnotationLogServiceServer(s grpc.ServiceRegistrar, srv AnnotationLogServiceServer)

Types

type AnnotationCommentBodyElement

type AnnotationCommentBodyElement struct {
	Type        AnnotationCommentBodyElementType `protobuf:"varint,1,opt,name=type,proto3,enum=sift.annotation_logs.v1.AnnotationCommentBodyElementType" json:"type,omitempty"`
	Text        string                           `protobuf:"bytes,2,opt,name=text,proto3" json:"text,omitempty"`
	UserMention *AnnotationCommentUserMention    `protobuf:"bytes,3,opt,name=user_mention,json=userMention,proto3" json:"user_mention,omitempty"`
	// contains filtered or unexported fields
}

func (*AnnotationCommentBodyElement) CloneMessageVT

func (m *AnnotationCommentBodyElement) CloneMessageVT() proto.Message

func (*AnnotationCommentBodyElement) CloneVT

func (*AnnotationCommentBodyElement) Descriptor deprecated

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

Deprecated: Use AnnotationCommentBodyElement.ProtoReflect.Descriptor instead.

func (*AnnotationCommentBodyElement) EqualMessageVT

func (this *AnnotationCommentBodyElement) EqualMessageVT(thatMsg proto.Message) bool

func (*AnnotationCommentBodyElement) EqualVT

func (*AnnotationCommentBodyElement) GetText

func (x *AnnotationCommentBodyElement) GetText() string

func (*AnnotationCommentBodyElement) GetType

func (*AnnotationCommentBodyElement) GetUserMention

func (*AnnotationCommentBodyElement) MarshalToSizedBufferVT

func (m *AnnotationCommentBodyElement) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AnnotationCommentBodyElement) MarshalToSizedBufferVTStrict

func (m *AnnotationCommentBodyElement) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*AnnotationCommentBodyElement) MarshalToVT

func (m *AnnotationCommentBodyElement) MarshalToVT(dAtA []byte) (int, error)

func (*AnnotationCommentBodyElement) MarshalToVTStrict

func (m *AnnotationCommentBodyElement) MarshalToVTStrict(dAtA []byte) (int, error)

func (*AnnotationCommentBodyElement) MarshalVT

func (m *AnnotationCommentBodyElement) MarshalVT() (dAtA []byte, err error)

func (*AnnotationCommentBodyElement) MarshalVTStrict

func (m *AnnotationCommentBodyElement) MarshalVTStrict() (dAtA []byte, err error)

func (*AnnotationCommentBodyElement) ProtoMessage

func (*AnnotationCommentBodyElement) ProtoMessage()

func (*AnnotationCommentBodyElement) ProtoReflect

func (*AnnotationCommentBodyElement) Reset

func (x *AnnotationCommentBodyElement) Reset()

func (*AnnotationCommentBodyElement) SizeVT

func (m *AnnotationCommentBodyElement) SizeVT() (n int)

func (*AnnotationCommentBodyElement) String

func (*AnnotationCommentBodyElement) UnmarshalVT

func (m *AnnotationCommentBodyElement) UnmarshalVT(dAtA []byte) error

func (*AnnotationCommentBodyElement) UnmarshalVTUnsafe

func (m *AnnotationCommentBodyElement) UnmarshalVTUnsafe(dAtA []byte) error

type AnnotationCommentBodyElementType

type AnnotationCommentBodyElementType int32
const (
	AnnotationCommentBodyElementType_ANNOTATION_COMMENT_BODY_ELEMENT_TYPE_UNSPECIFIED  AnnotationCommentBodyElementType = 0
	AnnotationCommentBodyElementType_ANNOTATION_COMMENT_BODY_ELEMENT_TYPE_TEXT         AnnotationCommentBodyElementType = 1
	AnnotationCommentBodyElementType_ANNOTATION_COMMENT_BODY_ELEMENT_TYPE_USER_MENTION AnnotationCommentBodyElementType = 2
)

func (AnnotationCommentBodyElementType) Descriptor

func (AnnotationCommentBodyElementType) Enum

func (AnnotationCommentBodyElementType) EnumDescriptor deprecated

func (AnnotationCommentBodyElementType) EnumDescriptor() ([]byte, []int)

Deprecated: Use AnnotationCommentBodyElementType.Descriptor instead.

func (AnnotationCommentBodyElementType) Number

func (AnnotationCommentBodyElementType) String

func (AnnotationCommentBodyElementType) Type

type AnnotationCommentUserMention

type AnnotationCommentUserMention struct {
	UserId    string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	UserEmail string `protobuf:"bytes,2,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"`
	// contains filtered or unexported fields
}

func (*AnnotationCommentUserMention) CloneMessageVT

func (m *AnnotationCommentUserMention) CloneMessageVT() proto.Message

func (*AnnotationCommentUserMention) CloneVT

func (*AnnotationCommentUserMention) Descriptor deprecated

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

Deprecated: Use AnnotationCommentUserMention.ProtoReflect.Descriptor instead.

func (*AnnotationCommentUserMention) EqualMessageVT

func (this *AnnotationCommentUserMention) EqualMessageVT(thatMsg proto.Message) bool

func (*AnnotationCommentUserMention) EqualVT

func (*AnnotationCommentUserMention) GetUserEmail

func (x *AnnotationCommentUserMention) GetUserEmail() string

func (*AnnotationCommentUserMention) GetUserId

func (x *AnnotationCommentUserMention) GetUserId() string

func (*AnnotationCommentUserMention) MarshalToSizedBufferVT

func (m *AnnotationCommentUserMention) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AnnotationCommentUserMention) MarshalToSizedBufferVTStrict

func (m *AnnotationCommentUserMention) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*AnnotationCommentUserMention) MarshalToVT

func (m *AnnotationCommentUserMention) MarshalToVT(dAtA []byte) (int, error)

func (*AnnotationCommentUserMention) MarshalToVTStrict

func (m *AnnotationCommentUserMention) MarshalToVTStrict(dAtA []byte) (int, error)

func (*AnnotationCommentUserMention) MarshalVT

func (m *AnnotationCommentUserMention) MarshalVT() (dAtA []byte, err error)

func (*AnnotationCommentUserMention) MarshalVTStrict

func (m *AnnotationCommentUserMention) MarshalVTStrict() (dAtA []byte, err error)

func (*AnnotationCommentUserMention) ProtoMessage

func (*AnnotationCommentUserMention) ProtoMessage()

func (*AnnotationCommentUserMention) ProtoReflect

func (*AnnotationCommentUserMention) Reset

func (x *AnnotationCommentUserMention) Reset()

func (*AnnotationCommentUserMention) SizeVT

func (m *AnnotationCommentUserMention) SizeVT() (n int)

func (*AnnotationCommentUserMention) String

func (*AnnotationCommentUserMention) UnmarshalVT

func (m *AnnotationCommentUserMention) UnmarshalVT(dAtA []byte) error

func (*AnnotationCommentUserMention) UnmarshalVTUnsafe

func (m *AnnotationCommentUserMention) UnmarshalVTUnsafe(dAtA []byte) error

type AnnotationLogAssignedProperties

type AnnotationLogAssignedProperties struct {
	AssignedToUserId    string `protobuf:"bytes,1,opt,name=assigned_to_user_id,json=assignedToUserId,proto3" json:"assigned_to_user_id,omitempty"`
	AssignedToUserEmail string `protobuf:"bytes,2,opt,name=assigned_to_user_email,json=assignedToUserEmail,proto3" json:"assigned_to_user_email,omitempty"`
	// contains filtered or unexported fields
}

func (*AnnotationLogAssignedProperties) CloneMessageVT

func (m *AnnotationLogAssignedProperties) CloneMessageVT() proto.Message

func (*AnnotationLogAssignedProperties) CloneVT

func (*AnnotationLogAssignedProperties) Descriptor deprecated

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

Deprecated: Use AnnotationLogAssignedProperties.ProtoReflect.Descriptor instead.

func (*AnnotationLogAssignedProperties) EqualMessageVT

func (this *AnnotationLogAssignedProperties) EqualMessageVT(thatMsg proto.Message) bool

func (*AnnotationLogAssignedProperties) EqualVT

func (*AnnotationLogAssignedProperties) GetAssignedToUserEmail

func (x *AnnotationLogAssignedProperties) GetAssignedToUserEmail() string

func (*AnnotationLogAssignedProperties) GetAssignedToUserId

func (x *AnnotationLogAssignedProperties) GetAssignedToUserId() string

func (*AnnotationLogAssignedProperties) MarshalToSizedBufferVT

func (m *AnnotationLogAssignedProperties) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AnnotationLogAssignedProperties) MarshalToSizedBufferVTStrict

func (m *AnnotationLogAssignedProperties) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*AnnotationLogAssignedProperties) MarshalToVT

func (m *AnnotationLogAssignedProperties) MarshalToVT(dAtA []byte) (int, error)

func (*AnnotationLogAssignedProperties) MarshalToVTStrict

func (m *AnnotationLogAssignedProperties) MarshalToVTStrict(dAtA []byte) (int, error)

func (*AnnotationLogAssignedProperties) MarshalVT

func (m *AnnotationLogAssignedProperties) MarshalVT() (dAtA []byte, err error)

func (*AnnotationLogAssignedProperties) MarshalVTStrict

func (m *AnnotationLogAssignedProperties) MarshalVTStrict() (dAtA []byte, err error)

func (*AnnotationLogAssignedProperties) ProtoMessage

func (*AnnotationLogAssignedProperties) ProtoMessage()

func (*AnnotationLogAssignedProperties) ProtoReflect

func (*AnnotationLogAssignedProperties) Reset

func (*AnnotationLogAssignedProperties) SizeVT

func (m *AnnotationLogAssignedProperties) SizeVT() (n int)

func (*AnnotationLogAssignedProperties) String

func (*AnnotationLogAssignedProperties) UnmarshalVT

func (m *AnnotationLogAssignedProperties) UnmarshalVT(dAtA []byte) error

func (*AnnotationLogAssignedProperties) UnmarshalVTUnsafe

func (m *AnnotationLogAssignedProperties) UnmarshalVTUnsafe(dAtA []byte) error

type AnnotationLogCommentProperties

type AnnotationLogCommentProperties struct {
	Body []*AnnotationCommentBodyElement `protobuf:"bytes,1,rep,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*AnnotationLogCommentProperties) CloneMessageVT

func (m *AnnotationLogCommentProperties) CloneMessageVT() proto.Message

func (*AnnotationLogCommentProperties) CloneVT

func (*AnnotationLogCommentProperties) Descriptor deprecated

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

Deprecated: Use AnnotationLogCommentProperties.ProtoReflect.Descriptor instead.

func (*AnnotationLogCommentProperties) EqualMessageVT

func (this *AnnotationLogCommentProperties) EqualMessageVT(thatMsg proto.Message) bool

func (*AnnotationLogCommentProperties) EqualVT

func (*AnnotationLogCommentProperties) GetBody

func (*AnnotationLogCommentProperties) MarshalToSizedBufferVT

func (m *AnnotationLogCommentProperties) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AnnotationLogCommentProperties) MarshalToSizedBufferVTStrict

func (m *AnnotationLogCommentProperties) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*AnnotationLogCommentProperties) MarshalToVT

func (m *AnnotationLogCommentProperties) MarshalToVT(dAtA []byte) (int, error)

func (*AnnotationLogCommentProperties) MarshalToVTStrict

func (m *AnnotationLogCommentProperties) MarshalToVTStrict(dAtA []byte) (int, error)

func (*AnnotationLogCommentProperties) MarshalVT

func (m *AnnotationLogCommentProperties) MarshalVT() (dAtA []byte, err error)

func (*AnnotationLogCommentProperties) MarshalVTStrict

func (m *AnnotationLogCommentProperties) MarshalVTStrict() (dAtA []byte, err error)

func (*AnnotationLogCommentProperties) ProtoMessage

func (*AnnotationLogCommentProperties) ProtoMessage()

func (*AnnotationLogCommentProperties) ProtoReflect

func (*AnnotationLogCommentProperties) Reset

func (x *AnnotationLogCommentProperties) Reset()

func (*AnnotationLogCommentProperties) SizeVT

func (m *AnnotationLogCommentProperties) SizeVT() (n int)

func (*AnnotationLogCommentProperties) String

func (*AnnotationLogCommentProperties) UnmarshalVT

func (m *AnnotationLogCommentProperties) UnmarshalVT(dAtA []byte) error

func (*AnnotationLogCommentProperties) UnmarshalVTUnsafe

func (m *AnnotationLogCommentProperties) UnmarshalVTUnsafe(dAtA []byte) error

type AnnotationLogKind

type AnnotationLogKind int32
const (
	AnnotationLogKind_ANNOTATION_LOG_KIND_UNSPECIFIED  AnnotationLogKind = 0
	AnnotationLogKind_ANNOTATION_LOG_KIND_COMMENT      AnnotationLogKind = 1
	AnnotationLogKind_ANNOTATION_LOG_KIND_STATE_UPDATE AnnotationLogKind = 2
	AnnotationLogKind_ANNOTATION_LOG_KIND_ASSIGNED     AnnotationLogKind = 3
)

func (AnnotationLogKind) Descriptor

func (AnnotationLogKind) Enum

func (AnnotationLogKind) EnumDescriptor deprecated

func (AnnotationLogKind) EnumDescriptor() ([]byte, []int)

Deprecated: Use AnnotationLogKind.Descriptor instead.

func (AnnotationLogKind) Number

func (AnnotationLogKind) String

func (x AnnotationLogKind) String() string

func (AnnotationLogKind) Type

type AnnotationLogSearchResult

type AnnotationLogSearchResult struct {
	AnnotationLogId   string                 `protobuf:"bytes,1,opt,name=annotation_log_id,json=annotationLogId,proto3" json:"annotation_log_id,omitempty"`
	CreatedDate       *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_date,json=createdDate,proto3" json:"created_date,omitempty"`
	ModifiedDate      *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=modified_date,json=modifiedDate,proto3" json:"modified_date,omitempty"`
	AnnotationId      string                 `protobuf:"bytes,4,opt,name=annotation_id,json=annotationId,proto3" json:"annotation_id,omitempty"`
	Kind              AnnotationLogKind      `protobuf:"varint,5,opt,name=kind,proto3,enum=sift.annotation_logs.v1.AnnotationLogKind" json:"kind,omitempty"`
	CreatedByUserId   string                 `protobuf:"bytes,6,opt,name=created_by_user_id,json=createdByUserId,proto3" json:"created_by_user_id,omitempty"`
	CreatedByUserName string                 `protobuf:"bytes,7,opt,name=created_by_user_name,json=createdByUserName,proto3" json:"created_by_user_name,omitempty"`
	// Types that are assignable to Properties:
	//
	//	*AnnotationLogSearchResult_Assigned
	//	*AnnotationLogSearchResult_StateUpdate
	//	*AnnotationLogSearchResult_Comment
	Properties isAnnotationLogSearchResult_Properties `protobuf_oneof:"properties"`
	// contains filtered or unexported fields
}

func (*AnnotationLogSearchResult) CloneMessageVT

func (m *AnnotationLogSearchResult) CloneMessageVT() proto.Message

func (*AnnotationLogSearchResult) CloneVT

func (*AnnotationLogSearchResult) Descriptor deprecated

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

Deprecated: Use AnnotationLogSearchResult.ProtoReflect.Descriptor instead.

func (*AnnotationLogSearchResult) EqualMessageVT

func (this *AnnotationLogSearchResult) EqualMessageVT(thatMsg proto.Message) bool

func (*AnnotationLogSearchResult) EqualVT

func (*AnnotationLogSearchResult) GetAnnotationId

func (x *AnnotationLogSearchResult) GetAnnotationId() string

func (*AnnotationLogSearchResult) GetAnnotationLogId

func (x *AnnotationLogSearchResult) GetAnnotationLogId() string

func (*AnnotationLogSearchResult) GetAssigned

func (*AnnotationLogSearchResult) GetComment

func (*AnnotationLogSearchResult) GetCreatedByUserId

func (x *AnnotationLogSearchResult) GetCreatedByUserId() string

func (*AnnotationLogSearchResult) GetCreatedByUserName

func (x *AnnotationLogSearchResult) GetCreatedByUserName() string

func (*AnnotationLogSearchResult) GetCreatedDate

func (x *AnnotationLogSearchResult) GetCreatedDate() *timestamppb.Timestamp

func (*AnnotationLogSearchResult) GetKind

func (*AnnotationLogSearchResult) GetModifiedDate

func (x *AnnotationLogSearchResult) GetModifiedDate() *timestamppb.Timestamp

func (*AnnotationLogSearchResult) GetProperties

func (m *AnnotationLogSearchResult) GetProperties() isAnnotationLogSearchResult_Properties

func (*AnnotationLogSearchResult) GetStateUpdate

func (*AnnotationLogSearchResult) MarshalToSizedBufferVT

func (m *AnnotationLogSearchResult) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AnnotationLogSearchResult) MarshalToSizedBufferVTStrict

func (m *AnnotationLogSearchResult) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*AnnotationLogSearchResult) MarshalToVT

func (m *AnnotationLogSearchResult) MarshalToVT(dAtA []byte) (int, error)

func (*AnnotationLogSearchResult) MarshalToVTStrict

func (m *AnnotationLogSearchResult) MarshalToVTStrict(dAtA []byte) (int, error)

func (*AnnotationLogSearchResult) MarshalVT

func (m *AnnotationLogSearchResult) MarshalVT() (dAtA []byte, err error)

func (*AnnotationLogSearchResult) MarshalVTStrict

func (m *AnnotationLogSearchResult) MarshalVTStrict() (dAtA []byte, err error)

func (*AnnotationLogSearchResult) ProtoMessage

func (*AnnotationLogSearchResult) ProtoMessage()

func (*AnnotationLogSearchResult) ProtoReflect

func (*AnnotationLogSearchResult) Reset

func (x *AnnotationLogSearchResult) Reset()

func (*AnnotationLogSearchResult) SizeVT

func (m *AnnotationLogSearchResult) SizeVT() (n int)

func (*AnnotationLogSearchResult) String

func (x *AnnotationLogSearchResult) String() string

func (*AnnotationLogSearchResult) UnmarshalVT

func (m *AnnotationLogSearchResult) UnmarshalVT(dAtA []byte) error

func (*AnnotationLogSearchResult) UnmarshalVTUnsafe

func (m *AnnotationLogSearchResult) UnmarshalVTUnsafe(dAtA []byte) error

type AnnotationLogSearchResult_Assigned

type AnnotationLogSearchResult_Assigned struct {
	Assigned *AnnotationLogAssignedProperties `protobuf:"bytes,8,opt,name=assigned,proto3,oneof"`
}

func (*AnnotationLogSearchResult_Assigned) CloneVT

func (m *AnnotationLogSearchResult_Assigned) CloneVT() isAnnotationLogSearchResult_Properties

func (*AnnotationLogSearchResult_Assigned) EqualVT

func (this *AnnotationLogSearchResult_Assigned) EqualVT(thatIface isAnnotationLogSearchResult_Properties) bool

func (*AnnotationLogSearchResult_Assigned) MarshalToSizedBufferVT

func (m *AnnotationLogSearchResult_Assigned) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AnnotationLogSearchResult_Assigned) MarshalToSizedBufferVTStrict

func (m *AnnotationLogSearchResult_Assigned) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*AnnotationLogSearchResult_Assigned) MarshalToVT

func (m *AnnotationLogSearchResult_Assigned) MarshalToVT(dAtA []byte) (int, error)

func (*AnnotationLogSearchResult_Assigned) MarshalToVTStrict

func (m *AnnotationLogSearchResult_Assigned) MarshalToVTStrict(dAtA []byte) (int, error)

func (*AnnotationLogSearchResult_Assigned) SizeVT

func (m *AnnotationLogSearchResult_Assigned) SizeVT() (n int)

type AnnotationLogSearchResult_Comment

type AnnotationLogSearchResult_Comment struct {
	Comment *AnnotationLogCommentProperties `protobuf:"bytes,10,opt,name=comment,proto3,oneof"`
}

func (*AnnotationLogSearchResult_Comment) CloneVT

func (m *AnnotationLogSearchResult_Comment) CloneVT() isAnnotationLogSearchResult_Properties

func (*AnnotationLogSearchResult_Comment) EqualVT

func (this *AnnotationLogSearchResult_Comment) EqualVT(thatIface isAnnotationLogSearchResult_Properties) bool

func (*AnnotationLogSearchResult_Comment) MarshalToSizedBufferVT

func (m *AnnotationLogSearchResult_Comment) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AnnotationLogSearchResult_Comment) MarshalToSizedBufferVTStrict

func (m *AnnotationLogSearchResult_Comment) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*AnnotationLogSearchResult_Comment) MarshalToVT

func (m *AnnotationLogSearchResult_Comment) MarshalToVT(dAtA []byte) (int, error)

func (*AnnotationLogSearchResult_Comment) MarshalToVTStrict

func (m *AnnotationLogSearchResult_Comment) MarshalToVTStrict(dAtA []byte) (int, error)

func (*AnnotationLogSearchResult_Comment) SizeVT

func (m *AnnotationLogSearchResult_Comment) SizeVT() (n int)

type AnnotationLogSearchResult_StateUpdate

type AnnotationLogSearchResult_StateUpdate struct {
	StateUpdate *AnnotationLogStateUpdateProperties `protobuf:"bytes,9,opt,name=state_update,json=stateUpdate,proto3,oneof"`
}

func (*AnnotationLogSearchResult_StateUpdate) CloneVT

func (m *AnnotationLogSearchResult_StateUpdate) CloneVT() isAnnotationLogSearchResult_Properties

func (*AnnotationLogSearchResult_StateUpdate) EqualVT

func (this *AnnotationLogSearchResult_StateUpdate) EqualVT(thatIface isAnnotationLogSearchResult_Properties) bool

func (*AnnotationLogSearchResult_StateUpdate) MarshalToSizedBufferVT

func (m *AnnotationLogSearchResult_StateUpdate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AnnotationLogSearchResult_StateUpdate) MarshalToSizedBufferVTStrict

func (m *AnnotationLogSearchResult_StateUpdate) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*AnnotationLogSearchResult_StateUpdate) MarshalToVT

func (m *AnnotationLogSearchResult_StateUpdate) MarshalToVT(dAtA []byte) (int, error)

func (*AnnotationLogSearchResult_StateUpdate) MarshalToVTStrict

func (m *AnnotationLogSearchResult_StateUpdate) MarshalToVTStrict(dAtA []byte) (int, error)

func (*AnnotationLogSearchResult_StateUpdate) SizeVT

type AnnotationLogServiceClient

type AnnotationLogServiceClient interface {
	// Creates an annotation log on an annotation.
	CreateAnnotationLog(ctx context.Context, in *CreateAnnotationLogRequest, opts ...grpc.CallOption) (*CreateAnnotationLogResponse, error)
	// Retrieves annotation logs using an optional filter.
	ListAnnotationLogs(ctx context.Context, in *ListAnnotationLogsRequest, opts ...grpc.CallOption) (*ListAnnotationLogsResponse, error)
	// Deletes an annotation log.
	DeleteAnnotationLog(ctx context.Context, in *DeleteAnnotationLogRequest, opts ...grpc.CallOption) (*DeleteAnnotationLogResponse, error)
}

AnnotationLogServiceClient is the client API for AnnotationLogService 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 AnnotationLogServiceServer

type AnnotationLogServiceServer interface {
	// Creates an annotation log on an annotation.
	CreateAnnotationLog(context.Context, *CreateAnnotationLogRequest) (*CreateAnnotationLogResponse, error)
	// Retrieves annotation logs using an optional filter.
	ListAnnotationLogs(context.Context, *ListAnnotationLogsRequest) (*ListAnnotationLogsResponse, error)
	// Deletes an annotation log.
	DeleteAnnotationLog(context.Context, *DeleteAnnotationLogRequest) (*DeleteAnnotationLogResponse, error)
	// contains filtered or unexported methods
}

AnnotationLogServiceServer is the server API for AnnotationLogService service. All implementations must embed UnimplementedAnnotationLogServiceServer for forward compatibility

type AnnotationLogState

type AnnotationLogState int32
const (
	AnnotationLogState_ANNOTATION_LOG_STATE_UNSPECIFIED AnnotationLogState = 0
	AnnotationLogState_ANNOTATION_LOG_STATE_CREATED     AnnotationLogState = 1
	AnnotationLogState_ANNOTATION_LOG_STATE_OPEN        AnnotationLogState = 2
	AnnotationLogState_ANNOTATION_LOG_STATE_FLAGGED     AnnotationLogState = 3
	AnnotationLogState_ANNOTATION_LOG_STATE_RESOLVED    AnnotationLogState = 4
)

func (AnnotationLogState) Descriptor

func (AnnotationLogState) Enum

func (AnnotationLogState) EnumDescriptor deprecated

func (AnnotationLogState) EnumDescriptor() ([]byte, []int)

Deprecated: Use AnnotationLogState.Descriptor instead.

func (AnnotationLogState) Number

func (AnnotationLogState) String

func (x AnnotationLogState) String() string

func (AnnotationLogState) Type

type AnnotationLogStateUpdateProperties

type AnnotationLogStateUpdateProperties struct {
	State AnnotationLogState `protobuf:"varint,1,opt,name=state,proto3,enum=sift.annotation_logs.v1.AnnotationLogState" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*AnnotationLogStateUpdateProperties) CloneMessageVT

func (m *AnnotationLogStateUpdateProperties) CloneMessageVT() proto.Message

func (*AnnotationLogStateUpdateProperties) CloneVT

func (*AnnotationLogStateUpdateProperties) Descriptor deprecated

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

Deprecated: Use AnnotationLogStateUpdateProperties.ProtoReflect.Descriptor instead.

func (*AnnotationLogStateUpdateProperties) EqualMessageVT

func (this *AnnotationLogStateUpdateProperties) EqualMessageVT(thatMsg proto.Message) bool

func (*AnnotationLogStateUpdateProperties) EqualVT

func (*AnnotationLogStateUpdateProperties) GetState

func (*AnnotationLogStateUpdateProperties) MarshalToSizedBufferVT

func (m *AnnotationLogStateUpdateProperties) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*AnnotationLogStateUpdateProperties) MarshalToSizedBufferVTStrict

func (m *AnnotationLogStateUpdateProperties) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*AnnotationLogStateUpdateProperties) MarshalToVT

func (m *AnnotationLogStateUpdateProperties) MarshalToVT(dAtA []byte) (int, error)

func (*AnnotationLogStateUpdateProperties) MarshalToVTStrict

func (m *AnnotationLogStateUpdateProperties) MarshalToVTStrict(dAtA []byte) (int, error)

func (*AnnotationLogStateUpdateProperties) MarshalVT

func (m *AnnotationLogStateUpdateProperties) MarshalVT() (dAtA []byte, err error)

func (*AnnotationLogStateUpdateProperties) MarshalVTStrict

func (m *AnnotationLogStateUpdateProperties) MarshalVTStrict() (dAtA []byte, err error)

func (*AnnotationLogStateUpdateProperties) ProtoMessage

func (*AnnotationLogStateUpdateProperties) ProtoMessage()

func (*AnnotationLogStateUpdateProperties) ProtoReflect

func (*AnnotationLogStateUpdateProperties) Reset

func (*AnnotationLogStateUpdateProperties) SizeVT

func (m *AnnotationLogStateUpdateProperties) SizeVT() (n int)

func (*AnnotationLogStateUpdateProperties) String

func (*AnnotationLogStateUpdateProperties) UnmarshalVT

func (m *AnnotationLogStateUpdateProperties) UnmarshalVT(dAtA []byte) error

func (*AnnotationLogStateUpdateProperties) UnmarshalVTUnsafe

func (m *AnnotationLogStateUpdateProperties) UnmarshalVTUnsafe(dAtA []byte) error

type CreateAnnotationLogRequest

type CreateAnnotationLogRequest struct {

	// The ID of the parent annotation associated to associate with the new annotation log.
	AnnotationId string `protobuf:"bytes,1,opt,name=annotation_id,json=annotationId,proto3" json:"annotation_id,omitempty"`
	// The kind of annotation log to create.
	Kind AnnotationLogKind `protobuf:"varint,2,opt,name=kind,proto3,enum=sift.annotation_logs.v1.AnnotationLogKind" json:"kind,omitempty"`
	// The properties associated with the specific kind of annotation log.
	//
	// Types that are assignable to Properties:
	//
	//	*CreateAnnotationLogRequest_Assigned
	//	*CreateAnnotationLogRequest_StateUpdate
	//	*CreateAnnotationLogRequest_Comment
	Properties isCreateAnnotationLogRequest_Properties `protobuf_oneof:"properties"`
	// contains filtered or unexported fields
}

The request for a call to `AnnotationLogService_CreateAnnotationLog` to create an annotation log.

func (*CreateAnnotationLogRequest) CloneMessageVT

func (m *CreateAnnotationLogRequest) CloneMessageVT() proto.Message

func (*CreateAnnotationLogRequest) CloneVT

func (*CreateAnnotationLogRequest) Descriptor deprecated

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

Deprecated: Use CreateAnnotationLogRequest.ProtoReflect.Descriptor instead.

func (*CreateAnnotationLogRequest) EqualMessageVT

func (this *CreateAnnotationLogRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*CreateAnnotationLogRequest) EqualVT

func (*CreateAnnotationLogRequest) GetAnnotationId

func (x *CreateAnnotationLogRequest) GetAnnotationId() string

func (*CreateAnnotationLogRequest) GetAssigned

func (*CreateAnnotationLogRequest) GetComment

func (*CreateAnnotationLogRequest) GetKind

func (*CreateAnnotationLogRequest) GetProperties

func (m *CreateAnnotationLogRequest) GetProperties() isCreateAnnotationLogRequest_Properties

func (*CreateAnnotationLogRequest) GetStateUpdate

func (*CreateAnnotationLogRequest) MarshalToSizedBufferVT

func (m *CreateAnnotationLogRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CreateAnnotationLogRequest) MarshalToSizedBufferVTStrict

func (m *CreateAnnotationLogRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*CreateAnnotationLogRequest) MarshalToVT

func (m *CreateAnnotationLogRequest) MarshalToVT(dAtA []byte) (int, error)

func (*CreateAnnotationLogRequest) MarshalToVTStrict

func (m *CreateAnnotationLogRequest) MarshalToVTStrict(dAtA []byte) (int, error)

func (*CreateAnnotationLogRequest) MarshalVT

func (m *CreateAnnotationLogRequest) MarshalVT() (dAtA []byte, err error)

func (*CreateAnnotationLogRequest) MarshalVTStrict

func (m *CreateAnnotationLogRequest) MarshalVTStrict() (dAtA []byte, err error)

func (*CreateAnnotationLogRequest) ProtoMessage

func (*CreateAnnotationLogRequest) ProtoMessage()

func (*CreateAnnotationLogRequest) ProtoReflect

func (*CreateAnnotationLogRequest) Reset

func (x *CreateAnnotationLogRequest) Reset()

func (*CreateAnnotationLogRequest) SizeVT

func (m *CreateAnnotationLogRequest) SizeVT() (n int)

func (*CreateAnnotationLogRequest) String

func (x *CreateAnnotationLogRequest) String() string

func (*CreateAnnotationLogRequest) UnmarshalVT

func (m *CreateAnnotationLogRequest) UnmarshalVT(dAtA []byte) error

func (*CreateAnnotationLogRequest) UnmarshalVTUnsafe

func (m *CreateAnnotationLogRequest) UnmarshalVTUnsafe(dAtA []byte) error

type CreateAnnotationLogRequest_Assigned

type CreateAnnotationLogRequest_Assigned struct {
	Assigned *AnnotationLogAssignedProperties `protobuf:"bytes,3,opt,name=assigned,proto3,oneof"`
}

func (*CreateAnnotationLogRequest_Assigned) CloneVT

func (m *CreateAnnotationLogRequest_Assigned) CloneVT() isCreateAnnotationLogRequest_Properties

func (*CreateAnnotationLogRequest_Assigned) EqualVT

func (this *CreateAnnotationLogRequest_Assigned) EqualVT(thatIface isCreateAnnotationLogRequest_Properties) bool

func (*CreateAnnotationLogRequest_Assigned) MarshalToSizedBufferVT

func (m *CreateAnnotationLogRequest_Assigned) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CreateAnnotationLogRequest_Assigned) MarshalToSizedBufferVTStrict

func (m *CreateAnnotationLogRequest_Assigned) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*CreateAnnotationLogRequest_Assigned) MarshalToVT

func (m *CreateAnnotationLogRequest_Assigned) MarshalToVT(dAtA []byte) (int, error)

func (*CreateAnnotationLogRequest_Assigned) MarshalToVTStrict

func (m *CreateAnnotationLogRequest_Assigned) MarshalToVTStrict(dAtA []byte) (int, error)

func (*CreateAnnotationLogRequest_Assigned) SizeVT

func (m *CreateAnnotationLogRequest_Assigned) SizeVT() (n int)

type CreateAnnotationLogRequest_Comment

type CreateAnnotationLogRequest_Comment struct {
	Comment *AnnotationLogCommentProperties `protobuf:"bytes,5,opt,name=comment,proto3,oneof"`
}

func (*CreateAnnotationLogRequest_Comment) CloneVT

func (m *CreateAnnotationLogRequest_Comment) CloneVT() isCreateAnnotationLogRequest_Properties

func (*CreateAnnotationLogRequest_Comment) EqualVT

func (this *CreateAnnotationLogRequest_Comment) EqualVT(thatIface isCreateAnnotationLogRequest_Properties) bool

func (*CreateAnnotationLogRequest_Comment) MarshalToSizedBufferVT

func (m *CreateAnnotationLogRequest_Comment) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CreateAnnotationLogRequest_Comment) MarshalToSizedBufferVTStrict

func (m *CreateAnnotationLogRequest_Comment) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*CreateAnnotationLogRequest_Comment) MarshalToVT

func (m *CreateAnnotationLogRequest_Comment) MarshalToVT(dAtA []byte) (int, error)

func (*CreateAnnotationLogRequest_Comment) MarshalToVTStrict

func (m *CreateAnnotationLogRequest_Comment) MarshalToVTStrict(dAtA []byte) (int, error)

func (*CreateAnnotationLogRequest_Comment) SizeVT

func (m *CreateAnnotationLogRequest_Comment) SizeVT() (n int)

type CreateAnnotationLogRequest_StateUpdate

type CreateAnnotationLogRequest_StateUpdate struct {
	StateUpdate *AnnotationLogStateUpdateProperties `protobuf:"bytes,4,opt,name=state_update,json=stateUpdate,proto3,oneof"`
}

func (*CreateAnnotationLogRequest_StateUpdate) CloneVT

func (m *CreateAnnotationLogRequest_StateUpdate) CloneVT() isCreateAnnotationLogRequest_Properties

func (*CreateAnnotationLogRequest_StateUpdate) EqualVT

func (this *CreateAnnotationLogRequest_StateUpdate) EqualVT(thatIface isCreateAnnotationLogRequest_Properties) bool

func (*CreateAnnotationLogRequest_StateUpdate) MarshalToSizedBufferVT

func (m *CreateAnnotationLogRequest_StateUpdate) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CreateAnnotationLogRequest_StateUpdate) MarshalToSizedBufferVTStrict

func (m *CreateAnnotationLogRequest_StateUpdate) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*CreateAnnotationLogRequest_StateUpdate) MarshalToVT

func (m *CreateAnnotationLogRequest_StateUpdate) MarshalToVT(dAtA []byte) (int, error)

func (*CreateAnnotationLogRequest_StateUpdate) MarshalToVTStrict

func (m *CreateAnnotationLogRequest_StateUpdate) MarshalToVTStrict(dAtA []byte) (int, error)

func (*CreateAnnotationLogRequest_StateUpdate) SizeVT

type CreateAnnotationLogResponse

type CreateAnnotationLogResponse struct {
	AnnotationLog *AnnotationLogSearchResult `protobuf:"bytes,1,opt,name=annotation_log,json=annotationLog,proto3" json:"annotation_log,omitempty"`
	// contains filtered or unexported fields
}

The response of a call to `AnnotationLogService_CreateAnnotationLog`.

func (*CreateAnnotationLogResponse) CloneMessageVT

func (m *CreateAnnotationLogResponse) CloneMessageVT() proto.Message

func (*CreateAnnotationLogResponse) CloneVT

func (*CreateAnnotationLogResponse) Descriptor deprecated

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

Deprecated: Use CreateAnnotationLogResponse.ProtoReflect.Descriptor instead.

func (*CreateAnnotationLogResponse) EqualMessageVT

func (this *CreateAnnotationLogResponse) EqualMessageVT(thatMsg proto.Message) bool

func (*CreateAnnotationLogResponse) EqualVT

func (*CreateAnnotationLogResponse) GetAnnotationLog

func (*CreateAnnotationLogResponse) MarshalToSizedBufferVT

func (m *CreateAnnotationLogResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*CreateAnnotationLogResponse) MarshalToSizedBufferVTStrict

func (m *CreateAnnotationLogResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*CreateAnnotationLogResponse) MarshalToVT

func (m *CreateAnnotationLogResponse) MarshalToVT(dAtA []byte) (int, error)

func (*CreateAnnotationLogResponse) MarshalToVTStrict

func (m *CreateAnnotationLogResponse) MarshalToVTStrict(dAtA []byte) (int, error)

func (*CreateAnnotationLogResponse) MarshalVT

func (m *CreateAnnotationLogResponse) MarshalVT() (dAtA []byte, err error)

func (*CreateAnnotationLogResponse) MarshalVTStrict

func (m *CreateAnnotationLogResponse) MarshalVTStrict() (dAtA []byte, err error)

func (*CreateAnnotationLogResponse) ProtoMessage

func (*CreateAnnotationLogResponse) ProtoMessage()

func (*CreateAnnotationLogResponse) ProtoReflect

func (*CreateAnnotationLogResponse) Reset

func (x *CreateAnnotationLogResponse) Reset()

func (*CreateAnnotationLogResponse) SizeVT

func (m *CreateAnnotationLogResponse) SizeVT() (n int)

func (*CreateAnnotationLogResponse) String

func (x *CreateAnnotationLogResponse) String() string

func (*CreateAnnotationLogResponse) UnmarshalVT

func (m *CreateAnnotationLogResponse) UnmarshalVT(dAtA []byte) error

func (*CreateAnnotationLogResponse) UnmarshalVTUnsafe

func (m *CreateAnnotationLogResponse) UnmarshalVTUnsafe(dAtA []byte) error

type DeleteAnnotationLogRequest

type DeleteAnnotationLogRequest struct {

	// The ID of the parent annotation associated with the annotation log to be deleted.
	AnnotationId string `protobuf:"bytes,1,opt,name=annotation_id,json=annotationId,proto3" json:"annotation_id,omitempty"`
	// ID of the annotation log to be deleted.
	AnnotationLogId string `protobuf:"bytes,2,opt,name=annotation_log_id,json=annotationLogId,proto3" json:"annotation_log_id,omitempty"`
	// contains filtered or unexported fields
}

The request for a call to `AnnotationLogService_DeleteAnnotationLog` to delete an annotation log.

func (*DeleteAnnotationLogRequest) CloneMessageVT

func (m *DeleteAnnotationLogRequest) CloneMessageVT() proto.Message

func (*DeleteAnnotationLogRequest) CloneVT

func (*DeleteAnnotationLogRequest) Descriptor deprecated

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

Deprecated: Use DeleteAnnotationLogRequest.ProtoReflect.Descriptor instead.

func (*DeleteAnnotationLogRequest) EqualMessageVT

func (this *DeleteAnnotationLogRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*DeleteAnnotationLogRequest) EqualVT

func (*DeleteAnnotationLogRequest) GetAnnotationId

func (x *DeleteAnnotationLogRequest) GetAnnotationId() string

func (*DeleteAnnotationLogRequest) GetAnnotationLogId

func (x *DeleteAnnotationLogRequest) GetAnnotationLogId() string

func (*DeleteAnnotationLogRequest) MarshalToSizedBufferVT

func (m *DeleteAnnotationLogRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DeleteAnnotationLogRequest) MarshalToSizedBufferVTStrict

func (m *DeleteAnnotationLogRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*DeleteAnnotationLogRequest) MarshalToVT

func (m *DeleteAnnotationLogRequest) MarshalToVT(dAtA []byte) (int, error)

func (*DeleteAnnotationLogRequest) MarshalToVTStrict

func (m *DeleteAnnotationLogRequest) MarshalToVTStrict(dAtA []byte) (int, error)

func (*DeleteAnnotationLogRequest) MarshalVT

func (m *DeleteAnnotationLogRequest) MarshalVT() (dAtA []byte, err error)

func (*DeleteAnnotationLogRequest) MarshalVTStrict

func (m *DeleteAnnotationLogRequest) MarshalVTStrict() (dAtA []byte, err error)

func (*DeleteAnnotationLogRequest) ProtoMessage

func (*DeleteAnnotationLogRequest) ProtoMessage()

func (*DeleteAnnotationLogRequest) ProtoReflect

func (*DeleteAnnotationLogRequest) Reset

func (x *DeleteAnnotationLogRequest) Reset()

func (*DeleteAnnotationLogRequest) SizeVT

func (m *DeleteAnnotationLogRequest) SizeVT() (n int)

func (*DeleteAnnotationLogRequest) String

func (x *DeleteAnnotationLogRequest) String() string

func (*DeleteAnnotationLogRequest) UnmarshalVT

func (m *DeleteAnnotationLogRequest) UnmarshalVT(dAtA []byte) error

func (*DeleteAnnotationLogRequest) UnmarshalVTUnsafe

func (m *DeleteAnnotationLogRequest) UnmarshalVTUnsafe(dAtA []byte) error

type DeleteAnnotationLogResponse

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

The Response of a call to `AnnotationLogService_DeleteAnnotationLog`.

func (*DeleteAnnotationLogResponse) CloneMessageVT

func (m *DeleteAnnotationLogResponse) CloneMessageVT() proto.Message

func (*DeleteAnnotationLogResponse) CloneVT

func (*DeleteAnnotationLogResponse) Descriptor deprecated

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

Deprecated: Use DeleteAnnotationLogResponse.ProtoReflect.Descriptor instead.

func (*DeleteAnnotationLogResponse) EqualMessageVT

func (this *DeleteAnnotationLogResponse) EqualMessageVT(thatMsg proto.Message) bool

func (*DeleteAnnotationLogResponse) EqualVT

func (*DeleteAnnotationLogResponse) MarshalToSizedBufferVT

func (m *DeleteAnnotationLogResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*DeleteAnnotationLogResponse) MarshalToSizedBufferVTStrict

func (m *DeleteAnnotationLogResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*DeleteAnnotationLogResponse) MarshalToVT

func (m *DeleteAnnotationLogResponse) MarshalToVT(dAtA []byte) (int, error)

func (*DeleteAnnotationLogResponse) MarshalToVTStrict

func (m *DeleteAnnotationLogResponse) MarshalToVTStrict(dAtA []byte) (int, error)

func (*DeleteAnnotationLogResponse) MarshalVT

func (m *DeleteAnnotationLogResponse) MarshalVT() (dAtA []byte, err error)

func (*DeleteAnnotationLogResponse) MarshalVTStrict

func (m *DeleteAnnotationLogResponse) MarshalVTStrict() (dAtA []byte, err error)

func (*DeleteAnnotationLogResponse) ProtoMessage

func (*DeleteAnnotationLogResponse) ProtoMessage()

func (*DeleteAnnotationLogResponse) ProtoReflect

func (*DeleteAnnotationLogResponse) Reset

func (x *DeleteAnnotationLogResponse) Reset()

func (*DeleteAnnotationLogResponse) SizeVT

func (m *DeleteAnnotationLogResponse) SizeVT() (n int)

func (*DeleteAnnotationLogResponse) String

func (x *DeleteAnnotationLogResponse) String() string

func (*DeleteAnnotationLogResponse) UnmarshalVT

func (m *DeleteAnnotationLogResponse) UnmarshalVT(dAtA []byte) error

func (*DeleteAnnotationLogResponse) UnmarshalVTUnsafe

func (m *DeleteAnnotationLogResponse) UnmarshalVTUnsafe(dAtA []byte) error

type ListAnnotationLogsRequest

type ListAnnotationLogsRequest struct {

	// The ID of the parent annotation associated with the annotation logs.
	AnnotationId string `protobuf:"bytes,1,opt,name=annotation_id,json=annotationId,proto3" json:"annotation_id,omitempty"`
	// The maximum number of annotation logs to return.
	// The service may return fewer than this value.
	// If unspecified, at most 50 annotation logs will be returned.
	// The maximum value is 1000; values above 1000 will be coerced to 1000.
	PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous `ListAnnotationLogs` call.
	// Provide this to retrieve the subsequent page.
	// When paginating, all other parameters provided to `ListAnnotationLogs` must match
	// the call that provided the page token.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// A [Common Expression Language (CEL)](https://github.com/google/cel-spec) filter string.
	// Available fields to filter by are `annotation_log_id`, `annotation_id`, `created_by_user_id`,
	// `created_date`, `modified_date`, and `kind`.
	// For further information about how to use CELs, please refer to [this guide](https://github.com/google/cel-spec/blob/master/doc/langdef.md#standard-definitions).
	// For more information about the fields used for filtering, please refer to [this definition](/protocol-buffers/documentation#annotationlogsearchresult). Optional.
	Filter string `protobuf:"bytes,4,opt,name=filter,proto3" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

The request for a call to `AnnotationLogService_ListAnnotationLogs` to retrieve annotation logs.

func (*ListAnnotationLogsRequest) CloneMessageVT

func (m *ListAnnotationLogsRequest) CloneMessageVT() proto.Message

func (*ListAnnotationLogsRequest) CloneVT

func (*ListAnnotationLogsRequest) Descriptor deprecated

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

Deprecated: Use ListAnnotationLogsRequest.ProtoReflect.Descriptor instead.

func (*ListAnnotationLogsRequest) EqualMessageVT

func (this *ListAnnotationLogsRequest) EqualMessageVT(thatMsg proto.Message) bool

func (*ListAnnotationLogsRequest) EqualVT

func (*ListAnnotationLogsRequest) GetAnnotationId

func (x *ListAnnotationLogsRequest) GetAnnotationId() string

func (*ListAnnotationLogsRequest) GetFilter

func (x *ListAnnotationLogsRequest) GetFilter() string

func (*ListAnnotationLogsRequest) GetPageSize

func (x *ListAnnotationLogsRequest) GetPageSize() uint32

func (*ListAnnotationLogsRequest) GetPageToken

func (x *ListAnnotationLogsRequest) GetPageToken() string

func (*ListAnnotationLogsRequest) MarshalToSizedBufferVT

func (m *ListAnnotationLogsRequest) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListAnnotationLogsRequest) MarshalToSizedBufferVTStrict

func (m *ListAnnotationLogsRequest) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*ListAnnotationLogsRequest) MarshalToVT

func (m *ListAnnotationLogsRequest) MarshalToVT(dAtA []byte) (int, error)

func (*ListAnnotationLogsRequest) MarshalToVTStrict

func (m *ListAnnotationLogsRequest) MarshalToVTStrict(dAtA []byte) (int, error)

func (*ListAnnotationLogsRequest) MarshalVT

func (m *ListAnnotationLogsRequest) MarshalVT() (dAtA []byte, err error)

func (*ListAnnotationLogsRequest) MarshalVTStrict

func (m *ListAnnotationLogsRequest) MarshalVTStrict() (dAtA []byte, err error)

func (*ListAnnotationLogsRequest) ProtoMessage

func (*ListAnnotationLogsRequest) ProtoMessage()

func (*ListAnnotationLogsRequest) ProtoReflect

func (*ListAnnotationLogsRequest) Reset

func (x *ListAnnotationLogsRequest) Reset()

func (*ListAnnotationLogsRequest) SizeVT

func (m *ListAnnotationLogsRequest) SizeVT() (n int)

func (*ListAnnotationLogsRequest) String

func (x *ListAnnotationLogsRequest) String() string

func (*ListAnnotationLogsRequest) UnmarshalVT

func (m *ListAnnotationLogsRequest) UnmarshalVT(dAtA []byte) error

func (*ListAnnotationLogsRequest) UnmarshalVTUnsafe

func (m *ListAnnotationLogsRequest) UnmarshalVTUnsafe(dAtA []byte) error

type ListAnnotationLogsResponse

type ListAnnotationLogsResponse struct {
	AnnotationLogs []*AnnotationLogSearchResult `protobuf:"bytes,1,rep,name=annotation_logs,json=annotationLogs,proto3" json:"annotation_logs,omitempty"`
	NextPageToken  string                       `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

The response of a call to `AnnotationLogService_ListAnnotationLogs`.

func (*ListAnnotationLogsResponse) CloneMessageVT

func (m *ListAnnotationLogsResponse) CloneMessageVT() proto.Message

func (*ListAnnotationLogsResponse) CloneVT

func (*ListAnnotationLogsResponse) Descriptor deprecated

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

Deprecated: Use ListAnnotationLogsResponse.ProtoReflect.Descriptor instead.

func (*ListAnnotationLogsResponse) EqualMessageVT

func (this *ListAnnotationLogsResponse) EqualMessageVT(thatMsg proto.Message) bool

func (*ListAnnotationLogsResponse) EqualVT

func (*ListAnnotationLogsResponse) GetAnnotationLogs

func (x *ListAnnotationLogsResponse) GetAnnotationLogs() []*AnnotationLogSearchResult

func (*ListAnnotationLogsResponse) GetNextPageToken

func (x *ListAnnotationLogsResponse) GetNextPageToken() string

func (*ListAnnotationLogsResponse) MarshalToSizedBufferVT

func (m *ListAnnotationLogsResponse) MarshalToSizedBufferVT(dAtA []byte) (int, error)

func (*ListAnnotationLogsResponse) MarshalToSizedBufferVTStrict

func (m *ListAnnotationLogsResponse) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)

func (*ListAnnotationLogsResponse) MarshalToVT

func (m *ListAnnotationLogsResponse) MarshalToVT(dAtA []byte) (int, error)

func (*ListAnnotationLogsResponse) MarshalToVTStrict

func (m *ListAnnotationLogsResponse) MarshalToVTStrict(dAtA []byte) (int, error)

func (*ListAnnotationLogsResponse) MarshalVT

func (m *ListAnnotationLogsResponse) MarshalVT() (dAtA []byte, err error)

func (*ListAnnotationLogsResponse) MarshalVTStrict

func (m *ListAnnotationLogsResponse) MarshalVTStrict() (dAtA []byte, err error)

func (*ListAnnotationLogsResponse) ProtoMessage

func (*ListAnnotationLogsResponse) ProtoMessage()

func (*ListAnnotationLogsResponse) ProtoReflect

func (*ListAnnotationLogsResponse) Reset

func (x *ListAnnotationLogsResponse) Reset()

func (*ListAnnotationLogsResponse) SizeVT

func (m *ListAnnotationLogsResponse) SizeVT() (n int)

func (*ListAnnotationLogsResponse) String

func (x *ListAnnotationLogsResponse) String() string

func (*ListAnnotationLogsResponse) UnmarshalVT

func (m *ListAnnotationLogsResponse) UnmarshalVT(dAtA []byte) error

func (*ListAnnotationLogsResponse) UnmarshalVTUnsafe

func (m *ListAnnotationLogsResponse) UnmarshalVTUnsafe(dAtA []byte) error

type UnimplementedAnnotationLogServiceServer

type UnimplementedAnnotationLogServiceServer struct {
}

UnimplementedAnnotationLogServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedAnnotationLogServiceServer) CreateAnnotationLog

func (UnimplementedAnnotationLogServiceServer) DeleteAnnotationLog

func (UnimplementedAnnotationLogServiceServer) ListAnnotationLogs

type UnsafeAnnotationLogServiceServer

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

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

Jump to

Keyboard shortcuts

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