Documentation ¶
Index ¶
- Constants
- Variables
- func RegisterLegacyViewsServiceServer(s grpc.ServiceRegistrar, srv LegacyViewsServiceServer)
- func RegisterViewsFoldersServiceServer(s grpc.ServiceRegistrar, srv ViewsFoldersServiceServer)
- func RegisterViewsServiceServer(s grpc.ServiceRegistrar, srv ViewsServiceServer)
- type CreateLegacyViewRequest
- func (*CreateLegacyViewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateLegacyViewRequest) GetDefinition() *structpb.Struct
- func (x *CreateLegacyViewRequest) GetFolderId() *wrapperspb.StringValue
- func (x *CreateLegacyViewRequest) GetName() *wrapperspb.StringValue
- func (*CreateLegacyViewRequest) ProtoMessage()
- func (x *CreateLegacyViewRequest) ProtoReflect() protoreflect.Message
- func (x *CreateLegacyViewRequest) Reset()
- func (x *CreateLegacyViewRequest) String() string
- type CreateLegacyViewResponse
- func (*CreateLegacyViewResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateLegacyViewResponse) GetLegacyView() *LegacyView
- func (*CreateLegacyViewResponse) ProtoMessage()
- func (x *CreateLegacyViewResponse) ProtoReflect() protoreflect.Message
- func (x *CreateLegacyViewResponse) Reset()
- func (x *CreateLegacyViewResponse) String() string
- type CreateViewFolderRequest
- func (*CreateViewFolderRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateViewFolderRequest) GetName() *wrapperspb.StringValue
- func (*CreateViewFolderRequest) ProtoMessage()
- func (x *CreateViewFolderRequest) ProtoReflect() protoreflect.Message
- func (x *CreateViewFolderRequest) Reset()
- func (x *CreateViewFolderRequest) String() string
- type CreateViewFolderResponse
- func (*CreateViewFolderResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateViewFolderResponse) GetFolder() *v1.ViewFolder
- func (*CreateViewFolderResponse) ProtoMessage()
- func (x *CreateViewFolderResponse) ProtoReflect() protoreflect.Message
- func (x *CreateViewFolderResponse) Reset()
- func (x *CreateViewFolderResponse) String() string
- type CreateViewRequest
- func (*CreateViewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateViewRequest) GetFilters() *v1.SelectedFilters
- func (x *CreateViewRequest) GetFolderId() *wrapperspb.StringValue
- func (x *CreateViewRequest) GetName() *wrapperspb.StringValue
- func (x *CreateViewRequest) GetSearchQuery() *v1.SearchQuery
- func (x *CreateViewRequest) GetTimeSelection() *v1.TimeSelection
- func (*CreateViewRequest) ProtoMessage()
- func (x *CreateViewRequest) ProtoReflect() protoreflect.Message
- func (x *CreateViewRequest) Reset()
- func (x *CreateViewRequest) String() string
- type CreateViewResponse
- type DeleteLegacyViewRequest
- func (*DeleteLegacyViewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteLegacyViewRequest) GetId() *wrapperspb.Int32Value
- func (*DeleteLegacyViewRequest) ProtoMessage()
- func (x *DeleteLegacyViewRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteLegacyViewRequest) Reset()
- func (x *DeleteLegacyViewRequest) String() string
- type DeleteLegacyViewResponse
- type DeleteViewFolderRequest
- func (*DeleteViewFolderRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteViewFolderRequest) GetId() *wrapperspb.StringValue
- func (*DeleteViewFolderRequest) ProtoMessage()
- func (x *DeleteViewFolderRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteViewFolderRequest) Reset()
- func (x *DeleteViewFolderRequest) String() string
- type DeleteViewFolderResponse
- type DeleteViewRequest
- func (*DeleteViewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteViewRequest) GetId() *wrapperspb.Int32Value
- func (*DeleteViewRequest) ProtoMessage()
- func (x *DeleteViewRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteViewRequest) Reset()
- func (x *DeleteViewRequest) String() string
- type DeleteViewResponse
- type GetViewFolderRequest
- func (*GetViewFolderRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetViewFolderRequest) GetId() *wrapperspb.StringValue
- func (*GetViewFolderRequest) ProtoMessage()
- func (x *GetViewFolderRequest) ProtoReflect() protoreflect.Message
- func (x *GetViewFolderRequest) Reset()
- func (x *GetViewFolderRequest) String() string
- type GetViewFolderResponse
- func (*GetViewFolderResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetViewFolderResponse) GetFolder() *v1.ViewFolder
- func (*GetViewFolderResponse) ProtoMessage()
- func (x *GetViewFolderResponse) ProtoReflect() protoreflect.Message
- func (x *GetViewFolderResponse) Reset()
- func (x *GetViewFolderResponse) String() string
- type GetViewRequest
- type GetViewResponse
- type LegacyView
- func (*LegacyView) Descriptor() ([]byte, []int)deprecated
- func (x *LegacyView) GetDefinition() *structpb.Struct
- func (x *LegacyView) GetFilters() *v1.SelectedFilters
- func (x *LegacyView) GetFolderId() *wrapperspb.StringValue
- func (x *LegacyView) GetId() *wrapperspb.Int32Value
- func (x *LegacyView) GetIsPublic() *wrapperspb.BoolValue
- func (x *LegacyView) GetName() *wrapperspb.StringValue
- func (x *LegacyView) GetSearchQuery() *v1.SearchQuery
- func (x *LegacyView) GetTimeSelection() *v1.TimeSelection
- func (*LegacyView) ProtoMessage()
- func (x *LegacyView) ProtoReflect() protoreflect.Message
- func (x *LegacyView) Reset()
- func (x *LegacyView) String() string
- type LegacyViewsServiceClient
- type LegacyViewsServiceServer
- type ListTeamLegacyViewsRequest
- type ListTeamLegacyViewsResponse
- func (*ListTeamLegacyViewsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTeamLegacyViewsResponse) GetLegacyViews() []*LegacyView
- func (*ListTeamLegacyViewsResponse) ProtoMessage()
- func (x *ListTeamLegacyViewsResponse) ProtoReflect() protoreflect.Message
- func (x *ListTeamLegacyViewsResponse) Reset()
- func (x *ListTeamLegacyViewsResponse) String() string
- type ListUserLegacyViewsRequest
- type ListUserLegacyViewsResponse
- func (*ListUserLegacyViewsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListUserLegacyViewsResponse) GetLegacyViews() []*LegacyView
- func (*ListUserLegacyViewsResponse) ProtoMessage()
- func (x *ListUserLegacyViewsResponse) ProtoReflect() protoreflect.Message
- func (x *ListUserLegacyViewsResponse) Reset()
- func (x *ListUserLegacyViewsResponse) String() string
- type ListViewFoldersRequest
- type ListViewFoldersResponse
- func (*ListViewFoldersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListViewFoldersResponse) GetFolders() []*v1.ViewFolder
- func (*ListViewFoldersResponse) ProtoMessage()
- func (x *ListViewFoldersResponse) ProtoReflect() protoreflect.Message
- func (x *ListViewFoldersResponse) Reset()
- func (x *ListViewFoldersResponse) String() string
- type ListViewsRequest
- type ListViewsResponse
- type ReplaceLegacyViewRequest
- func (*ReplaceLegacyViewRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReplaceLegacyViewRequest) GetDefinition() *structpb.Struct
- func (x *ReplaceLegacyViewRequest) GetFolderId() *wrapperspb.StringValue
- func (x *ReplaceLegacyViewRequest) GetId() *wrapperspb.Int32Value
- func (*ReplaceLegacyViewRequest) ProtoMessage()
- func (x *ReplaceLegacyViewRequest) ProtoReflect() protoreflect.Message
- func (x *ReplaceLegacyViewRequest) Reset()
- func (x *ReplaceLegacyViewRequest) String() string
- type ReplaceLegacyViewResponse
- func (*ReplaceLegacyViewResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ReplaceLegacyViewResponse) GetLegacyView() *LegacyView
- func (*ReplaceLegacyViewResponse) ProtoMessage()
- func (x *ReplaceLegacyViewResponse) ProtoReflect() protoreflect.Message
- func (x *ReplaceLegacyViewResponse) Reset()
- func (x *ReplaceLegacyViewResponse) String() string
- type ReplaceViewFolderRequest
- func (*ReplaceViewFolderRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ReplaceViewFolderRequest) GetFolder() *v1.ViewFolder
- func (*ReplaceViewFolderRequest) ProtoMessage()
- func (x *ReplaceViewFolderRequest) ProtoReflect() protoreflect.Message
- func (x *ReplaceViewFolderRequest) Reset()
- func (x *ReplaceViewFolderRequest) String() string
- type ReplaceViewFolderResponse
- func (*ReplaceViewFolderResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ReplaceViewFolderResponse) GetFolder() *v1.ViewFolder
- func (*ReplaceViewFolderResponse) ProtoMessage()
- func (x *ReplaceViewFolderResponse) ProtoReflect() protoreflect.Message
- func (x *ReplaceViewFolderResponse) Reset()
- func (x *ReplaceViewFolderResponse) String() string
- type ReplaceViewRequest
- type ReplaceViewResponse
- func (*ReplaceViewResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ReplaceViewResponse) GetView() *View
- func (*ReplaceViewResponse) ProtoMessage()
- func (x *ReplaceViewResponse) ProtoReflect() protoreflect.Message
- func (x *ReplaceViewResponse) Reset()
- func (x *ReplaceViewResponse) String() string
- type UnimplementedLegacyViewsServiceServer
- func (UnimplementedLegacyViewsServiceServer) CreateLegacyView(context.Context, *CreateLegacyViewRequest) (*CreateLegacyViewResponse, error)
- func (UnimplementedLegacyViewsServiceServer) DeleteLegacyView(context.Context, *DeleteLegacyViewRequest) (*DeleteLegacyViewResponse, error)
- func (UnimplementedLegacyViewsServiceServer) ListTeamLegacyViews(context.Context, *ListTeamLegacyViewsRequest) (*ListTeamLegacyViewsResponse, error)
- func (UnimplementedLegacyViewsServiceServer) ListUserLegacyViews(context.Context, *ListUserLegacyViewsRequest) (*ListUserLegacyViewsResponse, error)
- func (UnimplementedLegacyViewsServiceServer) ReplaceLegacyView(context.Context, *ReplaceLegacyViewRequest) (*ReplaceLegacyViewResponse, error)
- type UnimplementedViewsFoldersServiceServer
- func (UnimplementedViewsFoldersServiceServer) CreateViewFolder(context.Context, *CreateViewFolderRequest) (*CreateViewFolderResponse, error)
- func (UnimplementedViewsFoldersServiceServer) DeleteViewFolder(context.Context, *DeleteViewFolderRequest) (*DeleteViewFolderResponse, error)
- func (UnimplementedViewsFoldersServiceServer) GetViewFolder(context.Context, *GetViewFolderRequest) (*GetViewFolderResponse, error)
- func (UnimplementedViewsFoldersServiceServer) ListViewFolders(context.Context, *ListViewFoldersRequest) (*ListViewFoldersResponse, error)
- func (UnimplementedViewsFoldersServiceServer) ReplaceViewFolder(context.Context, *ReplaceViewFolderRequest) (*ReplaceViewFolderResponse, error)
- type UnimplementedViewsServiceServer
- func (UnimplementedViewsServiceServer) CreateView(context.Context, *CreateViewRequest) (*CreateViewResponse, error)
- func (UnimplementedViewsServiceServer) DeleteView(context.Context, *DeleteViewRequest) (*DeleteViewResponse, error)
- func (UnimplementedViewsServiceServer) GetView(context.Context, *GetViewRequest) (*GetViewResponse, error)
- func (UnimplementedViewsServiceServer) ListViews(context.Context, *ListViewsRequest) (*ListViewsResponse, error)
- func (UnimplementedViewsServiceServer) ReplaceView(context.Context, *ReplaceViewRequest) (*ReplaceViewResponse, error)
- type UnsafeLegacyViewsServiceServer
- type UnsafeViewsFoldersServiceServer
- type UnsafeViewsServiceServer
- type View
- func (*View) Descriptor() ([]byte, []int)deprecated
- func (x *View) GetFilters() *v1.SelectedFilters
- func (x *View) GetFolderId() *wrapperspb.StringValue
- func (x *View) GetId() *wrapperspb.Int32Value
- func (x *View) GetName() *wrapperspb.StringValue
- func (x *View) GetSearchQuery() *v1.SearchQuery
- func (x *View) GetTimeSelection() *v1.TimeSelection
- func (*View) ProtoMessage()
- func (x *View) ProtoReflect() protoreflect.Message
- func (x *View) Reset()
- func (x *View) String() string
- type ViewsFoldersServiceClient
- type ViewsFoldersServiceServer
- type ViewsServiceClient
- type ViewsServiceServer
Constants ¶
const ( LegacyViewsService_CreateLegacyView_FullMethodName = "/com.coralogixapis.views.v1.services.LegacyViewsService/CreateLegacyView" LegacyViewsService_ReplaceLegacyView_FullMethodName = "/com.coralogixapis.views.v1.services.LegacyViewsService/ReplaceLegacyView" LegacyViewsService_DeleteLegacyView_FullMethodName = "/com.coralogixapis.views.v1.services.LegacyViewsService/DeleteLegacyView" LegacyViewsService_ListTeamLegacyViews_FullMethodName = "/com.coralogixapis.views.v1.services.LegacyViewsService/ListTeamLegacyViews" LegacyViewsService_ListUserLegacyViews_FullMethodName = "/com.coralogixapis.views.v1.services.LegacyViewsService/ListUserLegacyViews" )
const ( ViewsFoldersService_ListViewFolders_FullMethodName = "/com.coralogixapis.views.v1.services.ViewsFoldersService/ListViewFolders" ViewsFoldersService_GetViewFolder_FullMethodName = "/com.coralogixapis.views.v1.services.ViewsFoldersService/GetViewFolder" ViewsFoldersService_CreateViewFolder_FullMethodName = "/com.coralogixapis.views.v1.services.ViewsFoldersService/CreateViewFolder" ViewsFoldersService_DeleteViewFolder_FullMethodName = "/com.coralogixapis.views.v1.services.ViewsFoldersService/DeleteViewFolder" ViewsFoldersService_ReplaceViewFolder_FullMethodName = "/com.coralogixapis.views.v1.services.ViewsFoldersService/ReplaceViewFolder" )
const ( ViewsService_CreateView_FullMethodName = "/com.coralogixapis.views.v1.services.ViewsService/CreateView" ViewsService_ReplaceView_FullMethodName = "/com.coralogixapis.views.v1.services.ViewsService/ReplaceView" ViewsService_GetView_FullMethodName = "/com.coralogixapis.views.v1.services.ViewsService/GetView" ViewsService_DeleteView_FullMethodName = "/com.coralogixapis.views.v1.services.ViewsService/DeleteView" ViewsService_ListViews_FullMethodName = "/com.coralogixapis.views.v1.services.ViewsService/ListViews" )
Variables ¶
var File_com_coralogixapis_views_v1_services_legacy_views_service_proto protoreflect.FileDescriptor
var File_com_coralogixapis_views_v1_services_views_folders_service_proto protoreflect.FileDescriptor
var File_com_coralogixapis_views_v1_services_views_service_proto protoreflect.FileDescriptor
var LegacyViewsService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "com.coralogixapis.views.v1.services.LegacyViewsService", HandlerType: (*LegacyViewsServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateLegacyView", Handler: _LegacyViewsService_CreateLegacyView_Handler, }, { MethodName: "ReplaceLegacyView", Handler: _LegacyViewsService_ReplaceLegacyView_Handler, }, { MethodName: "DeleteLegacyView", Handler: _LegacyViewsService_DeleteLegacyView_Handler, }, { MethodName: "ListTeamLegacyViews", Handler: _LegacyViewsService_ListTeamLegacyViews_Handler, }, { MethodName: "ListUserLegacyViews", Handler: _LegacyViewsService_ListUserLegacyViews_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "com/coralogixapis/views/v1/services/legacy_views_service.proto", }
LegacyViewsService_ServiceDesc is the grpc.ServiceDesc for LegacyViewsService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var ViewsFoldersService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "com.coralogixapis.views.v1.services.ViewsFoldersService", HandlerType: (*ViewsFoldersServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListViewFolders", Handler: _ViewsFoldersService_ListViewFolders_Handler, }, { MethodName: "GetViewFolder", Handler: _ViewsFoldersService_GetViewFolder_Handler, }, { MethodName: "CreateViewFolder", Handler: _ViewsFoldersService_CreateViewFolder_Handler, }, { MethodName: "DeleteViewFolder", Handler: _ViewsFoldersService_DeleteViewFolder_Handler, }, { MethodName: "ReplaceViewFolder", Handler: _ViewsFoldersService_ReplaceViewFolder_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "com/coralogixapis/views/v1/services/views_folders_service.proto", }
ViewsFoldersService_ServiceDesc is the grpc.ServiceDesc for ViewsFoldersService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var ViewsService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "com.coralogixapis.views.v1.services.ViewsService", HandlerType: (*ViewsServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "CreateView", Handler: _ViewsService_CreateView_Handler, }, { MethodName: "ReplaceView", Handler: _ViewsService_ReplaceView_Handler, }, { MethodName: "GetView", Handler: _ViewsService_GetView_Handler, }, { MethodName: "DeleteView", Handler: _ViewsService_DeleteView_Handler, }, { MethodName: "ListViews", Handler: _ViewsService_ListViews_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "com/coralogixapis/views/v1/services/views_service.proto", }
ViewsService_ServiceDesc is the grpc.ServiceDesc for ViewsService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterLegacyViewsServiceServer ¶
func RegisterLegacyViewsServiceServer(s grpc.ServiceRegistrar, srv LegacyViewsServiceServer)
func RegisterViewsFoldersServiceServer ¶
func RegisterViewsFoldersServiceServer(s grpc.ServiceRegistrar, srv ViewsFoldersServiceServer)
func RegisterViewsServiceServer ¶
func RegisterViewsServiceServer(s grpc.ServiceRegistrar, srv ViewsServiceServer)
Types ¶
type CreateLegacyViewRequest ¶
type CreateLegacyViewRequest struct { FolderId *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=folder_id,json=folderId,proto3" json:"folder_id,omitempty"` Name *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Definition *structpb.Struct `protobuf:"bytes,100,opt,name=definition,proto3" json:"definition,omitempty"` // contains filtered or unexported fields }
func (*CreateLegacyViewRequest) Descriptor
deprecated
func (*CreateLegacyViewRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateLegacyViewRequest.ProtoReflect.Descriptor instead.
func (*CreateLegacyViewRequest) GetDefinition ¶
func (x *CreateLegacyViewRequest) GetDefinition() *structpb.Struct
func (*CreateLegacyViewRequest) GetFolderId ¶
func (x *CreateLegacyViewRequest) GetFolderId() *wrapperspb.StringValue
func (*CreateLegacyViewRequest) GetName ¶
func (x *CreateLegacyViewRequest) GetName() *wrapperspb.StringValue
func (*CreateLegacyViewRequest) ProtoMessage ¶
func (*CreateLegacyViewRequest) ProtoMessage()
func (*CreateLegacyViewRequest) ProtoReflect ¶
func (x *CreateLegacyViewRequest) ProtoReflect() protoreflect.Message
func (*CreateLegacyViewRequest) Reset ¶
func (x *CreateLegacyViewRequest) Reset()
func (*CreateLegacyViewRequest) String ¶
func (x *CreateLegacyViewRequest) String() string
type CreateLegacyViewResponse ¶
type CreateLegacyViewResponse struct { LegacyView *LegacyView `protobuf:"bytes,1,opt,name=legacy_view,json=legacyView,proto3" json:"legacy_view,omitempty"` // contains filtered or unexported fields }
func (*CreateLegacyViewResponse) Descriptor
deprecated
func (*CreateLegacyViewResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateLegacyViewResponse.ProtoReflect.Descriptor instead.
func (*CreateLegacyViewResponse) GetLegacyView ¶
func (x *CreateLegacyViewResponse) GetLegacyView() *LegacyView
func (*CreateLegacyViewResponse) ProtoMessage ¶
func (*CreateLegacyViewResponse) ProtoMessage()
func (*CreateLegacyViewResponse) ProtoReflect ¶
func (x *CreateLegacyViewResponse) ProtoReflect() protoreflect.Message
func (*CreateLegacyViewResponse) Reset ¶
func (x *CreateLegacyViewResponse) Reset()
func (*CreateLegacyViewResponse) String ¶
func (x *CreateLegacyViewResponse) String() string
type CreateViewFolderRequest ¶
type CreateViewFolderRequest struct { Name *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*CreateViewFolderRequest) Descriptor
deprecated
func (*CreateViewFolderRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateViewFolderRequest.ProtoReflect.Descriptor instead.
func (*CreateViewFolderRequest) GetName ¶
func (x *CreateViewFolderRequest) GetName() *wrapperspb.StringValue
func (*CreateViewFolderRequest) ProtoMessage ¶
func (*CreateViewFolderRequest) ProtoMessage()
func (*CreateViewFolderRequest) ProtoReflect ¶
func (x *CreateViewFolderRequest) ProtoReflect() protoreflect.Message
func (*CreateViewFolderRequest) Reset ¶
func (x *CreateViewFolderRequest) Reset()
func (*CreateViewFolderRequest) String ¶
func (x *CreateViewFolderRequest) String() string
type CreateViewFolderResponse ¶
type CreateViewFolderResponse struct { Folder *v1.ViewFolder `protobuf:"bytes,1,opt,name=folder,proto3" json:"folder,omitempty"` // contains filtered or unexported fields }
func (*CreateViewFolderResponse) Descriptor
deprecated
func (*CreateViewFolderResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateViewFolderResponse.ProtoReflect.Descriptor instead.
func (*CreateViewFolderResponse) GetFolder ¶
func (x *CreateViewFolderResponse) GetFolder() *v1.ViewFolder
func (*CreateViewFolderResponse) ProtoMessage ¶
func (*CreateViewFolderResponse) ProtoMessage()
func (*CreateViewFolderResponse) ProtoReflect ¶
func (x *CreateViewFolderResponse) ProtoReflect() protoreflect.Message
func (*CreateViewFolderResponse) Reset ¶
func (x *CreateViewFolderResponse) Reset()
func (*CreateViewFolderResponse) String ¶
func (x *CreateViewFolderResponse) String() string
type CreateViewRequest ¶
type CreateViewRequest struct { Name *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` SearchQuery *v1.SearchQuery `protobuf:"bytes,2,opt,name=search_query,json=searchQuery,proto3" json:"search_query,omitempty"` TimeSelection *v1.TimeSelection `protobuf:"bytes,3,opt,name=time_selection,json=timeSelection,proto3" json:"time_selection,omitempty"` Filters *v1.SelectedFilters `protobuf:"bytes,4,opt,name=filters,proto3" json:"filters,omitempty"` FolderId *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=folder_id,json=folderId,proto3" json:"folder_id,omitempty"` // contains filtered or unexported fields }
func (*CreateViewRequest) Descriptor
deprecated
func (*CreateViewRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateViewRequest.ProtoReflect.Descriptor instead.
func (*CreateViewRequest) GetFilters ¶
func (x *CreateViewRequest) GetFilters() *v1.SelectedFilters
func (*CreateViewRequest) GetFolderId ¶
func (x *CreateViewRequest) GetFolderId() *wrapperspb.StringValue
func (*CreateViewRequest) GetName ¶
func (x *CreateViewRequest) GetName() *wrapperspb.StringValue
func (*CreateViewRequest) GetSearchQuery ¶
func (x *CreateViewRequest) GetSearchQuery() *v1.SearchQuery
func (*CreateViewRequest) GetTimeSelection ¶
func (x *CreateViewRequest) GetTimeSelection() *v1.TimeSelection
func (*CreateViewRequest) ProtoMessage ¶
func (*CreateViewRequest) ProtoMessage()
func (*CreateViewRequest) ProtoReflect ¶
func (x *CreateViewRequest) ProtoReflect() protoreflect.Message
func (*CreateViewRequest) Reset ¶
func (x *CreateViewRequest) Reset()
func (*CreateViewRequest) String ¶
func (x *CreateViewRequest) String() string
type CreateViewResponse ¶
type CreateViewResponse struct { View *View `protobuf:"bytes,1,opt,name=view,proto3" json:"view,omitempty"` // contains filtered or unexported fields }
func (*CreateViewResponse) Descriptor
deprecated
func (*CreateViewResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateViewResponse.ProtoReflect.Descriptor instead.
func (*CreateViewResponse) GetView ¶
func (x *CreateViewResponse) GetView() *View
func (*CreateViewResponse) ProtoMessage ¶
func (*CreateViewResponse) ProtoMessage()
func (*CreateViewResponse) ProtoReflect ¶
func (x *CreateViewResponse) ProtoReflect() protoreflect.Message
func (*CreateViewResponse) Reset ¶
func (x *CreateViewResponse) Reset()
func (*CreateViewResponse) String ¶
func (x *CreateViewResponse) String() string
type DeleteLegacyViewRequest ¶
type DeleteLegacyViewRequest struct { Id *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteLegacyViewRequest) Descriptor
deprecated
func (*DeleteLegacyViewRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteLegacyViewRequest.ProtoReflect.Descriptor instead.
func (*DeleteLegacyViewRequest) GetId ¶
func (x *DeleteLegacyViewRequest) GetId() *wrapperspb.Int32Value
func (*DeleteLegacyViewRequest) ProtoMessage ¶
func (*DeleteLegacyViewRequest) ProtoMessage()
func (*DeleteLegacyViewRequest) ProtoReflect ¶
func (x *DeleteLegacyViewRequest) ProtoReflect() protoreflect.Message
func (*DeleteLegacyViewRequest) Reset ¶
func (x *DeleteLegacyViewRequest) Reset()
func (*DeleteLegacyViewRequest) String ¶
func (x *DeleteLegacyViewRequest) String() string
type DeleteLegacyViewResponse ¶
type DeleteLegacyViewResponse struct {
// contains filtered or unexported fields
}
func (*DeleteLegacyViewResponse) Descriptor
deprecated
func (*DeleteLegacyViewResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteLegacyViewResponse.ProtoReflect.Descriptor instead.
func (*DeleteLegacyViewResponse) ProtoMessage ¶
func (*DeleteLegacyViewResponse) ProtoMessage()
func (*DeleteLegacyViewResponse) ProtoReflect ¶
func (x *DeleteLegacyViewResponse) ProtoReflect() protoreflect.Message
func (*DeleteLegacyViewResponse) Reset ¶
func (x *DeleteLegacyViewResponse) Reset()
func (*DeleteLegacyViewResponse) String ¶
func (x *DeleteLegacyViewResponse) String() string
type DeleteViewFolderRequest ¶
type DeleteViewFolderRequest struct { Id *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteViewFolderRequest) Descriptor
deprecated
func (*DeleteViewFolderRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteViewFolderRequest.ProtoReflect.Descriptor instead.
func (*DeleteViewFolderRequest) GetId ¶
func (x *DeleteViewFolderRequest) GetId() *wrapperspb.StringValue
func (*DeleteViewFolderRequest) ProtoMessage ¶
func (*DeleteViewFolderRequest) ProtoMessage()
func (*DeleteViewFolderRequest) ProtoReflect ¶
func (x *DeleteViewFolderRequest) ProtoReflect() protoreflect.Message
func (*DeleteViewFolderRequest) Reset ¶
func (x *DeleteViewFolderRequest) Reset()
func (*DeleteViewFolderRequest) String ¶
func (x *DeleteViewFolderRequest) String() string
type DeleteViewFolderResponse ¶
type DeleteViewFolderResponse struct {
// contains filtered or unexported fields
}
func (*DeleteViewFolderResponse) Descriptor
deprecated
func (*DeleteViewFolderResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteViewFolderResponse.ProtoReflect.Descriptor instead.
func (*DeleteViewFolderResponse) ProtoMessage ¶
func (*DeleteViewFolderResponse) ProtoMessage()
func (*DeleteViewFolderResponse) ProtoReflect ¶
func (x *DeleteViewFolderResponse) ProtoReflect() protoreflect.Message
func (*DeleteViewFolderResponse) Reset ¶
func (x *DeleteViewFolderResponse) Reset()
func (*DeleteViewFolderResponse) String ¶
func (x *DeleteViewFolderResponse) String() string
type DeleteViewRequest ¶
type DeleteViewRequest struct { Id *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DeleteViewRequest) Descriptor
deprecated
func (*DeleteViewRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteViewRequest.ProtoReflect.Descriptor instead.
func (*DeleteViewRequest) GetId ¶
func (x *DeleteViewRequest) GetId() *wrapperspb.Int32Value
func (*DeleteViewRequest) ProtoMessage ¶
func (*DeleteViewRequest) ProtoMessage()
func (*DeleteViewRequest) ProtoReflect ¶
func (x *DeleteViewRequest) ProtoReflect() protoreflect.Message
func (*DeleteViewRequest) Reset ¶
func (x *DeleteViewRequest) Reset()
func (*DeleteViewRequest) String ¶
func (x *DeleteViewRequest) String() string
type DeleteViewResponse ¶
type DeleteViewResponse struct {
// contains filtered or unexported fields
}
func (*DeleteViewResponse) Descriptor
deprecated
func (*DeleteViewResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteViewResponse.ProtoReflect.Descriptor instead.
func (*DeleteViewResponse) ProtoMessage ¶
func (*DeleteViewResponse) ProtoMessage()
func (*DeleteViewResponse) ProtoReflect ¶
func (x *DeleteViewResponse) ProtoReflect() protoreflect.Message
func (*DeleteViewResponse) Reset ¶
func (x *DeleteViewResponse) Reset()
func (*DeleteViewResponse) String ¶
func (x *DeleteViewResponse) String() string
type GetViewFolderRequest ¶
type GetViewFolderRequest struct { Id *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetViewFolderRequest) Descriptor
deprecated
func (*GetViewFolderRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetViewFolderRequest.ProtoReflect.Descriptor instead.
func (*GetViewFolderRequest) GetId ¶
func (x *GetViewFolderRequest) GetId() *wrapperspb.StringValue
func (*GetViewFolderRequest) ProtoMessage ¶
func (*GetViewFolderRequest) ProtoMessage()
func (*GetViewFolderRequest) ProtoReflect ¶
func (x *GetViewFolderRequest) ProtoReflect() protoreflect.Message
func (*GetViewFolderRequest) Reset ¶
func (x *GetViewFolderRequest) Reset()
func (*GetViewFolderRequest) String ¶
func (x *GetViewFolderRequest) String() string
type GetViewFolderResponse ¶
type GetViewFolderResponse struct { Folder *v1.ViewFolder `protobuf:"bytes,1,opt,name=folder,proto3" json:"folder,omitempty"` // contains filtered or unexported fields }
func (*GetViewFolderResponse) Descriptor
deprecated
func (*GetViewFolderResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetViewFolderResponse.ProtoReflect.Descriptor instead.
func (*GetViewFolderResponse) GetFolder ¶
func (x *GetViewFolderResponse) GetFolder() *v1.ViewFolder
func (*GetViewFolderResponse) ProtoMessage ¶
func (*GetViewFolderResponse) ProtoMessage()
func (*GetViewFolderResponse) ProtoReflect ¶
func (x *GetViewFolderResponse) ProtoReflect() protoreflect.Message
func (*GetViewFolderResponse) Reset ¶
func (x *GetViewFolderResponse) Reset()
func (*GetViewFolderResponse) String ¶
func (x *GetViewFolderResponse) String() string
type GetViewRequest ¶
type GetViewRequest struct { Id *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*GetViewRequest) Descriptor
deprecated
func (*GetViewRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetViewRequest.ProtoReflect.Descriptor instead.
func (*GetViewRequest) GetId ¶
func (x *GetViewRequest) GetId() *wrapperspb.Int32Value
func (*GetViewRequest) ProtoMessage ¶
func (*GetViewRequest) ProtoMessage()
func (*GetViewRequest) ProtoReflect ¶
func (x *GetViewRequest) ProtoReflect() protoreflect.Message
func (*GetViewRequest) Reset ¶
func (x *GetViewRequest) Reset()
func (*GetViewRequest) String ¶
func (x *GetViewRequest) String() string
type GetViewResponse ¶
type GetViewResponse struct { View *View `protobuf:"bytes,1,opt,name=view,proto3" json:"view,omitempty"` // contains filtered or unexported fields }
func (*GetViewResponse) Descriptor
deprecated
func (*GetViewResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetViewResponse.ProtoReflect.Descriptor instead.
func (*GetViewResponse) GetView ¶
func (x *GetViewResponse) GetView() *View
func (*GetViewResponse) ProtoMessage ¶
func (*GetViewResponse) ProtoMessage()
func (*GetViewResponse) ProtoReflect ¶
func (x *GetViewResponse) ProtoReflect() protoreflect.Message
func (*GetViewResponse) Reset ¶
func (x *GetViewResponse) Reset()
func (*GetViewResponse) String ¶
func (x *GetViewResponse) String() string
type LegacyView ¶
type LegacyView struct { Id *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` SearchQuery *v1.SearchQuery `protobuf:"bytes,3,opt,name=search_query,json=searchQuery,proto3" json:"search_query,omitempty"` TimeSelection *v1.TimeSelection `protobuf:"bytes,4,opt,name=time_selection,json=timeSelection,proto3" json:"time_selection,omitempty"` Filters *v1.SelectedFilters `protobuf:"bytes,5,opt,name=filters,proto3" json:"filters,omitempty"` IsPublic *wrapperspb.BoolValue `protobuf:"bytes,6,opt,name=is_public,json=isPublic,proto3" json:"is_public,omitempty"` FolderId *wrapperspb.StringValue `protobuf:"bytes,7,opt,name=folder_id,json=folderId,proto3" json:"folder_id,omitempty"` Definition *structpb.Struct `protobuf:"bytes,100,opt,name=definition,proto3" json:"definition,omitempty"` // contains filtered or unexported fields }
func (*LegacyView) Descriptor
deprecated
func (*LegacyView) Descriptor() ([]byte, []int)
Deprecated: Use LegacyView.ProtoReflect.Descriptor instead.
func (*LegacyView) GetDefinition ¶
func (x *LegacyView) GetDefinition() *structpb.Struct
func (*LegacyView) GetFilters ¶
func (x *LegacyView) GetFilters() *v1.SelectedFilters
func (*LegacyView) GetFolderId ¶
func (x *LegacyView) GetFolderId() *wrapperspb.StringValue
func (*LegacyView) GetId ¶
func (x *LegacyView) GetId() *wrapperspb.Int32Value
func (*LegacyView) GetIsPublic ¶
func (x *LegacyView) GetIsPublic() *wrapperspb.BoolValue
func (*LegacyView) GetName ¶
func (x *LegacyView) GetName() *wrapperspb.StringValue
func (*LegacyView) GetSearchQuery ¶
func (x *LegacyView) GetSearchQuery() *v1.SearchQuery
func (*LegacyView) GetTimeSelection ¶
func (x *LegacyView) GetTimeSelection() *v1.TimeSelection
func (*LegacyView) ProtoMessage ¶
func (*LegacyView) ProtoMessage()
func (*LegacyView) ProtoReflect ¶
func (x *LegacyView) ProtoReflect() protoreflect.Message
func (*LegacyView) Reset ¶
func (x *LegacyView) Reset()
func (*LegacyView) String ¶
func (x *LegacyView) String() string
type LegacyViewsServiceClient ¶
type LegacyViewsServiceClient interface { CreateLegacyView(ctx context.Context, in *CreateLegacyViewRequest, opts ...grpc.CallOption) (*CreateLegacyViewResponse, error) ReplaceLegacyView(ctx context.Context, in *ReplaceLegacyViewRequest, opts ...grpc.CallOption) (*ReplaceLegacyViewResponse, error) DeleteLegacyView(ctx context.Context, in *DeleteLegacyViewRequest, opts ...grpc.CallOption) (*DeleteLegacyViewResponse, error) ListTeamLegacyViews(ctx context.Context, in *ListTeamLegacyViewsRequest, opts ...grpc.CallOption) (*ListTeamLegacyViewsResponse, error) ListUserLegacyViews(ctx context.Context, in *ListUserLegacyViewsRequest, opts ...grpc.CallOption) (*ListUserLegacyViewsResponse, error) }
LegacyViewsServiceClient is the client API for LegacyViewsService 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.
func NewLegacyViewsServiceClient ¶
func NewLegacyViewsServiceClient(cc grpc.ClientConnInterface) LegacyViewsServiceClient
type LegacyViewsServiceServer ¶
type LegacyViewsServiceServer interface { CreateLegacyView(context.Context, *CreateLegacyViewRequest) (*CreateLegacyViewResponse, error) ReplaceLegacyView(context.Context, *ReplaceLegacyViewRequest) (*ReplaceLegacyViewResponse, error) DeleteLegacyView(context.Context, *DeleteLegacyViewRequest) (*DeleteLegacyViewResponse, error) ListTeamLegacyViews(context.Context, *ListTeamLegacyViewsRequest) (*ListTeamLegacyViewsResponse, error) ListUserLegacyViews(context.Context, *ListUserLegacyViewsRequest) (*ListUserLegacyViewsResponse, error) // contains filtered or unexported methods }
LegacyViewsServiceServer is the server API for LegacyViewsService service. All implementations must embed UnimplementedLegacyViewsServiceServer for forward compatibility
type ListTeamLegacyViewsRequest ¶
type ListTeamLegacyViewsRequest struct {
// contains filtered or unexported fields
}
func (*ListTeamLegacyViewsRequest) Descriptor
deprecated
func (*ListTeamLegacyViewsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListTeamLegacyViewsRequest.ProtoReflect.Descriptor instead.
func (*ListTeamLegacyViewsRequest) ProtoMessage ¶
func (*ListTeamLegacyViewsRequest) ProtoMessage()
func (*ListTeamLegacyViewsRequest) ProtoReflect ¶
func (x *ListTeamLegacyViewsRequest) ProtoReflect() protoreflect.Message
func (*ListTeamLegacyViewsRequest) Reset ¶
func (x *ListTeamLegacyViewsRequest) Reset()
func (*ListTeamLegacyViewsRequest) String ¶
func (x *ListTeamLegacyViewsRequest) String() string
type ListTeamLegacyViewsResponse ¶
type ListTeamLegacyViewsResponse struct { LegacyViews []*LegacyView `protobuf:"bytes,1,rep,name=legacy_views,json=legacyViews,proto3" json:"legacy_views,omitempty"` // contains filtered or unexported fields }
func (*ListTeamLegacyViewsResponse) Descriptor
deprecated
func (*ListTeamLegacyViewsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListTeamLegacyViewsResponse.ProtoReflect.Descriptor instead.
func (*ListTeamLegacyViewsResponse) GetLegacyViews ¶
func (x *ListTeamLegacyViewsResponse) GetLegacyViews() []*LegacyView
func (*ListTeamLegacyViewsResponse) ProtoMessage ¶
func (*ListTeamLegacyViewsResponse) ProtoMessage()
func (*ListTeamLegacyViewsResponse) ProtoReflect ¶
func (x *ListTeamLegacyViewsResponse) ProtoReflect() protoreflect.Message
func (*ListTeamLegacyViewsResponse) Reset ¶
func (x *ListTeamLegacyViewsResponse) Reset()
func (*ListTeamLegacyViewsResponse) String ¶
func (x *ListTeamLegacyViewsResponse) String() string
type ListUserLegacyViewsRequest ¶
type ListUserLegacyViewsRequest struct {
// contains filtered or unexported fields
}
func (*ListUserLegacyViewsRequest) Descriptor
deprecated
func (*ListUserLegacyViewsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListUserLegacyViewsRequest.ProtoReflect.Descriptor instead.
func (*ListUserLegacyViewsRequest) ProtoMessage ¶
func (*ListUserLegacyViewsRequest) ProtoMessage()
func (*ListUserLegacyViewsRequest) ProtoReflect ¶
func (x *ListUserLegacyViewsRequest) ProtoReflect() protoreflect.Message
func (*ListUserLegacyViewsRequest) Reset ¶
func (x *ListUserLegacyViewsRequest) Reset()
func (*ListUserLegacyViewsRequest) String ¶
func (x *ListUserLegacyViewsRequest) String() string
type ListUserLegacyViewsResponse ¶
type ListUserLegacyViewsResponse struct { LegacyViews []*LegacyView `protobuf:"bytes,1,rep,name=legacy_views,json=legacyViews,proto3" json:"legacy_views,omitempty"` // contains filtered or unexported fields }
func (*ListUserLegacyViewsResponse) Descriptor
deprecated
func (*ListUserLegacyViewsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListUserLegacyViewsResponse.ProtoReflect.Descriptor instead.
func (*ListUserLegacyViewsResponse) GetLegacyViews ¶
func (x *ListUserLegacyViewsResponse) GetLegacyViews() []*LegacyView
func (*ListUserLegacyViewsResponse) ProtoMessage ¶
func (*ListUserLegacyViewsResponse) ProtoMessage()
func (*ListUserLegacyViewsResponse) ProtoReflect ¶
func (x *ListUserLegacyViewsResponse) ProtoReflect() protoreflect.Message
func (*ListUserLegacyViewsResponse) Reset ¶
func (x *ListUserLegacyViewsResponse) Reset()
func (*ListUserLegacyViewsResponse) String ¶
func (x *ListUserLegacyViewsResponse) String() string
type ListViewFoldersRequest ¶
type ListViewFoldersRequest struct {
// contains filtered or unexported fields
}
func (*ListViewFoldersRequest) Descriptor
deprecated
func (*ListViewFoldersRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListViewFoldersRequest.ProtoReflect.Descriptor instead.
func (*ListViewFoldersRequest) ProtoMessage ¶
func (*ListViewFoldersRequest) ProtoMessage()
func (*ListViewFoldersRequest) ProtoReflect ¶
func (x *ListViewFoldersRequest) ProtoReflect() protoreflect.Message
func (*ListViewFoldersRequest) Reset ¶
func (x *ListViewFoldersRequest) Reset()
func (*ListViewFoldersRequest) String ¶
func (x *ListViewFoldersRequest) String() string
type ListViewFoldersResponse ¶
type ListViewFoldersResponse struct { Folders []*v1.ViewFolder `protobuf:"bytes,1,rep,name=folders,proto3" json:"folders,omitempty"` // contains filtered or unexported fields }
func (*ListViewFoldersResponse) Descriptor
deprecated
func (*ListViewFoldersResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListViewFoldersResponse.ProtoReflect.Descriptor instead.
func (*ListViewFoldersResponse) GetFolders ¶
func (x *ListViewFoldersResponse) GetFolders() []*v1.ViewFolder
func (*ListViewFoldersResponse) ProtoMessage ¶
func (*ListViewFoldersResponse) ProtoMessage()
func (*ListViewFoldersResponse) ProtoReflect ¶
func (x *ListViewFoldersResponse) ProtoReflect() protoreflect.Message
func (*ListViewFoldersResponse) Reset ¶
func (x *ListViewFoldersResponse) Reset()
func (*ListViewFoldersResponse) String ¶
func (x *ListViewFoldersResponse) String() string
type ListViewsRequest ¶
type ListViewsRequest struct {
// contains filtered or unexported fields
}
func (*ListViewsRequest) Descriptor
deprecated
func (*ListViewsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListViewsRequest.ProtoReflect.Descriptor instead.
func (*ListViewsRequest) ProtoMessage ¶
func (*ListViewsRequest) ProtoMessage()
func (*ListViewsRequest) ProtoReflect ¶
func (x *ListViewsRequest) ProtoReflect() protoreflect.Message
func (*ListViewsRequest) Reset ¶
func (x *ListViewsRequest) Reset()
func (*ListViewsRequest) String ¶
func (x *ListViewsRequest) String() string
type ListViewsResponse ¶
type ListViewsResponse struct { Views []*View `protobuf:"bytes,1,rep,name=views,proto3" json:"views,omitempty"` // contains filtered or unexported fields }
func (*ListViewsResponse) Descriptor
deprecated
func (*ListViewsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListViewsResponse.ProtoReflect.Descriptor instead.
func (*ListViewsResponse) GetViews ¶
func (x *ListViewsResponse) GetViews() []*View
func (*ListViewsResponse) ProtoMessage ¶
func (*ListViewsResponse) ProtoMessage()
func (*ListViewsResponse) ProtoReflect ¶
func (x *ListViewsResponse) ProtoReflect() protoreflect.Message
func (*ListViewsResponse) Reset ¶
func (x *ListViewsResponse) Reset()
func (*ListViewsResponse) String ¶
func (x *ListViewsResponse) String() string
type ReplaceLegacyViewRequest ¶
type ReplaceLegacyViewRequest struct { Id *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` FolderId *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=folder_id,json=folderId,proto3" json:"folder_id,omitempty"` Definition *structpb.Struct `protobuf:"bytes,100,opt,name=definition,proto3" json:"definition,omitempty"` // contains filtered or unexported fields }
func (*ReplaceLegacyViewRequest) Descriptor
deprecated
func (*ReplaceLegacyViewRequest) Descriptor() ([]byte, []int)
Deprecated: Use ReplaceLegacyViewRequest.ProtoReflect.Descriptor instead.
func (*ReplaceLegacyViewRequest) GetDefinition ¶
func (x *ReplaceLegacyViewRequest) GetDefinition() *structpb.Struct
func (*ReplaceLegacyViewRequest) GetFolderId ¶
func (x *ReplaceLegacyViewRequest) GetFolderId() *wrapperspb.StringValue
func (*ReplaceLegacyViewRequest) GetId ¶
func (x *ReplaceLegacyViewRequest) GetId() *wrapperspb.Int32Value
func (*ReplaceLegacyViewRequest) ProtoMessage ¶
func (*ReplaceLegacyViewRequest) ProtoMessage()
func (*ReplaceLegacyViewRequest) ProtoReflect ¶
func (x *ReplaceLegacyViewRequest) ProtoReflect() protoreflect.Message
func (*ReplaceLegacyViewRequest) Reset ¶
func (x *ReplaceLegacyViewRequest) Reset()
func (*ReplaceLegacyViewRequest) String ¶
func (x *ReplaceLegacyViewRequest) String() string
type ReplaceLegacyViewResponse ¶
type ReplaceLegacyViewResponse struct { LegacyView *LegacyView `protobuf:"bytes,1,opt,name=legacy_view,json=legacyView,proto3" json:"legacy_view,omitempty"` // contains filtered or unexported fields }
func (*ReplaceLegacyViewResponse) Descriptor
deprecated
func (*ReplaceLegacyViewResponse) Descriptor() ([]byte, []int)
Deprecated: Use ReplaceLegacyViewResponse.ProtoReflect.Descriptor instead.
func (*ReplaceLegacyViewResponse) GetLegacyView ¶
func (x *ReplaceLegacyViewResponse) GetLegacyView() *LegacyView
func (*ReplaceLegacyViewResponse) ProtoMessage ¶
func (*ReplaceLegacyViewResponse) ProtoMessage()
func (*ReplaceLegacyViewResponse) ProtoReflect ¶
func (x *ReplaceLegacyViewResponse) ProtoReflect() protoreflect.Message
func (*ReplaceLegacyViewResponse) Reset ¶
func (x *ReplaceLegacyViewResponse) Reset()
func (*ReplaceLegacyViewResponse) String ¶
func (x *ReplaceLegacyViewResponse) String() string
type ReplaceViewFolderRequest ¶
type ReplaceViewFolderRequest struct { Folder *v1.ViewFolder `protobuf:"bytes,1,opt,name=folder,proto3" json:"folder,omitempty"` // contains filtered or unexported fields }
func (*ReplaceViewFolderRequest) Descriptor
deprecated
func (*ReplaceViewFolderRequest) Descriptor() ([]byte, []int)
Deprecated: Use ReplaceViewFolderRequest.ProtoReflect.Descriptor instead.
func (*ReplaceViewFolderRequest) GetFolder ¶
func (x *ReplaceViewFolderRequest) GetFolder() *v1.ViewFolder
func (*ReplaceViewFolderRequest) ProtoMessage ¶
func (*ReplaceViewFolderRequest) ProtoMessage()
func (*ReplaceViewFolderRequest) ProtoReflect ¶
func (x *ReplaceViewFolderRequest) ProtoReflect() protoreflect.Message
func (*ReplaceViewFolderRequest) Reset ¶
func (x *ReplaceViewFolderRequest) Reset()
func (*ReplaceViewFolderRequest) String ¶
func (x *ReplaceViewFolderRequest) String() string
type ReplaceViewFolderResponse ¶
type ReplaceViewFolderResponse struct { Folder *v1.ViewFolder `protobuf:"bytes,1,opt,name=folder,proto3" json:"folder,omitempty"` // contains filtered or unexported fields }
func (*ReplaceViewFolderResponse) Descriptor
deprecated
func (*ReplaceViewFolderResponse) Descriptor() ([]byte, []int)
Deprecated: Use ReplaceViewFolderResponse.ProtoReflect.Descriptor instead.
func (*ReplaceViewFolderResponse) GetFolder ¶
func (x *ReplaceViewFolderResponse) GetFolder() *v1.ViewFolder
func (*ReplaceViewFolderResponse) ProtoMessage ¶
func (*ReplaceViewFolderResponse) ProtoMessage()
func (*ReplaceViewFolderResponse) ProtoReflect ¶
func (x *ReplaceViewFolderResponse) ProtoReflect() protoreflect.Message
func (*ReplaceViewFolderResponse) Reset ¶
func (x *ReplaceViewFolderResponse) Reset()
func (*ReplaceViewFolderResponse) String ¶
func (x *ReplaceViewFolderResponse) String() string
type ReplaceViewRequest ¶
type ReplaceViewRequest struct { View *View `protobuf:"bytes,1,opt,name=view,proto3" json:"view,omitempty"` // contains filtered or unexported fields }
func (*ReplaceViewRequest) Descriptor
deprecated
func (*ReplaceViewRequest) Descriptor() ([]byte, []int)
Deprecated: Use ReplaceViewRequest.ProtoReflect.Descriptor instead.
func (*ReplaceViewRequest) GetView ¶
func (x *ReplaceViewRequest) GetView() *View
func (*ReplaceViewRequest) ProtoMessage ¶
func (*ReplaceViewRequest) ProtoMessage()
func (*ReplaceViewRequest) ProtoReflect ¶
func (x *ReplaceViewRequest) ProtoReflect() protoreflect.Message
func (*ReplaceViewRequest) Reset ¶
func (x *ReplaceViewRequest) Reset()
func (*ReplaceViewRequest) String ¶
func (x *ReplaceViewRequest) String() string
type ReplaceViewResponse ¶
type ReplaceViewResponse struct { View *View `protobuf:"bytes,1,opt,name=view,proto3" json:"view,omitempty"` // contains filtered or unexported fields }
func (*ReplaceViewResponse) Descriptor
deprecated
func (*ReplaceViewResponse) Descriptor() ([]byte, []int)
Deprecated: Use ReplaceViewResponse.ProtoReflect.Descriptor instead.
func (*ReplaceViewResponse) GetView ¶
func (x *ReplaceViewResponse) GetView() *View
func (*ReplaceViewResponse) ProtoMessage ¶
func (*ReplaceViewResponse) ProtoMessage()
func (*ReplaceViewResponse) ProtoReflect ¶
func (x *ReplaceViewResponse) ProtoReflect() protoreflect.Message
func (*ReplaceViewResponse) Reset ¶
func (x *ReplaceViewResponse) Reset()
func (*ReplaceViewResponse) String ¶
func (x *ReplaceViewResponse) String() string
type UnimplementedLegacyViewsServiceServer ¶
type UnimplementedLegacyViewsServiceServer struct { }
UnimplementedLegacyViewsServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedLegacyViewsServiceServer) CreateLegacyView ¶
func (UnimplementedLegacyViewsServiceServer) CreateLegacyView(context.Context, *CreateLegacyViewRequest) (*CreateLegacyViewResponse, error)
func (UnimplementedLegacyViewsServiceServer) DeleteLegacyView ¶
func (UnimplementedLegacyViewsServiceServer) DeleteLegacyView(context.Context, *DeleteLegacyViewRequest) (*DeleteLegacyViewResponse, error)
func (UnimplementedLegacyViewsServiceServer) ListTeamLegacyViews ¶
func (UnimplementedLegacyViewsServiceServer) ListTeamLegacyViews(context.Context, *ListTeamLegacyViewsRequest) (*ListTeamLegacyViewsResponse, error)
func (UnimplementedLegacyViewsServiceServer) ListUserLegacyViews ¶
func (UnimplementedLegacyViewsServiceServer) ListUserLegacyViews(context.Context, *ListUserLegacyViewsRequest) (*ListUserLegacyViewsResponse, error)
func (UnimplementedLegacyViewsServiceServer) ReplaceLegacyView ¶
func (UnimplementedLegacyViewsServiceServer) ReplaceLegacyView(context.Context, *ReplaceLegacyViewRequest) (*ReplaceLegacyViewResponse, error)
type UnimplementedViewsFoldersServiceServer ¶
type UnimplementedViewsFoldersServiceServer struct { }
UnimplementedViewsFoldersServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedViewsFoldersServiceServer) CreateViewFolder ¶
func (UnimplementedViewsFoldersServiceServer) CreateViewFolder(context.Context, *CreateViewFolderRequest) (*CreateViewFolderResponse, error)
func (UnimplementedViewsFoldersServiceServer) DeleteViewFolder ¶
func (UnimplementedViewsFoldersServiceServer) DeleteViewFolder(context.Context, *DeleteViewFolderRequest) (*DeleteViewFolderResponse, error)
func (UnimplementedViewsFoldersServiceServer) GetViewFolder ¶
func (UnimplementedViewsFoldersServiceServer) GetViewFolder(context.Context, *GetViewFolderRequest) (*GetViewFolderResponse, error)
func (UnimplementedViewsFoldersServiceServer) ListViewFolders ¶
func (UnimplementedViewsFoldersServiceServer) ListViewFolders(context.Context, *ListViewFoldersRequest) (*ListViewFoldersResponse, error)
func (UnimplementedViewsFoldersServiceServer) ReplaceViewFolder ¶
func (UnimplementedViewsFoldersServiceServer) ReplaceViewFolder(context.Context, *ReplaceViewFolderRequest) (*ReplaceViewFolderResponse, error)
type UnimplementedViewsServiceServer ¶
type UnimplementedViewsServiceServer struct { }
UnimplementedViewsServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedViewsServiceServer) CreateView ¶
func (UnimplementedViewsServiceServer) CreateView(context.Context, *CreateViewRequest) (*CreateViewResponse, error)
func (UnimplementedViewsServiceServer) DeleteView ¶
func (UnimplementedViewsServiceServer) DeleteView(context.Context, *DeleteViewRequest) (*DeleteViewResponse, error)
func (UnimplementedViewsServiceServer) GetView ¶
func (UnimplementedViewsServiceServer) GetView(context.Context, *GetViewRequest) (*GetViewResponse, error)
func (UnimplementedViewsServiceServer) ListViews ¶
func (UnimplementedViewsServiceServer) ListViews(context.Context, *ListViewsRequest) (*ListViewsResponse, error)
func (UnimplementedViewsServiceServer) ReplaceView ¶
func (UnimplementedViewsServiceServer) ReplaceView(context.Context, *ReplaceViewRequest) (*ReplaceViewResponse, error)
type UnsafeLegacyViewsServiceServer ¶
type UnsafeLegacyViewsServiceServer interface {
// contains filtered or unexported methods
}
UnsafeLegacyViewsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to LegacyViewsServiceServer will result in compilation errors.
type UnsafeViewsFoldersServiceServer ¶
type UnsafeViewsFoldersServiceServer interface {
// contains filtered or unexported methods
}
UnsafeViewsFoldersServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ViewsFoldersServiceServer will result in compilation errors.
type UnsafeViewsServiceServer ¶
type UnsafeViewsServiceServer interface {
// contains filtered or unexported methods
}
UnsafeViewsServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ViewsServiceServer will result in compilation errors.
type View ¶
type View struct { Id *wrapperspb.Int32Value `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` SearchQuery *v1.SearchQuery `protobuf:"bytes,3,opt,name=search_query,json=searchQuery,proto3" json:"search_query,omitempty"` TimeSelection *v1.TimeSelection `protobuf:"bytes,4,opt,name=time_selection,json=timeSelection,proto3" json:"time_selection,omitempty"` Filters *v1.SelectedFilters `protobuf:"bytes,5,opt,name=filters,proto3" json:"filters,omitempty"` FolderId *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=folder_id,json=folderId,proto3" json:"folder_id,omitempty"` // contains filtered or unexported fields }
func (*View) Descriptor
deprecated
func (*View) GetFilters ¶
func (x *View) GetFilters() *v1.SelectedFilters
func (*View) GetFolderId ¶
func (x *View) GetFolderId() *wrapperspb.StringValue
func (*View) GetId ¶
func (x *View) GetId() *wrapperspb.Int32Value
func (*View) GetName ¶
func (x *View) GetName() *wrapperspb.StringValue
func (*View) GetSearchQuery ¶
func (x *View) GetSearchQuery() *v1.SearchQuery
func (*View) GetTimeSelection ¶
func (x *View) GetTimeSelection() *v1.TimeSelection
func (*View) ProtoMessage ¶
func (*View) ProtoMessage()
func (*View) ProtoReflect ¶
func (x *View) ProtoReflect() protoreflect.Message
type ViewsFoldersServiceClient ¶
type ViewsFoldersServiceClient interface { ListViewFolders(ctx context.Context, in *ListViewFoldersRequest, opts ...grpc.CallOption) (*ListViewFoldersResponse, error) GetViewFolder(ctx context.Context, in *GetViewFolderRequest, opts ...grpc.CallOption) (*GetViewFolderResponse, error) CreateViewFolder(ctx context.Context, in *CreateViewFolderRequest, opts ...grpc.CallOption) (*CreateViewFolderResponse, error) DeleteViewFolder(ctx context.Context, in *DeleteViewFolderRequest, opts ...grpc.CallOption) (*DeleteViewFolderResponse, error) ReplaceViewFolder(ctx context.Context, in *ReplaceViewFolderRequest, opts ...grpc.CallOption) (*ReplaceViewFolderResponse, error) }
ViewsFoldersServiceClient is the client API for ViewsFoldersService 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.
func NewViewsFoldersServiceClient ¶
func NewViewsFoldersServiceClient(cc grpc.ClientConnInterface) ViewsFoldersServiceClient
type ViewsFoldersServiceServer ¶
type ViewsFoldersServiceServer interface { ListViewFolders(context.Context, *ListViewFoldersRequest) (*ListViewFoldersResponse, error) GetViewFolder(context.Context, *GetViewFolderRequest) (*GetViewFolderResponse, error) CreateViewFolder(context.Context, *CreateViewFolderRequest) (*CreateViewFolderResponse, error) DeleteViewFolder(context.Context, *DeleteViewFolderRequest) (*DeleteViewFolderResponse, error) ReplaceViewFolder(context.Context, *ReplaceViewFolderRequest) (*ReplaceViewFolderResponse, error) // contains filtered or unexported methods }
ViewsFoldersServiceServer is the server API for ViewsFoldersService service. All implementations must embed UnimplementedViewsFoldersServiceServer for forward compatibility
type ViewsServiceClient ¶
type ViewsServiceClient interface { CreateView(ctx context.Context, in *CreateViewRequest, opts ...grpc.CallOption) (*CreateViewResponse, error) ReplaceView(ctx context.Context, in *ReplaceViewRequest, opts ...grpc.CallOption) (*ReplaceViewResponse, error) GetView(ctx context.Context, in *GetViewRequest, opts ...grpc.CallOption) (*GetViewResponse, error) DeleteView(ctx context.Context, in *DeleteViewRequest, opts ...grpc.CallOption) (*DeleteViewResponse, error) ListViews(ctx context.Context, in *ListViewsRequest, opts ...grpc.CallOption) (*ListViewsResponse, error) }
ViewsServiceClient is the client API for ViewsService 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.
func NewViewsServiceClient ¶
func NewViewsServiceClient(cc grpc.ClientConnInterface) ViewsServiceClient
type ViewsServiceServer ¶
type ViewsServiceServer interface { CreateView(context.Context, *CreateViewRequest) (*CreateViewResponse, error) ReplaceView(context.Context, *ReplaceViewRequest) (*ReplaceViewResponse, error) GetView(context.Context, *GetViewRequest) (*GetViewResponse, error) DeleteView(context.Context, *DeleteViewRequest) (*DeleteViewResponse, error) ListViews(context.Context, *ListViewsRequest) (*ListViewsResponse, error) // contains filtered or unexported methods }
ViewsServiceServer is the server API for ViewsService service. All implementations must embed UnimplementedViewsServiceServer for forward compatibility