v1

package
v0.6.310 Latest Latest
Warning

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

Go to latest
Published: Jan 18, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_github_com_metaprov_modelaapi_services_studyrun_v1_studyrun_proto protoreflect.FileDescriptor
View Source
var StudyRunService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "github.com.metaprov.modelaapi.services.study.v1.StudyRunService",
	HandlerType: (*StudyRunServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListStudyRuns",
			Handler:    _StudyRunService_ListStudyRuns_Handler,
		},
		{
			MethodName: "CreateStudyRun",
			Handler:    _StudyRunService_CreateStudyRun_Handler,
		},
		{
			MethodName: "GetStudyRun",
			Handler:    _StudyRunService_GetStudyRun_Handler,
		},
		{
			MethodName: "UpdateStudyRun",
			Handler:    _StudyRunService_UpdateStudyRun_Handler,
		},
		{
			MethodName: "DeleteStudyRun",
			Handler:    _StudyRunService_DeleteStudyRun_Handler,
		},
		{
			MethodName: "GetStudyRunProfile",
			Handler:    _StudyRunService_GetStudyRunProfile_Handler,
		},
		{
			MethodName: "AbortStudyRun",
			Handler:    _StudyRunService_AbortStudyRun_Handler,
		},
		{
			MethodName: "PauseStudyRun",
			Handler:    _StudyRunService_PauseStudyRun_Handler,
		},
		{
			MethodName: "ResumeStudyRun",
			Handler:    _StudyRunService_ResumeStudyRun_Handler,
		},
		{
			MethodName: "CompleteSearch",
			Handler:    _StudyRunService_CompleteSearch_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "github.com/metaprov/modelaapi/services/studyrun/v1/studyrun.proto",
}

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

Functions

func RegisterStudyRunServiceServer

func RegisterStudyRunServiceServer(s grpc.ServiceRegistrar, srv StudyRunServiceServer)

Types

type AbortStudyRunRequest

type AbortStudyRunRequest 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 (*AbortStudyRunRequest) Descriptor deprecated

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

Deprecated: Use AbortStudyRunRequest.ProtoReflect.Descriptor instead.

func (*AbortStudyRunRequest) GetName

func (x *AbortStudyRunRequest) GetName() string

func (*AbortStudyRunRequest) GetNamespace

func (x *AbortStudyRunRequest) GetNamespace() string

func (*AbortStudyRunRequest) ProtoMessage

func (*AbortStudyRunRequest) ProtoMessage()

func (*AbortStudyRunRequest) ProtoReflect

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

func (*AbortStudyRunRequest) Reset

func (x *AbortStudyRunRequest) Reset()

func (*AbortStudyRunRequest) String

func (x *AbortStudyRunRequest) String() string

type AbortStudyRunResponse

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

func (*AbortStudyRunResponse) Descriptor deprecated

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

Deprecated: Use AbortStudyRunResponse.ProtoReflect.Descriptor instead.

func (*AbortStudyRunResponse) ProtoMessage

func (*AbortStudyRunResponse) ProtoMessage()

func (*AbortStudyRunResponse) ProtoReflect

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

func (*AbortStudyRunResponse) Reset

func (x *AbortStudyRunResponse) Reset()

func (*AbortStudyRunResponse) String

func (x *AbortStudyRunResponse) String() string

type CompleteStudyRunSearchRequest

type CompleteStudyRunSearchRequest 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 (*CompleteStudyRunSearchRequest) Descriptor deprecated

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

Deprecated: Use CompleteStudyRunSearchRequest.ProtoReflect.Descriptor instead.

func (*CompleteStudyRunSearchRequest) GetName

func (*CompleteStudyRunSearchRequest) GetNamespace

func (x *CompleteStudyRunSearchRequest) GetNamespace() string

func (*CompleteStudyRunSearchRequest) ProtoMessage

func (*CompleteStudyRunSearchRequest) ProtoMessage()

