viewsv1

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2025 License: MIT Imports: 24 Imported by: 0

Documentation

Overview

Package viewsv1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

This section is empty.

Variables

View Source
var File_sift_views_v1_views_proto protoreflect.FileDescriptor
View Source
var ViewService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "sift.views.v1.ViewService",
	HandlerType: (*ViewServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetView",
			Handler:    _ViewService_GetView_Handler,
		},
		{
			MethodName: "CreateView",
			Handler:    _ViewService_CreateView_Handler,
		},
		{
			MethodName: "UpdateView",
			Handler:    _ViewService_UpdateView_Handler,
		},
		{
			MethodName: "ListViews",
			Handler:    _ViewService_ListViews_Handler,
		},
		{
			MethodName: "ListApplicableViews",
			Handler:    _ViewService_ListApplicableViews_Handler,
		},
		{
			MethodName: "DeleteView",
			Handler:    _ViewService_DeleteView_Handler,
		},
		{
			MethodName: "PinView",
			Handler:    _ViewService_PinView_Handler,
		},
		{
			MethodName: "UnpinView",
			Handler:    _ViewService_UnpinView_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "sift/views/v1/views.proto",
}

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

Functions

func RegisterViewServiceHandler

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

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

func RegisterViewServiceHandlerClient

func RegisterViewServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client ViewServiceClient) error

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

func RegisterViewServiceHandlerFromEndpoint

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

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

func RegisterViewServiceHandlerServer

func RegisterViewServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server ViewServiceServer) error

RegisterViewServiceHandlerServer registers the http handlers for service ViewService to "mux". UnaryRPC :call ViewServiceServer 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 RegisterViewServiceHandlerFromEndpoint instead.

func RegisterViewServiceServer

func RegisterViewServiceServer(s grpc.ServiceRegistrar, srv ViewServiceServer)

Types

type CreateViewRequest

