Documentation
¶
Index ¶
- Variables
- func RegisterFeaturePipelineRunServiceServer(s *grpc.Server, srv FeaturePipelineRunServiceServer)
- type CreateFeaturePipelineRunRequest
- func (*CreateFeaturePipelineRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateFeaturePipelineRunRequest) GetFeaturepipelinerun() *v1alpha1.FeaturePipelineRun
- func (*CreateFeaturePipelineRunRequest) ProtoMessage()
- func (x *CreateFeaturePipelineRunRequest) ProtoReflect() protoreflect.Message
- func (x *CreateFeaturePipelineRunRequest) Reset()
- func (x *CreateFeaturePipelineRunRequest) String() string
- type CreateFeaturePipelineRunResponse
- func (*CreateFeaturePipelineRunResponse) Descriptor() ([]byte, []int)deprecated
- func (*CreateFeaturePipelineRunResponse) ProtoMessage()
- func (x *CreateFeaturePipelineRunResponse) ProtoReflect() protoreflect.Message
- func (x *CreateFeaturePipelineRunResponse) Reset()
- func (x *CreateFeaturePipelineRunResponse) String() string
- type DeleteFeaturePipelineRunRequest
- func (*DeleteFeaturePipelineRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteFeaturePipelineRunRequest) GetName() string
- func (x *DeleteFeaturePipelineRunRequest) GetNamespace() string
- func (*DeleteFeaturePipelineRunRequest) ProtoMessage()
- func (x *DeleteFeaturePipelineRunRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteFeaturePipelineRunRequest) Reset()
- func (x *DeleteFeaturePipelineRunRequest) String() string
- type DeleteFeaturePipelineRunResponse
- func (*DeleteFeaturePipelineRunResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteFeaturePipelineRunResponse) ProtoMessage()
- func (x *DeleteFeaturePipelineRunResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteFeaturePipelineRunResponse) Reset()
- func (x *DeleteFeaturePipelineRunResponse) String() string
- type FeaturePipelineRunServiceClient
- type FeaturePipelineRunServiceServer
- type GetFeaturePipelineRunRequest
- func (*GetFeaturePipelineRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetFeaturePipelineRunRequest) GetName() string
- func (x *GetFeaturePipelineRunRequest) GetNamespace() string
- func (*GetFeaturePipelineRunRequest) ProtoMessage()
- func (x *GetFeaturePipelineRunRequest) ProtoReflect() protoreflect.Message
- func (x *GetFeaturePipelineRunRequest) Reset()
- func (x *GetFeaturePipelineRunRequest) String() string
- type GetFeaturePipelineRunResponse
- func (*GetFeaturePipelineRunResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetFeaturePipelineRunResponse) GetFeaturepipelinerun() *v1alpha1.FeaturePipelineRun
- func (x *GetFeaturePipelineRunResponse) GetYaml() string
- func (*GetFeaturePipelineRunResponse) ProtoMessage()
- func (x *GetFeaturePipelineRunResponse) ProtoReflect() protoreflect.Message
- func (x *GetFeaturePipelineRunResponse) Reset()
- func (x *GetFeaturePipelineRunResponse) String() string
- type ListFeaturePipelineRunRequest
- func (*ListFeaturePipelineRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListFeaturePipelineRunRequest) GetLabels() map[string]string
- func (x *ListFeaturePipelineRunRequest) GetNamespace() string
- func (x *ListFeaturePipelineRunRequest) GetOrderBy() string
- func (x *ListFeaturePipelineRunRequest) GetPageSize() int32
- func (x *ListFeaturePipelineRunRequest) GetPageToken() string
- func (*ListFeaturePipelineRunRequest) ProtoMessage()
- func (x *ListFeaturePipelineRunRequest) ProtoReflect() protoreflect.Message
- func (x *ListFeaturePipelineRunRequest) Reset()
- func (x *ListFeaturePipelineRunRequest) String() string
- type ListFeaturePipelineRunResponse
- func (*ListFeaturePipelineRunResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListFeaturePipelineRunResponse) GetFeaturepipelineruns() *v1alpha1.FeaturePipelineRunList
- func (x *ListFeaturePipelineRunResponse) GetNextPageToken() string
- func (*ListFeaturePipelineRunResponse) ProtoMessage()
- func (x *ListFeaturePipelineRunResponse) ProtoReflect() protoreflect.Message
- func (x *ListFeaturePipelineRunResponse) Reset()
- func (x *ListFeaturePipelineRunResponse) String() string
- type UnimplementedFeaturePipelineRunServiceServer
- func (*UnimplementedFeaturePipelineRunServiceServer) CreateFeaturePipelineRun(context.Context, *CreateFeaturePipelineRunRequest) (*CreateFeaturePipelineRunResponse, error)
- func (*UnimplementedFeaturePipelineRunServiceServer) DeleteFeaturePipelineRun(context.Context, *DeleteFeaturePipelineRunRequest) (*DeleteFeaturePipelineRunResponse, error)
- func (*UnimplementedFeaturePipelineRunServiceServer) GetFeaturePipelineRun(context.Context, *GetFeaturePipelineRunRequest) (*GetFeaturePipelineRunResponse, error)
- func (*UnimplementedFeaturePipelineRunServiceServer) ListFeaturePipelineRuns(context.Context, *ListFeaturePipelineRunRequest) (*ListFeaturePipelineRunResponse, error)
- func (*UnimplementedFeaturePipelineRunServiceServer) UpdateFeaturePipelineRun(context.Context, *UpdateFeaturePipelineRunRequest) (*UpdateFeaturePipelineRunResponse, error)
- type UpdateFeaturePipelineRunRequest
- func (*UpdateFeaturePipelineRunRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateFeaturePipelineRunRequest) GetFeaturepipelinerun() *v1alpha1.FeaturePipelineRun
- func (x *UpdateFeaturePipelineRunRequest) GetFieldMask() *field_mask.FieldMask
- func (*UpdateFeaturePipelineRunRequest) ProtoMessage()
- func (x *UpdateFeaturePipelineRunRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateFeaturePipelineRunRequest) Reset()
- func (x *UpdateFeaturePipelineRunRequest) String() string
- type UpdateFeaturePipelineRunResponse
- func (*UpdateFeaturePipelineRunResponse) Descriptor() ([]byte, []int)deprecated
- func (*UpdateFeaturePipelineRunResponse) ProtoMessage()
- func (x *UpdateFeaturePipelineRunResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateFeaturePipelineRunResponse) Reset()
- func (x *UpdateFeaturePipelineRunResponse) String() string
Constants ¶
This section is empty.
Variables ¶
var File_github_com_metaprov_modelaapi_services_featurepipelinerun_v1_featurepipelinerun_proto protoreflect.FileDescriptor
Functions ¶
func RegisterFeaturePipelineRunServiceServer ¶
func RegisterFeaturePipelineRunServiceServer(s *grpc.Server, srv FeaturePipelineRunServiceServer)
Types ¶
type CreateFeaturePipelineRunRequest ¶
type CreateFeaturePipelineRunRequest struct { Featurepipelinerun *v1alpha1.FeaturePipelineRun `protobuf:"bytes,1,opt,name=featurepipelinerun,proto3" json:"featurepipelinerun,omitempty"` // contains filtered or unexported fields }
func (*CreateFeaturePipelineRunRequest) Descriptor
deprecated
func (*CreateFeaturePipelineRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateFeaturePipelineRunRequest.ProtoReflect.Descriptor instead.
func (*CreateFeaturePipelineRunRequest) GetFeaturepipelinerun ¶ added in v0.4.472
func (x *CreateFeaturePipelineRunRequest) GetFeaturepipelinerun() *v1alpha1.FeaturePipelineRun
func (*CreateFeaturePipelineRunRequest) ProtoMessage ¶
func (*CreateFeaturePipelineRunRequest) ProtoMessage()
func (*CreateFeaturePipelineRunRequest) ProtoReflect ¶
func (x *CreateFeaturePipelineRunRequest) ProtoReflect() protoreflect.Message
func (*CreateFeaturePipelineRunRequest) Reset ¶
func (x *CreateFeaturePipelineRunRequest) Reset()
func (*CreateFeaturePipelineRunRequest) String ¶
func (x *CreateFeaturePipelineRunRequest) String() string
type CreateFeaturePipelineRunResponse ¶
type CreateFeaturePipelineRunResponse struct {
// contains filtered or unexported fields
}
func (*CreateFeaturePipelineRunResponse) Descriptor
deprecated
func (*CreateFeaturePipelineRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateFeaturePipelineRunResponse.ProtoReflect.Descriptor instead.
func (*CreateFeaturePipelineRunResponse) ProtoMessage ¶
func (*CreateFeaturePipelineRunResponse) ProtoMessage()
func (*CreateFeaturePipelineRunResponse) ProtoReflect ¶
func (x *CreateFeaturePipelineRunResponse) ProtoReflect() protoreflect.Message
func (*CreateFeaturePipelineRunResponse) Reset ¶
func (x *CreateFeaturePipelineRunResponse) Reset()
func (*CreateFeaturePipelineRunResponse) String ¶
func (x *CreateFeaturePipelineRunResponse) String() string
type DeleteFeaturePipelineRunRequest ¶
type DeleteFeaturePipelineRunRequest 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 (*DeleteFeaturePipelineRunRequest) Descriptor
deprecated
func (*DeleteFeaturePipelineRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteFeaturePipelineRunRequest.ProtoReflect.Descriptor instead.
func (*DeleteFeaturePipelineRunRequest) GetName ¶
func (x *DeleteFeaturePipelineRunRequest) GetName() string
func (*DeleteFeaturePipelineRunRequest) GetNamespace ¶
func (x *DeleteFeaturePipelineRunRequest) GetNamespace() string
func (*DeleteFeaturePipelineRunRequest) ProtoMessage ¶
func (*DeleteFeaturePipelineRunRequest) ProtoMessage()
func (*DeleteFeaturePipelineRunRequest) ProtoReflect ¶
func (x *DeleteFeaturePipelineRunRequest) ProtoReflect() protoreflect.Message
func (*DeleteFeaturePipelineRunRequest) Reset ¶
func (x *DeleteFeaturePipelineRunRequest) Reset()
func (*DeleteFeaturePipelineRunRequest) String ¶
func (x *DeleteFeaturePipelineRunRequest) String() string
type DeleteFeaturePipelineRunResponse ¶
type DeleteFeaturePipelineRunResponse struct {
// contains filtered or unexported fields
}
func (*DeleteFeaturePipelineRunResponse) Descriptor
deprecated
func (*DeleteFeaturePipelineRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteFeaturePipelineRunResponse.ProtoReflect.Descriptor instead.
func (*DeleteFeaturePipelineRunResponse) ProtoMessage ¶
func (*DeleteFeaturePipelineRunResponse) ProtoMessage()
func (*DeleteFeaturePipelineRunResponse) ProtoReflect ¶
func (x *DeleteFeaturePipelineRunResponse) ProtoReflect() protoreflect.Message
func (*DeleteFeaturePipelineRunResponse) Reset ¶
func (x *DeleteFeaturePipelineRunResponse) Reset()
func (*DeleteFeaturePipelineRunResponse) String ¶
func (x *DeleteFeaturePipelineRunResponse) String() string
type FeaturePipelineRunServiceClient ¶
type FeaturePipelineRunServiceClient interface { ListFeaturePipelineRuns(ctx context.Context, in *ListFeaturePipelineRunRequest, opts ...grpc.CallOption) (*ListFeaturePipelineRunResponse, error) CreateFeaturePipelineRun(ctx context.Context, in *CreateFeaturePipelineRunRequest, opts ...grpc.CallOption) (*CreateFeaturePipelineRunResponse, error) GetFeaturePipelineRun(ctx context.Context, in *GetFeaturePipelineRunRequest, opts ...grpc.CallOption) (*GetFeaturePipelineRunResponse, error) UpdateFeaturePipelineRun(ctx context.Context, in *UpdateFeaturePipelineRunRequest, opts ...grpc.CallOption) (*UpdateFeaturePipelineRunResponse, error) DeleteFeaturePipelineRun(ctx context.Context, in *DeleteFeaturePipelineRunRequest, opts ...grpc.CallOption) (*DeleteFeaturePipelineRunResponse, error) }
FeaturePipelineRunServiceClient is the client API for FeaturePipelineRunService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewFeaturePipelineRunServiceClient ¶
func NewFeaturePipelineRunServiceClient(cc grpc.ClientConnInterface) FeaturePipelineRunServiceClient
type FeaturePipelineRunServiceServer ¶
type FeaturePipelineRunServiceServer interface { ListFeaturePipelineRuns(context.Context, *ListFeaturePipelineRunRequest) (*ListFeaturePipelineRunResponse, error) CreateFeaturePipelineRun(context.Context, *CreateFeaturePipelineRunRequest) (*CreateFeaturePipelineRunResponse, error) GetFeaturePipelineRun(context.Context, *GetFeaturePipelineRunRequest) (*GetFeaturePipelineRunResponse, error) UpdateFeaturePipelineRun(context.Context, *UpdateFeaturePipelineRunRequest) (*UpdateFeaturePipelineRunResponse, error) DeleteFeaturePipelineRun(context.Context, *DeleteFeaturePipelineRunRequest) (*DeleteFeaturePipelineRunResponse, error) }
FeaturePipelineRunServiceServer is the server API for FeaturePipelineRunService service.
type GetFeaturePipelineRunRequest ¶
type GetFeaturePipelineRunRequest 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 (*GetFeaturePipelineRunRequest) Descriptor
deprecated
func (*GetFeaturePipelineRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetFeaturePipelineRunRequest.ProtoReflect.Descriptor instead.
func (*GetFeaturePipelineRunRequest) GetName ¶
func (x *GetFeaturePipelineRunRequest) GetName() string
func (*GetFeaturePipelineRunRequest) GetNamespace ¶
func (x *GetFeaturePipelineRunRequest) GetNamespace() string
func (*GetFeaturePipelineRunRequest) ProtoMessage ¶
func (*GetFeaturePipelineRunRequest) ProtoMessage()
func (*GetFeaturePipelineRunRequest) ProtoReflect ¶
func (x *GetFeaturePipelineRunRequest) ProtoReflect() protoreflect.Message
func (*GetFeaturePipelineRunRequest) Reset ¶
func (x *GetFeaturePipelineRunRequest) Reset()
func (*GetFeaturePipelineRunRequest) String ¶
func (x *GetFeaturePipelineRunRequest) String() string
type GetFeaturePipelineRunResponse ¶
type GetFeaturePipelineRunResponse struct { Featurepipelinerun *v1alpha1.FeaturePipelineRun `protobuf:"bytes,1,opt,name=featurepipelinerun,proto3" json:"featurepipelinerun,omitempty"` Yaml string `protobuf:"bytes,2,opt,name=yaml,proto3" json:"yaml,omitempty"` // contains filtered or unexported fields }
func (*GetFeaturePipelineRunResponse) Descriptor
deprecated
func (*GetFeaturePipelineRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetFeaturePipelineRunResponse.ProtoReflect.Descriptor instead.
func (*GetFeaturePipelineRunResponse) GetFeaturepipelinerun ¶ added in v0.4.475
func (x *GetFeaturePipelineRunResponse) GetFeaturepipelinerun() *v1alpha1.FeaturePipelineRun
func (*GetFeaturePipelineRunResponse) GetYaml ¶
func (x *GetFeaturePipelineRunResponse) GetYaml() string
func (*GetFeaturePipelineRunResponse) ProtoMessage ¶
func (*GetFeaturePipelineRunResponse) ProtoMessage()
func (*GetFeaturePipelineRunResponse) ProtoReflect ¶
func (x *GetFeaturePipelineRunResponse) ProtoReflect() protoreflect.Message
func (*GetFeaturePipelineRunResponse) Reset ¶
func (x *GetFeaturePipelineRunResponse) Reset()
func (*GetFeaturePipelineRunResponse) String ¶
func (x *GetFeaturePipelineRunResponse) String() string
type ListFeaturePipelineRunRequest ¶
type ListFeaturePipelineRunRequest 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 (*ListFeaturePipelineRunRequest) Descriptor
deprecated
func (*ListFeaturePipelineRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListFeaturePipelineRunRequest.ProtoReflect.Descriptor instead.
func (*ListFeaturePipelineRunRequest) GetLabels ¶
func (x *ListFeaturePipelineRunRequest) GetLabels() map[string]string
func (*ListFeaturePipelineRunRequest) GetNamespace ¶
func (x *ListFeaturePipelineRunRequest) GetNamespace() string
func (*ListFeaturePipelineRunRequest) GetOrderBy ¶ added in v0.4.414
func (x *ListFeaturePipelineRunRequest) GetOrderBy() string
func (*ListFeaturePipelineRunRequest) GetPageSize ¶ added in v0.4.414
func (x *ListFeaturePipelineRunRequest) GetPageSize() int32
func (*ListFeaturePipelineRunRequest) GetPageToken ¶ added in v0.4.414
func (x *ListFeaturePipelineRunRequest) GetPageToken() string
func (*ListFeaturePipelineRunRequest) ProtoMessage ¶
func (*ListFeaturePipelineRunRequest) ProtoMessage()
func (*ListFeaturePipelineRunRequest) ProtoReflect ¶
func (x *ListFeaturePipelineRunRequest) ProtoReflect() protoreflect.Message
func (*ListFeaturePipelineRunRequest) Reset ¶
func (x *ListFeaturePipelineRunRequest) Reset()
func (*ListFeaturePipelineRunRequest) String ¶
func (x *ListFeaturePipelineRunRequest) String() string
type ListFeaturePipelineRunResponse ¶
type ListFeaturePipelineRunResponse struct { Featurepipelineruns *v1alpha1.FeaturePipelineRunList `protobuf:"bytes,1,opt,name=featurepipelineruns,proto3" json:"featurepipelineruns,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 (*ListFeaturePipelineRunResponse) Descriptor
deprecated
func (*ListFeaturePipelineRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListFeaturePipelineRunResponse.ProtoReflect.Descriptor instead.
func (*ListFeaturePipelineRunResponse) GetFeaturepipelineruns ¶ added in v0.4.472
func (x *ListFeaturePipelineRunResponse) GetFeaturepipelineruns() *v1alpha1.FeaturePipelineRunList
func (*ListFeaturePipelineRunResponse) GetNextPageToken ¶ added in v0.4.472
func (x *ListFeaturePipelineRunResponse) GetNextPageToken() string
func (*ListFeaturePipelineRunResponse) ProtoMessage ¶
func (*ListFeaturePipelineRunResponse) ProtoMessage()
func (*ListFeaturePipelineRunResponse) ProtoReflect ¶
func (x *ListFeaturePipelineRunResponse) ProtoReflect() protoreflect.Message
func (*ListFeaturePipelineRunResponse) Reset ¶
func (x *ListFeaturePipelineRunResponse) Reset()
func (*ListFeaturePipelineRunResponse) String ¶
func (x *ListFeaturePipelineRunResponse) String() string
type UnimplementedFeaturePipelineRunServiceServer ¶
type UnimplementedFeaturePipelineRunServiceServer struct { }
UnimplementedFeaturePipelineRunServiceServer can be embedded to have forward compatible implementations.
func (*UnimplementedFeaturePipelineRunServiceServer) CreateFeaturePipelineRun ¶
func (*UnimplementedFeaturePipelineRunServiceServer) CreateFeaturePipelineRun(context.Context, *CreateFeaturePipelineRunRequest) (*CreateFeaturePipelineRunResponse, error)
func (*UnimplementedFeaturePipelineRunServiceServer) DeleteFeaturePipelineRun ¶
func (*UnimplementedFeaturePipelineRunServiceServer) DeleteFeaturePipelineRun(context.Context, *DeleteFeaturePipelineRunRequest) (*DeleteFeaturePipelineRunResponse, error)
func (*UnimplementedFeaturePipelineRunServiceServer) GetFeaturePipelineRun ¶
func (*UnimplementedFeaturePipelineRunServiceServer) GetFeaturePipelineRun(context.Context, *GetFeaturePipelineRunRequest) (*GetFeaturePipelineRunResponse, error)
func (*UnimplementedFeaturePipelineRunServiceServer) ListFeaturePipelineRuns ¶
func (*UnimplementedFeaturePipelineRunServiceServer) ListFeaturePipelineRuns(context.Context, *ListFeaturePipelineRunRequest) (*ListFeaturePipelineRunResponse, error)
func (*UnimplementedFeaturePipelineRunServiceServer) UpdateFeaturePipelineRun ¶
func (*UnimplementedFeaturePipelineRunServiceServer) UpdateFeaturePipelineRun(context.Context, *UpdateFeaturePipelineRunRequest) (*UpdateFeaturePipelineRunResponse, error)
type UpdateFeaturePipelineRunRequest ¶
type UpdateFeaturePipelineRunRequest struct { Featurepipelinerun *v1alpha1.FeaturePipelineRun `protobuf:"bytes,1,opt,name=featurepipelinerun,proto3" json:"featurepipelinerun,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 (*UpdateFeaturePipelineRunRequest) Descriptor
deprecated
func (*UpdateFeaturePipelineRunRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateFeaturePipelineRunRequest.ProtoReflect.Descriptor instead.
func (*UpdateFeaturePipelineRunRequest) GetFeaturepipelinerun ¶ added in v0.4.475
func (x *UpdateFeaturePipelineRunRequest) GetFeaturepipelinerun() *v1alpha1.FeaturePipelineRun
func (*UpdateFeaturePipelineRunRequest) GetFieldMask ¶ added in v0.4.422
func (x *UpdateFeaturePipelineRunRequest) GetFieldMask() *field_mask.FieldMask
func (*UpdateFeaturePipelineRunRequest) ProtoMessage ¶
func (*UpdateFeaturePipelineRunRequest) ProtoMessage()
func (*UpdateFeaturePipelineRunRequest) ProtoReflect ¶
func (x *UpdateFeaturePipelineRunRequest) ProtoReflect() protoreflect.Message
func (*UpdateFeaturePipelineRunRequest) Reset ¶
func (x *UpdateFeaturePipelineRunRequest) Reset()
func (*UpdateFeaturePipelineRunRequest) String ¶
func (x *UpdateFeaturePipelineRunRequest) String() string
type UpdateFeaturePipelineRunResponse ¶
type UpdateFeaturePipelineRunResponse struct {
// contains filtered or unexported fields
}
func (*UpdateFeaturePipelineRunResponse) Descriptor
deprecated
func (*UpdateFeaturePipelineRunResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateFeaturePipelineRunResponse.ProtoReflect.Descriptor instead.
func (*UpdateFeaturePipelineRunResponse) ProtoMessage ¶
func (*UpdateFeaturePipelineRunResponse) ProtoMessage()
func (*UpdateFeaturePipelineRunResponse) ProtoReflect ¶
func (x *UpdateFeaturePipelineRunResponse) ProtoReflect() protoreflect.Message
func (*UpdateFeaturePipelineRunResponse) Reset ¶
func (x *UpdateFeaturePipelineRunResponse) Reset()
func (*UpdateFeaturePipelineRunResponse) String ¶
func (x *UpdateFeaturePipelineRunResponse) String() string