Documentation
¶
Index ¶
- Variables
- func RegisterNotebookRunServiceServer(s *grpc.Server, srv NotebookRunServiceServer)
- type CreateNotebookRunRequest
- func (*CreateNotebookRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateNotebookRunRequest) GetItem() *v1alpha1.NotebookRun
- func (*CreateNotebookRunRequest) ProtoMessage()
- func (x *CreateNotebookRunRequest) ProtoReflect() protoreflect.Message
- func (x *CreateNotebookRunRequest) Reset()
- func (x *CreateNotebookRunRequest) String() string
- type CreateNotebookRunResponse
- type DeleteNotebookRunRequest
- func (*DeleteNotebookRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteNotebookRunRequest) GetName() string
- func (x *DeleteNotebookRunRequest) GetNamespace() string
- func (*DeleteNotebookRunRequest) ProtoMessage()
- func (x *DeleteNotebookRunRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteNotebookRunRequest) Reset()
- func (x *DeleteNotebookRunRequest) String() string
- type DeleteNotebookRunResponse
- type GetNotebookRunRequest
- func (*GetNotebookRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetNotebookRunRequest) GetName() string
- func (x *GetNotebookRunRequest) GetNamespace() string
- func (*GetNotebookRunRequest) ProtoMessage()
- func (x *GetNotebookRunRequest) ProtoReflect() protoreflect.Message
- func (x *GetNotebookRunRequest) Reset()
- func (x *GetNotebookRunRequest) String() string
- type GetNotebookRunResponse
- func (*GetNotebookRunResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetNotebookRunResponse) GetItem() *v1alpha1.NotebookRun
- func (x *GetNotebookRunResponse) GetYaml() string
- func (*GetNotebookRunResponse) ProtoMessage()
- func (x *GetNotebookRunResponse) ProtoReflect() protoreflect.Message
- func (x *GetNotebookRunResponse) Reset()
- func (x *GetNotebookRunResponse) String() string
- type ListNotebookRunsRequest
- func (*ListNotebookRunsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListNotebookRunsRequest) GetLabels() map[string]string
- func (x *ListNotebookRunsRequest) GetNamespace() string
- func (x *ListNotebookRunsRequest) GetOrderBy() string
- func (x *ListNotebookRunsRequest) GetPageSize() int32
- func (x *ListNotebookRunsRequest) GetPageToken() string
- func (*ListNotebookRunsRequest) ProtoMessage()
- func (x *ListNotebookRunsRequest) ProtoReflect() protoreflect.Message
- func (x *ListNotebookRunsRequest) Reset()
- func (x *ListNotebookRunsRequest) String() string
- type ListNotebookRunsResponse
- func (*ListNotebookRunsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListNotebookRunsResponse) GetItems() *v1alpha1.NotebookRunList
- func (*ListNotebookRunsResponse) ProtoMessage()
- func (x *ListNotebookRunsResponse) ProtoReflect() protoreflect.Message
- func (x *ListNotebookRunsResponse) Reset()
- func (x *ListNotebookRunsResponse) String() string
- type NotebookRunResponse
- type NotebookRunServiceClient
- type NotebookRunServiceServer
- type UnimplementedNotebookRunServiceServer
- func (*UnimplementedNotebookRunServiceServer) CreateNotebookRun(context.Context, *CreateNotebookRunRequest) (*CreateNotebookRunResponse, error)
- func (*UnimplementedNotebookRunServiceServer) DeleteNotebookRun(context.Context, *DeleteNotebookRunRequest) (*DeleteNotebookRunResponse, error)
- func (*UnimplementedNotebookRunServiceServer) GetNotebookRun(context.Context, *GetNotebookRunRequest) (*GetNotebookRunResponse, error)
- func (*UnimplementedNotebookRunServiceServer) ListNotebookRuns(context.Context, *ListNotebookRunsRequest) (*ListNotebookRunsResponse, error)
- func (*UnimplementedNotebookRunServiceServer) UpdateNotebookRun(context.Context, *UpdateNotebookRunRequest) (*UpdateNotebookRunResponse, error)
- type UpdateNotebookRunRequest
- func (*UpdateNotebookRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateNotebookRunRequest) GetFieldMask() *field_mask.FieldMask
- func (x *UpdateNotebookRunRequest) GetItem() *v1alpha1.NotebookRun
- func (*UpdateNotebookRunRequest) ProtoMessage()
- func (x *UpdateNotebookRunRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateNotebookRunRequest) Reset()
- func (x *UpdateNotebookRunRequest) String() string
- type UpdateNotebookRunResponse
Constants ¶
This section is empty.
Variables ¶
var File_github_com_metaprov_modelaapi_services_notebookrun_v1_notebookrun_proto protoreflect.FileDescriptor
Functions ¶
func RegisterNotebookRunServiceServer ¶
func RegisterNotebookRunServiceServer(s *grpc.Server, srv NotebookRunServiceServer)
Types ¶
type CreateNotebookRunRequest ¶
type CreateNotebookRunRequest struct { Item *v1alpha1.NotebookRun `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"` // contains filtered or unexported fields }
func (*CreateNotebookRunRequest) Descriptor
deprecated
func (*CreateNotebookRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateNotebookRunRequest.ProtoReflect.Descriptor instead.
func (*CreateNotebookRunRequest) GetItem ¶
func (x *CreateNotebookRunRequest) GetItem() *v1alpha1.NotebookRun
func (*CreateNotebookRunRequest) ProtoMessage ¶
func (*CreateNotebookRunRequest) ProtoMessage()
func (*CreateNotebookRunRequest) ProtoReflect ¶
func (x *CreateNotebookRunRequest) ProtoReflect() protoreflect.Message
func (*CreateNotebookRunRequest) Reset ¶
func (x *CreateNotebookRunRequest) Reset()
func (*CreateNotebookRunRequest) String ¶
func (x *CreateNotebookRunRequest) String() string
type CreateNotebookRunResponse ¶
type CreateNotebookRunResponse struct {
// contains filtered or unexported fields
}
func (*CreateNotebookRunResponse) Descriptor
deprecated
func (*CreateNotebookRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateNotebookRunResponse.ProtoReflect.Descriptor instead.
func (*CreateNotebookRunResponse) ProtoMessage ¶
func (*CreateNotebookRunResponse) ProtoMessage()
func (*CreateNotebookRunResponse) ProtoReflect ¶
func (x *CreateNotebookRunResponse) ProtoReflect() protoreflect.Message
func (*CreateNotebookRunResponse) Reset ¶
func (x *CreateNotebookRunResponse) Reset()
func (*CreateNotebookRunResponse) String ¶
func (x *CreateNotebookRunResponse) String() string
type DeleteNotebookRunRequest ¶
type DeleteNotebookRunRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*DeleteNotebookRunRequest) Descriptor
deprecated
func (*DeleteNotebookRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteNotebookRunRequest.ProtoReflect.Descriptor instead.
func (*DeleteNotebookRunRequest) GetName ¶
func (x *DeleteNotebookRunRequest) GetName() string
func (*DeleteNotebookRunRequest) GetNamespace ¶
func (x *DeleteNotebookRunRequest) GetNamespace() string
func (*DeleteNotebookRunRequest) ProtoMessage ¶
func (*DeleteNotebookRunRequest) ProtoMessage()
func (*DeleteNotebookRunRequest) ProtoReflect ¶
func (x *DeleteNotebookRunRequest) ProtoReflect() protoreflect.Message
func (*DeleteNotebookRunRequest) Reset ¶
func (x *DeleteNotebookRunRequest) Reset()
func (*DeleteNotebookRunRequest) String ¶
func (x *DeleteNotebookRunRequest) String() string
type DeleteNotebookRunResponse ¶
type DeleteNotebookRunResponse struct {
// contains filtered or unexported fields
}
func (*DeleteNotebookRunResponse) Descriptor
deprecated
func (*DeleteNotebookRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteNotebookRunResponse.ProtoReflect.Descriptor instead.
func (*DeleteNotebookRunResponse) ProtoMessage ¶
func (*DeleteNotebookRunResponse) ProtoMessage()
func (*DeleteNotebookRunResponse) ProtoReflect ¶
func (x *DeleteNotebookRunResponse) ProtoReflect() protoreflect.Message
func (*DeleteNotebookRunResponse) Reset ¶
func (x *DeleteNotebookRunResponse) Reset()
func (*DeleteNotebookRunResponse) String ¶
func (x *DeleteNotebookRunResponse) String() string
type GetNotebookRunRequest ¶
type GetNotebookRunRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*GetNotebookRunRequest) Descriptor
deprecated
func (*GetNotebookRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetNotebookRunRequest.ProtoReflect.Descriptor instead.
func (*GetNotebookRunRequest) GetName ¶
func (x *GetNotebookRunRequest) GetName() string
func (*GetNotebookRunRequest) GetNamespace ¶
func (x *GetNotebookRunRequest) GetNamespace() string
func (*GetNotebookRunRequest) ProtoMessage ¶
func (*GetNotebookRunRequest) ProtoMessage()
func (*GetNotebookRunRequest) ProtoReflect ¶
func (x *GetNotebookRunRequest) ProtoReflect() protoreflect.Message
func (*GetNotebookRunRequest) Reset ¶
func (x *GetNotebookRunRequest) Reset()
func (*GetNotebookRunRequest) String ¶
func (x *GetNotebookRunRequest) String() string
type GetNotebookRunResponse ¶
type GetNotebookRunResponse struct { Item *v1alpha1.NotebookRun `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"` Yaml string `protobuf:"bytes,2,opt,name=yaml,proto3" json:"yaml,omitempty"` // contains filtered or unexported fields }
func (*GetNotebookRunResponse) Descriptor
deprecated
func (*GetNotebookRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetNotebookRunResponse.ProtoReflect.Descriptor instead.
func (*GetNotebookRunResponse) GetItem ¶
func (x *GetNotebookRunResponse) GetItem() *v1alpha1.NotebookRun
func (*GetNotebookRunResponse) GetYaml ¶
func (x *GetNotebookRunResponse) GetYaml() string
func (*GetNotebookRunResponse) ProtoMessage ¶
func (*GetNotebookRunResponse) ProtoMessage()
func (*GetNotebookRunResponse) ProtoReflect ¶
func (x *GetNotebookRunResponse) ProtoReflect() protoreflect.Message
func (*GetNotebookRunResponse) Reset ¶
func (x *GetNotebookRunResponse) Reset()
func (*GetNotebookRunResponse) String ¶
func (x *GetNotebookRunResponse) String() string
type ListNotebookRunsRequest ¶
type ListNotebookRunsRequest struct { Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` Labels map[string]string `` /* 153-byte string literal not displayed */ PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` OrderBy string `protobuf:"bytes,5,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"` // contains filtered or unexported fields }
func (*ListNotebookRunsRequest) Descriptor
deprecated
func (*ListNotebookRunsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListNotebookRunsRequest.ProtoReflect.Descriptor instead.
func (*ListNotebookRunsRequest) GetLabels ¶
func (x *ListNotebookRunsRequest) GetLabels() map[string]string
func (*ListNotebookRunsRequest) GetNamespace ¶
func (x *ListNotebookRunsRequest) GetNamespace() string
func (*ListNotebookRunsRequest) GetOrderBy ¶ added in v0.4.414
func (x *ListNotebookRunsRequest) GetOrderBy() string
func (*ListNotebookRunsRequest) GetPageSize ¶ added in v0.4.414
func (x *ListNotebookRunsRequest) GetPageSize() int32
func (*ListNotebookRunsRequest) GetPageToken ¶ added in v0.4.414
func (x *ListNotebookRunsRequest) GetPageToken() string
func (*ListNotebookRunsRequest) ProtoMessage ¶
func (*ListNotebookRunsRequest) ProtoMessage()
func (*ListNotebookRunsRequest) ProtoReflect ¶
func (x *ListNotebookRunsRequest) ProtoReflect() protoreflect.Message
func (*ListNotebookRunsRequest) Reset ¶
func (x *ListNotebookRunsRequest) Reset()
func (*ListNotebookRunsRequest) String ¶
func (x *ListNotebookRunsRequest) String() string
type ListNotebookRunsResponse ¶
type ListNotebookRunsResponse struct { Items *v1alpha1.NotebookRunList `protobuf:"bytes,1,opt,name=items,proto3" json:"items,omitempty"` // contains filtered or unexported fields }
func (*ListNotebookRunsResponse) Descriptor
deprecated
func (*ListNotebookRunsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListNotebookRunsResponse.ProtoReflect.Descriptor instead.
func (*ListNotebookRunsResponse) GetItems ¶
func (x *ListNotebookRunsResponse) GetItems() *v1alpha1.NotebookRunList
func (*ListNotebookRunsResponse) ProtoMessage ¶
func (*ListNotebookRunsResponse) ProtoMessage()
func (*ListNotebookRunsResponse) ProtoReflect ¶
func (x *ListNotebookRunsResponse) ProtoReflect() protoreflect.Message
func (*ListNotebookRunsResponse) Reset ¶
func (x *ListNotebookRunsResponse) Reset()
func (*ListNotebookRunsResponse) String ¶
func (x *ListNotebookRunsResponse) String() string
type NotebookRunResponse ¶
type NotebookRunResponse struct {
// contains filtered or unexported fields
}
func (*NotebookRunResponse) Descriptor
deprecated
func (*NotebookRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use NotebookRunResponse.ProtoReflect.Descriptor instead.
func (*NotebookRunResponse) ProtoMessage ¶
func (*NotebookRunResponse) ProtoMessage()
func (*NotebookRunResponse) ProtoReflect ¶
func (x *NotebookRunResponse) ProtoReflect() protoreflect.Message
func (*NotebookRunResponse) Reset ¶
func (x *NotebookRunResponse) Reset()
func (*NotebookRunResponse) String ¶
func (x *NotebookRunResponse) String() string
type NotebookRunServiceClient ¶
type NotebookRunServiceClient interface { ListNotebookRuns(ctx context.Context, in *ListNotebookRunsRequest, opts ...grpc.CallOption) (*ListNotebookRunsResponse, error) CreateNotebookRun(ctx context.Context, in *CreateNotebookRunRequest, opts ...grpc.CallOption) (*CreateNotebookRunResponse, error) GetNotebookRun(ctx context.Context, in *GetNotebookRunRequest, opts ...grpc.CallOption) (*GetNotebookRunResponse, error) UpdateNotebookRun(ctx context.Context, in *UpdateNotebookRunRequest, opts ...grpc.CallOption) (*UpdateNotebookRunResponse, error) DeleteNotebookRun(ctx context.Context, in *DeleteNotebookRunRequest, opts ...grpc.CallOption) (*DeleteNotebookRunResponse, error) }
NotebookRunServiceClient is the client API for NotebookRunService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewNotebookRunServiceClient ¶
func NewNotebookRunServiceClient(cc grpc.ClientConnInterface) NotebookRunServiceClient
type NotebookRunServiceServer ¶
type NotebookRunServiceServer interface { ListNotebookRuns(context.Context, *ListNotebookRunsRequest) (*ListNotebookRunsResponse, error) CreateNotebookRun(context.Context, *CreateNotebookRunRequest) (*CreateNotebookRunResponse, error) GetNotebookRun(context.Context, *GetNotebookRunRequest) (*GetNotebookRunResponse, error) UpdateNotebookRun(context.Context, *UpdateNotebookRunRequest) (*UpdateNotebookRunResponse, error) DeleteNotebookRun(context.Context, *DeleteNotebookRunRequest) (*DeleteNotebookRunResponse, error) }
NotebookRunServiceServer is the server API for NotebookRunService service.
type UnimplementedNotebookRunServiceServer ¶
type UnimplementedNotebookRunServiceServer struct { }
UnimplementedNotebookRunServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedNotebookRunServiceServer) CreateNotebookRun ¶
func (*UnimplementedNotebookRunServiceServer) CreateNotebookRun(context.Context, *CreateNotebookRunRequest) (*CreateNotebookRunResponse, error)
func (*UnimplementedNotebookRunServiceServer) DeleteNotebookRun ¶
func (*UnimplementedNotebookRunServiceServer) DeleteNotebookRun(context.Context, *DeleteNotebookRunRequest) (*DeleteNotebookRunResponse, error)
func (*UnimplementedNotebookRunServiceServer) GetNotebookRun ¶
func (*UnimplementedNotebookRunServiceServer) GetNotebookRun(context.Context, *GetNotebookRunRequest) (*GetNotebookRunResponse, error)
func (*UnimplementedNotebookRunServiceServer) ListNotebookRuns ¶
func (*UnimplementedNotebookRunServiceServer) ListNotebookRuns(context.Context, *ListNotebookRunsRequest) (*ListNotebookRunsResponse, error)
func (*UnimplementedNotebookRunServiceServer) UpdateNotebookRun ¶
func (*UnimplementedNotebookRunServiceServer) UpdateNotebookRun(context.Context, *UpdateNotebookRunRequest) (*UpdateNotebookRunResponse, error)
type UpdateNotebookRunRequest ¶
type UpdateNotebookRunRequest struct { Item *v1alpha1.NotebookRun `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"` FieldMask *field_mask.FieldMask `protobuf:"bytes,2,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` // contains filtered or unexported fields }
func (*UpdateNotebookRunRequest) Descriptor
deprecated
func (*UpdateNotebookRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateNotebookRunRequest.ProtoReflect.Descriptor instead.
func (*UpdateNotebookRunRequest) GetFieldMask ¶ added in v0.4.422
func (x *UpdateNotebookRunRequest) GetFieldMask() *field_mask.FieldMask
func (*UpdateNotebookRunRequest) GetItem ¶
func (x *UpdateNotebookRunRequest) GetItem() *v1alpha1.NotebookRun
func (*UpdateNotebookRunRequest) ProtoMessage ¶
func (*UpdateNotebookRunRequest) ProtoMessage()
func (*UpdateNotebookRunRequest) ProtoReflect ¶
func (x *UpdateNotebookRunRequest) ProtoReflect() protoreflect.Message
func (*UpdateNotebookRunRequest) Reset ¶
func (x *UpdateNotebookRunRequest) Reset()
func (*UpdateNotebookRunRequest) String ¶
func (x *UpdateNotebookRunRequest) String() string
type UpdateNotebookRunResponse ¶
type UpdateNotebookRunResponse struct {
// contains filtered or unexported fields
}
func (*UpdateNotebookRunResponse) Descriptor
deprecated
func (*UpdateNotebookRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateNotebookRunResponse.ProtoReflect.Descriptor instead.
func (*UpdateNotebookRunResponse) ProtoMessage ¶
func (*UpdateNotebookRunResponse) ProtoMessage()
func (*UpdateNotebookRunResponse) ProtoReflect ¶
func (x *UpdateNotebookRunResponse) ProtoReflect() protoreflect.Message
func (*UpdateNotebookRunResponse) Reset ¶
func (x *UpdateNotebookRunResponse) Reset()
func (*UpdateNotebookRunResponse) String ¶
func (x *UpdateNotebookRunResponse) String() string