func (*CompleteStudyRunSearchRequest) ProtoReflect

func (*CompleteStudyRunSearchRequest) Reset

func (x *CompleteStudyRunSearchRequest) Reset()

func (*CompleteStudyRunSearchRequest) String

type CompleteStudyRunSearchResponse

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

func (*CompleteStudyRunSearchResponse) Descriptor deprecated

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

Deprecated: Use CompleteStudyRunSearchResponse.ProtoReflect.Descriptor instead.

func (*CompleteStudyRunSearchResponse) ProtoMessage

func (*CompleteStudyRunSearchResponse) ProtoMessage()

func (*CompleteStudyRunSearchResponse) ProtoReflect

func (*CompleteStudyRunSearchResponse) Reset

func (x *CompleteStudyRunSearchResponse) Reset()

func (*CompleteStudyRunSearchResponse) String

type CreateStudyRunRequest

type CreateStudyRunRequest struct {
	StudyRun *v1alpha1.StudyRun `protobuf:"bytes,1,opt,name=studyRun,proto3" json:"studyRun,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateStudyRunRequest) Descriptor deprecated

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

Deprecated: Use CreateStudyRunRequest.ProtoReflect.Descriptor instead.

func (*CreateStudyRunRequest) GetStudyRun

func (x *CreateStudyRunRequest) GetStudyRun() *v1alpha1.StudyRun

func (*CreateStudyRunRequest) ProtoMessage

func (*CreateStudyRunRequest) ProtoMessage()

func (*CreateStudyRunRequest) ProtoReflect

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

func (*CreateStudyRunRequest) Reset

func (x *CreateStudyRunRequest) Reset()

func (*CreateStudyRunRequest) String

func (x *CreateStudyRunRequest) String() string

type CreateStudyRunResponse

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

func (*CreateStudyRunResponse) Descriptor deprecated

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

Deprecated: Use CreateStudyRunResponse.ProtoReflect.Descriptor instead.

func (*CreateStudyRunResponse) ProtoMessage

func (*CreateStudyRunResponse) ProtoMessage()

func (*CreateStudyRunResponse) ProtoReflect

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

func (*CreateStudyRunResponse) Reset

func (x *CreateStudyRunResponse) Reset()

func (*CreateStudyRunResponse) String

func (x *CreateStudyRunResponse) String() string

type DeleteStudyRunRequest

type DeleteStudyRunRequest 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 (*DeleteStudyRunRequest) Descriptor deprecated

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

Deprecated: Use DeleteStudyRunRequest.ProtoReflect.Descriptor instead.

func (*DeleteStudyRunRequest) GetName

func (x *DeleteStudyRunRequest) GetName() string

func (*DeleteStudyRunRequest) GetNamespace

func (x *DeleteStudyRunRequest) GetNamespace() string

func (*DeleteStudyRunRequest) ProtoMessage

func (*DeleteStudyRunRequest) ProtoMessage()

func (*DeleteStudyRunRequest) ProtoReflect

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

func (*DeleteStudyRunRequest) Reset

func (x *DeleteStudyRunRequest) Reset()

func (*DeleteStudyRunRequest) String

func (x *DeleteStudyRunRequest) String() string

type DeleteStudyRunResponse

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

func (*DeleteStudyRunResponse) Descriptor deprecated

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

Deprecated: Use DeleteStudyRunResponse.ProtoReflect.Descriptor instead.

func (*DeleteStudyRunResponse) ProtoMessage

func (*DeleteStudyRunResponse) ProtoMessage()

func (*DeleteStudyRunResponse) ProtoReflect

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

func (*DeleteStudyRunResponse) Reset

func (x *DeleteStudyRunResponse) Reset()

func (*DeleteStudyRunResponse) String

func (x *DeleteStudyRunResponse) String() string

type GetStudyRunProfileRequest

type GetStudyRunProfileRequest 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"`
	Models    int32  `protobuf:"varint,3,opt,name=models,proto3" json:"models,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStudyRunProfileRequest) Descriptor deprecated

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

Deprecated: Use GetStudyRunProfileRequest.ProtoReflect.Descriptor instead.

func (*GetStudyRunProfileRequest) GetModels

func (x *GetStudyRunProfileRequest) GetModels() int32

func (*GetStudyRunProfileRequest) GetName

func (x *GetStudyRunProfileRequest) GetName() string

func (*GetStudyRunProfileRequest) GetNamespace

func (x *GetStudyRunProfileRequest) GetNamespace() string

func (*GetStudyRunProfileRequest) ProtoMessage

func (*GetStudyRunProfileRequest) ProtoMessage()

func (*GetStudyRunProfileRequest) ProtoReflect

func (*GetStudyRunProfileRequest) Reset

func (x *GetStudyRunProfileRequest) Reset()

func (*GetStudyRunProfileRequest) String

func (x *GetStudyRunProfileRequest) String() string

type GetStudyRunProfileResponse

type GetStudyRunProfileResponse struct {
	Profile       *v1.StudyProfile   `protobuf:"bytes,1,opt,name=profile,proto3" json:"profile,omitempty"`
	ModelsProfile []*v1.ModelProfile `protobuf:"bytes,2,rep,name=modelsProfile,proto3" json:"modelsProfile,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStudyRunProfileResponse) Descriptor deprecated

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

Deprecated: Use GetStudyRunProfileResponse.ProtoReflect.Descriptor instead.

func (*GetStudyRunProfileResponse) GetModelsProfile

func (x *GetStudyRunProfileResponse) GetModelsProfile() []*v1.ModelProfile

func (*GetStudyRunProfileResponse) GetProfile

func (x *GetStudyRunProfileResponse) GetProfile() *v1.StudyProfile

func (*GetStudyRunProfileResponse) ProtoMessage

func (*GetStudyRunProfileResponse) ProtoMessage()

func (*GetStudyRunProfileResponse) ProtoReflect

func (*GetStudyRunProfileResponse) Reset

func (x *GetStudyRunProfileResponse) Reset()

func (*GetStudyRunProfileResponse) String

func (x *GetStudyRunProfileResponse) String() string

type GetStudyRunRequest

type GetStudyRunRequest 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 (*GetStudyRunRequest) Descriptor deprecated

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

Deprecated: Use GetStudyRunRequest.ProtoReflect.Descriptor instead.

func (*GetStudyRunRequest) GetName

func (x *GetStudyRunRequest) GetName() string

func (*GetStudyRunRequest) GetNamespace

func (x *GetStudyRunRequest) GetNamespace() string

func (*GetStudyRunRequest) ProtoMessage

func (*GetStudyRunRequest) ProtoMessage()

func (*GetStudyRunRequest) ProtoReflect

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

func (*GetStudyRunRequest) Reset

func (x *GetStudyRunRequest) Reset()

func (*GetStudyRunRequest) String

func (x *GetStudyRunRequest) String() string

type GetStudyRunResponse

type GetStudyRunResponse struct {
	StudyRun *v1alpha1.StudyRun `protobuf:"bytes,1,opt,name=studyRun,proto3" json:"studyRun,omitempty"`
	Yaml     string             `protobuf:"bytes,2,opt,name=yaml,proto3" json:"yaml,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStudyRunResponse) Descriptor deprecated

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

Deprecated: Use GetStudyRunResponse.ProtoReflect.Descriptor instead.

func (*GetStudyRunResponse) GetStudyRun

func (x *GetStudyRunResponse) GetStudyRun() *v1alpha1.StudyRun

func (*GetStudyRunResponse) GetYaml

func (x *GetStudyRunResponse) GetYaml() string

func (*GetStudyRunResponse) ProtoMessage

func (*GetStudyRunResponse) ProtoMessage()

func (*GetStudyRunResponse) ProtoReflect

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

func (*GetStudyRunResponse) Reset

func (x *GetStudyRunResponse) Reset()

func (*GetStudyRunResponse) String

func (x *GetStudyRunResponse) String() string

type ListStudyRunRequest

type ListStudyRunRequest struct {
	Namespace string            `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Labels    map[string]string `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListStudyRunRequest) Descriptor deprecated

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

Deprecated: Use ListStudyRunRequest.ProtoReflect.Descriptor instead.

func (*ListStudyRunRequest) GetLabels

func (x *ListStudyRunRequest) GetLabels() map[string]string

func (*ListStudyRunRequest) GetNamespace

func (x *ListStudyRunRequest) GetNamespace() string

func (*ListStudyRunRequest) ProtoMessage

func (*ListStudyRunRequest) ProtoMessage()

func (*ListStudyRunRequest) ProtoReflect

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

func (*ListStudyRunRequest) Reset

func (x *ListStudyRunRequest) Reset()

func (*ListStudyRunRequest) String

func (x *ListStudyRunRequest) String() string

type ListStudyRunResponse

type ListStudyRunResponse struct {
	StudyRuns     *v1alpha1.StudyRunList `protobuf:"bytes,1,opt,name=studyRuns,proto3" json:"studyRuns,omitempty"`
	NextPageToken string                 `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListStudyRunResponse) Descriptor deprecated

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

Deprecated: Use ListStudyRunResponse.ProtoReflect.Descriptor instead.

func (*ListStudyRunResponse) GetNextPageToken

func (x *ListStudyRunResponse) GetNextPageToken() string

func (*ListStudyRunResponse) GetStudyRuns

func (x *ListStudyRunResponse) GetStudyRuns() *v1alpha1.StudyRunList

func (*ListStudyRunResponse) ProtoMessage

func (*ListStudyRunResponse) ProtoMessage()

func (*ListStudyRunResponse) ProtoReflect

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

func (*ListStudyRunResponse) Reset

func (x *ListStudyRunResponse) Reset()

func (*ListStudyRunResponse) String

func (x *ListStudyRunResponse) String() string

type PauseStudyRunRequest

type PauseStudyRunRequest 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 (*PauseStudyRunRequest) Descriptor deprecated

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

Deprecated: Use PauseStudyRunRequest.ProtoReflect.Descriptor instead.

func (*PauseStudyRunRequest) GetName

func (x *PauseStudyRunRequest) GetName() string

func (*PauseStudyRunRequest) GetNamespace

func (x *PauseStudyRunRequest) GetNamespace() string

func (*PauseStudyRunRequest) ProtoMessage

func (*PauseStudyRunRequest) ProtoMessage()

func (*PauseStudyRunRequest) ProtoReflect

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

func (*PauseStudyRunRequest) Reset

func (x *PauseStudyRunRequest) Reset()

func (*PauseStudyRunRequest) String

func (x *PauseStudyRunRequest) String() string

type PauseStudyRunResponse

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

func (*PauseStudyRunResponse) Descriptor deprecated

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

Deprecated: Use PauseStudyRunResponse.ProtoReflect.Descriptor instead.

func (*PauseStudyRunResponse) ProtoMessage

func (*PauseStudyRunResponse) ProtoMessage()

func (*PauseStudyRunResponse) ProtoReflect

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

func (*PauseStudyRunResponse) Reset

func (x *PauseStudyRunResponse) Reset()

func (*PauseStudyRunResponse) String

func (x *PauseStudyRunResponse) String() string

type ResumeStudyRunRequest

type ResumeStudyRunRequest 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 (*ResumeStudyRunRequest) Descriptor deprecated

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

Deprecated: Use ResumeStudyRunRequest.ProtoReflect.Descriptor instead.

func (*ResumeStudyRunRequest) GetName

func (x *ResumeStudyRunRequest) GetName() string

func (*ResumeStudyRunRequest) GetNamespace

func (x *ResumeStudyRunRequest) GetNamespace() string

func (*ResumeStudyRunRequest) ProtoMessage

func (*ResumeStudyRunRequest) ProtoMessage()

func (*ResumeStudyRunRequest) ProtoReflect

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

func (*ResumeStudyRunRequest) Reset

func (x *ResumeStudyRunRequest) Reset()

func (*ResumeStudyRunRequest) String

func (x *ResumeStudyRunRequest) String() string

type ResumeStudyRunResponse

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

func (*ResumeStudyRunResponse) Descriptor deprecated

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

Deprecated: Use ResumeStudyRunResponse.ProtoReflect.Descriptor instead.

func (*ResumeStudyRunResponse) ProtoMessage

func (*ResumeStudyRunResponse) ProtoMessage()

func (*ResumeStudyRunResponse) ProtoReflect

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

func (*ResumeStudyRunResponse) Reset

func (x *ResumeStudyRunResponse) Reset()

func (*ResumeStudyRunResponse) String

func (x *ResumeStudyRunResponse) String() string

type StudyRunServiceClient

StudyRunServiceClient is the client API for StudyRunService 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 StudyRunServiceServer

StudyRunServiceServer is the server API for StudyRunService service. All implementations must embed UnimplementedStudyRunServiceServer for forward compatibility

type UnimplementedStudyRunServiceServer

type UnimplementedStudyRunServiceServer struct {
}

UnimplementedStudyRunServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedStudyRunServiceServer) AbortStudyRun

