Documentation ¶
Overview ¶
Code generated by protoc-gen-go-ttrpc. DO NOT EDIT. source: github.com/Microsoft/hcsshim/internal/extendedtask/extendedtask.proto
Index ¶
- Variables
- func RegisterExtendedTaskService(srv *ttrpc.Server, svc ExtendedTaskService)
- type ComputeProcessorInfoRequest
- func (*ComputeProcessorInfoRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ComputeProcessorInfoRequest) GetID() string
- func (*ComputeProcessorInfoRequest) ProtoMessage()
- func (x *ComputeProcessorInfoRequest) ProtoReflect() protoreflect.Message
- func (x *ComputeProcessorInfoRequest) Reset()
- func (x *ComputeProcessorInfoRequest) String() string
- type ComputeProcessorInfoResponse
- func (*ComputeProcessorInfoResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ComputeProcessorInfoResponse) GetCount() int32
- func (*ComputeProcessorInfoResponse) ProtoMessage()
- func (x *ComputeProcessorInfoResponse) ProtoReflect() protoreflect.Message
- func (x *ComputeProcessorInfoResponse) Reset()
- func (x *ComputeProcessorInfoResponse) String() string
- type ExtendedTaskService
Constants ¶
This section is empty.
Variables ¶
View Source
var File_github_com_Microsoft_hcsshim_internal_extendedtask_extendedtask_proto protoreflect.FileDescriptor
Functions ¶
func RegisterExtendedTaskService ¶
func RegisterExtendedTaskService(srv *ttrpc.Server, svc ExtendedTaskService)
Types ¶
type ComputeProcessorInfoRequest ¶
type ComputeProcessorInfoRequest struct { ID string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*ComputeProcessorInfoRequest) Descriptor
deprecated
func (*ComputeProcessorInfoRequest) Descriptor() ([]byte, []int)
Deprecated: Use ComputeProcessorInfoRequest.ProtoReflect.Descriptor instead.
func (*ComputeProcessorInfoRequest) GetID ¶
func (x *ComputeProcessorInfoRequest) GetID() string
func (*ComputeProcessorInfoRequest) ProtoMessage ¶
func (*ComputeProcessorInfoRequest) ProtoMessage()
func (*ComputeProcessorInfoRequest) ProtoReflect ¶
func (x *ComputeProcessorInfoRequest) ProtoReflect() protoreflect.Message
func (*ComputeProcessorInfoRequest) Reset ¶
func (x *ComputeProcessorInfoRequest) Reset()
func (*ComputeProcessorInfoRequest) String ¶
func (x *ComputeProcessorInfoRequest) String() string
type ComputeProcessorInfoResponse ¶
type ComputeProcessorInfoResponse struct { Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*ComputeProcessorInfoResponse) Descriptor
deprecated
func (*ComputeProcessorInfoResponse) Descriptor() ([]byte, []int)
Deprecated: Use ComputeProcessorInfoResponse.ProtoReflect.Descriptor instead.
func (*ComputeProcessorInfoResponse) GetCount ¶
func (x *ComputeProcessorInfoResponse) GetCount() int32
func (*ComputeProcessorInfoResponse) ProtoMessage ¶
func (*ComputeProcessorInfoResponse) ProtoMessage()
func (*ComputeProcessorInfoResponse) ProtoReflect ¶
func (x *ComputeProcessorInfoResponse) ProtoReflect() protoreflect.Message
func (*ComputeProcessorInfoResponse) Reset ¶
func (x *ComputeProcessorInfoResponse) Reset()
func (*ComputeProcessorInfoResponse) String ¶
func (x *ComputeProcessorInfoResponse) String() string
type ExtendedTaskService ¶
type ExtendedTaskService interface {
ComputeProcessorInfo(context.Context, *ComputeProcessorInfoRequest) (*ComputeProcessorInfoResponse, error)
}
func NewExtendedTaskClient ¶
func NewExtendedTaskClient(client *ttrpc.Client) ExtendedTaskService
Click to show internal directories.
Click to hide internal directories.