type CreateViewRequest struct {
	View *View `protobuf:"bytes,1,opt,name=view,proto3" json:"view,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateViewRequest) CloneMessageVT

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

func (*CreateViewRequest) CloneVT

func (m *CreateViewRequest) CloneVT() *CreateViewRequest

func (*CreateViewRequest) Descriptor deprecated

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

Deprecated: Use CreateViewRequest.ProtoReflect.Descriptor instead.

func (*CreateViewRequest) EqualMessageVT

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

func (*CreateViewRequest) EqualVT

func (this *CreateViewRequest) EqualVT(that *CreateViewRequest) bool

func (*CreateViewRequest) GetView

func (x *CreateViewRequest) GetView() *View

func (*CreateViewRequest) MarshalToSizedBufferVT

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

func (*CreateViewRequest) MarshalToSizedBufferVTStrict

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

func (*CreateViewRequest) MarshalToVT

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

func (*CreateViewRequest) MarshalToVTStrict

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

func (*CreateViewRequest) MarshalVT

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

func (*CreateViewRequest) MarshalVTStrict

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

func (*CreateViewRequest) ProtoMessage

func (*CreateViewRequest) ProtoMessage()

func (*CreateViewRequest) ProtoReflect

func (x *CreateViewRequest) ProtoReflect() protoreflect.Message

func (*CreateViewRequest) Reset

func (x *CreateViewRequest) Reset()

func (*CreateViewRequest) SizeVT

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

func (*CreateViewRequest) String

func (x *CreateViewRequest) String() string

func (*CreateViewRequest) UnmarshalVT

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

func (*CreateViewRequest) UnmarshalVTUnsafe

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

type CreateViewResponse

type CreateViewResponse struct {
	View *View `protobuf:"bytes,1,opt,name=view,proto3" json:"view,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateViewResponse) CloneMessageVT

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

func (*CreateViewResponse) CloneVT

func (m *CreateViewResponse) CloneVT() *CreateViewResponse

func (*CreateViewResponse) Descriptor deprecated

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

Deprecated: Use CreateViewResponse.ProtoReflect.Descriptor instead.

func (*CreateViewResponse) EqualMessageVT

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

func (*CreateViewResponse) EqualVT

func (this *CreateViewResponse) EqualVT(that *CreateViewResponse) bool

func (*CreateViewResponse) GetView

func (x *CreateViewResponse) GetView() *View

func (*CreateViewResponse) MarshalToSizedBufferVT

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

func (*CreateViewResponse) MarshalToSizedBufferVTStrict

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

func (*CreateViewResponse) MarshalToVT

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

func (*CreateViewResponse) MarshalToVTStrict

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

func (*CreateViewResponse) MarshalVT

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

func (*CreateViewResponse) MarshalVTStrict

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

func (*CreateViewResponse) ProtoMessage

func (*CreateViewResponse) ProtoMessage()

func (*CreateViewResponse) ProtoReflect

func (x *CreateViewResponse) ProtoReflect() protoreflect.Message

func (*CreateViewResponse) Reset

func (x *CreateViewResponse) Reset()

func (*CreateViewResponse) SizeVT

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

func (*CreateViewResponse) String

func (x *CreateViewResponse) String() string

func (*CreateViewResponse) UnmarshalVT

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

func (*CreateViewResponse) UnmarshalVTUnsafe

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

type DeleteViewRequest

type DeleteViewRequest struct {
	ViewId string `protobuf:"bytes,1,opt,name=view_id,json=viewId,proto3" json:"view_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteViewRequest) CloneMessageVT

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

func (*DeleteViewRequest) CloneVT

func (m *DeleteViewRequest) CloneVT() *DeleteViewRequest

func (*DeleteViewRequest) Descriptor deprecated

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

Deprecated: Use DeleteViewRequest.ProtoReflect.Descriptor instead.

func (*DeleteViewRequest) EqualMessageVT

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

func (*DeleteViewRequest) EqualVT

func (this *DeleteViewRequest) EqualVT(that *DeleteViewRequest) bool

func (*DeleteViewRequest) GetViewId

func (x *DeleteViewRequest) GetViewId() string

func (*DeleteViewRequest) MarshalToSizedBufferVT

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

func (*DeleteViewRequest) MarshalToSizedBufferVTStrict

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

func (*DeleteViewRequest) MarshalToVT

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

func (*DeleteViewRequest) MarshalToVTStrict

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

func (*DeleteViewRequest) MarshalVT

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

func (*DeleteViewRequest) MarshalVTStrict

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

func (*DeleteViewRequest) ProtoMessage

func (*DeleteViewRequest) ProtoMessage()

func (*DeleteViewRequest) ProtoReflect

func (x *DeleteViewRequest) ProtoReflect() protoreflect.Message

func (*DeleteViewRequest) Reset

func (x *DeleteViewRequest) Reset()

func (*DeleteViewRequest) SizeVT

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

func (*DeleteViewRequest) String

func (x *DeleteViewRequest) String() string

func (*DeleteViewRequest) UnmarshalVT

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

func (*DeleteViewRequest) UnmarshalVTUnsafe

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

type DeleteViewResponse

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

func (*DeleteViewResponse) CloneMessageVT

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

func (*DeleteViewResponse) CloneVT

func (m *DeleteViewResponse) CloneVT() *DeleteViewResponse

func (*DeleteViewResponse) Descriptor deprecated

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

Deprecated: Use DeleteViewResponse.ProtoReflect.Descriptor instead.

func (*DeleteViewResponse) EqualMessageVT

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

func (*DeleteViewResponse) EqualVT

func (this *DeleteViewResponse) EqualVT(that *DeleteViewResponse) bool

func (*DeleteViewResponse) MarshalToSizedBufferVT

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

func (*DeleteViewResponse) MarshalToSizedBufferVTStrict

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

func (*DeleteViewResponse) MarshalToVT

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

func (*DeleteViewResponse) MarshalToVTStrict

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

func (*DeleteViewResponse) MarshalVT

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

func (*DeleteViewResponse) MarshalVTStrict

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

func (*DeleteViewResponse) ProtoMessage

func (*DeleteViewResponse) ProtoMessage()

func (*DeleteViewResponse) ProtoReflect

func (x *DeleteViewResponse) ProtoReflect() protoreflect.Message

func (*DeleteViewResponse) Reset

func (x *DeleteViewResponse) Reset()

func (*DeleteViewResponse) SizeVT

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

func (*DeleteViewResponse) String

func (x *DeleteViewResponse) String() string

func (*DeleteViewResponse) UnmarshalVT

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

func (*DeleteViewResponse) UnmarshalVTUnsafe

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

type GetViewRequest

type GetViewRequest struct {
	ViewId string `protobuf:"bytes,1,opt,name=view_id,json=viewId,proto3" json:"view_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetViewRequest) CloneMessageVT

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

func (*GetViewRequest) CloneVT

func (m *GetViewRequest) CloneVT() *GetViewRequest

func (*GetViewRequest) Descriptor deprecated

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

Deprecated: Use GetViewRequest.ProtoReflect.Descriptor instead.

func (*GetViewRequest) EqualMessageVT

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

func (*GetViewRequest) EqualVT

func (this *GetViewRequest) EqualVT(that *GetViewRequest) bool

func (*GetViewRequest) GetViewId

func (x *GetViewRequest) GetViewId() string

func (*GetViewRequest) MarshalToSizedBufferVT

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

func (*GetViewRequest) MarshalToSizedBufferVTStrict

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

func (*GetViewRequest) MarshalToVT

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

func (*GetViewRequest) MarshalToVTStrict

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

func (*GetViewRequest) MarshalVT

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

func (*GetViewRequest) MarshalVTStrict

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

func (*GetViewRequest) ProtoMessage

func (*GetViewRequest) ProtoMessage()

func (*GetViewRequest) ProtoReflect

func (x *GetViewRequest) ProtoReflect() protoreflect.Message

func (*GetViewRequest) Reset

func (x *GetViewRequest) Reset()

func (*GetViewRequest) SizeVT

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

func (*GetViewRequest) String

func (x *GetViewRequest) String() string

func (*GetViewRequest) UnmarshalVT

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

func (*GetViewRequest) UnmarshalVTUnsafe

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

type GetViewResponse

type GetViewResponse struct {
	View *View `protobuf:"bytes,1,opt,name=view,proto3" json:"view,omitempty"`
	// contains filtered or unexported fields
}

func (*GetViewResponse) CloneMessageVT

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

func (*GetViewResponse) CloneVT

func (m *GetViewResponse) CloneVT() *GetViewResponse

func (*GetViewResponse) Descriptor deprecated

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

Deprecated: Use GetViewResponse.ProtoReflect.Descriptor instead.

func (*GetViewResponse) EqualMessageVT

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

func (*GetViewResponse) EqualVT

func (this *GetViewResponse) EqualVT(that *GetViewResponse) bool

func (*GetViewResponse) GetView

func (x *GetViewResponse) GetView() *View

func (*GetViewResponse) MarshalToSizedBufferVT

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

func (*GetViewResponse) MarshalToSizedBufferVTStrict

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

func (*GetViewResponse) MarshalToVT

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

func (*GetViewResponse) MarshalToVTStrict

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

func (*GetViewResponse) MarshalVT

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

func (*GetViewResponse) MarshalVTStrict

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

func (*GetViewResponse) ProtoMessage

func (*GetViewResponse) ProtoMessage()

func (*GetViewResponse) ProtoReflect

func (x *GetViewResponse) ProtoReflect() protoreflect.Message

func (*GetViewResponse) Reset

func (x *GetViewResponse) Reset()

func (*GetViewResponse) SizeVT

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

func (*GetViewResponse) String

func (x *GetViewResponse) String() string

func (*GetViewResponse) UnmarshalVT

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

func (*GetViewResponse) UnmarshalVTUnsafe

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

type ListApplicableViewsRequest

type ListApplicableViewsRequest struct {

	// The maximum number of views to return.
	// The service may return fewer than this value.
	// If unspecified, at most 50 views will be returned.
	// The maximum value is 1000; values above 1000 will be coerced to 1000.
	PageSize uint32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous `ListApplicableViews` call.
	// Provide this to retrieve the subsequent page.
	// When paginating, all other parameters provided to `ListApplicableViews` must match
	// the call that provided the page token.
	PageToken string   `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	AssetIds  []string `protobuf:"bytes,3,rep,name=asset_ids,json=assetIds,proto3" json:"asset_ids,omitempty"`
	RunIds    []string `protobuf:"bytes,4,rep,name=run_ids,json=runIds,proto3" json:"run_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*ListApplicableViewsRequest) CloneMessageVT

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

func (*ListApplicableViewsRequest) CloneVT

func (*ListApplicableViewsRequest) Descriptor deprecated

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

Deprecated: Use ListApplicableViewsRequest.ProtoReflect.Descriptor instead.

func (*ListApplicableViewsRequest) EqualMessageVT

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

func (*ListApplicableViewsRequest) EqualVT

func (*ListApplicableViewsRequest) GetAssetIds

func (x *ListApplicableViewsRequest) GetAssetIds() []string

func (*ListApplicableViewsRequest) GetPageSize

func (x *ListApplicableViewsRequest) GetPageSize() uint32

func (*ListApplicableViewsRequest) GetPageToken

func (x *ListApplicableViewsRequest) GetPageToken() string

func (*ListApplicableViewsRequest) GetRunIds

func (x *ListApplicableViewsRequest) GetRunIds() []string

func (*ListApplicableViewsRequest) MarshalToSizedBufferVT

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

func (*ListApplicableViewsRequest) MarshalToSizedBufferVTStrict

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

func (*ListApplicableViewsRequest) MarshalToVT

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

func (*ListApplicableViewsRequest) MarshalToVTStrict

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

func (*ListApplicableViewsRequest) MarshalVT

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

func (*ListApplicableViewsRequest) MarshalVTStrict

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

func (*ListApplicableViewsRequest) ProtoMessage

func (*ListApplicableViewsRequest) ProtoMessage()

func (*ListApplicableViewsRequest) ProtoReflect

func (*ListApplicableViewsRequest) Reset

func (x *ListApplicableViewsRequest) Reset()

func (*ListApplicableViewsRequest) SizeVT

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

func (*ListApplicableViewsRequest) String

func (x *ListApplicableViewsRequest) String() string

func (*ListApplicableViewsRequest) UnmarshalVT

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

func (*ListApplicableViewsRequest) UnmarshalVTUnsafe

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

type ListApplicableViewsResponse

type ListApplicableViewsResponse struct {
	Views []*View `protobuf:"bytes,1,rep,name=views,proto3" json:"views,omitempty"`
	// A token, which can be sent as `page_token` to retrieve the next page.
	// If this field is omitted, there are no subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListApplicableViewsResponse) CloneMessageVT

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

func (*ListApplicableViewsResponse) CloneVT

func (*ListApplicableViewsResponse) Descriptor deprecated

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

Deprecated: Use ListApplicableViewsResponse.ProtoReflect.Descriptor instead.

func (*ListApplicableViewsResponse) EqualMessageVT

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

func (*ListApplicableViewsResponse) EqualVT

func (*ListApplicableViewsResponse) GetNextPageToken

func (x *ListApplicableViewsResponse) GetNextPageToken() string

func (*ListApplicableViewsResponse) GetViews

func (x *ListApplicableViewsResponse) GetViews() []*View

func (*ListApplicableViewsResponse) MarshalToSizedBufferVT

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

func (*ListApplicableViewsResponse) MarshalToSizedBufferVTStrict

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

func (*ListApplicableViewsResponse) MarshalToVT

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

func (*ListApplicableViewsResponse) MarshalToVTStrict

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

func (*ListApplicableViewsResponse) MarshalVT

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

func (*ListApplicableViewsResponse) MarshalVTStrict

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

func (*ListApplicableViewsResponse) ProtoMessage

func (*ListApplicableViewsResponse) ProtoMessage()

func (*ListApplicableViewsResponse) ProtoReflect

func (*ListApplicableViewsResponse) Reset

func (x *ListApplicableViewsResponse) Reset()

func (*ListApplicableViewsResponse) SizeVT

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

func (*ListApplicableViewsResponse) String

func (x *ListApplicableViewsResponse) String() string

func (*ListApplicableViewsResponse) UnmarshalVT

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

func (*ListApplicableViewsResponse) UnmarshalVTUnsafe

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

type ListViewsRequest

type ListViewsRequest struct {

	// The maximum number of views to return.
	// The service may return fewer than this value.
	// If unspecified, at most 50 views will be returned.
	// The maximum value is 1000; values above 1000 will be coerced to 1000.
	PageSize uint32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// A page token, received from a previous `ListViews` call.
	// Provide this to retrieve the subsequent page.
	// When paginating, all other parameters provided to `ListViews` must match
	// the call that provided the page token.
	PageToken string `protobuf:"bytes,2,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 'name', 'createdDate', and 'modifiedDate'.
	// 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](/docs/api/grpc/protocol-buffers/views#view). Optional.
	Filter string `protobuf:"bytes,3,opt,name=filter,proto3" json:"filter,omitempty"`
	// contains filtered or unexported fields
}

func (*ListViewsRequest) CloneMessageVT

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

func (*ListViewsRequest) CloneVT

func (m *ListViewsRequest) CloneVT() *ListViewsRequest

func (*ListViewsRequest) Descriptor deprecated

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

Deprecated: Use ListViewsRequest.ProtoReflect.Descriptor instead.

func (*ListViewsRequest) EqualMessageVT

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

func (*ListViewsRequest) EqualVT

func (this *ListViewsRequest) EqualVT(that *ListViewsRequest) bool

func (*ListViewsRequest) GetFilter

func (x *ListViewsRequest) GetFilter() string

func (*ListViewsRequest) GetPageSize

func (x *ListViewsRequest) GetPageSize() uint32

func (*ListViewsRequest) GetPageToken

func (x *ListViewsRequest) GetPageToken() string

func (*ListViewsRequest) MarshalToSizedBufferVT

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

func (*ListViewsRequest) MarshalToSizedBufferVTStrict

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

func (*ListViewsRequest) MarshalToVT

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

func (*ListViewsRequest) MarshalToVTStrict

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

func (*ListViewsRequest) MarshalVT

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

func (*ListViewsRequest) MarshalVTStrict

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

func (*ListViewsRequest) ProtoMessage

func (*ListViewsRequest) ProtoMessage()

func (*ListViewsRequest) ProtoReflect

func (x *ListViewsRequest) ProtoReflect() protoreflect.Message

func (*ListViewsRequest) Reset

func (x *ListViewsRequest) Reset()

func (*ListViewsRequest) SizeVT

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

func (*ListViewsRequest) String

func (x *ListViewsRequest) String() string

func (*ListViewsRequest) UnmarshalVT

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

func (*ListViewsRequest) UnmarshalVTUnsafe

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

type ListViewsResponse

type ListViewsResponse struct {
	Views []*View `protobuf:"bytes,1,rep,name=views,proto3" json:"views,omitempty"`
	// A token, which can be sent as `page_token` to retrieve the next page.
	// If this field is omitted, there are no subsequent pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListViewsResponse) CloneMessageVT

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

func (*ListViewsResponse) CloneVT

func (m *ListViewsResponse) CloneVT() *ListViewsResponse

func (*ListViewsResponse) Descriptor deprecated

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

Deprecated: Use ListViewsResponse.ProtoReflect.Descriptor instead.

func (*ListViewsResponse) EqualMessageVT

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

func (*ListViewsResponse) EqualVT

func (this *ListViewsResponse) EqualVT(that *ListViewsResponse) bool

func (*ListViewsResponse) GetNextPageToken

func (x *ListViewsResponse) GetNextPageToken() string

func (*ListViewsResponse) GetViews

func (x *ListViewsResponse) GetViews() []*View

func (*ListViewsResponse) MarshalToSizedBufferVT

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

func (*ListViewsResponse) MarshalToSizedBufferVTStrict

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

func (*ListViewsResponse) MarshalToVT

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

func (*ListViewsResponse) MarshalToVTStrict

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

func (*ListViewsResponse) MarshalVT

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

func (*ListViewsResponse) MarshalVTStrict

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

func (*ListViewsResponse) ProtoMessage

func (*ListViewsResponse) ProtoMessage()

func (*ListViewsResponse) ProtoReflect

func (x *ListViewsResponse) ProtoReflect() protoreflect.Message

func (*ListViewsResponse) Reset

func (x *ListViewsResponse) Reset()

func (*ListViewsResponse) SizeVT

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

func (*ListViewsResponse) String

func (x *ListViewsResponse) String() string

func (*ListViewsResponse) UnmarshalVT

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

func (*ListViewsResponse) UnmarshalVTUnsafe

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

type PinViewRequest

type PinViewRequest struct {
	ViewId string `protobuf:"bytes,1,opt,name=view_id,json=viewId,proto3" json:"view_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PinViewRequest) CloneMessageVT

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

func (*PinViewRequest) CloneVT

func (m *PinViewRequest) CloneVT() *PinViewRequest

func (*PinViewRequest) Descriptor deprecated

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

Deprecated: Use PinViewRequest.ProtoReflect.Descriptor instead.

func (*PinViewRequest) EqualMessageVT

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

func (*PinViewRequest) EqualVT

func (this *PinViewRequest) EqualVT(that *PinViewRequest) bool

func (*PinViewRequest) GetViewId

func (x *PinViewRequest) GetViewId() string

func (*PinViewRequest) MarshalToSizedBufferVT

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

func (*PinViewRequest) MarshalToSizedBufferVTStrict

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

func (*PinViewRequest) MarshalToVT

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

func (*PinViewRequest) MarshalToVTStrict

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

func (*PinViewRequest) MarshalVT

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

func (*PinViewRequest) MarshalVTStrict

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

func (*PinViewRequest) ProtoMessage

func (*PinViewRequest) ProtoMessage()

func (*PinViewRequest) ProtoReflect

func (x *PinViewRequest) ProtoReflect() protoreflect.Message

func (*PinViewRequest) Reset

func (x *PinViewRequest) Reset()

func (*PinViewRequest) SizeVT

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

func (*PinViewRequest) String

func (x *PinViewRequest) String() string

func (*PinViewRequest) UnmarshalVT

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

func (*PinViewRequest) UnmarshalVTUnsafe

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

type PinViewResponse

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

func (*PinViewResponse) CloneMessageVT

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

func (*PinViewResponse) CloneVT

func (m *PinViewResponse) CloneVT() *PinViewResponse

func (*PinViewResponse) Descriptor deprecated

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

Deprecated: Use PinViewResponse.ProtoReflect.Descriptor instead.

func (*PinViewResponse) EqualMessageVT

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

func (*PinViewResponse) EqualVT

func (this *PinViewResponse) EqualVT(that *PinViewResponse) bool

func (*PinViewResponse) MarshalToSizedBufferVT

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

func (*PinViewResponse) MarshalToSizedBufferVTStrict

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

func (*PinViewResponse) MarshalToVT

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

func (*PinViewResponse) MarshalToVTStrict

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

func (*PinViewResponse) MarshalVT

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

func (*PinViewResponse) MarshalVTStrict

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

func (*PinViewResponse) ProtoMessage

func (*PinViewResponse) ProtoMessage()

func (*PinViewResponse) ProtoReflect

func (x *PinViewResponse) ProtoReflect() protoreflect.Message

func (*PinViewResponse) Reset

func (x *PinViewResponse) Reset()

func (*PinViewResponse) SizeVT

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

func (*PinViewResponse) String

func (x *PinViewResponse) String() string

func (*PinViewResponse) UnmarshalVT

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

func (*PinViewResponse) UnmarshalVTUnsafe

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

type UnimplementedViewServiceServer

type UnimplementedViewServiceServer struct {
}

UnimplementedViewServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedViewServiceServer) CreateView

func (UnimplementedViewServiceServer) DeleteView

func (UnimplementedViewServiceServer) GetView

func (UnimplementedViewServiceServer) ListViews

func (UnimplementedViewServiceServer) PinView

func (UnimplementedViewServiceServer) UnpinView

func (UnimplementedViewServiceServer) UpdateView

type UnpinViewRequest

type UnpinViewRequest struct {
	ViewId string `protobuf:"bytes,1,opt,name=view_id,json=viewId,proto3" json:"view_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UnpinViewRequest) CloneMessageVT

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

func (*UnpinViewRequest) CloneVT

func (m *UnpinViewRequest) CloneVT() *UnpinViewRequest

func (*UnpinViewRequest) Descriptor deprecated

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

Deprecated: Use UnpinViewRequest.ProtoReflect.Descriptor instead.

func (*UnpinViewRequest) EqualMessageVT

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

func (*UnpinViewRequest) EqualVT

func (this *UnpinViewRequest) EqualVT(that *UnpinViewRequest) bool

func (*UnpinViewRequest) GetViewId

func (x *UnpinViewRequest) GetViewId() string

func (*UnpinViewRequest) MarshalToSizedBufferVT

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

func (*UnpinViewRequest) MarshalToSizedBufferVTStrict

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

func (*UnpinViewRequest) MarshalToVT

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

func (*UnpinViewRequest) MarshalToVTStrict

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

func (*UnpinViewRequest) MarshalVT

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

func (*UnpinViewRequest) MarshalVTStrict

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

func (*UnpinViewRequest) ProtoMessage

func (*UnpinViewRequest) ProtoMessage()

func (*UnpinViewRequest) ProtoReflect

func (x *UnpinViewRequest) ProtoReflect() protoreflect.Message

func (*UnpinViewRequest) Reset

func (x *UnpinViewRequest) Reset()

func (*UnpinViewRequest) SizeVT

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

func (*UnpinViewRequest) String

func (x *UnpinViewRequest) String() string

func (*UnpinViewRequest) UnmarshalVT

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

func (*UnpinViewRequest) UnmarshalVTUnsafe

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

type UnpinViewResponse

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

func (*UnpinViewResponse) CloneMessageVT

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

func (*UnpinViewResponse) CloneVT

func (m *UnpinViewResponse) CloneVT() *UnpinViewResponse

func (*UnpinViewResponse) Descriptor deprecated

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

Deprecated: Use UnpinViewResponse.ProtoReflect.Descriptor instead.

func (*UnpinViewResponse) EqualMessageVT

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

func (*UnpinViewResponse) EqualVT

func (this *UnpinViewResponse) EqualVT(that *UnpinViewResponse) bool

func (*UnpinViewResponse) MarshalToSizedBufferVT

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

func (*UnpinViewResponse) MarshalToSizedBufferVTStrict

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

func (*UnpinViewResponse) MarshalToVT

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

func (*UnpinViewResponse) MarshalToVTStrict

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

func (*UnpinViewResponse) MarshalVT

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

func (*UnpinViewResponse) MarshalVTStrict

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

func (*UnpinViewResponse) ProtoMessage

func (*UnpinViewResponse) ProtoMessage()

func (*UnpinViewResponse) ProtoReflect

func (x *UnpinViewResponse) ProtoReflect() protoreflect.Message

func (*UnpinViewResponse) Reset

func (x *UnpinViewResponse) Reset()

func (*UnpinViewResponse) SizeVT

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

func (*UnpinViewResponse) String

func (x *UnpinViewResponse) String() string

func (*UnpinViewResponse) UnmarshalVT

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

func (*UnpinViewResponse) UnmarshalVTUnsafe

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

type UnsafeViewServiceServer

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

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

type UpdateViewRequest

type UpdateViewRequest struct {
	View *View `protobuf:"bytes,1,opt,name=view,proto3" json:"view,omitempty"`
	// The list of fields to update.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateViewRequest) CloneMessageVT

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

func (*UpdateViewRequest) CloneVT

func (m *UpdateViewRequest) CloneVT() *UpdateViewRequest

func (*UpdateViewRequest) Descriptor deprecated

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

Deprecated: Use UpdateViewRequest.ProtoReflect.Descriptor instead.

func (*UpdateViewRequest) EqualMessageVT

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

func (*UpdateViewRequest) EqualVT

func (this *UpdateViewRequest) EqualVT(that *UpdateViewRequest) bool

func (*UpdateViewRequest) GetUpdateMask

func (x *UpdateViewRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateViewRequest) GetView

func (x *UpdateViewRequest) GetView() *View

func (*UpdateViewRequest) MarshalToSizedBufferVT

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

func (*UpdateViewRequest) MarshalToSizedBufferVTStrict

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

func (*UpdateViewRequest) MarshalToVT

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

func (*UpdateViewRequest) MarshalToVTStrict

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

func (*UpdateViewRequest) MarshalVT

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

func (*UpdateViewRequest) MarshalVTStrict

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

func (*UpdateViewRequest) ProtoMessage

func (*UpdateViewRequest) ProtoMessage()

func (*UpdateViewRequest) ProtoReflect

func (x *UpdateViewRequest) ProtoReflect() protoreflect.Message

func (*UpdateViewRequest) Reset

func (x *UpdateViewRequest) Reset()

func (*UpdateViewRequest) SizeVT

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

func (*UpdateViewRequest) String

func (x *UpdateViewRequest) String() string

func (*UpdateViewRequest) UnmarshalVT

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

func (*UpdateViewRequest) UnmarshalVTUnsafe

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

type UpdateViewResponse

type UpdateViewResponse struct {
	View *View `protobuf:"bytes,1,opt,name=view,proto3" json:"view,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateViewResponse) CloneMessageVT

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

func (*UpdateViewResponse) CloneVT

func (m *UpdateViewResponse) CloneVT() *UpdateViewResponse

func (*UpdateViewResponse) Descriptor deprecated

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

Deprecated: Use UpdateViewResponse.ProtoReflect.Descriptor instead.

func (*UpdateViewResponse) EqualMessageVT

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

func (*UpdateViewResponse) EqualVT

func (this *UpdateViewResponse) EqualVT(that *UpdateViewResponse) bool

func (*UpdateViewResponse) GetView

func (x *UpdateViewResponse) GetView() *View

func (*UpdateViewResponse) MarshalToSizedBufferVT

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

func (*UpdateViewResponse) MarshalToSizedBufferVTStrict

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

func (*UpdateViewResponse) MarshalToVT

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

func (*UpdateViewResponse) MarshalToVTStrict

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

func (*UpdateViewResponse) MarshalVT

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

func (*UpdateViewResponse) MarshalVTStrict

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

func (*UpdateViewResponse) ProtoMessage

func (*UpdateViewResponse) ProtoMessage()

func (*UpdateViewResponse) ProtoReflect

func (x *UpdateViewResponse) ProtoReflect() protoreflect.Message

func (*UpdateViewResponse) Reset

func (x *UpdateViewResponse) Reset()

func (*UpdateViewResponse) SizeVT

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

func (*UpdateViewResponse) String

func (x *UpdateViewResponse) String() string

func (*UpdateViewResponse) UnmarshalVT

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

func (*UpdateViewResponse) UnmarshalVTUnsafe

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

type View

type View struct {
	ViewId           string                 `protobuf:"bytes,1,opt,name=view_id,json=viewId,proto3" json:"view_id,omitempty"`
	Name             string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	AxisGroups       *View_AxisGroups       `protobuf:"bytes,3,opt,name=axis_groups,json=axisGroups,proto3" json:"axis_groups,omitempty"`
	Channels         []*View_Channel        `protobuf:"bytes,4,rep,name=channels,proto3" json:"channels,omitempty"`
	CreatedDate      *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_date,json=createdDate,proto3" json:"created_date,omitempty"`
	ModifiedDate     *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=modified_date,json=modifiedDate,proto3" json:"modified_date,omitempty"`
	CreatedByUserId  string                 `protobuf:"bytes,7,opt,name=created_by_user_id,json=createdByUserId,proto3" json:"created_by_user_id,omitempty"`
	OrganizationId   string                 `protobuf:"bytes,8,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	ModifiedByUserId string                 `protobuf:"bytes,9,opt,name=modified_by_user_id,json=modifiedByUserId,proto3" json:"modified_by_user_id,omitempty"`
	IsPinned         bool                   `protobuf:"varint,10,opt,name=is_pinned,json=isPinned,proto3" json:"is_pinned,omitempty"`
	// contains filtered or unexported fields
}

func (*View) CloneMessageVT

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

func (*View) CloneVT

func (m *View) CloneVT() *View

func (*View) Descriptor deprecated

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

Deprecated: Use View.ProtoReflect.Descriptor instead.

func (*View) EqualMessageVT

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

func (*View) EqualVT

func (this *View) EqualVT(that *View) bool

func (*View) GetAxisGroups

func (x *View) GetAxisGroups() *View_AxisGroups

func (*View) GetChannels

func (x *View) GetChannels() []*View_Channel

func (*View) GetCreatedByUserId

func (x *View) GetCreatedByUserId() string

func (*View) GetCreatedDate

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

func (*View) GetIsPinned

func (x *View) GetIsPinned() bool

func (*View) GetModifiedByUserId

func (x *View) GetModifiedByUserId() string

func (*View) GetModifiedDate

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

func (*View) GetName

func (x *View) GetName() string

func (*View) GetOrganizationId

func (x *View) GetOrganizationId() string

func (*View) GetViewId

func (x *View) GetViewId() string

func (*View) MarshalToSizedBufferVT

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

func (*View) MarshalToSizedBufferVTStrict

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

func (*View) MarshalToVT

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

func (*View) MarshalToVTStrict

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

func (*View) MarshalVT

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

func (*View) MarshalVTStrict

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

func (*View) ProtoMessage

func (*View) ProtoMessage()

func (*View) ProtoReflect

func (x *View) ProtoReflect() protoreflect.Message

func (*View) Reset

func (x *View) Reset()

func (*View) SizeVT

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

func (*View) String

func (x *View) String() string

func (*View) UnmarshalVT

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

func (*View) UnmarshalVTUnsafe

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

type ViewServiceClient

type ViewServiceClient interface {
	// Retrieves a view.
	GetView(ctx context.Context, in *GetViewRequest, opts ...grpc.CallOption) (*GetViewResponse, error)
	// Creates a view.
	CreateView(ctx context.Context, in *CreateViewRequest, opts ...grpc.CallOption) (*CreateViewResponse, error)
	// Updates an existing view using using the list of fields specified in `update_mask`.
	UpdateView(ctx context.Context, in *UpdateViewRequest, opts ...grpc.CallOption) (*UpdateViewResponse, error)
	// Retrieves views using an optional filter.
	ListViews(ctx context.Context, in *ListViewsRequest, opts ...grpc.CallOption) (*ListViewsResponse, error)
	// Lists views that apply to assets/runs.
	ListApplicableViews(ctx context.Context, in *ListApplicableViewsRequest, opts ...grpc.CallOption) (*ListApplicableViewsResponse, error)
	// Deletes a view.
	DeleteView(ctx context.Context, in *DeleteViewRequest, opts ...grpc.CallOption) (*DeleteViewResponse, error)
	// Pins a view.
	PinView(ctx context.Context, in *PinViewRequest, opts ...grpc.CallOption) (*PinViewResponse, error)
	// Unpins a view.
	UnpinView(ctx context.Context, in *UnpinViewRequest, opts ...grpc.CallOption) (*UnpinViewResponse, error)
}

ViewServiceClient is the client API for ViewService 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 ViewServiceServer

type ViewServiceServer interface {
	// Retrieves a view.
	GetView(context.Context, *GetViewRequest) (*GetViewResponse, error)
	// Creates a view.
	CreateView(context.Context, *CreateViewRequest) (*CreateViewResponse, error)
	// Updates an existing view using using the list of fields specified in `update_mask`.
	UpdateView(context.Context, *UpdateViewRequest) (*UpdateViewResponse, error)
	// Retrieves views using an optional filter.
	ListViews(context.Context, *ListViewsRequest) (*ListViewsResponse, error)
	// Lists views that apply to assets/runs.
	ListApplicableViews(context.Context, *ListApplicableViewsRequest) (*ListApplicableViewsResponse, error)
	// Deletes a view.
	DeleteView(context.Context, *DeleteViewRequest) (*DeleteViewResponse, error)
	// Pins a view.
	PinView(context.Context, *PinViewRequest) (*PinViewResponse, error)
	// Unpins a view.
	UnpinView(context.Context, *UnpinViewRequest) (*UnpinViewResponse, error)
	// contains filtered or unexported methods
}

ViewServiceServer is the server API for ViewService service. All implementations must embed UnimplementedViewServiceServer for forward compatibility

type View_AxisGroups

type View_AxisGroups struct {
	Left  []string `protobuf:"bytes,1,rep,name=left,proto3" json:"left,omitempty"`
	Right []string `protobuf:"bytes,2,rep,name=right,proto3" json:"right,omitempty"`
	// contains filtered or unexported fields
}

func (*View_AxisGroups) CloneMessageVT

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

func (*View_AxisGroups) CloneVT

func (m *View_AxisGroups) CloneVT() *View_AxisGroups

func (*View_AxisGroups) Descriptor deprecated

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

Deprecated: Use View_AxisGroups.ProtoReflect.Descriptor instead.

func (*View_AxisGroups) EqualMessageVT

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

func (*View_AxisGroups) EqualVT

func (this *View_AxisGroups) EqualVT(that *View_AxisGroups) bool

func (*View_AxisGroups) GetLeft

func (x *View_AxisGroups) GetLeft() []string

func (*View_AxisGroups) GetRight

func (x *View_AxisGroups) GetRight() []string

func (*View_AxisGroups) MarshalToSizedBufferVT

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

func (*View_AxisGroups) MarshalToSizedBufferVTStrict

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

func (*View_AxisGroups) MarshalToVT

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

func (*View_AxisGroups) MarshalToVTStrict

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

func (*View_AxisGroups) MarshalVT

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

func (*View_AxisGroups) MarshalVTStrict

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

func (*View_AxisGroups) ProtoMessage

func (*View_AxisGroups) ProtoMessage()

func (*View_AxisGroups) ProtoReflect

func (x *View_AxisGroups) ProtoReflect() protoreflect.Message

func (*View_AxisGroups) Reset

func (x *View_AxisGroups) Reset()

func (*View_AxisGroups) SizeVT

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

func (*View_AxisGroups) String

func (x *View_AxisGroups) String() string

func (*View_AxisGroups) UnmarshalVT

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

func (*View_AxisGroups) UnmarshalVTUnsafe

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

type View_Channel

type View_Channel struct {
	Name                    string                                `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Component               string                                `protobuf:"bytes,2,opt,name=component,proto3" json:"component,omitempty"`
	DataType                string                                `protobuf:"bytes,3,opt,name=data_type,json=dataType,proto3" json:"data_type,omitempty"`
	AxisGroup               string                                `protobuf:"bytes,4,opt,name=axis_group,json=axisGroup,proto3" json:"axis_group,omitempty"`
	BitFieldNames           []string                              `protobuf:"bytes,5,rep,name=bit_field_names,json=bitFieldNames,proto3" json:"bit_field_names,omitempty"`
	CalculatedChannelConfig *View_Channel_CalculatedChannelConfig `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*View_Channel) CloneMessageVT

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

func (*View_Channel) CloneVT

func (m *View_Channel) CloneVT() *View_Channel

func (*View_Channel) Descriptor deprecated

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

Deprecated: Use View_Channel.ProtoReflect.Descriptor instead.

func (*View_Channel) EqualMessageVT

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

func (*View_Channel) EqualVT

func (this *View_Channel) EqualVT(that *View_Channel) bool

func (*View_Channel) GetAxisGroup

func (x *View_Channel) GetAxisGroup() string

func (*View_Channel) GetBitFieldNames

func (x *View_Channel) GetBitFieldNames() []string

func (*View_Channel) GetCalculatedChannelConfig

func (x *View_Channel) GetCalculatedChannelConfig() *View_Channel_CalculatedChannelConfig

func (*View_Channel) GetComponent

func (x *View_Channel) GetComponent() string

func (*View_Channel) GetDataType

func (x *View_Channel) GetDataType() string

func (*View_Channel) GetName

func (x *View_Channel) GetName() string

func (*View_Channel) MarshalToSizedBufferVT

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

func (*View_Channel) MarshalToSizedBufferVTStrict

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

func (*View_Channel) MarshalToVT

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

func (*View_Channel) MarshalToVTStrict

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

func (*View_Channel) MarshalVT

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

func (*View_Channel) MarshalVTStrict

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

func (*View_Channel) ProtoMessage

func (*View_Channel) ProtoMessage()

func (*View_Channel) ProtoReflect

func (x *View_Channel) ProtoReflect() protoreflect.Message

func (*View_Channel) Reset

func (x *View_Channel) Reset()

func (*View_Channel) SizeVT

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

func (*View_Channel) String

func (x *View_Channel) String() string

func (*View_Channel) UnmarshalVT

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

func (*View_Channel) UnmarshalVTUnsafe

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

type View_Channel_CalculatedChannelConfig

type View_Channel_CalculatedChannelConfig struct {
	ChannelKey        string                                                            `protobuf:"bytes,1,opt,name=channel_key,json=channelKey,proto3" json:"channel_key,omitempty"`
	ChannelReferences map[string]*View_Channel_CalculatedChannelConfig_ChannelReference `` /* 200-byte string literal not displayed */
	Expression        string                                                            `protobuf:"bytes,3,opt,name=expression,proto3" json:"expression,omitempty"`
	Unit              string                                                            `protobuf:"bytes,4,opt,name=unit,proto3" json:"unit,omitempty"`
	// contains filtered or unexported fields
}

func (*View_Channel_CalculatedChannelConfig) CloneMessageVT

func (*View_Channel_CalculatedChannelConfig) CloneVT

func (*View_Channel_CalculatedChannelConfig) Descriptor deprecated

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

Deprecated: Use View_Channel_CalculatedChannelConfig.ProtoReflect.Descriptor instead.

func (*View_Channel_CalculatedChannelConfig) EqualMessageVT

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

func (*View_Channel_CalculatedChannelConfig) EqualVT

func (*View_Channel_CalculatedChannelConfig) GetChannelKey

func (x *View_Channel_CalculatedChannelConfig) GetChannelKey() string

func (*View_Channel_CalculatedChannelConfig) GetChannelReferences

func (*View_Channel_CalculatedChannelConfig) GetExpression

func (x *View_Channel_CalculatedChannelConfig) GetExpression() string

func (*View_Channel_CalculatedChannelConfig) GetUnit

func (*View_Channel_CalculatedChannelConfig) MarshalToSizedBufferVT

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

func (*View_Channel_CalculatedChannelConfig) MarshalToSizedBufferVTStrict

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

func (*View_Channel_CalculatedChannelConfig) MarshalToVT

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

func (*View_Channel_CalculatedChannelConfig) MarshalToVTStrict

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

func (*View_Channel_CalculatedChannelConfig) MarshalVT

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

func (*View_Channel_CalculatedChannelConfig) MarshalVTStrict

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

func (*View_Channel_CalculatedChannelConfig) ProtoMessage

func (*View_Channel_CalculatedChannelConfig) ProtoMessage()

func (*View_Channel_CalculatedChannelConfig) ProtoReflect

func (*View_Channel_CalculatedChannelConfig) Reset

func (*View_Channel_CalculatedChannelConfig) SizeVT

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

func (*View_Channel_CalculatedChannelConfig) String

func (*View_Channel_CalculatedChannelConfig) UnmarshalVT

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

func (*View_Channel_CalculatedChannelConfig) UnmarshalVTUnsafe

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

type View_Channel_CalculatedChannelConfig_ChannelReference

type View_Channel_CalculatedChannelConfig_ChannelReference struct {
	Name      string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Component string `protobuf:"bytes,2,opt,name=component,proto3" json:"component,omitempty"`
	// contains filtered or unexported fields
}

func (*View_Channel_CalculatedChannelConfig_ChannelReference) CloneMessageVT

func (*View_Channel_CalculatedChannelConfig_ChannelReference) CloneVT

func (*View_Channel_CalculatedChannelConfig_ChannelReference) Descriptor deprecated

Deprecated: Use View_Channel_CalculatedChannelConfig_ChannelReference.ProtoReflect.Descriptor instead.

func (*View_Channel_CalculatedChannelConfig_ChannelReference) EqualMessageVT

func (*View_Channel_CalculatedChannelConfig_ChannelReference) EqualVT

func (*View_Channel_CalculatedChannelConfig_ChannelReference) GetComponent

func (*View_Channel_CalculatedChannelConfig_ChannelReference) GetName

func (*View_Channel_CalculatedChannelConfig_ChannelReference) MarshalToSizedBufferVT

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

func (*View_Channel_CalculatedChannelConfig_ChannelReference) MarshalToSizedBufferVTStrict

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

func (*View_Channel_CalculatedChannelConfig_ChannelReference) MarshalToVT

func (*View_Channel_CalculatedChannelConfig_ChannelReference) MarshalToVTStrict

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

func (*View_Channel_CalculatedChannelConfig_ChannelReference) MarshalVT

func (*View_Channel_CalculatedChannelConfig_ChannelReference) MarshalVTStrict

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

func (*View_Channel_CalculatedChannelConfig_ChannelReference) ProtoMessage

func (*View_Channel_CalculatedChannelConfig_ChannelReference) ProtoReflect

func (*View_Channel_CalculatedChannelConfig_ChannelReference) Reset

func (*View_Channel_CalculatedChannelConfig_ChannelReference) SizeVT

func (*View_Channel_CalculatedChannelConfig_ChannelReference) String

func (*View_Channel_CalculatedChannelConfig_ChannelReference) UnmarshalVT

func (*View_Channel_CalculatedChannelConfig_ChannelReference) UnmarshalVTUnsafe

Jump to

Keyboard shortcuts

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