func (UnimplementedStudyRunServiceServer) CreateStudyRun

func (UnimplementedStudyRunServiceServer) DeleteStudyRun

func (UnimplementedStudyRunServiceServer) GetStudyRun

func (UnimplementedStudyRunServiceServer) GetStudyRunProfile

func (UnimplementedStudyRunServiceServer) ListStudyRuns

func (UnimplementedStudyRunServiceServer) PauseStudyRun

func (UnimplementedStudyRunServiceServer) ResumeStudyRun

func (UnimplementedStudyRunServiceServer) UpdateStudyRun

type UnsafeStudyRunServiceServer

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

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

type UpdateStudyRunRequest

type UpdateStudyRunRequest struct {
	StudyRun  *v1alpha1.StudyRun    `protobuf:"bytes,1,opt,name=studyRun,proto3" json:"studyRun,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 (*UpdateStudyRunRequest) Descriptor deprecated

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

Deprecated: Use UpdateStudyRunRequest.ProtoReflect.Descriptor instead.

func (*UpdateStudyRunRequest) GetFieldMask

func (x *UpdateStudyRunRequest) GetFieldMask() *field_mask.FieldMask

func (*UpdateStudyRunRequest) GetStudyRun

func (x *UpdateStudyRunRequest) GetStudyRun() *v1alpha1.StudyRun

func (*UpdateStudyRunRequest) ProtoMessage

func (*UpdateStudyRunRequest) ProtoMessage()

func (*UpdateStudyRunRequest) ProtoReflect

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

func (*UpdateStudyRunRequest) Reset

func (x *UpdateStudyRunRequest) Reset()

func (*UpdateStudyRunRequest) String

func (x *UpdateStudyRunRequest) String() string

type UpdateStudyRunResponse

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

func (*UpdateStudyRunResponse) Descriptor deprecated

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

Deprecated: Use UpdateStudyRunResponse.ProtoReflect.Descriptor instead.

func (*UpdateStudyRunResponse) ProtoMessage

func (*UpdateStudyRunResponse) ProtoMessage()

func (*UpdateStudyRunResponse) ProtoReflect

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

func (*UpdateStudyRunResponse) Reset

func (x *UpdateStudyRunResponse) Reset()

func (*UpdateStudyRunResponse) String

func (x *UpdateStudyRunResponse) String() string

Jump to

Keyboard shortcuts

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