Documentation
¶
Index ¶
- Variables
- func RegisterLabelingPipelineServiceServer(s *grpc.Server, srv LabelingPipelineServiceServer)
- type CreateLabelingPipelineRequest
- func (*CreateLabelingPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateLabelingPipelineRequest) GetLabelingpipeline() *v1alpha1.LabelingPipeline
- func (*CreateLabelingPipelineRequest) ProtoMessage()
- func (x *CreateLabelingPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *CreateLabelingPipelineRequest) Reset()
- func (x *CreateLabelingPipelineRequest) String() string
- type CreateLabelingPipelineResponse
- func (*CreateLabelingPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (*CreateLabelingPipelineResponse) ProtoMessage()
- func (x *CreateLabelingPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *CreateLabelingPipelineResponse) Reset()
- func (x *CreateLabelingPipelineResponse) String() string
- type DeleteLabelingPipelineRequest
- func (*DeleteLabelingPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteLabelingPipelineRequest) GetName() string
- func (x *DeleteLabelingPipelineRequest) GetNamespace() string
- func (*DeleteLabelingPipelineRequest) ProtoMessage()
- func (x *DeleteLabelingPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteLabelingPipelineRequest) Reset()
- func (x *DeleteLabelingPipelineRequest) String() string
- type DeleteLabelingPipelineResponse
- func (*DeleteLabelingPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteLabelingPipelineResponse) ProtoMessage()
- func (x *DeleteLabelingPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteLabelingPipelineResponse) Reset()
- func (x *DeleteLabelingPipelineResponse) String() string
- type GetLabelingPipelineRequest
- func (*GetLabelingPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetLabelingPipelineRequest) GetName() string
- func (x *GetLabelingPipelineRequest) GetNamespace() string
- func (*GetLabelingPipelineRequest) ProtoMessage()
- func (x *GetLabelingPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *GetLabelingPipelineRequest) Reset()
- func (x *GetLabelingPipelineRequest) String() string
- type GetLabelingPipelineResponse
- func (*GetLabelingPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetLabelingPipelineResponse) GetLabelingpipeline() *v1alpha1.LabelingPipeline
- func (x *GetLabelingPipelineResponse) GetYaml() string
- func (*GetLabelingPipelineResponse) ProtoMessage()
- func (x *GetLabelingPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *GetLabelingPipelineResponse) Reset()
- func (x *GetLabelingPipelineResponse) String() string
- type LabelingPipelineServiceClient
- type LabelingPipelineServiceServer
- type ListLabelingPipelineRequest
- func (*ListLabelingPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListLabelingPipelineRequest) GetLabels() map[string]string
- func (x *ListLabelingPipelineRequest) GetNamespace() string
- func (x *ListLabelingPipelineRequest) GetOrderBy() string
- func (x *ListLabelingPipelineRequest) GetPageSize() int32
- func (x *ListLabelingPipelineRequest) GetPageToken() string
- func (*ListLabelingPipelineRequest) ProtoMessage()
- func (x *ListLabelingPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *ListLabelingPipelineRequest) Reset()
- func (x *ListLabelingPipelineRequest) String() string
- type ListLabelingPipelineResponse
- func (*ListLabelingPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListLabelingPipelineResponse) GetLabelingpipelines() *v1alpha1.LabelingPipelineList
- func (x *ListLabelingPipelineResponse) GetNextPageToken() string
- func (*ListLabelingPipelineResponse) ProtoMessage()
- func (x *ListLabelingPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *ListLabelingPipelineResponse) Reset()
- func (x *ListLabelingPipelineResponse) String() string
- type PauseLabelingPipelineRequest
- func (*PauseLabelingPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *PauseLabelingPipelineRequest) GetName() string
- func (x *PauseLabelingPipelineRequest) GetNamespace() string
- func (*PauseLabelingPipelineRequest) ProtoMessage()
- func (x *PauseLabelingPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *PauseLabelingPipelineRequest) Reset()
- func (x *PauseLabelingPipelineRequest) String() string
- type PauseLabelingPipelineResponse
- func (*PauseLabelingPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (*PauseLabelingPipelineResponse) ProtoMessage()
- func (x *PauseLabelingPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *PauseLabelingPipelineResponse) Reset()
- func (x *PauseLabelingPipelineResponse) String() string
- type ResumeLabelingPipelineRequest
- func (*ResumeLabelingPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ResumeLabelingPipelineRequest) GetName() string
- func (x *ResumeLabelingPipelineRequest) GetNamespace() string
- func (*ResumeLabelingPipelineRequest) ProtoMessage()
- func (x *ResumeLabelingPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *ResumeLabelingPipelineRequest) Reset()
- func (x *ResumeLabelingPipelineRequest) String() string
- type ResumeLabelingPipelineResponse
- func (*ResumeLabelingPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (*ResumeLabelingPipelineResponse) ProtoMessage()
- func (x *ResumeLabelingPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *ResumeLabelingPipelineResponse) Reset()
- func (x *ResumeLabelingPipelineResponse) String() string
- type UnimplementedLabelingPipelineServiceServer
- func (*UnimplementedLabelingPipelineServiceServer) CreateLabelingPipeline(context.Context, *CreateLabelingPipelineRequest) (*CreateLabelingPipelineResponse, error)
- func (*UnimplementedLabelingPipelineServiceServer) DeleteLabelingPipeline(context.Context, *DeleteLabelingPipelineRequest) (*DeleteLabelingPipelineResponse, error)
- func (*UnimplementedLabelingPipelineServiceServer) GetLabelingPipeline(context.Context, *GetLabelingPipelineRequest) (*GetLabelingPipelineResponse, error)
- func (*UnimplementedLabelingPipelineServiceServer) ListLabelingPipelines(context.Context, *ListLabelingPipelineRequest) (*ListLabelingPipelineResponse, error)
- func (*UnimplementedLabelingPipelineServiceServer) PauseLabelingPipeline(context.Context, *PauseLabelingPipelineRequest) (*PauseLabelingPipelineResponse, error)
- func (*UnimplementedLabelingPipelineServiceServer) ResumeLabelingPipeline(context.Context, *ResumeLabelingPipelineRequest) (*ResumeLabelingPipelineResponse, error)
- func (*UnimplementedLabelingPipelineServiceServer) UpdateLabelingPipeline(context.Context, *UpdateLabelingPipelineRequest) (*UpdateLabelingPipelineResponse, error)
- type UpdateLabelingPipelineRequest
- func (*UpdateLabelingPipelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateLabelingPipelineRequest) GetFieldMask() *field_mask.FieldMask
- func (x *UpdateLabelingPipelineRequest) GetLabelingpipeline() *v1alpha1.LabelingPipeline
- func (*UpdateLabelingPipelineRequest) ProtoMessage()
- func (x *UpdateLabelingPipelineRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateLabelingPipelineRequest) Reset()
- func (x *UpdateLabelingPipelineRequest) String() string
- type UpdateLabelingPipelineResponse
- func (*UpdateLabelingPipelineResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateLabelingPipelineResponse) ProtoMessage()
- func (x *UpdateLabelingPipelineResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateLabelingPipelineResponse) Reset()
- func (x *UpdateLabelingPipelineResponse) String() string
Constants ¶
This section is empty.
Variables ¶
var File_github_com_metaprov_modelaapi_services_labelingpipeline_v1_labelingpipeline_proto protoreflect.FileDescriptor
Functions ¶
func RegisterLabelingPipelineServiceServer ¶
func RegisterLabelingPipelineServiceServer(s *grpc.Server, srv LabelingPipelineServiceServer)
Types ¶
type CreateLabelingPipelineRequest ¶
type CreateLabelingPipelineRequest struct { Labelingpipeline *v1alpha1.LabelingPipeline `protobuf:"bytes,1,opt,name=labelingpipeline,proto3" json:"labelingpipeline,omitempty"` // contains filtered or unexported fields }
func (*CreateLabelingPipelineRequest) Descriptor
deprecated
func (*CreateLabelingPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateLabelingPipelineRequest.ProtoReflect.Descriptor instead.
func (*CreateLabelingPipelineRequest) GetLabelingpipeline ¶ added in v0.4.472
func (x *CreateLabelingPipelineRequest) GetLabelingpipeline() *v1alpha1.LabelingPipeline
func (*CreateLabelingPipelineRequest) ProtoMessage ¶
func (*CreateLabelingPipelineRequest) ProtoMessage()
func (*CreateLabelingPipelineRequest) ProtoReflect ¶
func (x *CreateLabelingPipelineRequest) ProtoReflect() protoreflect.Message
func (*CreateLabelingPipelineRequest) Reset ¶
func (x *CreateLabelingPipelineRequest) Reset()
func (*CreateLabelingPipelineRequest) String ¶
func (x *CreateLabelingPipelineRequest) String() string
type CreateLabelingPipelineResponse ¶
type CreateLabelingPipelineResponse struct {
// contains filtered or unexported fields
}
func (*CreateLabelingPipelineResponse) Descriptor
deprecated
func (*CreateLabelingPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateLabelingPipelineResponse.ProtoReflect.Descriptor instead.
func (*CreateLabelingPipelineResponse) ProtoMessage ¶
func (*CreateLabelingPipelineResponse) ProtoMessage()
func (*CreateLabelingPipelineResponse) ProtoReflect ¶
func (x *CreateLabelingPipelineResponse) ProtoReflect() protoreflect.Message
func (*CreateLabelingPipelineResponse) Reset ¶
func (x *CreateLabelingPipelineResponse) Reset()
func (*CreateLabelingPipelineResponse) String ¶
func (x *CreateLabelingPipelineResponse) String() string
type DeleteLabelingPipelineRequest ¶
type DeleteLabelingPipelineRequest 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 (*DeleteLabelingPipelineRequest) Descriptor
deprecated
func (*DeleteLabelingPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteLabelingPipelineRequest.ProtoReflect.Descriptor instead.
func (*DeleteLabelingPipelineRequest) GetName ¶
func (x *DeleteLabelingPipelineRequest) GetName() string
func (*DeleteLabelingPipelineRequest) GetNamespace ¶
func (x *DeleteLabelingPipelineRequest) GetNamespace() string
func (*DeleteLabelingPipelineRequest) ProtoMessage ¶
func (*DeleteLabelingPipelineRequest) ProtoMessage()
func (*DeleteLabelingPipelineRequest) ProtoReflect ¶
func (x *DeleteLabelingPipelineRequest) ProtoReflect() protoreflect.Message
func (*DeleteLabelingPipelineRequest) Reset ¶
func (x *DeleteLabelingPipelineRequest) Reset()
func (*DeleteLabelingPipelineRequest) String ¶
func (x *DeleteLabelingPipelineRequest) String() string
type DeleteLabelingPipelineResponse ¶
type DeleteLabelingPipelineResponse struct {
// contains filtered or unexported fields
}
func (*DeleteLabelingPipelineResponse) Descriptor
deprecated
func (*DeleteLabelingPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteLabelingPipelineResponse.ProtoReflect.Descriptor instead.
func (*DeleteLabelingPipelineResponse) ProtoMessage ¶
func (*DeleteLabelingPipelineResponse) ProtoMessage()
func (*DeleteLabelingPipelineResponse) ProtoReflect ¶
func (x *DeleteLabelingPipelineResponse) ProtoReflect() protoreflect.Message
func (*DeleteLabelingPipelineResponse) Reset ¶
func (x *DeleteLabelingPipelineResponse) Reset()
func (*DeleteLabelingPipelineResponse) String ¶
func (x *DeleteLabelingPipelineResponse) String() string
type GetLabelingPipelineRequest ¶
type GetLabelingPipelineRequest 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 (*GetLabelingPipelineRequest) Descriptor
deprecated
func (*GetLabelingPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetLabelingPipelineRequest.ProtoReflect.Descriptor instead.
func (*GetLabelingPipelineRequest) GetName ¶
func (x *GetLabelingPipelineRequest) GetName() string
func (*GetLabelingPipelineRequest) GetNamespace ¶
func (x *GetLabelingPipelineRequest) GetNamespace() string
func (*GetLabelingPipelineRequest) ProtoMessage ¶
func (*GetLabelingPipelineRequest) ProtoMessage()
func (*GetLabelingPipelineRequest) ProtoReflect ¶
func (x *GetLabelingPipelineRequest) ProtoReflect() protoreflect.Message
func (*GetLabelingPipelineRequest) Reset ¶
func (x *GetLabelingPipelineRequest) Reset()
func (*GetLabelingPipelineRequest) String ¶
func (x *GetLabelingPipelineRequest) String() string
type GetLabelingPipelineResponse ¶
type GetLabelingPipelineResponse struct { Labelingpipeline *v1alpha1.LabelingPipeline `protobuf:"bytes,1,opt,name=labelingpipeline,proto3" json:"labelingpipeline,omitempty"` Yaml string `protobuf:"bytes,2,opt,name=yaml,proto3" json:"yaml,omitempty"` // contains filtered or unexported fields }
func (*GetLabelingPipelineResponse) Descriptor
deprecated
func (*GetLabelingPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetLabelingPipelineResponse.ProtoReflect.Descriptor instead.
func (*GetLabelingPipelineResponse) GetLabelingpipeline ¶ added in v0.4.475
func (x *GetLabelingPipelineResponse) GetLabelingpipeline() *v1alpha1.LabelingPipeline
func (*GetLabelingPipelineResponse) GetYaml ¶
func (x *GetLabelingPipelineResponse) GetYaml() string
func (*GetLabelingPipelineResponse) ProtoMessage ¶
func (*GetLabelingPipelineResponse) ProtoMessage()
func (*GetLabelingPipelineResponse) ProtoReflect ¶
func (x *GetLabelingPipelineResponse) ProtoReflect() protoreflect.Message
func (*GetLabelingPipelineResponse) Reset ¶
func (x *GetLabelingPipelineResponse) Reset()
func (*GetLabelingPipelineResponse) String ¶
func (x *GetLabelingPipelineResponse) String() string
type LabelingPipelineServiceClient ¶
type LabelingPipelineServiceClient interface { ListLabelingPipelines(ctx context.Context, in *ListLabelingPipelineRequest, opts ...grpc.CallOption) (*ListLabelingPipelineResponse, error) CreateLabelingPipeline(ctx context.Context, in *CreateLabelingPipelineRequest, opts ...grpc.CallOption) (*CreateLabelingPipelineResponse, error) GetLabelingPipeline(ctx context.Context, in *GetLabelingPipelineRequest, opts ...grpc.CallOption) (*GetLabelingPipelineResponse, error) UpdateLabelingPipeline(ctx context.Context, in *UpdateLabelingPipelineRequest, opts ...grpc.CallOption) (*UpdateLabelingPipelineResponse, error) DeleteLabelingPipeline(ctx context.Context, in *DeleteLabelingPipelineRequest, opts ...grpc.CallOption) (*DeleteLabelingPipelineResponse, error) PauseLabelingPipeline(ctx context.Context, in *PauseLabelingPipelineRequest, opts ...grpc.CallOption) (*PauseLabelingPipelineResponse, error) ResumeLabelingPipeline(ctx context.Context, in *ResumeLabelingPipelineRequest, opts ...grpc.CallOption) (*ResumeLabelingPipelineResponse, error) }
LabelingPipelineServiceClient is the client API for LabelingPipelineService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewLabelingPipelineServiceClient ¶
func NewLabelingPipelineServiceClient(cc grpc.ClientConnInterface) LabelingPipelineServiceClient
type LabelingPipelineServiceServer ¶
type LabelingPipelineServiceServer interface { ListLabelingPipelines(context.Context, *ListLabelingPipelineRequest) (*ListLabelingPipelineResponse, error) CreateLabelingPipeline(context.Context, *CreateLabelingPipelineRequest) (*CreateLabelingPipelineResponse, error) GetLabelingPipeline(context.Context, *GetLabelingPipelineRequest) (*GetLabelingPipelineResponse, error) UpdateLabelingPipeline(context.Context, *UpdateLabelingPipelineRequest) (*UpdateLabelingPipelineResponse, error) DeleteLabelingPipeline(context.Context, *DeleteLabelingPipelineRequest) (*DeleteLabelingPipelineResponse, error) PauseLabelingPipeline(context.Context, *PauseLabelingPipelineRequest) (*PauseLabelingPipelineResponse, error) ResumeLabelingPipeline(context.Context, *ResumeLabelingPipelineRequest) (*ResumeLabelingPipelineResponse, error) }
LabelingPipelineServiceServer is the server API for LabelingPipelineService service.
type ListLabelingPipelineRequest ¶
type ListLabelingPipelineRequest 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 (*ListLabelingPipelineRequest) Descriptor
deprecated
func (*ListLabelingPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListLabelingPipelineRequest.ProtoReflect.Descriptor instead.
func (*ListLabelingPipelineRequest) GetLabels ¶
func (x *ListLabelingPipelineRequest) GetLabels() map[string]string
func (*ListLabelingPipelineRequest) GetNamespace ¶
func (x *ListLabelingPipelineRequest) GetNamespace() string
func (*ListLabelingPipelineRequest) GetOrderBy ¶ added in v0.4.414
func (x *ListLabelingPipelineRequest) GetOrderBy() string
func (*ListLabelingPipelineRequest) GetPageSize ¶ added in v0.4.414
func (x *ListLabelingPipelineRequest) GetPageSize() int32
func (*ListLabelingPipelineRequest) GetPageToken ¶ added in v0.4.414
func (x *ListLabelingPipelineRequest) GetPageToken() string
func (*ListLabelingPipelineRequest) ProtoMessage ¶
func (*ListLabelingPipelineRequest) ProtoMessage()
func (*ListLabelingPipelineRequest) ProtoReflect ¶
func (x *ListLabelingPipelineRequest) ProtoReflect() protoreflect.Message
func (*ListLabelingPipelineRequest) Reset ¶
func (x *ListLabelingPipelineRequest) Reset()
func (*ListLabelingPipelineRequest) String ¶
func (x *ListLabelingPipelineRequest) String() string
type ListLabelingPipelineResponse ¶
type ListLabelingPipelineResponse struct { Labelingpipelines *v1alpha1.LabelingPipelineList `protobuf:"bytes,1,opt,name=labelingpipelines,proto3" json:"labelingpipelines,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 (*ListLabelingPipelineResponse) Descriptor
deprecated
func (*ListLabelingPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListLabelingPipelineResponse.ProtoReflect.Descriptor instead.
func (*ListLabelingPipelineResponse) GetLabelingpipelines ¶ added in v0.4.472
func (x *ListLabelingPipelineResponse) GetLabelingpipelines() *v1alpha1.LabelingPipelineList
func (*ListLabelingPipelineResponse) GetNextPageToken ¶ added in v0.4.472
func (x *ListLabelingPipelineResponse) GetNextPageToken() string
func (*ListLabelingPipelineResponse) ProtoMessage ¶
func (*ListLabelingPipelineResponse) ProtoMessage()
func (*ListLabelingPipelineResponse) ProtoReflect ¶
func (x *ListLabelingPipelineResponse) ProtoReflect() protoreflect.Message
func (*ListLabelingPipelineResponse) Reset ¶
func (x *ListLabelingPipelineResponse) Reset()
func (*ListLabelingPipelineResponse) String ¶
func (x *ListLabelingPipelineResponse) String() string
type PauseLabelingPipelineRequest ¶
type PauseLabelingPipelineRequest 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 (*PauseLabelingPipelineRequest) Descriptor
deprecated
func (*PauseLabelingPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use PauseLabelingPipelineRequest.ProtoReflect.Descriptor instead.
func (*PauseLabelingPipelineRequest) GetName ¶
func (x *PauseLabelingPipelineRequest) GetName() string
func (*PauseLabelingPipelineRequest) GetNamespace ¶
func (x *PauseLabelingPipelineRequest) GetNamespace() string
func (*PauseLabelingPipelineRequest) ProtoMessage ¶
func (*PauseLabelingPipelineRequest) ProtoMessage()
func (*PauseLabelingPipelineRequest) ProtoReflect ¶
func (x *PauseLabelingPipelineRequest) ProtoReflect() protoreflect.Message
func (*PauseLabelingPipelineRequest) Reset ¶
func (x *PauseLabelingPipelineRequest) Reset()
func (*PauseLabelingPipelineRequest) String ¶
func (x *PauseLabelingPipelineRequest) String() string
type PauseLabelingPipelineResponse ¶
type PauseLabelingPipelineResponse struct {
// contains filtered or unexported fields
}
func (*PauseLabelingPipelineResponse) Descriptor
deprecated
func (*PauseLabelingPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use PauseLabelingPipelineResponse.ProtoReflect.Descriptor instead.
func (*PauseLabelingPipelineResponse) ProtoMessage ¶
func (*PauseLabelingPipelineResponse) ProtoMessage()
func (*PauseLabelingPipelineResponse) ProtoReflect ¶
func (x *PauseLabelingPipelineResponse) ProtoReflect() protoreflect.Message
func (*PauseLabelingPipelineResponse) Reset ¶
func (x *PauseLabelingPipelineResponse) Reset()
func (*PauseLabelingPipelineResponse) String ¶
func (x *PauseLabelingPipelineResponse) String() string
type ResumeLabelingPipelineRequest ¶
type ResumeLabelingPipelineRequest 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 (*ResumeLabelingPipelineRequest) Descriptor
deprecated
func (*ResumeLabelingPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use ResumeLabelingPipelineRequest.ProtoReflect.Descriptor instead.
func (*ResumeLabelingPipelineRequest) GetName ¶
func (x *ResumeLabelingPipelineRequest) GetName() string
func (*ResumeLabelingPipelineRequest) GetNamespace ¶
func (x *ResumeLabelingPipelineRequest) GetNamespace() string
func (*ResumeLabelingPipelineRequest) ProtoMessage ¶
func (*ResumeLabelingPipelineRequest) ProtoMessage()
func (*ResumeLabelingPipelineRequest) ProtoReflect ¶
func (x *ResumeLabelingPipelineRequest) ProtoReflect() protoreflect.Message
func (*ResumeLabelingPipelineRequest) Reset ¶
func (x *ResumeLabelingPipelineRequest) Reset()
func (*ResumeLabelingPipelineRequest) String ¶
func (x *ResumeLabelingPipelineRequest) String() string
type ResumeLabelingPipelineResponse ¶
type ResumeLabelingPipelineResponse struct {
// contains filtered or unexported fields
}
func (*ResumeLabelingPipelineResponse) Descriptor
deprecated
func (*ResumeLabelingPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use ResumeLabelingPipelineResponse.ProtoReflect.Descriptor instead.
func (*ResumeLabelingPipelineResponse) ProtoMessage ¶
func (*ResumeLabelingPipelineResponse) ProtoMessage()
func (*ResumeLabelingPipelineResponse) ProtoReflect ¶
func (x *ResumeLabelingPipelineResponse) ProtoReflect() protoreflect.Message
func (*ResumeLabelingPipelineResponse) Reset ¶
func (x *ResumeLabelingPipelineResponse) Reset()
func (*ResumeLabelingPipelineResponse) String ¶
func (x *ResumeLabelingPipelineResponse) String() string
type UnimplementedLabelingPipelineServiceServer ¶
type UnimplementedLabelingPipelineServiceServer struct { }
UnimplementedLabelingPipelineServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedLabelingPipelineServiceServer) CreateLabelingPipeline ¶
func (*UnimplementedLabelingPipelineServiceServer) CreateLabelingPipeline(context.Context, *CreateLabelingPipelineRequest) (*CreateLabelingPipelineResponse, error)
func (*UnimplementedLabelingPipelineServiceServer) DeleteLabelingPipeline ¶
func (*UnimplementedLabelingPipelineServiceServer) DeleteLabelingPipeline(context.Context, *DeleteLabelingPipelineRequest) (*DeleteLabelingPipelineResponse, error)
func (*UnimplementedLabelingPipelineServiceServer) GetLabelingPipeline ¶
func (*UnimplementedLabelingPipelineServiceServer) GetLabelingPipeline(context.Context, *GetLabelingPipelineRequest) (*GetLabelingPipelineResponse, error)
func (*UnimplementedLabelingPipelineServiceServer) ListLabelingPipelines ¶
func (*UnimplementedLabelingPipelineServiceServer) ListLabelingPipelines(context.Context, *ListLabelingPipelineRequest) (*ListLabelingPipelineResponse, error)
func (*UnimplementedLabelingPipelineServiceServer) PauseLabelingPipeline ¶
func (*UnimplementedLabelingPipelineServiceServer) PauseLabelingPipeline(context.Context, *PauseLabelingPipelineRequest) (*PauseLabelingPipelineResponse, error)
func (*UnimplementedLabelingPipelineServiceServer) ResumeLabelingPipeline ¶
func (*UnimplementedLabelingPipelineServiceServer) ResumeLabelingPipeline(context.Context, *ResumeLabelingPipelineRequest) (*ResumeLabelingPipelineResponse, error)
func (*UnimplementedLabelingPipelineServiceServer) UpdateLabelingPipeline ¶
func (*UnimplementedLabelingPipelineServiceServer) UpdateLabelingPipeline(context.Context, *UpdateLabelingPipelineRequest) (*UpdateLabelingPipelineResponse, error)
type UpdateLabelingPipelineRequest ¶
type UpdateLabelingPipelineRequest struct { Labelingpipeline *v1alpha1.LabelingPipeline `protobuf:"bytes,1,opt,name=labelingpipeline,proto3" json:"labelingpipeline,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 (*UpdateLabelingPipelineRequest) Descriptor
deprecated
func (*UpdateLabelingPipelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateLabelingPipelineRequest.ProtoReflect.Descriptor instead.
func (*UpdateLabelingPipelineRequest) GetFieldMask ¶ added in v0.4.422
func (x *UpdateLabelingPipelineRequest) GetFieldMask() *field_mask.FieldMask
func (*UpdateLabelingPipelineRequest) GetLabelingpipeline ¶ added in v0.4.475
func (x *UpdateLabelingPipelineRequest) GetLabelingpipeline() *v1alpha1.LabelingPipeline
func (*UpdateLabelingPipelineRequest) ProtoMessage ¶
func (*UpdateLabelingPipelineRequest) ProtoMessage()
func (*UpdateLabelingPipelineRequest) ProtoReflect ¶
func (x *UpdateLabelingPipelineRequest) ProtoReflect() protoreflect.Message
func (*UpdateLabelingPipelineRequest) Reset ¶
func (x *UpdateLabelingPipelineRequest) Reset()
func (*UpdateLabelingPipelineRequest) String ¶
func (x *UpdateLabelingPipelineRequest) String() string
type UpdateLabelingPipelineResponse ¶
type UpdateLabelingPipelineResponse struct {
// contains filtered or unexported fields
}
func (*UpdateLabelingPipelineResponse) Descriptor
deprecated
func (*UpdateLabelingPipelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateLabelingPipelineResponse.ProtoReflect.Descriptor instead.
func (*UpdateLabelingPipelineResponse) ProtoMessage ¶
func (*UpdateLabelingPipelineResponse) ProtoMessage()
func (*UpdateLabelingPipelineResponse) ProtoReflect ¶
func (x *UpdateLabelingPipelineResponse) ProtoReflect() protoreflect.Message
func (*UpdateLabelingPipelineResponse) Reset ¶
func (x *UpdateLabelingPipelineResponse) Reset()
func (*UpdateLabelingPipelineResponse) String ¶
func (x *UpdateLabelingPipelineResponse) String() string