Documentation
¶
Index ¶
- Variables
- func RegisterLabelingPipelineRunServiceServer(s *grpc.Server, srv LabelingPipelineRunServiceServer)
- type CreateLabelingPipelineRunRequest
- func (*CreateLabelingPipelineRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateLabelingPipelineRunRequest) GetItem() *v1alpha1.LabelingPipelineRun
- func (*CreateLabelingPipelineRunRequest) ProtoMessage()
- func (x *CreateLabelingPipelineRunRequest) ProtoReflect() protoreflect.Message
- func (x *CreateLabelingPipelineRunRequest) Reset()
- func (x *CreateLabelingPipelineRunRequest) String() string
- type CreateLabelingPipelineRunResponse
- func (*CreateLabelingPipelineRunResponse) Descriptor() ([]byte, []int)deprecated
- func (*CreateLabelingPipelineRunResponse) ProtoMessage()
- func (x *CreateLabelingPipelineRunResponse) ProtoReflect() protoreflect.Message
- func (x *CreateLabelingPipelineRunResponse) Reset()
- func (x *CreateLabelingPipelineRunResponse) String() string
- type DeleteLabelingPipelineRunRequest
- func (*DeleteLabelingPipelineRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteLabelingPipelineRunRequest) GetName() string
- func (x *DeleteLabelingPipelineRunRequest) GetNamespace() string
- func (*DeleteLabelingPipelineRunRequest) ProtoMessage()
- func (x *DeleteLabelingPipelineRunRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteLabelingPipelineRunRequest) Reset()
- func (x *DeleteLabelingPipelineRunRequest) String() string
- type DeleteLabelingPipelineRunResponse
- func (*DeleteLabelingPipelineRunResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteLabelingPipelineRunResponse) ProtoMessage()
- func (x *DeleteLabelingPipelineRunResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteLabelingPipelineRunResponse) Reset()
- func (x *DeleteLabelingPipelineRunResponse) String() string
- type GetLabelingPipelineRunRequest
- func (*GetLabelingPipelineRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLabelingPipelineRunRequest) GetName() string
- func (x *GetLabelingPipelineRunRequest) GetNamespace() string
- func (*GetLabelingPipelineRunRequest) ProtoMessage()
- func (x *GetLabelingPipelineRunRequest) ProtoReflect() protoreflect.Message
- func (x *GetLabelingPipelineRunRequest) Reset()
- func (x *GetLabelingPipelineRunRequest) String() string
- type GetLabelingPipelineRunResponse
- func (*GetLabelingPipelineRunResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetLabelingPipelineRunResponse) GetItem() *v1alpha1.LabelingPipelineRun
- func (x *GetLabelingPipelineRunResponse) GetYaml() string
- func (*GetLabelingPipelineRunResponse) ProtoMessage()
- func (x *GetLabelingPipelineRunResponse) ProtoReflect() protoreflect.Message
- func (x *GetLabelingPipelineRunResponse) Reset()
- func (x *GetLabelingPipelineRunResponse) String() string
- type LabelingPipelineRunServiceClient
- type LabelingPipelineRunServiceServer
- type ListLabelingPipelineRunRequest
- func (*ListLabelingPipelineRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListLabelingPipelineRunRequest) GetLabels() map[string]string
- func (x *ListLabelingPipelineRunRequest) GetNamespace() string
- func (x *ListLabelingPipelineRunRequest) GetOrderBy() string
- func (x *ListLabelingPipelineRunRequest) GetPageSize() int32
- func (x *ListLabelingPipelineRunRequest) GetPageToken() string
- func (*ListLabelingPipelineRunRequest) ProtoMessage()
- func (x *ListLabelingPipelineRunRequest) ProtoReflect() protoreflect.Message
- func (x *ListLabelingPipelineRunRequest) Reset()
- func (x *ListLabelingPipelineRunRequest) String() string
- type ListLabelingPipelineRunResponse
- func (*ListLabelingPipelineRunResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListLabelingPipelineRunResponse) GetItems() *v1alpha1.LabelingPipelineRunList
- func (*ListLabelingPipelineRunResponse) ProtoMessage()
- func (x *ListLabelingPipelineRunResponse) ProtoReflect() protoreflect.Message
- func (x *ListLabelingPipelineRunResponse) Reset()
- func (x *ListLabelingPipelineRunResponse) String() string
- type UnimplementedLabelingPipelineRunServiceServer
- func (*UnimplementedLabelingPipelineRunServiceServer) CreateLabelingPipelineRun(context.Context, *CreateLabelingPipelineRunRequest) (*CreateLabelingPipelineRunResponse, error)
- func (*UnimplementedLabelingPipelineRunServiceServer) DeleteLabelingPipelineRun(context.Context, *DeleteLabelingPipelineRunRequest) (*DeleteLabelingPipelineRunResponse, error)
- func (*UnimplementedLabelingPipelineRunServiceServer) GetLabelingPipelineRun(context.Context, *GetLabelingPipelineRunRequest) (*GetLabelingPipelineRunResponse, error)
- func (*UnimplementedLabelingPipelineRunServiceServer) ListLabelingPipelineRuns(context.Context, *ListLabelingPipelineRunRequest) (*ListLabelingPipelineRunResponse, error)
- func (*UnimplementedLabelingPipelineRunServiceServer) UpdateLabelingPipelineRun(context.Context, *UpdateLabelingPipelineRunRequest) (*UpdateLabelingPipelineRunResponse, error)
- type UpdateLabelingPipelineRunRequest
- func (*UpdateLabelingPipelineRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateLabelingPipelineRunRequest) GetFieldMask() *field_mask.FieldMask
- func (x *UpdateLabelingPipelineRunRequest) GetItem() *v1alpha1.LabelingPipelineRun
- func (*UpdateLabelingPipelineRunRequest) ProtoMessage()
- func (x *UpdateLabelingPipelineRunRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateLabelingPipelineRunRequest) Reset()
- func (x *UpdateLabelingPipelineRunRequest) String() string
- type UpdateLabelingPipelineRunResponse
- func (*UpdateLabelingPipelineRunResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateLabelingPipelineRunResponse) ProtoMessage()
- func (x *UpdateLabelingPipelineRunResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateLabelingPipelineRunResponse) Reset()
- func (x *UpdateLabelingPipelineRunResponse) String() string
Constants ¶
This section is empty.
Variables ¶
var File_github_com_metaprov_modelaapi_services_labelingpipelinerun_v1_labelingpipelinerun_proto protoreflect.FileDescriptor
Functions ¶
func RegisterLabelingPipelineRunServiceServer ¶
func RegisterLabelingPipelineRunServiceServer(s *grpc.Server, srv LabelingPipelineRunServiceServer)
Types ¶
type CreateLabelingPipelineRunRequest ¶
type CreateLabelingPipelineRunRequest struct { Item *v1alpha1.LabelingPipelineRun `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"` // contains filtered or unexported fields }
func (*CreateLabelingPipelineRunRequest) Descriptor
deprecated
func (*CreateLabelingPipelineRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateLabelingPipelineRunRequest.ProtoReflect.Descriptor instead.
func (*CreateLabelingPipelineRunRequest) GetItem ¶
func (x *CreateLabelingPipelineRunRequest) GetItem() *v1alpha1.LabelingPipelineRun
func (*CreateLabelingPipelineRunRequest) ProtoMessage ¶
func (*CreateLabelingPipelineRunRequest) ProtoMessage()
func (*CreateLabelingPipelineRunRequest) ProtoReflect ¶
func (x *CreateLabelingPipelineRunRequest) ProtoReflect() protoreflect.Message
func (*CreateLabelingPipelineRunRequest) Reset ¶
func (x *CreateLabelingPipelineRunRequest) Reset()
func (*CreateLabelingPipelineRunRequest) String ¶
func (x *CreateLabelingPipelineRunRequest) String() string
type CreateLabelingPipelineRunResponse ¶
type CreateLabelingPipelineRunResponse struct {
// contains filtered or unexported fields
}
func (*CreateLabelingPipelineRunResponse) Descriptor
deprecated
func (*CreateLabelingPipelineRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateLabelingPipelineRunResponse.ProtoReflect.Descriptor instead.
func (*CreateLabelingPipelineRunResponse) ProtoMessage ¶
func (*CreateLabelingPipelineRunResponse) ProtoMessage()
func (*CreateLabelingPipelineRunResponse) ProtoReflect ¶
func (x *CreateLabelingPipelineRunResponse) ProtoReflect() protoreflect.Message
func (*CreateLabelingPipelineRunResponse) Reset ¶
func (x *CreateLabelingPipelineRunResponse) Reset()
func (*CreateLabelingPipelineRunResponse) String ¶
func (x *CreateLabelingPipelineRunResponse) String() string
type DeleteLabelingPipelineRunRequest ¶
type DeleteLabelingPipelineRunRequest 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 (*DeleteLabelingPipelineRunRequest) Descriptor
deprecated
func (*DeleteLabelingPipelineRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteLabelingPipelineRunRequest.ProtoReflect.Descriptor instead.
func (*DeleteLabelingPipelineRunRequest) GetName ¶
func (x *DeleteLabelingPipelineRunRequest) GetName() string
func (*DeleteLabelingPipelineRunRequest) GetNamespace ¶
func (x *DeleteLabelingPipelineRunRequest) GetNamespace() string
func (*DeleteLabelingPipelineRunRequest) ProtoMessage ¶
func (*DeleteLabelingPipelineRunRequest) ProtoMessage()
func (*DeleteLabelingPipelineRunRequest) ProtoReflect ¶
func (x *DeleteLabelingPipelineRunRequest) ProtoReflect() protoreflect.Message
func (*DeleteLabelingPipelineRunRequest) Reset ¶
func (x *DeleteLabelingPipelineRunRequest) Reset()
func (*DeleteLabelingPipelineRunRequest) String ¶
func (x *DeleteLabelingPipelineRunRequest) String() string
type DeleteLabelingPipelineRunResponse ¶
type DeleteLabelingPipelineRunResponse struct {
// contains filtered or unexported fields
}
func (*DeleteLabelingPipelineRunResponse) Descriptor
deprecated
func (*DeleteLabelingPipelineRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteLabelingPipelineRunResponse.ProtoReflect.Descriptor instead.
func (*DeleteLabelingPipelineRunResponse) ProtoMessage ¶
func (*DeleteLabelingPipelineRunResponse) ProtoMessage()
func (*DeleteLabelingPipelineRunResponse) ProtoReflect ¶
func (x *DeleteLabelingPipelineRunResponse) ProtoReflect() protoreflect.Message
func (*DeleteLabelingPipelineRunResponse) Reset ¶
func (x *DeleteLabelingPipelineRunResponse) Reset()
func (*DeleteLabelingPipelineRunResponse) String ¶
func (x *DeleteLabelingPipelineRunResponse) String() string
type GetLabelingPipelineRunRequest ¶
type GetLabelingPipelineRunRequest 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 (*GetLabelingPipelineRunRequest) Descriptor
deprecated
func (*GetLabelingPipelineRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLabelingPipelineRunRequest.ProtoReflect.Descriptor instead.
func (*GetLabelingPipelineRunRequest) GetName ¶
func (x *GetLabelingPipelineRunRequest) GetName() string
func (*GetLabelingPipelineRunRequest) GetNamespace ¶
func (x *GetLabelingPipelineRunRequest) GetNamespace() string
func (*GetLabelingPipelineRunRequest) ProtoMessage ¶
func (*GetLabelingPipelineRunRequest) ProtoMessage()
func (*GetLabelingPipelineRunRequest) ProtoReflect ¶
func (x *GetLabelingPipelineRunRequest) ProtoReflect() protoreflect.Message
func (*GetLabelingPipelineRunRequest) Reset ¶
func (x *GetLabelingPipelineRunRequest) Reset()
func (*GetLabelingPipelineRunRequest) String ¶
func (x *GetLabelingPipelineRunRequest) String() string
type GetLabelingPipelineRunResponse ¶
type GetLabelingPipelineRunResponse struct { Item *v1alpha1.LabelingPipelineRun `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 (*GetLabelingPipelineRunResponse) Descriptor
deprecated
func (*GetLabelingPipelineRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetLabelingPipelineRunResponse.ProtoReflect.Descriptor instead.
func (*GetLabelingPipelineRunResponse) GetItem ¶
func (x *GetLabelingPipelineRunResponse) GetItem() *v1alpha1.LabelingPipelineRun
func (*GetLabelingPipelineRunResponse) GetYaml ¶
func (x *GetLabelingPipelineRunResponse) GetYaml() string
func (*GetLabelingPipelineRunResponse) ProtoMessage ¶
func (*GetLabelingPipelineRunResponse) ProtoMessage()
func (*GetLabelingPipelineRunResponse) ProtoReflect ¶
func (x *GetLabelingPipelineRunResponse) ProtoReflect() protoreflect.Message
func (*GetLabelingPipelineRunResponse) Reset ¶
func (x *GetLabelingPipelineRunResponse) Reset()
func (*GetLabelingPipelineRunResponse) String ¶
func (x *GetLabelingPipelineRunResponse) String() string
type LabelingPipelineRunServiceClient ¶
type LabelingPipelineRunServiceClient interface { ListLabelingPipelineRuns(ctx context.Context, in *ListLabelingPipelineRunRequest, opts ...grpc.CallOption) (*ListLabelingPipelineRunResponse, error) CreateLabelingPipelineRun(ctx context.Context, in *CreateLabelingPipelineRunRequest, opts ...grpc.CallOption) (*CreateLabelingPipelineRunResponse, error) GetLabelingPipelineRun(ctx context.Context, in *GetLabelingPipelineRunRequest, opts ...grpc.CallOption) (*GetLabelingPipelineRunResponse, error) UpdateLabelingPipelineRun(ctx context.Context, in *UpdateLabelingPipelineRunRequest, opts ...grpc.CallOption) (*UpdateLabelingPipelineRunResponse, error) DeleteLabelingPipelineRun(ctx context.Context, in *DeleteLabelingPipelineRunRequest, opts ...grpc.CallOption) (*DeleteLabelingPipelineRunResponse, error) }
LabelingPipelineRunServiceClient is the client API for LabelingPipelineRunService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewLabelingPipelineRunServiceClient ¶
func NewLabelingPipelineRunServiceClient(cc grpc.ClientConnInterface) LabelingPipelineRunServiceClient
type LabelingPipelineRunServiceServer ¶
type LabelingPipelineRunServiceServer interface { ListLabelingPipelineRuns(context.Context, *ListLabelingPipelineRunRequest) (*ListLabelingPipelineRunResponse, error) CreateLabelingPipelineRun(context.Context, *CreateLabelingPipelineRunRequest) (*CreateLabelingPipelineRunResponse, error) GetLabelingPipelineRun(context.Context, *GetLabelingPipelineRunRequest) (*GetLabelingPipelineRunResponse, error) UpdateLabelingPipelineRun(context.Context, *UpdateLabelingPipelineRunRequest) (*UpdateLabelingPipelineRunResponse, error) DeleteLabelingPipelineRun(context.Context, *DeleteLabelingPipelineRunRequest) (*DeleteLabelingPipelineRunResponse, error) }
LabelingPipelineRunServiceServer is the server API for LabelingPipelineRunService service.
type ListLabelingPipelineRunRequest ¶
type ListLabelingPipelineRunRequest 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 (*ListLabelingPipelineRunRequest) Descriptor
deprecated
func (*ListLabelingPipelineRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListLabelingPipelineRunRequest.ProtoReflect.Descriptor instead.
func (*ListLabelingPipelineRunRequest) GetLabels ¶
func (x *ListLabelingPipelineRunRequest) GetLabels() map[string]string
func (*ListLabelingPipelineRunRequest) GetNamespace ¶
func (x *ListLabelingPipelineRunRequest) GetNamespace() string
func (*ListLabelingPipelineRunRequest) GetOrderBy ¶ added in v0.4.414
func (x *ListLabelingPipelineRunRequest) GetOrderBy() string
func (*ListLabelingPipelineRunRequest) GetPageSize ¶ added in v0.4.414
func (x *ListLabelingPipelineRunRequest) GetPageSize() int32
func (*ListLabelingPipelineRunRequest) GetPageToken ¶ added in v0.4.414
func (x *ListLabelingPipelineRunRequest) GetPageToken() string
func (*ListLabelingPipelineRunRequest) ProtoMessage ¶
func (*ListLabelingPipelineRunRequest) ProtoMessage()
func (*ListLabelingPipelineRunRequest) ProtoReflect ¶
func (x *ListLabelingPipelineRunRequest) ProtoReflect() protoreflect.Message
func (*ListLabelingPipelineRunRequest) Reset ¶
func (x *ListLabelingPipelineRunRequest) Reset()
func (*ListLabelingPipelineRunRequest) String ¶
func (x *ListLabelingPipelineRunRequest) String() string
type ListLabelingPipelineRunResponse ¶
type ListLabelingPipelineRunResponse struct { Items *v1alpha1.LabelingPipelineRunList `protobuf:"bytes,1,opt,name=items,proto3" json:"items,omitempty"` // contains filtered or unexported fields }
func (*ListLabelingPipelineRunResponse) Descriptor
deprecated
func (*ListLabelingPipelineRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListLabelingPipelineRunResponse.ProtoReflect.Descriptor instead.
func (*ListLabelingPipelineRunResponse) GetItems ¶
func (x *ListLabelingPipelineRunResponse) GetItems() *v1alpha1.LabelingPipelineRunList
func (*ListLabelingPipelineRunResponse) ProtoMessage ¶
func (*ListLabelingPipelineRunResponse) ProtoMessage()
func (*ListLabelingPipelineRunResponse) ProtoReflect ¶
func (x *ListLabelingPipelineRunResponse) ProtoReflect() protoreflect.Message
func (*ListLabelingPipelineRunResponse) Reset ¶
func (x *ListLabelingPipelineRunResponse) Reset()
func (*ListLabelingPipelineRunResponse) String ¶
func (x *ListLabelingPipelineRunResponse) String() string
type UnimplementedLabelingPipelineRunServiceServer ¶
type UnimplementedLabelingPipelineRunServiceServer struct { }
UnimplementedLabelingPipelineRunServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedLabelingPipelineRunServiceServer) CreateLabelingPipelineRun ¶
func (*UnimplementedLabelingPipelineRunServiceServer) CreateLabelingPipelineRun(context.Context, *CreateLabelingPipelineRunRequest) (*CreateLabelingPipelineRunResponse, error)
func (*UnimplementedLabelingPipelineRunServiceServer) DeleteLabelingPipelineRun ¶
func (*UnimplementedLabelingPipelineRunServiceServer) DeleteLabelingPipelineRun(context.Context, *DeleteLabelingPipelineRunRequest) (*DeleteLabelingPipelineRunResponse, error)
func (*UnimplementedLabelingPipelineRunServiceServer) GetLabelingPipelineRun ¶
func (*UnimplementedLabelingPipelineRunServiceServer) GetLabelingPipelineRun(context.Context, *GetLabelingPipelineRunRequest) (*GetLabelingPipelineRunResponse, error)
func (*UnimplementedLabelingPipelineRunServiceServer) ListLabelingPipelineRuns ¶
func (*UnimplementedLabelingPipelineRunServiceServer) ListLabelingPipelineRuns(context.Context, *ListLabelingPipelineRunRequest) (*ListLabelingPipelineRunResponse, error)
func (*UnimplementedLabelingPipelineRunServiceServer) UpdateLabelingPipelineRun ¶
func (*UnimplementedLabelingPipelineRunServiceServer) UpdateLabelingPipelineRun(context.Context, *UpdateLabelingPipelineRunRequest) (*UpdateLabelingPipelineRunResponse, error)
type UpdateLabelingPipelineRunRequest ¶
type UpdateLabelingPipelineRunRequest struct { Item *v1alpha1.LabelingPipelineRun `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 (*UpdateLabelingPipelineRunRequest) Descriptor
deprecated
func (*UpdateLabelingPipelineRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateLabelingPipelineRunRequest.ProtoReflect.Descriptor instead.
func (*UpdateLabelingPipelineRunRequest) GetFieldMask ¶ added in v0.4.422
func (x *UpdateLabelingPipelineRunRequest) GetFieldMask() *field_mask.FieldMask
func (*UpdateLabelingPipelineRunRequest) GetItem ¶
func (x *UpdateLabelingPipelineRunRequest) GetItem() *v1alpha1.LabelingPipelineRun
func (*UpdateLabelingPipelineRunRequest) ProtoMessage ¶
func (*UpdateLabelingPipelineRunRequest) ProtoMessage()
func (*UpdateLabelingPipelineRunRequest) ProtoReflect ¶
func (x *UpdateLabelingPipelineRunRequest) ProtoReflect() protoreflect.Message
func (*UpdateLabelingPipelineRunRequest) Reset ¶
func (x *UpdateLabelingPipelineRunRequest) Reset()
func (*UpdateLabelingPipelineRunRequest) String ¶
func (x *UpdateLabelingPipelineRunRequest) String() string
type UpdateLabelingPipelineRunResponse ¶
type UpdateLabelingPipelineRunResponse struct {
// contains filtered or unexported fields
}
func (*UpdateLabelingPipelineRunResponse) Descriptor
deprecated
func (*UpdateLabelingPipelineRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateLabelingPipelineRunResponse.ProtoReflect.Descriptor instead.
func (*UpdateLabelingPipelineRunResponse) ProtoMessage ¶
func (*UpdateLabelingPipelineRunResponse) ProtoMessage()
func (*UpdateLabelingPipelineRunResponse) ProtoReflect ¶
func (x *UpdateLabelingPipelineRunResponse) ProtoReflect() protoreflect.Message
func (*UpdateLabelingPipelineRunResponse) Reset ¶
func (x *UpdateLabelingPipelineRunResponse) Reset()
func (*UpdateLabelingPipelineRunResponse) String ¶
func (x *UpdateLabelingPipelineRunResponse) String() string