Documentation ¶
Index ¶
- Variables
- func RegisterAuditLogServiceServer(s *grpc.Server, srv AuditLogServiceServer)
- type AuditLog
- func (*AuditLog) Descriptor() ([]byte, []int)deprecated
- func (x *AuditLog) GetEditor() *domain.Editor
- func (x *AuditLog) GetEntityId() string
- func (x *AuditLog) GetEntityType() domain.Event_EntityType
- func (x *AuditLog) GetEvent() *anypb.Any
- func (x *AuditLog) GetId() string
- func (x *AuditLog) GetLocalizedMessage() *domain.LocalizedMessage
- func (x *AuditLog) GetOptions() *domain.Options
- func (x *AuditLog) GetTimestamp() int64
- func (x *AuditLog) GetType() domain.Event_Type
- func (*AuditLog) ProtoMessage()
- func (x *AuditLog) ProtoReflect() protoreflect.Message
- func (x *AuditLog) Reset()
- func (x *AuditLog) String() string
- type AuditLogServiceClient
- type AuditLogServiceServer
- type ListAdminAuditLogsRequest
- func (*ListAdminAuditLogsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListAdminAuditLogsRequest) GetCursor() string
- func (x *ListAdminAuditLogsRequest) GetEntityType() *wrapperspb.Int32Value
- func (x *ListAdminAuditLogsRequest) GetFrom() int64
- func (x *ListAdminAuditLogsRequest) GetOrderBy() ListAdminAuditLogsRequest_OrderBy
- func (x *ListAdminAuditLogsRequest) GetOrderDirection() ListAdminAuditLogsRequest_OrderDirection
- func (x *ListAdminAuditLogsRequest) GetPageSize() int64
- func (x *ListAdminAuditLogsRequest) GetSearchKeyword() string
- func (x *ListAdminAuditLogsRequest) GetTo() int64
- func (*ListAdminAuditLogsRequest) ProtoMessage()
- func (x *ListAdminAuditLogsRequest) ProtoReflect() protoreflect.Message
- func (x *ListAdminAuditLogsRequest) Reset()
- func (x *ListAdminAuditLogsRequest) String() string
- type ListAdminAuditLogsRequest_OrderBy
- func (ListAdminAuditLogsRequest_OrderBy) Descriptor() protoreflect.EnumDescriptor
- func (x ListAdminAuditLogsRequest_OrderBy) Enum() *ListAdminAuditLogsRequest_OrderBy
- func (ListAdminAuditLogsRequest_OrderBy) EnumDescriptor() ([]byte, []int)deprecated
- func (x ListAdminAuditLogsRequest_OrderBy) Number() protoreflect.EnumNumber
- func (x ListAdminAuditLogsRequest_OrderBy) String() string
- func (ListAdminAuditLogsRequest_OrderBy) Type() protoreflect.EnumType
- type ListAdminAuditLogsRequest_OrderDirection
- func (ListAdminAuditLogsRequest_OrderDirection) Descriptor() protoreflect.EnumDescriptor
- func (x ListAdminAuditLogsRequest_OrderDirection) Enum() *ListAdminAuditLogsRequest_OrderDirection
- func (ListAdminAuditLogsRequest_OrderDirection) EnumDescriptor() ([]byte, []int)deprecated
- func (x ListAdminAuditLogsRequest_OrderDirection) Number() protoreflect.EnumNumber
- func (x ListAdminAuditLogsRequest_OrderDirection) String() string
- func (ListAdminAuditLogsRequest_OrderDirection) Type() protoreflect.EnumType
- type ListAdminAuditLogsResponse
- func (*ListAdminAuditLogsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAdminAuditLogsResponse) GetAuditLogs() []*AuditLog
- func (x *ListAdminAuditLogsResponse) GetCursor() string
- func (x *ListAdminAuditLogsResponse) GetTotalCount() int64
- func (*ListAdminAuditLogsResponse) ProtoMessage()
- func (x *ListAdminAuditLogsResponse) ProtoReflect() protoreflect.Message
- func (x *ListAdminAuditLogsResponse) Reset()
- func (x *ListAdminAuditLogsResponse) String() string
- type ListAuditLogsRequest
- func (*ListAuditLogsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListAuditLogsRequest) GetCursor() string
- func (x *ListAuditLogsRequest) GetEntityType() *wrapperspb.Int32Value
- func (x *ListAuditLogsRequest) GetEnvironmentNamespace() string
- func (x *ListAuditLogsRequest) GetFrom() int64
- func (x *ListAuditLogsRequest) GetOrderBy() ListAuditLogsRequest_OrderBy
- func (x *ListAuditLogsRequest) GetOrderDirection() ListAuditLogsRequest_OrderDirection
- func (x *ListAuditLogsRequest) GetPageSize() int64
- func (x *ListAuditLogsRequest) GetSearchKeyword() string
- func (x *ListAuditLogsRequest) GetTo() int64
- func (*ListAuditLogsRequest) ProtoMessage()
- func (x *ListAuditLogsRequest) ProtoReflect() protoreflect.Message
- func (x *ListAuditLogsRequest) Reset()
- func (x *ListAuditLogsRequest) String() string
- type ListAuditLogsRequest_OrderBy
- func (ListAuditLogsRequest_OrderBy) Descriptor() protoreflect.EnumDescriptor
- func (x ListAuditLogsRequest_OrderBy) Enum() *ListAuditLogsRequest_OrderBy
- func (ListAuditLogsRequest_OrderBy) EnumDescriptor() ([]byte, []int)deprecated
- func (x ListAuditLogsRequest_OrderBy) Number() protoreflect.EnumNumber
- func (x ListAuditLogsRequest_OrderBy) String() string
- func (ListAuditLogsRequest_OrderBy) Type() protoreflect.EnumType
- type ListAuditLogsRequest_OrderDirection
- func (ListAuditLogsRequest_OrderDirection) Descriptor() protoreflect.EnumDescriptor
- func (x ListAuditLogsRequest_OrderDirection) Enum() *ListAuditLogsRequest_OrderDirection
- func (ListAuditLogsRequest_OrderDirection) EnumDescriptor() ([]byte, []int)deprecated
- func (x ListAuditLogsRequest_OrderDirection) Number() protoreflect.EnumNumber
- func (x ListAuditLogsRequest_OrderDirection) String() string
- func (ListAuditLogsRequest_OrderDirection) Type() protoreflect.EnumType
- type ListAuditLogsResponse
- func (*ListAuditLogsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAuditLogsResponse) GetAuditLogs() []*AuditLog
- func (x *ListAuditLogsResponse) GetCursor() string
- func (x *ListAuditLogsResponse) GetTotalCount() int64
- func (*ListAuditLogsResponse) ProtoMessage()
- func (x *ListAuditLogsResponse) ProtoReflect() protoreflect.Message
- func (x *ListAuditLogsResponse) Reset()
- func (x *ListAuditLogsResponse) String() string
- type ListFeatureHistoryRequest
- func (*ListFeatureHistoryRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListFeatureHistoryRequest) GetCursor() string
- func (x *ListFeatureHistoryRequest) GetEnvironmentNamespace() string
- func (x *ListFeatureHistoryRequest) GetFeatureId() string
- func (x *ListFeatureHistoryRequest) GetFrom() int64
- func (x *ListFeatureHistoryRequest) GetOrderBy() ListFeatureHistoryRequest_OrderBy
- func (x *ListFeatureHistoryRequest) GetOrderDirection() ListFeatureHistoryRequest_OrderDirection
- func (x *ListFeatureHistoryRequest) GetPageSize() int64
- func (x *ListFeatureHistoryRequest) GetSearchKeyword() string
- func (x *ListFeatureHistoryRequest) GetTo() int64
- func (*ListFeatureHistoryRequest) ProtoMessage()
- func (x *ListFeatureHistoryRequest) ProtoReflect() protoreflect.Message
- func (x *ListFeatureHistoryRequest) Reset()
- func (x *ListFeatureHistoryRequest) String() string
- type ListFeatureHistoryRequest_OrderBy
- func (ListFeatureHistoryRequest_OrderBy) Descriptor() protoreflect.EnumDescriptor
- func (x ListFeatureHistoryRequest_OrderBy) Enum() *ListFeatureHistoryRequest_OrderBy
- func (ListFeatureHistoryRequest_OrderBy) EnumDescriptor() ([]byte, []int)deprecated
- func (x ListFeatureHistoryRequest_OrderBy) Number() protoreflect.EnumNumber
- func (x ListFeatureHistoryRequest_OrderBy) String() string
- func (ListFeatureHistoryRequest_OrderBy) Type() protoreflect.EnumType
- type ListFeatureHistoryRequest_OrderDirection
- func (ListFeatureHistoryRequest_OrderDirection) Descriptor() protoreflect.EnumDescriptor
- func (x ListFeatureHistoryRequest_OrderDirection) Enum() *ListFeatureHistoryRequest_OrderDirection
- func (ListFeatureHistoryRequest_OrderDirection) EnumDescriptor() ([]byte, []int)deprecated
- func (x ListFeatureHistoryRequest_OrderDirection) Number() protoreflect.EnumNumber
- func (x ListFeatureHistoryRequest_OrderDirection) String() string
- func (ListFeatureHistoryRequest_OrderDirection) Type() protoreflect.EnumType
- type ListFeatureHistoryResponse
- func (*ListFeatureHistoryResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListFeatureHistoryResponse) GetAuditLogs() []*AuditLog
- func (x *ListFeatureHistoryResponse) GetCursor() string
- func (x *ListFeatureHistoryResponse) GetTotalCount() int64
- func (*ListFeatureHistoryResponse) ProtoMessage()
- func (x *ListFeatureHistoryResponse) ProtoReflect() protoreflect.Message
- func (x *ListFeatureHistoryResponse) Reset()
- func (x *ListFeatureHistoryResponse) String() string
- type UnimplementedAuditLogServiceServer
- func (*UnimplementedAuditLogServiceServer) ListAdminAuditLogs(context.Context, *ListAdminAuditLogsRequest) (*ListAdminAuditLogsResponse, error)
- func (*UnimplementedAuditLogServiceServer) ListAuditLogs(context.Context, *ListAuditLogsRequest) (*ListAuditLogsResponse, error)
- func (*UnimplementedAuditLogServiceServer) ListFeatureHistory(context.Context, *ListFeatureHistoryRequest) (*ListFeatureHistoryResponse, error)
Constants ¶
This section is empty.
Variables ¶
var ( ListAuditLogsRequest_OrderBy_name = map[int32]string{ 0: "DEFAULT", 1: "TIMESTAMP", } ListAuditLogsRequest_OrderBy_value = map[string]int32{ "DEFAULT": 0, "TIMESTAMP": 1, } )
Enum value maps for ListAuditLogsRequest_OrderBy.
var ( ListAuditLogsRequest_OrderDirection_name = map[int32]string{ 0: "DESC", 1: "ASC", } ListAuditLogsRequest_OrderDirection_value = map[string]int32{ "DESC": 0, "ASC": 1, } )
Enum value maps for ListAuditLogsRequest_OrderDirection.
var ( ListAdminAuditLogsRequest_OrderBy_name = map[int32]string{ 0: "DEFAULT", 1: "TIMESTAMP", } ListAdminAuditLogsRequest_OrderBy_value = map[string]int32{ "DEFAULT": 0, "TIMESTAMP": 1, } )
Enum value maps for ListAdminAuditLogsRequest_OrderBy.
var ( ListAdminAuditLogsRequest_OrderDirection_name = map[int32]string{ 0: "DESC", 1: "ASC", } ListAdminAuditLogsRequest_OrderDirection_value = map[string]int32{ "DESC": 0, "ASC": 1, } )
Enum value maps for ListAdminAuditLogsRequest_OrderDirection.
var ( ListFeatureHistoryRequest_OrderBy_name = map[int32]string{ 0: "DEFAULT", 1: "TIMESTAMP", } ListFeatureHistoryRequest_OrderBy_value = map[string]int32{ "DEFAULT": 0, "TIMESTAMP": 1, } )
Enum value maps for ListFeatureHistoryRequest_OrderBy.
var ( ListFeatureHistoryRequest_OrderDirection_name = map[int32]string{ 0: "DESC", 1: "ASC", } ListFeatureHistoryRequest_OrderDirection_value = map[string]int32{ "DESC": 0, "ASC": 1, } )
Enum value maps for ListFeatureHistoryRequest_OrderDirection.
var File_proto_auditlog_auditlog_proto protoreflect.FileDescriptor
var File_proto_auditlog_service_proto protoreflect.FileDescriptor
Functions ¶
func RegisterAuditLogServiceServer ¶
func RegisterAuditLogServiceServer(s *grpc.Server, srv AuditLogServiceServer)
Types ¶
type AuditLog ¶
type AuditLog struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id"` Timestamp int64 `protobuf:"varint,2,opt,name=timestamp,proto3" json:"timestamp"` EntityType domain.Event_EntityType `` /* 127-byte string literal not displayed */ EntityId string `protobuf:"bytes,4,opt,name=entity_id,json=entityId,proto3" json:"entity_id"` Type domain.Event_Type `protobuf:"varint,5,opt,name=type,proto3,enum=bucketeer.event.domain.Event_Type" json:"type"` Event *anypb.Any `protobuf:"bytes,6,opt,name=event,proto3" json:"event"` Editor *domain.Editor `protobuf:"bytes,7,opt,name=editor,proto3" json:"editor"` Options *domain.Options `protobuf:"bytes,8,opt,name=options,proto3" json:"options"` LocalizedMessage *domain.LocalizedMessage `protobuf:"bytes,9,opt,name=localized_message,json=localizedMessage,proto3" json:"localized_message"` // contains filtered or unexported fields }
func (*AuditLog) Descriptor
deprecated
func (*AuditLog) GetEntityId ¶
func (*AuditLog) GetEntityType ¶
func (x *AuditLog) GetEntityType() domain.Event_EntityType
func (*AuditLog) GetLocalizedMessage ¶
func (x *AuditLog) GetLocalizedMessage() *domain.LocalizedMessage
func (*AuditLog) GetOptions ¶
func (*AuditLog) GetTimestamp ¶
func (*AuditLog) GetType ¶
func (x *AuditLog) GetType() domain.Event_Type
func (*AuditLog) ProtoMessage ¶
func (*AuditLog) ProtoMessage()
func (*AuditLog) ProtoReflect ¶
func (x *AuditLog) ProtoReflect() protoreflect.Message
type AuditLogServiceClient ¶
type AuditLogServiceClient interface { ListAuditLogs(ctx context.Context, in *ListAuditLogsRequest, opts ...grpc.CallOption) (*ListAuditLogsResponse, error) ListAdminAuditLogs(ctx context.Context, in *ListAdminAuditLogsRequest, opts ...grpc.CallOption) (*ListAdminAuditLogsResponse, error) ListFeatureHistory(ctx context.Context, in *ListFeatureHistoryRequest, opts ...grpc.CallOption) (*ListFeatureHistoryResponse, error) }
AuditLogServiceClient is the client API for AuditLogService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewAuditLogServiceClient ¶
func NewAuditLogServiceClient(cc grpc.ClientConnInterface) AuditLogServiceClient
type AuditLogServiceServer ¶
type AuditLogServiceServer interface { ListAuditLogs(context.Context, *ListAuditLogsRequest) (*ListAuditLogsResponse, error) ListAdminAuditLogs(context.Context, *ListAdminAuditLogsRequest) (*ListAdminAuditLogsResponse, error) ListFeatureHistory(context.Context, *ListFeatureHistoryRequest) (*ListFeatureHistoryResponse, error) }
AuditLogServiceServer is the server API for AuditLogService service.
type ListAdminAuditLogsRequest ¶
type ListAdminAuditLogsRequest struct { PageSize int64 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor"` OrderBy ListAdminAuditLogsRequest_OrderBy `` /* 131-byte string literal not displayed */ OrderDirection ListAdminAuditLogsRequest_OrderDirection `` /* 159-byte string literal not displayed */ SearchKeyword string `protobuf:"bytes,5,opt,name=search_keyword,json=searchKeyword,proto3" json:"search_keyword"` From int64 `protobuf:"varint,6,opt,name=from,proto3" json:"from"` To int64 `protobuf:"varint,7,opt,name=to,proto3" json:"to"` EntityType *wrapperspb.Int32Value `protobuf:"bytes,8,opt,name=entity_type,json=entityType,proto3" json:"entity_type"` // contains filtered or unexported fields }
func (*ListAdminAuditLogsRequest) Descriptor
deprecated
func (*ListAdminAuditLogsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListAdminAuditLogsRequest.ProtoReflect.Descriptor instead.
func (*ListAdminAuditLogsRequest) GetCursor ¶
func (x *ListAdminAuditLogsRequest) GetCursor() string
func (*ListAdminAuditLogsRequest) GetEntityType ¶
func (x *ListAdminAuditLogsRequest) GetEntityType() *wrapperspb.Int32Value
func (*ListAdminAuditLogsRequest) GetFrom ¶
func (x *ListAdminAuditLogsRequest) GetFrom() int64
func (*ListAdminAuditLogsRequest) GetOrderBy ¶
func (x *ListAdminAuditLogsRequest) GetOrderBy() ListAdminAuditLogsRequest_OrderBy
func (*ListAdminAuditLogsRequest) GetOrderDirection ¶
func (x *ListAdminAuditLogsRequest) GetOrderDirection() ListAdminAuditLogsRequest_OrderDirection
func (*ListAdminAuditLogsRequest) GetPageSize ¶
func (x *ListAdminAuditLogsRequest) GetPageSize() int64
func (*ListAdminAuditLogsRequest) GetSearchKeyword ¶
func (x *ListAdminAuditLogsRequest) GetSearchKeyword() string
func (*ListAdminAuditLogsRequest) GetTo ¶
func (x *ListAdminAuditLogsRequest) GetTo() int64
func (*ListAdminAuditLogsRequest) ProtoMessage ¶
func (*ListAdminAuditLogsRequest) ProtoMessage()
func (*ListAdminAuditLogsRequest) ProtoReflect ¶
func (x *ListAdminAuditLogsRequest) ProtoReflect() protoreflect.Message
func (*ListAdminAuditLogsRequest) Reset ¶
func (x *ListAdminAuditLogsRequest) Reset()
func (*ListAdminAuditLogsRequest) String ¶
func (x *ListAdminAuditLogsRequest) String() string
type ListAdminAuditLogsRequest_OrderBy ¶
type ListAdminAuditLogsRequest_OrderBy int32
const ( ListAdminAuditLogsRequest_DEFAULT ListAdminAuditLogsRequest_OrderBy = 0 ListAdminAuditLogsRequest_TIMESTAMP ListAdminAuditLogsRequest_OrderBy = 1 )
func (ListAdminAuditLogsRequest_OrderBy) Descriptor ¶
func (ListAdminAuditLogsRequest_OrderBy) Descriptor() protoreflect.EnumDescriptor
func (ListAdminAuditLogsRequest_OrderBy) Enum ¶
func (x ListAdminAuditLogsRequest_OrderBy) Enum() *ListAdminAuditLogsRequest_OrderBy
func (ListAdminAuditLogsRequest_OrderBy) EnumDescriptor
deprecated
func (ListAdminAuditLogsRequest_OrderBy) EnumDescriptor() ([]byte, []int)
Deprecated: Use ListAdminAuditLogsRequest_OrderBy.Descriptor instead.
func (ListAdminAuditLogsRequest_OrderBy) Number ¶
func (x ListAdminAuditLogsRequest_OrderBy) Number() protoreflect.EnumNumber
func (ListAdminAuditLogsRequest_OrderBy) String ¶
func (x ListAdminAuditLogsRequest_OrderBy) String() string
func (ListAdminAuditLogsRequest_OrderBy) Type ¶
func (ListAdminAuditLogsRequest_OrderBy) Type() protoreflect.EnumType
type ListAdminAuditLogsRequest_OrderDirection ¶
type ListAdminAuditLogsRequest_OrderDirection int32
const ( ListAdminAuditLogsRequest_DESC ListAdminAuditLogsRequest_OrderDirection = 0 ListAdminAuditLogsRequest_ASC ListAdminAuditLogsRequest_OrderDirection = 1 )
func (ListAdminAuditLogsRequest_OrderDirection) Descriptor ¶
func (ListAdminAuditLogsRequest_OrderDirection) Descriptor() protoreflect.EnumDescriptor
func (ListAdminAuditLogsRequest_OrderDirection) EnumDescriptor
deprecated
func (ListAdminAuditLogsRequest_OrderDirection) EnumDescriptor() ([]byte, []int)
Deprecated: Use ListAdminAuditLogsRequest_OrderDirection.Descriptor instead.
func (ListAdminAuditLogsRequest_OrderDirection) Number ¶
func (x ListAdminAuditLogsRequest_OrderDirection) Number() protoreflect.EnumNumber
func (ListAdminAuditLogsRequest_OrderDirection) String ¶
func (x ListAdminAuditLogsRequest_OrderDirection) String() string
func (ListAdminAuditLogsRequest_OrderDirection) Type ¶
func (ListAdminAuditLogsRequest_OrderDirection) Type() protoreflect.EnumType
type ListAdminAuditLogsResponse ¶
type ListAdminAuditLogsResponse struct { AuditLogs []*AuditLog `protobuf:"bytes,1,rep,name=audit_logs,json=auditLogs,proto3" json:"audit_logs"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor"` TotalCount int64 `protobuf:"varint,3,opt,name=total_count,json=totalCount,proto3" json:"total_count"` // contains filtered or unexported fields }
func (*ListAdminAuditLogsResponse) Descriptor
deprecated
func (*ListAdminAuditLogsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListAdminAuditLogsResponse.ProtoReflect.Descriptor instead.
func (*ListAdminAuditLogsResponse) GetAuditLogs ¶
func (x *ListAdminAuditLogsResponse) GetAuditLogs() []*AuditLog
func (*ListAdminAuditLogsResponse) GetCursor ¶
func (x *ListAdminAuditLogsResponse) GetCursor() string
func (*ListAdminAuditLogsResponse) GetTotalCount ¶
func (x *ListAdminAuditLogsResponse) GetTotalCount() int64
func (*ListAdminAuditLogsResponse) ProtoMessage ¶
func (*ListAdminAuditLogsResponse) ProtoMessage()
func (*ListAdminAuditLogsResponse) ProtoReflect ¶
func (x *ListAdminAuditLogsResponse) ProtoReflect() protoreflect.Message
func (*ListAdminAuditLogsResponse) Reset ¶
func (x *ListAdminAuditLogsResponse) Reset()
func (*ListAdminAuditLogsResponse) String ¶
func (x *ListAdminAuditLogsResponse) String() string
type ListAuditLogsRequest ¶
type ListAuditLogsRequest struct { PageSize int64 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor"` EnvironmentNamespace string `protobuf:"bytes,3,opt,name=environment_namespace,json=environmentNamespace,proto3" json:"environment_namespace"` OrderBy ListAuditLogsRequest_OrderBy `` /* 126-byte string literal not displayed */ OrderDirection ListAuditLogsRequest_OrderDirection `` /* 154-byte string literal not displayed */ SearchKeyword string `protobuf:"bytes,6,opt,name=search_keyword,json=searchKeyword,proto3" json:"search_keyword"` From int64 `protobuf:"varint,7,opt,name=from,proto3" json:"from"` To int64 `protobuf:"varint,8,opt,name=to,proto3" json:"to"` EntityType *wrapperspb.Int32Value `protobuf:"bytes,9,opt,name=entity_type,json=entityType,proto3" json:"entity_type"` // contains filtered or unexported fields }
func (*ListAuditLogsRequest) Descriptor
deprecated
func (*ListAuditLogsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListAuditLogsRequest.ProtoReflect.Descriptor instead.
func (*ListAuditLogsRequest) GetCursor ¶
func (x *ListAuditLogsRequest) GetCursor() string
func (*ListAuditLogsRequest) GetEntityType ¶
func (x *ListAuditLogsRequest) GetEntityType() *wrapperspb.Int32Value
func (*ListAuditLogsRequest) GetEnvironmentNamespace ¶
func (x *ListAuditLogsRequest) GetEnvironmentNamespace() string
func (*ListAuditLogsRequest) GetFrom ¶
func (x *ListAuditLogsRequest) GetFrom() int64
func (*ListAuditLogsRequest) GetOrderBy ¶
func (x *ListAuditLogsRequest) GetOrderBy() ListAuditLogsRequest_OrderBy
func (*ListAuditLogsRequest) GetOrderDirection ¶
func (x *ListAuditLogsRequest) GetOrderDirection() ListAuditLogsRequest_OrderDirection
func (*ListAuditLogsRequest) GetPageSize ¶
func (x *ListAuditLogsRequest) GetPageSize() int64
func (*ListAuditLogsRequest) GetSearchKeyword ¶
func (x *ListAuditLogsRequest) GetSearchKeyword() string
func (*ListAuditLogsRequest) GetTo ¶
func (x *ListAuditLogsRequest) GetTo() int64
func (*ListAuditLogsRequest) ProtoMessage ¶
func (*ListAuditLogsRequest) ProtoMessage()
func (*ListAuditLogsRequest) ProtoReflect ¶
func (x *ListAuditLogsRequest) ProtoReflect() protoreflect.Message
func (*ListAuditLogsRequest) Reset ¶
func (x *ListAuditLogsRequest) Reset()
func (*ListAuditLogsRequest) String ¶
func (x *ListAuditLogsRequest) String() string
type ListAuditLogsRequest_OrderBy ¶
type ListAuditLogsRequest_OrderBy int32
const ( ListAuditLogsRequest_DEFAULT ListAuditLogsRequest_OrderBy = 0 ListAuditLogsRequest_TIMESTAMP ListAuditLogsRequest_OrderBy = 1 )
func (ListAuditLogsRequest_OrderBy) Descriptor ¶
func (ListAuditLogsRequest_OrderBy) Descriptor() protoreflect.EnumDescriptor
func (ListAuditLogsRequest_OrderBy) Enum ¶
func (x ListAuditLogsRequest_OrderBy) Enum() *ListAuditLogsRequest_OrderBy
func (ListAuditLogsRequest_OrderBy) EnumDescriptor
deprecated
func (ListAuditLogsRequest_OrderBy) EnumDescriptor() ([]byte, []int)
Deprecated: Use ListAuditLogsRequest_OrderBy.Descriptor instead.
func (ListAuditLogsRequest_OrderBy) Number ¶
func (x ListAuditLogsRequest_OrderBy) Number() protoreflect.EnumNumber
func (ListAuditLogsRequest_OrderBy) String ¶
func (x ListAuditLogsRequest_OrderBy) String() string
func (ListAuditLogsRequest_OrderBy) Type ¶
func (ListAuditLogsRequest_OrderBy) Type() protoreflect.EnumType
type ListAuditLogsRequest_OrderDirection ¶
type ListAuditLogsRequest_OrderDirection int32
const ( ListAuditLogsRequest_DESC ListAuditLogsRequest_OrderDirection = 0 ListAuditLogsRequest_ASC ListAuditLogsRequest_OrderDirection = 1 )
func (ListAuditLogsRequest_OrderDirection) Descriptor ¶
func (ListAuditLogsRequest_OrderDirection) Descriptor() protoreflect.EnumDescriptor
func (ListAuditLogsRequest_OrderDirection) Enum ¶
func (x ListAuditLogsRequest_OrderDirection) Enum() *ListAuditLogsRequest_OrderDirection
func (ListAuditLogsRequest_OrderDirection) EnumDescriptor
deprecated
func (ListAuditLogsRequest_OrderDirection) EnumDescriptor() ([]byte, []int)
Deprecated: Use ListAuditLogsRequest_OrderDirection.Descriptor instead.
func (ListAuditLogsRequest_OrderDirection) Number ¶
func (x ListAuditLogsRequest_OrderDirection) Number() protoreflect.EnumNumber
func (ListAuditLogsRequest_OrderDirection) String ¶
func (x ListAuditLogsRequest_OrderDirection) String() string
func (ListAuditLogsRequest_OrderDirection) Type ¶
func (ListAuditLogsRequest_OrderDirection) Type() protoreflect.EnumType
type ListAuditLogsResponse ¶
type ListAuditLogsResponse struct { AuditLogs []*AuditLog `protobuf:"bytes,1,rep,name=audit_logs,json=auditLogs,proto3" json:"audit_logs"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor"` TotalCount int64 `protobuf:"varint,3,opt,name=total_count,json=totalCount,proto3" json:"total_count"` // contains filtered or unexported fields }
func (*ListAuditLogsResponse) Descriptor
deprecated
func (*ListAuditLogsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListAuditLogsResponse.ProtoReflect.Descriptor instead.
func (*ListAuditLogsResponse) GetAuditLogs ¶
func (x *ListAuditLogsResponse) GetAuditLogs() []*AuditLog
func (*ListAuditLogsResponse) GetCursor ¶
func (x *ListAuditLogsResponse) GetCursor() string
func (*ListAuditLogsResponse) GetTotalCount ¶
func (x *ListAuditLogsResponse) GetTotalCount() int64
func (*ListAuditLogsResponse) ProtoMessage ¶
func (*ListAuditLogsResponse) ProtoMessage()
func (*ListAuditLogsResponse) ProtoReflect ¶
func (x *ListAuditLogsResponse) ProtoReflect() protoreflect.Message
func (*ListAuditLogsResponse) Reset ¶
func (x *ListAuditLogsResponse) Reset()
func (*ListAuditLogsResponse) String ¶
func (x *ListAuditLogsResponse) String() string
type ListFeatureHistoryRequest ¶
type ListFeatureHistoryRequest struct { FeatureId string `protobuf:"bytes,1,opt,name=feature_id,json=featureId,proto3" json:"feature_id"` PageSize int64 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size"` Cursor string `protobuf:"bytes,3,opt,name=cursor,proto3" json:"cursor"` EnvironmentNamespace string `protobuf:"bytes,4,opt,name=environment_namespace,json=environmentNamespace,proto3" json:"environment_namespace"` OrderBy ListFeatureHistoryRequest_OrderBy `` /* 131-byte string literal not displayed */ OrderDirection ListFeatureHistoryRequest_OrderDirection `` /* 159-byte string literal not displayed */ SearchKeyword string `protobuf:"bytes,7,opt,name=search_keyword,json=searchKeyword,proto3" json:"search_keyword"` From int64 `protobuf:"varint,8,opt,name=from,proto3" json:"from"` To int64 `protobuf:"varint,9,opt,name=to,proto3" json:"to"` // contains filtered or unexported fields }
func (*ListFeatureHistoryRequest) Descriptor
deprecated
func (*ListFeatureHistoryRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListFeatureHistoryRequest.ProtoReflect.Descriptor instead.
func (*ListFeatureHistoryRequest) GetCursor ¶
func (x *ListFeatureHistoryRequest) GetCursor() string
func (*ListFeatureHistoryRequest) GetEnvironmentNamespace ¶
func (x *ListFeatureHistoryRequest) GetEnvironmentNamespace() string
func (*ListFeatureHistoryRequest) GetFeatureId ¶
func (x *ListFeatureHistoryRequest) GetFeatureId() string
func (*ListFeatureHistoryRequest) GetFrom ¶
func (x *ListFeatureHistoryRequest) GetFrom() int64
func (*ListFeatureHistoryRequest) GetOrderBy ¶
func (x *ListFeatureHistoryRequest) GetOrderBy() ListFeatureHistoryRequest_OrderBy
func (*ListFeatureHistoryRequest) GetOrderDirection ¶
func (x *ListFeatureHistoryRequest) GetOrderDirection() ListFeatureHistoryRequest_OrderDirection
func (*ListFeatureHistoryRequest) GetPageSize ¶
func (x *ListFeatureHistoryRequest) GetPageSize() int64
func (*ListFeatureHistoryRequest) GetSearchKeyword ¶
func (x *ListFeatureHistoryRequest) GetSearchKeyword() string
func (*ListFeatureHistoryRequest) GetTo ¶
func (x *ListFeatureHistoryRequest) GetTo() int64
func (*ListFeatureHistoryRequest) ProtoMessage ¶
func (*ListFeatureHistoryRequest) ProtoMessage()
func (*ListFeatureHistoryRequest) ProtoReflect ¶
func (x *ListFeatureHistoryRequest) ProtoReflect() protoreflect.Message
func (*ListFeatureHistoryRequest) Reset ¶
func (x *ListFeatureHistoryRequest) Reset()
func (*ListFeatureHistoryRequest) String ¶
func (x *ListFeatureHistoryRequest) String() string
type ListFeatureHistoryRequest_OrderBy ¶
type ListFeatureHistoryRequest_OrderBy int32
const ( ListFeatureHistoryRequest_DEFAULT ListFeatureHistoryRequest_OrderBy = 0 ListFeatureHistoryRequest_TIMESTAMP ListFeatureHistoryRequest_OrderBy = 1 )
func (ListFeatureHistoryRequest_OrderBy) Descriptor ¶
func (ListFeatureHistoryRequest_OrderBy) Descriptor() protoreflect.EnumDescriptor
func (ListFeatureHistoryRequest_OrderBy) Enum ¶
func (x ListFeatureHistoryRequest_OrderBy) Enum() *ListFeatureHistoryRequest_OrderBy
func (ListFeatureHistoryRequest_OrderBy) EnumDescriptor
deprecated
func (ListFeatureHistoryRequest_OrderBy) EnumDescriptor() ([]byte, []int)
Deprecated: Use ListFeatureHistoryRequest_OrderBy.Descriptor instead.
func (ListFeatureHistoryRequest_OrderBy) Number ¶
func (x ListFeatureHistoryRequest_OrderBy) Number() protoreflect.EnumNumber
func (ListFeatureHistoryRequest_OrderBy) String ¶
func (x ListFeatureHistoryRequest_OrderBy) String() string
func (ListFeatureHistoryRequest_OrderBy) Type ¶
func (ListFeatureHistoryRequest_OrderBy) Type() protoreflect.EnumType
type ListFeatureHistoryRequest_OrderDirection ¶
type ListFeatureHistoryRequest_OrderDirection int32
const ( ListFeatureHistoryRequest_DESC ListFeatureHistoryRequest_OrderDirection = 0 ListFeatureHistoryRequest_ASC ListFeatureHistoryRequest_OrderDirection = 1 )
func (ListFeatureHistoryRequest_OrderDirection) Descriptor ¶
func (ListFeatureHistoryRequest_OrderDirection) Descriptor() protoreflect.EnumDescriptor
func (ListFeatureHistoryRequest_OrderDirection) EnumDescriptor
deprecated
func (ListFeatureHistoryRequest_OrderDirection) EnumDescriptor() ([]byte, []int)
Deprecated: Use ListFeatureHistoryRequest_OrderDirection.Descriptor instead.
func (ListFeatureHistoryRequest_OrderDirection) Number ¶
func (x ListFeatureHistoryRequest_OrderDirection) Number() protoreflect.EnumNumber
func (ListFeatureHistoryRequest_OrderDirection) String ¶
func (x ListFeatureHistoryRequest_OrderDirection) String() string
func (ListFeatureHistoryRequest_OrderDirection) Type ¶
func (ListFeatureHistoryRequest_OrderDirection) Type() protoreflect.EnumType
type ListFeatureHistoryResponse ¶
type ListFeatureHistoryResponse struct { AuditLogs []*AuditLog `protobuf:"bytes,1,rep,name=audit_logs,json=auditLogs,proto3" json:"audit_logs"` Cursor string `protobuf:"bytes,2,opt,name=cursor,proto3" json:"cursor"` TotalCount int64 `protobuf:"varint,3,opt,name=total_count,json=totalCount,proto3" json:"total_count"` // contains filtered or unexported fields }
func (*ListFeatureHistoryResponse) Descriptor
deprecated
func (*ListFeatureHistoryResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListFeatureHistoryResponse.ProtoReflect.Descriptor instead.
func (*ListFeatureHistoryResponse) GetAuditLogs ¶
func (x *ListFeatureHistoryResponse) GetAuditLogs() []*AuditLog
func (*ListFeatureHistoryResponse) GetCursor ¶
func (x *ListFeatureHistoryResponse) GetCursor() string
func (*ListFeatureHistoryResponse) GetTotalCount ¶
func (x *ListFeatureHistoryResponse) GetTotalCount() int64
func (*ListFeatureHistoryResponse) ProtoMessage ¶
func (*ListFeatureHistoryResponse) ProtoMessage()
func (*ListFeatureHistoryResponse) ProtoReflect ¶
func (x *ListFeatureHistoryResponse) ProtoReflect() protoreflect.Message
func (*ListFeatureHistoryResponse) Reset ¶
func (x *ListFeatureHistoryResponse) Reset()
func (*ListFeatureHistoryResponse) String ¶
func (x *ListFeatureHistoryResponse) String() string
type UnimplementedAuditLogServiceServer ¶
type UnimplementedAuditLogServiceServer struct { }
UnimplementedAuditLogServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedAuditLogServiceServer) ListAdminAuditLogs ¶
func (*UnimplementedAuditLogServiceServer) ListAdminAuditLogs(context.Context, *ListAdminAuditLogsRequest) (*ListAdminAuditLogsResponse, error)
func (*UnimplementedAuditLogServiceServer) ListAuditLogs ¶
func (*UnimplementedAuditLogServiceServer) ListAuditLogs(context.Context, *ListAuditLogsRequest) (*ListAuditLogsResponse, error)
func (*UnimplementedAuditLogServiceServer) ListFeatureHistory ¶
func (*UnimplementedAuditLogServiceServer) ListFeatureHistory(context.Context, *ListFeatureHistoryRequest) (*ListFeatureHistoryResponse, error)